/*  
Theme Name: JLG
Theme URI: http://www.jlgeigermd.com
Description: JLG is a 2 column Wordpress theme with subpage support.
Copyright: 2009
Version: 1.2
Author: Jason Geiger (130public.net) 
Tags: fixed width, simple, clean, widget ready, two columns, sidebar right, orange, valid XHTML, valid CSS
*/

/****************************************|STRUCTURE|****************************************/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
}
html {overflow: auto;}
body {
	margin: 0;
	background: #efefed;
}
#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	background: #FFFFFF;
}
#header {
	position: relative;
	height: 220px;
	margin-bottom: 10px;
	background: url(images/bg-header.jpg) 0 0 no-repeat;

}
#content {
	width: 620px;
	float: left;
	padding: 35px 0 0 30px;
	
}
#sidebar {
	margin-left: 700px;
	padding: 35px 0 0;
	width: 220px;
}
/****************************************|TYPOGRAPHY|****************************************/
body { 
	color: #111111;
	font: normal 80%/160% tahoma, arial, verdana, san-serif;
}
h1, h2, h3, h4, h5 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
}
h1 {font-size: 2.2em;}
h2 {font-size: 1.3em;}
li {list-style: none;}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
a, a:visited { text-decoration: none; color: #004bc9; }
a:hover { text-decoration: underline; color: #333333; }
/****************************************|HEADER|****************************************/
#header h1 {
	position: absolute;
	display: block;
	top: 70px;
	left: 60px;
	height: 100px;
	width: 600px;
}
#header h1 a {
	display: block;
	height: 100px;
	width: 600px;
	text-indent: -999em;
}
#header .description {
	text-indent: -999em;
}
#features {
	position: absolute;
	top: 35px;
	right: 0;
}
#features .oilmd a, #features .ssos a{
	margin-bottom: 4px;
	display: block;
	height: 80px;
	width: 185px;
	text-indent: -999em;
}
/****************************************|NAVIGATION|****************************************/
#navigation {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	padding: 4px 14px 8px 14px;
	color: #FFFFFF;
	text-decoration: none;
	font: normal italic 12px/12px Georgia, "Times New Roman", Times, serif;
}
#navigation li a:hover {
	color: #0087b4;
}
#navigation li.current_page_item a {
	color: #0087b4;
}
#navigation li.twitter,
#navigation li.facebook,
#navigation li.rss {
	margin: 0;
	padding: 2px 0 0;
	height: 18px;
	width: 18px;
}
#navigation li.twitter { padding-left: 20px; }
#navigation li.twitter a,
#navigation li.facebook a,
#navigation li.rss a {
	display: block;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 18px;
	text-indent: -999em;
	background-image: url(images/icons-social.gif);
	background-repeat: no-repeat;
}
#navigation li.twitter a {background-position: 0 0;}
#navigation li.facebook a {background-position: -18px 0;}
#navigation li.rss a {background-position: -36px 0;}
#navigation li.twitter a:hover {background-position: 0 -18px;}
#navigation li.facebook a:hover {background-position: -18px -18px;}
#navigation li.rss a:hover {background-position: -36px -18px;}
/****************************************|SEARCH|****************************************/
#topsearch {
	position: absolute;
	right: 20px;
	top: 210px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -999px;
	float: right;
	cursor: pointer;
}
/****************************************|POST|****************************************/
.post {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 2px;
	padding: 0 0 6px;
	font-size: 21px;
	line-height: 21px;
	color: #570c25;
	background: url(images/bg-post.gif) 0 100% repeat-x;
}
.post h2 a {
	color: #1f4d72;
	text-decoration: none;
}
.post h2 a:hover {
	color: #1f4d72;
}
.post-info .datetime {
	font: normal normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #869a8e;
}
.post-info .filedlink {
	padding: 0 14px;
	font: normal normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #b4b4b4;
}
.post-info .filedlink a, .post-info .filedlink a:hover {
	color: #b4b4b4;
}
.post-entry {
	margin: 14px 0;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #4f6373;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 12px 0 0;
	padding: 3px 0;
	text-align: right;
	border-top: 1px solid #d5d8c8;
	text-transform: lowercase;
}
.post-entry span.more-link a {
	color: #484848;
	padding: 0 20px;
	font: bold italic 12px/12px Georgia, "Times New Roman", Times, serif;
	background: url(images/more.gif) 100% 0 no-repeat;
}
.post-entry span.more-link a:hover {
	color: #5b9663;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	padding: 12px;
}
.post-entry img.align-right {
	float: right;
	padding: 12px 0 12px 12px;
}
.post-entry img.align-left {
	float: left;
	padding: 12px 12px 0 12px;
}
.post-entry img.align-center {
	display: block;
	margin: 12px auto;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
/****************************************|PAGING|****************************************/
.page_nav {}
.page_nav .alignleft a, .page_nav .alignright a{
	display: block;
	padding: 2px 3px;
	color:#333333;
	text-transform: lowercase;
	font: bold italic 14px/14px Georgia, "Times New Roman", Times, serif;
}
.page_nav .alignleft a:hover, .page_nav .alignright a:hover{
	background: #e8e8e8;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}
/****************************************|COMMENTS|****************************************/

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/****************************************|SIDEBAR|****************************************/
#sidebar h2 {
	margin: 0 0 12px;
	padding: 14px 0 6px;
	font: normal normal 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0087b4;
	background: url(images/bg-post.gif) 0 100% repeat-x;
}
#sidebar .widget {
	margin-bottom: 20px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px dotted #ccc;
	margin: 0 5px 30px 0;
	padding: 3px 0 0 14px;
	background: #fff url(images/arrow.gif) no-repeat 4px 10px;
}
#sidebar li ul li:hover {
	background: #e8e8e8 url(images/arrow.gif) no-repeat 4px 10px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #84755c;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/****************************************|FOOTER|****************************************/
#footer_wrap {
	position: relative;
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	background: #666666;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}
/****************************************|ALIGN|****************************************/
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;}
/****************************************|ALWAYS|****************************************/
img {border: 0;}
.section_break {display:none;}
label.hidden {display: none;}
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
a, a:visited, a:hover, a:active, a:focus {-moz-outline-style: none;}
object {outline: none;}