/*
Theme Name: GoGift
Theme URI: http://www.ynotweb.com
Description: Theme for GoGift.com Blog
Author: Kammy Burleson
Author URI: http://www.ynotweb.com


/*-----------Block Level Elements--------------*/

body {
margin: 10;
padding: 0;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 10pt;
}

#page {
	width: 643px;
	margin: 0 auto;
}

#header {
	width: 643px;
}

#headerLeft {
float: left;
width: 190px;
}

#headerRight {
margin-left: 190px;
width: 453px;
}
p.description {
border-bottom: 1px solid #DCDCDC;
height: 80px;
}

.goWelcome {
	float: left;
	color: #728BC4;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}

.goHome {
	float: right
}
#wrapper {
	width: 643px;
}

#content {
	float: right;
	width: 70%;
}

#sidebar {
	width: 190px;
	margin-right: 643px;
position:absolute;
top: 90px;
}

#sidebarContainer {
	width: 148px;
}

img {
	border: none
}

img a {
	text-decoration: none;
}
#footer {
	width: 453px;
	clear: both;
	float:right;
	border-top: 1px solid #DCDCDC;
}

.copyright {
	float: left;
	/*margin-left: 10px;
	padding-left: 10px;*/

}


.credit {
	float: right;
/*	margin-right: 10px;
	padding-right: 10px;*/
}

/*-------------Headings-------------*/

h1 {

}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20pt;
color: #959595;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}

h3 {
margin-bottom:0px;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {
margin-top: 0px;
padding-top: 0px;
}

.post a {
color: #000099;
text-decoration: underline;
}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}


/*--------------Sidebar------------*/

#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
background-image: url(images/sidebar-bg.gif);
background-repeat: repeat-y;

}

#sidebar ul h2 {

}

#sidebar ul li {
color: #fff;
border-bottom: 2px solid #fff;
margin-left: 8px;
padding-left: 8px;
margin-right: 10px;
padding-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
line-height: 16px;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
color: #fff;
//font-weight: bold;
text-decoration: none;
}
#sidebar a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
}

#sidebar a:visited {
color: #fff;
font-weight: bold;
text-decoration: none;
}


