/*
	Theme Name: Generational Advisor
	Theme URI: http://pharrout.com/
	Description: The best theme there is.
	Version: 1.0
	Author: PharrOut
	Date: February 2009
*/

/* == Zeros ================================================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/* Wrapper =============================== */
.wrapper, wrap { display: inline-block; }
.wrapper:after, .wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper, * html .wrap { height: 1%; }
.wrapper, .wrap { display: block; }

/* == General =============================================================== */
body {
	background: #fff;
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.6em;
	margin: 1.5em 0;
}
	p.textRight {
		text-align: right;
	}
	.excerpt p, p.datetime {
		margin: 0;
	}
strong {
	font-weight: bold;
}
em {
	font-style: oblique;
}
ul, ol {
	margin: 1.0em;
	list-style-position: inside;
}
	li {
		line-height: 1.6em;
	}
ul {
	list-style-type: disc;
}
	ul li {
		margin: 0.5em;
		xmargin-left: 3.5em;
	}
ol {
	list-style-type: decimal;
}
	ol li {
		margin: 0.5em;
		xmargin-left: 3.5em;	
	}
a {
	color: #000;
	text-decoration: underline; 
}
	a img {
		border: none;
	}
a:active {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none; 
}
h1 {
	font-size: 2.8em;
}
h2 {
	color: #9f1b33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}
	.index h2 a {
		color: #9f1b33;
		text-decoration: none;
	}
	#sidebar h2 a {
		color: #9f1b33;
	}
h3 {
	color: #5887a3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}
textarea {
	width: 100%;
	border: solid 1px #000;
}
img.alignright, div.alignright {
	float: right;
}
img.alignleft, div.alignleft {
	float: left;
}
img.aligncenter {
	display: block;
	margin: 0 auto 0 auto;
}
.right {
	float: right;
}

/* Structure ================================================================ */
#site {
	margin: 0 auto 0 auto;
	position: relative;
	width: 1000px;
}
#header {
	background: url('images/header.gif') no-repeat;
	border-bottom: 1px solid #a3a3a3;
	height: 102px;
}
	#header h1 a {
		display: block;
		height: 50px;
		overflow: hidden;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 48px;
		width: 625px;
	}
	#header a#searchLink {
		color: #cccccc;
		font-size: 0.9em;
		position: absolute;
		right: 0;
		top: 12px;
	}
#container {
	background: url('images/container-bg.gif') repeat-y;
}
#content {
	width: 714px;
	float: left;
}
	#content #menuBar {
	}
		#content #menuBar ul {
			background: url('images/menu-bg.gif') repeat-x;
			border-bottom: 1px solid #a3a3a3;
			height: 30px;
			list-style: none;
			margin: 0;
			width: 714px;
		}
			#content #menuBar ul li {
				float: left;
				margin: 4px 0 0 0;
				padding: 0 35px;
			}
				#content #menuBar ul li a {
					display: block;
					color: #ffffff;
					text-decoration: none;
				}
				#content #menuBar ul li a:hover {
					text-decoration: underline;
				}
				#content #menuBar ul li.active a {
					color: #d7ea80;
				}
	#content h1.title {
		background: #f6f4ee;
		border-bottom: 1px solid #d4bf95;
		color: #9eac60;
		font-size: 2.25em;
		font-weight: bold;
		line-height: 47px;
		margin: 0;
		padding-left: 5px;
	}
		#content h1.title.home {
			background: url('images/tagline-bg.gif') no-repeat;
			color: #000000;
			font-size: 1.0em;
			font-weight: bold;
			text-align: center;
		}
	#content h2.categoryTitle{
		margin: 30px 90px -20px 90px;
		color: #5887a3;
		font-weight:bold;
	}
	#content .wp-caption {
		border: 1px solid #cccccc;
		padding-top: 5px;
		text-align: center;
	}
	#content .wp-caption p {
		margin: 0.5em 0;
	}
		#content .wp-caption.alignleft {
			margin-right: 10px;
		}
		#content .wp-caption.alignright {
			margin-left: 10px;
		}
	#content p {
		/*color: #807f7c;*/
		color: #424242;
	}
	#content p.wp-caption-text {
		text-align: center;
		font-size: 0.8em;
		xmargin: 0.5em;
	}
	#content ul, #content ol {
		color: #807f7c;
	}
	#content .post .entry { /* i can has customization per template? */
		margin: 30px 90px 0 90px;
	}
	#content .page .entry {
		margin: 30px 90px 0 90px;
	}
		#content .page .entry em strong, 
		#content .page .entry strong em, 
		#content .post .entry strong em,
		#content .post .entry em strong	{ /* kind of a hack; there's no useful stuff in the visual editor D: */
			font-size: 1.2em;
			font-weight: bold;
		}
	#content blockquote {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 0 1.5em;
		padding-left: 5px;
	}
		#content blockquote p {
			color: #c4a371;
			margin: 0.5em 0;
		}
	#content div.aligncenter {
		margin: 0 auto;
	}
#sidebar {
	border-left: 1px solid #a3a3a3;
	float: left;
	padding: 0px 20px;
	width: 245px;
}
	#sidebar .colorbox {
		background-color: #9EAC60;
		margin: 15px 0 15px 0;		
		padding: 1px 20px 5px 20px;
	}
		#sidebar .colorbox.alt {
			background-color: #FF8C55;
		}
	#sidebar ul {
		list-style-type: disc;
		margin: 0;
		padding-left: 3px;
	}
		#sidebar ul li {
			color: #807f7c;
			margin: 10px 0;
		}
	#sidebar ul ul {
		font-variant: normal;
		font-weight: normal;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}
		#sidebar ul ul li {
			border: 0;
			letter-spacing: 0;
			margin-top: 0;
			padding: 0;
			padding-left: 3px;
		}
			#sidebar ul ul li a {
				color: #000;
				text-decoration: none;
			}
			#sidebar ul ul li a:hover {
				border-bottom: 1px solid #809080;
			}
	#sidebar #welcomeHeader {
		border-bottom: 1px solid #b4c7d2;
		height: 30px;
		margin: 0 -20px;
	}
		#sidebar #welcomeHeader p {
			color: #5887a3;
			line-height: 30px;
			margin: 0;
			text-align: center;
		}
	#sidebar #welcomeInfo {
		border-bottom: 1px solid #b4c7d2;
		height: 68px;
		margin: 0 -20px;
		padding: 5px;
	}
		#sidebar #welcomeInfo p {
			font-size: .9em;
			line-height: 1.1em;
			margin: 3px 0 3px 0;
		}
		#sidebar #welcomeInfo .submit {
			background-color: #F4F2EC;
			color: #5887A3;
			border: none;
			font-size: 1.1em;
		}
	#sidebar #someKindOfInfo {
		background: #e3dfcf;
		font-size: 0.9em;
		margin: -20px;
		padding: 0 10px 20px 10px;
	}
		#sidebar #someKindOfInfo h2 {
			color: #525252;
			font-size: 1.1em;
			font-weight: bold;
			margin: 0.5em 0;
			padding: 0.5em 0;
		}
	#sidebar #rssWrapper {
		margin: 0 -20px;
	}
		#sidebar #rssWrapper h2 {
			background: #5887a3;
			color: #ffffff;
			font-size: 1.0em;
			font-weight: bold;
			padding: 0.5em;
		}
		#sidebar #rssWrapper iframe {
			background: #ffffff;
			border: 0;
			height: 550px;
			overflow: auto;
			width: 285px;
		}
		#sidebar #rssWrapper .article .title a {
			color: #32627f;
		}
#tdt {
	background: #fdeebc;
	border: 1px solid #a3a3a3;
	margin: 6px;
}
	#tdt #tdtHeader {
		background: #9eac60;
		height: 26px;
	}
		#tdt #tdtHeader h2 {
			color: #ffffff;
			font-size: 1.2em;
			font-weight: bold;
			line-height: 26px;
			margin: 0;
			padding: 0 0 0 5px;
		}
		#tdt #tdtHeader ul {
			list-style: none;
			margin: 0;
		}
		#tdt #tdtHeader ul li {
			background: #dcd6bb;
			border: 1px solid #000000;
			float: left;
			margin: 2px;
		}
			#tdt #tdtHeader ul li a {
				color: #726d56;
				display: block;
				padding: 0 7px;
				text-decoration: none;
			}
				#tdt #tdtHeader ul li a.active {
					color: #ffffff;
					background: #5887a3;
				}
	#tdt #tdtContentWrapper {
		margin-left: 200px;
		position: relative;
	}
	.tdtContent img {
		left: -175px;
		position: absolute;
		width: 150px;
		top: 0px;
	}
#tabsWrapper {
	margin: 10px 5px 5px 5px;
}
	#tabsWrapper #tabs ul {
		list-style: none;
		margin: 0;
	}
		#tabsWrapper #tabs ul li {
			float: left;
			height: 25px;
			margin: 0;
			text-indent: -9999px;
		}
			#tabsWrapper #tabs ul li a {
				color: #ffffff;
				display: block;
				height: 25px;
				text-decoration: none;
			}
				#tabsWrapper #tabs ul li.tab1 a {
					background: url('images/tab-one.gif') no-repeat;
					width: 121px;
				}
				#tabsWrapper #tabs ul li.tab2 a {
					background: url('images/tab-two.gif') no-repeat;
					width: 99px;
				}
				#tabsWrapper #tabs ul li.tab3 a {
					background: url('images/tab-three.gif') no-repeat;
					width: 102px;
				}
	#tabsWrapper #tabsContentWrapper {
		background: url('images/tab-content-bg.gif') repeat-x 0 100%;
		border: 1px solid #a3a3a3;
		clear: left;
		min-height: 250px;
		padding: 0 10px;
		width: 352px;
	}
		#tabsContentWrapper .tabsContent h2 {
 			font-size: 1.2em;
			font-weight: bold;
			margin-top: 5px;
			padding: 0.3em;
		}
		#tabsContentWrapper .tabsContent h2.basics {
			background: #bccfda;
			color: #20516f;
		}
		#tabsContentWrapper .tabsContent h2.articles {
			background: #cad3a1;
			color: #3a4117;
		}
		#tabsContentWrapper .tabsContent h2.research {
			background: #feceb6;
			color: #d4581c;
		}
		#tabsContentWrapper .tabsContent ul {
			list-style: none;
			list-style-position: inside;
		}
		#tabsContentWrapper .tabsContent ul li {
			background: url('images/triangle-li.png') no-repeat 0 50%;
			margin: 15px;
			padding-left: 25px;
		}
#behindGA {
	background: #eeece2;
	border: 1px solid #a3a3a3;
	margin: 6px;
	padding: 0 10px;
	width: 297px;
}
	#behindGA h2 {
		color: #5887a3;
		font-size: 1.0em;
		font-weight: bold;
		margin: 0.5em;
	}
	#behindGA p {
		margin: 0.5em;
		font-size: 0.9em;
	}
#eventsList {
	border: 1px solid #a3a3a3;
	font-size: 0.9em;
	margin: 0 6px;
	padding: 0 10px;
	width: 297px;
}
	#eventsList p {
		margin: 0.5em;
	}
	#eventsList ul {
		margin-left: 20px;
	}
#footer {
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}
	#footer p {
		color: #adadac;
		font-size: 0.8em;
		margin-top: 0.5em;
		text-align: center;
	}
	#footer a {
		color: #adadac;
	}

/* posts ================================================================ */
.post {
	margin-bottom: 3em;
}
	.post .meta {
		margin-bottom: 1em;
		font-size: .8em;
		font-style: italic;
	}
		.post .meta a {
			color: #666;
			font-style: italic;	
		}
	.post .entry {
		margin-bottom: 1em;
	}

	.post .feedback {
		text-align: right;
	}
	.post .navigation {
		margin: 30px 90px 0;
	}

/* comments ================================================================ */
#comments {
	margin-top: 3em;
}
#commentlist li {
	margin-bottom: 3em;
}
#commentlist cite {
	font-size: .8em;
	color: #666;
	font-style: italic;
}