/*
Theme Name: Investor Jones
Theme URI: http://border7.com
Author: Ken@Border7.com
Author URI: http://border7.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/bg.jpg) center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0;
	}
	
h1 {font-size: 20pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

h1, h2 ,h3, h4{
font-family: georgia, arial, times;
color:#ffffcc;
}

/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

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

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

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


/* links */

a{
	color:#ffffcc;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding: -25px 10px 0 10px;
	color:#333;
	}
	
/* header */

#header_bar {
	background: url(images/header_bg.jpg) repeat-x center;
	height: 200px;
	}
	
#header {
	margin:auto;
    width: 960px; 
	color: #fff; 
	}

#header_bar2 {
	background: url(images/shadowheader.png) repeat-x center;
	height: 60px;
	margin-bottom:-45px;
	}
	
#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */


#menu {
padding-top:140px;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}




/* content */


#content {
	float: left;
	width: 670px;
	overflow: hidden;
	}	

.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	color:#cccc99;
	}
	
.post h2{
	font-family: georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #ffffcc;
	/*background: url(images/divider.jpg) bottom no-repeat;*/
	padding-bottom:10px;
	line-height:24pt;
	}
	
.post h2 a{
	color: #ffffcc;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #cccc66;
	text-decoration: none;
	}
	
.post p{font-size: 10.6pt;}

.post a{text-decoration:underline;}

.post ul {font-size: 10.6pt;}

.post li {font-size: 10.6pt;}

.entry{
	background: url(images/20black.png);
	padding:10px;
	color:#cccc99;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	color:#cccc99;
	padding:0 0 0 10px;
	}
	
.post h2 small{
	font-size: 12pt;
	}



.navigation {
	font-size:10pt;
	float:left;
	width:100%;
}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width: 255px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0 0 0 25px;
	border-left: 3px solid #ffffcc;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 18pt; 
	text-align: left;
	color: #ffffcc;	
	margin: 0;
	padding: 25px 0 0 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 24px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


#sidebar #seals{
padding-left:10px;
}
#sidebar #seals img{
margin-bottom:10px;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	color:#ffffcc;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color:#ffffcc;
	}

#commentform{
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #ffffcc;
	}
	
#commentform a{text-decoration: none; line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10.6pt;
	font-weight: 300;
	color: #ffffcc;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

.commentbg{
	background: url(images/20black.png);
	padding:0 10px 10px 10px;
	color:#cccc99;
	}

img.avatar {float:left; margin-right:5px;}

#author, #email, #url, #commentbox, #submit{
	font-family: verdana, arial, times;
	font-size: 10.6pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	
	border: 1px solid #cccc99;
	}

#submit{
margin:5px 5px 0 0;
background: #999966;
color:#ffffcc;
}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {}
ol.commentlist li p {
margin: 0 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;
font-size: 10.6pt;
}

ol.commentlist a {}

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


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #cccc99;
	background-color: #999966;
	color: #ffffcc;
	}

/* footer */
#footer_bar {
	clear: both;
	width:%100;
	background: url(images/shadowfooter.png) repeat-x;
	height:60px;
}

#footer {
	clear: both;
	margin: auto;
	font-size: 10pt;
	height:74px;
	background: url(images/footer_bg.jpg) repeat-x center;
}
	
#footer p{padding:6px;margin: 0; color: #ffffcc; width:960px; margin:auto; padding-top:30px;}


