/*
Theme Name: GiGi
Theme URI: http://pharrout.com/
Description: GiGi
Version: 1.0
Author: Ross A. Catrow
Date: October 2007
*/

/* Imports ================================================================= */
@import url("zeros.css");
@import url("typography.css");

/* General ================================================================= */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

p {
	margin-bottom: 20px;
}

ul {
	margin-left: 30px;
	list-style-type: disc;
}

blockquote {
	margin-bottom: 20px;
}	

.right {
	text-align: right;
}

.imageleft {
float: left;
padding-right: 5px;
}
.imageright {
float: right;
padding-left: 5px;
}
/* Structure =============================================================== */
body {
	background: #f9f9fd url(../images/body-background-new.gif) no-repeat center 100px;
}
#container {
	width: 862px;
	margin: 0 auto 0 auto;
	background: url(../images/container-inside-background-new.png) repeat-y;
	padding: 0 5px 0 5px;
}
#content {
	background: #fff url(../images/content-background.jpg) no-repeat;
}
#extras {
	float: left;
	min-height: 275px;
	width: 150px;
	margin-top: 200px;
	
}
#extras .box {
	margin-bottom: 10px;
	border-top: solid 1px #9fa536;
	border-bottom: solid 1px #9fa536;	
	padding: 2px 0 2px 0;
}
#extras .box div {
 	background: url(../images/box-background.png) repeat-y;
	padding: 5px;
}
#extras .box .last {
	margin-bottom: 0;
}
#extras .box2 {
	margin-bottom: 10px;
}
#extras .box2 h3 {
	padding: 1px 0 1px 0;
	border-top: solid 1px #9fa536;
	border-bottom: solid 1px #9fa536;
	margin-bottom: 5px;	
}
#extras .box2 h3 span {
	display: block;
	background-color: #c3c867;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 0;
	text-align: center;
}

#buyTheBook {
	display: block;
	width: 59px;
	height: 69px;
	margin: 10px auto 10px auto;
	background: url(../images/buyTheBook.gif) no-repeat;
	text-indent: -9999px;
}
#extras .boxbuy {
	margin-bottom: 10px;
	text-align: center;
}

#extras .boxsign {
	margin-bottom: 10px;
	text-align: center;
}
#enewsSignup {
	display: block;
	width: 126px;
	height: 48px;
	margin: 10px auto 10px auto;
	background: url(../images/enews-signup.gif) no-repeat;
	text-indent: -9999px;
}

#extras span {
	vertical-align:middle;
	text-align: center;
	}
#extras .email {
	border:1px solid #c5c5c5;
	padding: 2px;
	vertical-align:middle;
	width: 100px;
	}
	
	#extras .button {
		vertical-align:middle;
	}
	
#main {
	float: left;
}
#main h2 {
	margin-left: 18px;
	background: url(../images/sectionHeader-background-new.gif) no-repeat -20px bottom;
}
#main .content {
	float: left;
	width: 477px;
	width: 437px;
	margin: 0 20px 0 20px;
}
#main .content-news {
	float: left;
	width: 707px;
	width: 667px;
	margin: 0 20px 0 20px;
}
#main .tabs {
	margin-bottom: 10px;
	width: 436px;
	background-color: #c3c867;
}
#main .tabs p {
	padding: 1px 0 1px 0;
	border-top: solid 1px #9fa536;
	border-bottom: solid 1px #9fa536;
	margin-bottom: 5px;	
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
		
}
#main .tabs a {
	color: #ffffff;
	text-decoration: none;
}

#main .tabs a:hover {
	color: #9b5217;
	text-decoration: none;
}
#main .tabs p span  {
	display: block;
	padding: 2px 0 6px 0;

}

#main .sidebar {
	float: left;
	width: 235px;
	width: 220px;
	margin: 0 15px 0 0;
}
#logo {

}	
#logo a {
	display: block;
	height: 58px;
	background: url(../images/header-inside-background-new.jpg) no-repeat;
	text-indent: -9999px;
	outline: none;
}

/* Menu ==================================================================== */
#menu {
	position: relative;
	background: #9b5217 url(../images/menu-bar-background.gif) no-repeat 64px top;
	height: 22px;
}
#menu ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
}
#menu ul li {
	position: relative;
	float: left;
	margin: 0 10px 0 10px;
}
#menu ul li a {
	display: block;
	padding: 3px;
}
#menu ul li a:hover {
	display: block;
	height: 40px;
	background: url(../images/menu-background.png) no-repeat center bottom;
}


/* Social ==================================================================== */
#social {
	position: relative;
	margin: 24px 8px 0 0;
	text-align: right;	
	height: 35px;	
}

	
/* Footer ================================================================== */


#insideFooterImage {
	clear: both;
	display: block;
	margin: 0 auto 5px auto;
	text-align: center;
}
#footer {
	clear: both;
	border-top: solid 1px #9B5217;	
	padding: 5px 5px 25px 5px;
}
#footer p {
	margin: 0 0 0 0;
	text-align: center;
} 
