/*
Theme Name: My Job Referrals
Theme URI: http://myjobreferrals.com/
Description: 
Version: 1.0
Author: Domo
Author URI: http://www.okdomo.com/

*/

/*--------------------------------------*/
/* CSS Created by Domo - 2009 ----------*/
/* www.okdomo.com ----------------------*/
/*--------------------------------------*/

/*---------------------*/
/* General ------------*/
/*---------------------*/
* {margin: 0;padding: 0;}
body {
	background: #020c2b url(img/skyline.gif) bottom center repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;   
	color: #fff;
}
hr {display: none;}
img, fieldset {border: none;}
a:link, a:visited {color: #fff;}
a:hover, a:active {color: #ff5b1a;}
.wide a:link, .wide a:visited {color: #ff5b1a;}                  
.wide a:hover, .wide a:active {color: #020c2b;}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#container,
.content {
	width: 960px;
	margin: 0 auto;
}
/*---------------------*/
/* Header -------------*/
/*---------------------*/
#header {
	margin: 20px 0;
	height: 78px;
}
#header h1 a {
	background: url(img/mjr_logo.jpg) top left no-repeat;
	float: left;
	display: inline;
	text-indent: -999em;
	overflow: hidden;
	width: 138px;
	height: 78px;
}
#header ul {
	float: right;
	display: inline;                                             
	width: 800px;  
	padding: 10px 3px; 
	text-align: right;
	font-size: 13px;
}
#header ul li {
	display: inline;
	list-style: none;	
}
#header li a {
	text-decoration: none;
	padding: 0 7px 0 10px;
	border-left: 1px solid #3666df;
	font-weight: bold;
}           
#header li:first-child a {
	border: none;
}
#header li a:hover {
	color: #ff5b1a;
}
/*---------------------*/
/* Main ---------------*/
/*---------------------*/       
.pageHead {
	width: 960px;
	height: 100px;
	margin: 0 0 20px 0;	
}                 
#headBlog {background: url(img/head_blog.jpg) top left no-repeat;}
.pageHead h1 {
	text-indent: -999em;
	overflow: hidden;
	float: left;
	display: inline;
}                
.btn {
	background: url(img/btn_submit.gif) top left no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 75px !important;
	height: 30px;
	border: 0;
	cursor: pointer;
	padding-top: 30px;     
}
#main .wide {
	background: #fff !important;
	color: #333;
	padding: 20px 15px;
	width: 660px;
	float: left;
	display: inline;
}              
#main .wide h2 {
	color: #020c2b;
	margin: 0 0 10px 0;
}                     
#main .wide p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
.wide .pagetitle {
	color: #020c2b !important;
	font-size: 16px;
	font-style: italic;          
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.searchResults h2 a {
	font-size: 20px;
	line-height: 1em;                                    
	color: #031751 !important;
	text-decoration: none;
	display: block;
}                  
.searchResults h2 a:hover {
	color: #0090cd !important;
}
.searchResults p {
	margin: 0 0 5px 0 !important;
}                         
.searchResults p.date {
	background: url(img/icon_date.gif) top left no-repeat;
	font-size: 13px;
	padding: 0 0 0 20px;
	float: left;
	display: inline;
	width: 200px;
}           
.searchResults p.comments {   
	background: url(img/icon_comments.gif) top left no-repeat;
	text-align: right;
	float: right;
	display: inline;
	font-size: 13px;
	width: 115px;
}               
.searchResults p.comments a,
.searchResults p.tags a {
	text-decoration: none;
}
.searchResults p.tags {
	background: url(img/icon_tag.gif) top left no-repeat;
	font-size: 13px;
	padding: 0 0 5px 20px !important;
	border-bottom: 1px solid #ccc;
}
/*---------------------*/
/* Form ---------------*/
/*---------------------*/
#sidebar label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}               
/*---------------------*/
/* Comments -----------*/
/*---------------------*/
#comments {
	color: #031751;
	padding: 5px 10px 3px 0;
	font-size: 18px;
}
.commentlist li {   
	border-bottom: 1px solid #ccc;
	list-style: none;             
	margin: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.5em;
}                  
.commentlist .vcard a,
.commentlist .vcard {
	font-size: 14px !important;	
	font-weight: bold !important;
	font-style: italic;
}
.commentlist .vcard {
	float: left;
	display: inline; 
	width: 330px;		
}
.commentlist .commentmetadata {
	float: right;
	display: inline;           
	font-size: 12px;
	width: 300px;
	text-align: right;
}
.commentlist .vcard a {
	font-weight: normal;
	color: #666;
	line-height: 1.2em;
	font-size: 12px;
}                    
.commentlist p {
	padding: 10px 0 0 0;
	clear: both;
}
/*---------------------*/
/* Form ---------------*/
/*---------------------*/
#respond {
	background: #7cc1ea url(img/bg_form.gif) top left repeat-x;        
	padding: 15px;
	color: #031751;
}
#respond h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
#respond label {
	font-size: 16px;
}                
#respond input {
	width: 300px;
	padding: 2px;
	color: #333;
	font-size: 13px;
	margin: 0 5px 0 0;
}                
#respond textarea {
	width: 615px;
	margin: 0;
	padding: 2px;
	color: #333;
	font-size: 13px;
}                 
#respond #submit {
	width: auto;
	margin: 0;
}
/*---------------------*/
/* Sidebar ------------*/
/*---------------------*/
#sidebar {
	background: #031751 url(img/bg_blue.gif) top left repeat-x;
	padding: 20px 15px;
	width: 230px;
	float: right;
	display: inline;
}
#sidebar h2 {
	color: #1eabdf;
	font-weight: bold;
	font-size: 18px;
}          
#sidebar form {
	margin: 0 0 20px 0;
}              
#sidebar ul {
	margin: 10px 0;
	font-size: 13px;
}                    
#sidebar li {
	background: url(img/icon_bullet.gif) top left no-repeat;
	margin: 0 0 5px 5px;
	padding: 0 0 0 20px;
	list-style: none;
	list-style-position: outside;
}
/*---------------------*/
/* Post ---------------*/
/*---------------------*/
.post {	
	font-size: 15px;  
	margin: 10px 0 20px 0;
	padding: 0 0 1px 0;
}
.post h2.title a {
	font-size: 24px;
	line-height: 1em;                                    
	color: #031751 !important;
	text-decoration: none;       
	display: block;                        
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.post h2.title a:hover {
	color: #0090cd !important;
}
.post p.date {
	background: url(img/icon_date.gif) top left no-repeat;
	font-size: 13px;
	padding: 0 0 0 20px;
	float: left;
	display: inline;
	width: 200px;
}           
.post p.comments {   
	background: url(img/icon_comments.gif) top left no-repeat;
	text-align: right;
	float: right;
	display: inline;
	font-size: 13px;
	width: 115px;
}               
.post p.comments a,
.post p.tags a {
	text-decoration: none;
}
.post p.tags {
	background: url(img/icon_tag.gif) top left no-repeat;
	font-size: 13px;
	padding: 0 0 0 20px;
}
.post ul {
	margin: 15px 0 25px 40px;
}                        
.post ul li {
	margin: 0 0 5px 0;
}                            
.post .center {
	color: #333;	                                    
	font-size: 16px;
}               
.post .entry {
	font-size: 13px;
}
.post .entry p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}                 
.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
	color: #031751;    
}               
.post .entry h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
}                     
.post .entry h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
}                     
.post .entry h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
}                    
.post .entry h4 {
	font-size: 16px;
	margin: 0 0 5px 0;
}                    
.post .entry h5 {
	font-size: 15px;
	margin: 0 0 5px 0;
}                    
.post .entry h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.post blockquote {
	border: 1px solid #ccc;
	background: #e8e8e8;
	padding: 15px 15px 0 15px;
	margin: 0 20px 15px 20px;   
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	color: #555;
}               
.post .entry ul,
.post .entry ol {
	margin: 0 0 10px 30px;
}                     
.post .entry li {
	margin: 0 0 5px 0;
}
.post .entry img {
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #bbb;
	margin-top: 10px !important;
}                 
.post .entry .alignleft {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
}
.post .entry .alignright {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}                  
.post .entry .aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}         
/*---------------------*/
/* Footer -------------*/
/*---------------------*/
#footer {             
	background: #02081c;
	margin: 10% 0 0 0;
	font-size: 12px;
	padding: 15px 0;
}                        
#footer ul {
	float: left;
	display: inline;
	width: 530px;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer a {
	text-decoration: none;
}
#footer p {
	float: right;
	display: inline;
	text-align: right;
	width: 400px;
}