/*
Theme Name:		Pelican Theme
Theme URL: 		http://www.joe-brooks.com
Version: 		Version 1 (Wordpress 2.9.1)
Description: 	This theme was built by Joe Brooks. Please visit joe-brooks.com to inquire about getting your own custom wordpress theme or email me at joebrooks+wp[at]gmail.com
Author: 		Joe Brooks
Author URI:		http://www.joe-brooks.com
Tags:			Custom Wordpress Theme, Wordpress, Custom Theme, New Theme

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
	
	link to home; <?php echo get_settings('home'); ?>/
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);
blockquote {
	padding:5px;
	font-size:10px;
	border: 2px solid #111111;
	color:#000;
	}
body {
	background:url(images/bodybg.png) top repeat-x;
	font-family: Arial, Sans-Serif;
	background-color:#00ffff;
}

#wrapper {
	margin:0 auto;
	width:950px;
}
#header {
	background:url(images/headerbg.jpg);
	height:261px;
}

h2 {
	color:#000;
	font-size:16px;
	padding:0 ;
}
#headerlogo {
	padding-top:20px;
	text-align:center;
}

.contentwrapper {
	width:950px; 
	padding-top:5px;
	background:#d3b687 url(images/contentbg.jpg) top no-repeat;
}


.navleft {
	display:inline;
	float:left;
	width:187px;
	margin-left:10px;
}

.nav-top {
	background:url(images/nav-top.png);
	height:25px;
}
.nav-top:hover {
	background:url(images/nav-top-hover.png);
}
.navwidget-bottom {
    background:url(images/sidebar-footer.png);
	height:3px;
	margin-bottom:15px;

}
.navwidgetbg {
	background:url(images/sidebar-wrapper.png);
}
.navwidget {
	background: #ffff67;
	font-size:18px;
	color:#2b2b2b;
	font-family:"Times New Roman",Georgia,Serif;
}
h3 {
	color:#111;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	padding:3px;
	padding-left:5px;
}
h3 a {
	color:#111;
	text-decoration:none;
}
.navwidget a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.navwidget a:hover {
	color:#000;
}
.navwidget ul {list-style:none;}
.navwidget li {
	list-style:none;
	padding: 3px 5px;
	display:block;
}
.navwidget ul li:hover {background:#00ffff;}
.navwidget ul li {list-style:none;}
.navwidget ul li ul {list-style:none;}
.navwidget ul li ul li {list-style:none;}


.content {
	display:inline;
	float:left;
	width:440px;
	background:url(images/content-wrapper.png);
}
.content2 {
	display:inline;
	float:left;
	width:660px;
	background:url(images/content-wrapper.png);
}

.postwrapper {
	float:right;
	width:430px;
}
.post {
	background:url(images/post-wrapper.png);
	width:430px;
}
.post2 {
	background:url(images/post-wrapper.png);
	width:660px;
}
.posttitle{
}
h1 {
	font-size:24px;
	color:#000000;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight:500;
	padding-left:14px;
}
h1 a {
	color:#000000;
	text-decoration:none;
}
.posttext { 
	color:#242424;
	font-size:14px;
    font-family:Arial;
	padding:15px 0 15px 15px;
	line-height:18px;
}
.posttext h2 {
	margin: 5px 0 5px 0;
}
.posttext h3 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h5 {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext h6 {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;

	}
.posttext p{
	padding-bottom:10px;
}
.posttext a{
	color:#900000;
	font-weight:bold;
	text-decoration:none;
}
.posttext a:hover{
	color:#982d2f;
}
.posttext ul {
	padding-left:20px;
	padding-right:20px;
	color:#1b1b1b;
	margin-top:10px;
	margin-bottom:10px;
}
.posttext ul li {
	list-style-type:disc;
	list-style-position:inside;
	color:#1b1b1b;
	margin-bottom:5px;
}
.posttext ol {
	list-style-type:decimal;
	padding-left:20px;
	padding-right:20px;
	color:#1b1b1b;
	margin-top:10px;
	margin-bottom:10px;
}
.posttext ol li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#1b1b1b;
	margin-bottom:5px;
}
.postmeta {
	text-align:left;
	font-size:10px;
	color:#000;
	padding-left:15px;
	margin-bottom:15px;
}
.postmeta a{
	color:#900000;
	font-weight:bold;
}
.postmeta a:hover{ 
	color:#982d2f;
}
.sidebar {
	display:inline;
	float:right;
	width:300px;
}

.sidebar-left {
	display:inline;
	float:left;
	width:145px;
	margin-right:5px;
}
.sidebar-right {
	display:inline;
	float:right;
	width:145px;
	margin-right:5px;
}
.sidebarwidget2bg {
	background:url(images/sidebar-wrapper.png);
}
.sidebarwidget2 {
	font-size:12px;
	color:#242424;
}

h4 {
	color:#111;
	font-weight:bold;
	font-size:16px;
	text-align:left;
}
h4 a {
	color:#111;
	text-decoration:none;
}
.sidebarwidget2 a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.sidebarwidget2 a:hover {
	color:#000;
}
.sidebarwidget2 ul {list-style:none;}
.sidebarwidget2 li {
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
}
.sidebarwidget2 ul li {list-style:none;}
.sidebarwidget2 ul li ul {list-style:none;}
.sidebarwidget2 ul li ul li {list-style:none;}

#footer {
	background:#fffd66;
	min-height:61px;
	padding:5px;
	text-align:center;
	font-size: 12px;
}
#footernav {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style: none; 
	width:500px;
	margin:0 auto;
	height: 30px; 
}
#footernav a {
	margin-right:5px;
	font-weight:700;
	text-decoration:none;
}
#footernav a:hover {
	color:#1d1d1d;
}
#footernav li {
	float: left; 
	height: 30px; 
	padding: 7px 0 3px 3px; 
	list-style:none;
}
#footernav li:hover {
}
#footer a {
	color:#6e6e52;
	font-weight:bold;
	margin-right:5px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.postmeta-single {
	background:#eef0f1;
	padding:15px;
}

.comment-count {
	float:right;
	margin-left:25px;
	font-weight:bolder;
	color:#b7bfc4;
}
.comment-count a{
	font-size: 20px;
	font-weight:bolder;
	color:#b7bfc4;
	text-decoration:none;
}




/* Index Main Masthead
-------------------------------------------------------------- */

#masthead {
	width: 931px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background:url(images/top-section.png) no-repeat;
	height:265px;
	}

#myController span{
	text-indent:-10000px;
	display: none;
}

#jFlowSlide{ float: left;}

#myController span.jFlowSelected {
}

.jFlowPrev{
	float: left;
	width: 30px;
	height: 30px;
	margin: 120px 0 0 -15px;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/topslideleft.png) top left no-repeat;
}

.jFlowNext{
	float: right;
	width: 30px;
	height: 30px;
	margin: 120px -15px 0 0;
	text-indent:-10000px;
	cursor:pointer;
	background: transparent url(images/topslideright.png) top left no-repeat;
}

.masthead_lft{
	float:left;
	margin:	45px 0 0 30px;
	width:350px;
	color:#484848;
}

.masthead_lft h2 a{
	color:#484848;
	font-weight:bolder;
	text-decoration: none;
	}

.masthead_lft h2 a:hover{
	color:#484848;
	text-decoration: none;
}

.masthead_lft h2{
	color:#B71517;
	font-size: 20px;
	}
.masthead_lft p{
	font-size: 12px;;
	line-height: 1;
	margin-bottom: .15em; 
	}

.mh_contact{
	float:right;    
	background:transparent url(images/mh_contact.png) no-repeat;
	display:block;
	margin:8px 0 0 12px;
	height:30px;    
	width:130px;   
	text-indent:-9999px;    
	overflow:hidden;
	}
	
a.mh_contact:hover{
	background:transparent url(images/mh_contact.png) 0 -30px no-repeat;    
	display:block;    
	height:30px;    
	width:130px;    
	text-indent:-9999px;    
	overflow:hidden
	}

.masthead_rgt{
	float:right;
	padding: 21px 20px 0 0px;
	width:413px;
	height:212px;
	background:transparent url(images/msthdframe.png) top left no-repeat;
	}

.masthead_rgt img{
	width: 413px;
	height: 212px;
	border: 3px #fff solid;
	}

.footerbar-top {
	background: url(images/footer-top.png);
	width:928px;
	height:9px;
	margin-top:20px;
}
.footerbar-wrapper {
	background: url(images/footer-wrapper.png);
	width:928px;
	padding-left:3px;
	min-height:210px;
}
.footerbar-bottom {
	background: url(images/footer-bottom.png);
	width:928px;
	height:10px;
}	
.footerbar-sidebar {
	width:285px;
	margin-left:10px;
	margin-right:14px;
	float:left;
}

  








