/*
Theme Name: Growth Panel
Theme URI: http://goodstand.com/growthpanel/
Description: A Slick WordPress theme with left sidebar.
Author: Paul Kaiser
Author URI: http://goodstand.com/
Version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#dedede;
	font-family: 'trebuchet ms', verdana, arial, tahoma, sans-serif;
	font-size: 62.5%;
	margin:0;
	padding:0;
	}
	
h1 {font-size: 3.6em;}
h2 {font-size: 2.4em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}

p {font-size:1.4em;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

img.logo {
	float:left;
	border:none;
	margin:8px 0 0 31px;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 100%;
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	#topbarholder {
		width:100%;
		height:79px;
		background: #fff url(images/bodyTopBg.jpg) repeat-x top left;
	}
		#topbar {
			width:1000px;
			margin: 0 auto 0 auto;
		}
			#login {
				height:22px;
				width:1000px;
				margin-left:auto;
				margin-right:auto;
				padding-top:2px;
				text-align:right;
				font-size:12px;
				color:#fff;
			}
			#login a {
				color:#fff;
				text-decoration:none;
			}
			#login img {
				margin-top:2px;
				vertical-align:top;
			}

			/* main menu */
			#menu {
				font-family: verdana, arial, times, serif;
				font-size: 1em;
				width:1000px;
				/* overflow:hidden; */
			}
			/* these items are here for the top menu, but really these styles should be in the growthpanel.css file */
			#menu ul {
				margin:0;
				padding:14px 0 0 0;
				height:38px;
				width:665px;
				float:right;
			}
			#menu ul li {
				font-size:0.9em;
				list-style-type: none;
				float:left;
				margin: 0;
				padding: 0;
				height:38px;
				width:95px;
			}
			#menu ul li a {
				padding:4px 10px 8px 10px;
				margin: 0;
				color: #fff;
				display:block;
				background: transparent url(images/menuBg.gif) no-repeat top center;
			}
			#menu ul li a:hover,
			#menu ul li a.active {
				background: transparent url(images/menuBgHover.gif) no-repeat top center;
				color:#000;
			}
	#mainbackground {
		width:100%;
		background: #fff url(images/topBg.jpg) repeat-x top left;
	}
		#mainholder {
			width:1017px;
			margin-left:auto;
			margin-right:auto;
			background: transparent url(images/containrCenter.png) repeat-y top center; /* shadow sides */
		}
			#topshadow {
				width:1017px;
				height:15px;
				background:#fff;
				/* background:#fff url(images/containerTop.jpg) no-repeat top center; */
			}

			#header {
				background:#ebebeb;
				border-bottom:2px solid #9A9A9A;
			  	width: 1000px;
			  	margin:0 auto 0 auto;
			  	height: 160px;
				color: #fff; 
				}
				
				.startbtn {
					float:right;
					margin:14px 20px 4px 4px;
				}
				a.srollover {
					float:right;
					margin:14px 19px 4px 4px;
					display: block;
					width: 156px;
					height: 34px;
					background: url(images/start-combo.jpg) 0 0 no-repeat;
					text-decoration: none;
				} 
				a:hover.srollover {
					background-position: -156px 0;
				}
				
				#header h1 {
					margin:0;
					padding:7px 0 10px 20px;
					font-size:4.0em;
					font-weight:normal;
					color:#2974A7;
				}
				#header h1 a{
					color:#2974A7;	
					}
				#header h1 a:hover{color: #666; text-decoration: none;}
				#header h2{
					color:#777;
					padding:18px 16px 10px 20px;
					margin:0;
					font-size:1.8em;
					font-weight:normal;
					}
				
			#pagebody {
				width:1000px;
				margin:0 auto 0 auto;
			}

				#content {
					float: right;
					width:620px;
					/* overflow: hidden; */
					margin:14px 56px 14px 48px;
					}	
				
					.post {
						margin:12px 0 0 0;
						padding:0;
						line-height: 14pt;
						}
					.post small {
						font-size:12px;
					}

					/* post / page headline */
					.post h1, .post h1 a,
					h2.pagetitle, h2.pagetitle a {
						font-size:36px;
						font-weight:normal;
						line-height:36px;
						color:#2974A7;
						}
						
					.post h2{
						}
						
					.post h2 a{
						color: #000;
						text-decoration: none;
						}
						
					.post h2 a:hover{
						color: #777;
						text-decoration: none;
						}
					/* title of post on Category, Archive, Tags pages */
					h3.posttitle {
						font-size:2.4em;
						margin-bottom:0.2em;
					}
					
					.post ul {}
					
					.post li {}
					
					.entry a {
						color:#0074F7;
					}
					.entry p {
						margin:12px 0;
					}
					.entry li,
					.entry p {
						font-size:1.4em;
					}
					.entry ul,
					.entry ol {
						margin-left:1.4em;
						list-style-position:inside;
					}
					
					.postmetadata{
						clear: both;
						background:#F7F7F7;
						padding:6px;
						margin: 20px 0;
						}
						
					/* holds all of next / previous content */
					.navigation {
						font-size:1.4em;
						width:100%;
						margin:0;
						padding:0;
						/* overflow:hidden; */
						}
						.navigation a:hover {
							color:#FF6600;
						}
						/* holds previous text */
						.navigation .alignleft {
							float:left;
							width:275px;
							text-align:left;
						}
						/* holds previous arrow image */
						.leftarrow {
							float:left;
							width:24px;
							vertical-align:top;
							padding-right:8px;
						}
						/* holds next text */
						.navigation .alignright {
							float:right;
							width:275px;
							text-align:right;
						}
						/* holds next arrow image */
						.rightarrow {
							float:right;
							width:24px;
							vertical-align:top;
							padding-left:8px;
						}
						
				#pagebodybottomshadow {
					clear:both;
					width:1017px;
					height:9px;
					background: #fff url(images/containerBottom.png) no-repeat top center;
				}
	
img.alignleft a{float:left; margin:25px 0;}
img.alignright a{float:right; margin:25px 0;}


				#sidebar {
					font-size:1em;
					width:233px;
					float:left;
					margin:0 0 0 0;
					padding: 0;
					}
				
					#sidebar h2{
						background-color:#ff6600;
						color:#fff;
						font-size:1.3em;
						padding:6px 12px;
						margin-top:8px;
					}
					
					h2.homelink {
						padding-right:0;
					}
					#sidebar label{
						color: #000;	
						margin: 0;
						padding: 0;
					}
					
					#sidebar p {margin:0; padding:0;}
					
					#sidebar img {padding: 0; margin: 0;}
					
					#sidebar ul {
						margin:12px 0 12px 0;
						padding:0;
						list-style-type:none;
						}
					/*
					#sidebar ul li {
						margin: 0;
						padding: 0;
						line-height: 14pt;
						list-style-type: none;
						}
					
					#sidebar ul ul {
						margin:14px 0;
						padding:0;
					}
					
					#sidebar ul ul li {
						list-style-type: none;
						}
					
					#sidebar ul ul ul{
						margin: 0;
						padding: 0;
					}
					
					#sidebar ul ul ul li{
						padding: 0 0 0 15px;
						list-style-type: square;
						color: #898989;
					}
					*/
					/* specific to extended category widget */
					li.cat-item a {
						display:block;
						background-color:white;
						color:#2c75aa;
						font-size:1.3em;
						padding:4px 8px;
						margin-left:12px;

					}

					li.cat-item a:hover,
					li.current-cat a {
						background-color: #2974A7;
						color:#fff;
						text-decoration:none;
					}
					/*
					li.current-cat,
					li.current-cat a {
						font-size:1.2em;
						font-weight:bold;
						padding:8px 12px;
					}
					*/

					/* blogroll */
					ul.blogroll {
						list-style-position:outside;
						margin-left:4em;
					}
					ul.blogroll li {
						color:#2c75aa;
						font-size:1.2em;
						line-height:1.2em;
						padding:3px 6px 6px 4px;
						margin-left:3em;
						list-style-type:disc;
					}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 1em;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 1em;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 1.1em;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	/*background:#000 url(images/footerBg.gif) repeat-x top left;*/
	background-color:#666666;
	clear: both;
	width: 100%;
	/*height:287px;*/
	}
#footerbody {
	width:1000px;
	margin:0 auto 0 auto;
}
#footerbottom {
	clear:both;
	background-color:#000;
	padding:8px;
}
	#footerbottom p.bottomLink {
	font-size:12px;
		text-align:center;
		padding:0px 0px 0px 0px;
		color:#FFFFFF;
	}
	
	#footerbottom p.bottomLink a {
		color:#FFFFFF;
	}
	/*
	.bottomLink p{
		text-align:center;
	}
	*/	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* applies to all three footer widgets */
.footerwidget {
	width:275px;
	float:left;
	margin:20px;
	color:white;
}
/* title of the text */
.footerwidget h2 {
	font-size:1.8em;
	margin-bottom:0.75em;
}
/* body of the text */
.footerwidget .textwidget,
.footerwidget li {
	font-size:1.2em;
}
/* links for recent blog posts */
.footerwidget li a {
	color:white;
}

/* applies to individual footer widgets */
.footleft {}
.footmiddle {}
.footright {}
