/*
Theme Name: Wilburns Custom Theme
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* - BASIC STUFF - */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {  
	margin:0; 
	padding:0; 
	}
img
	{
	border: none;
	}
*
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	} 
body 
	{
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    background: #a80000 url('http://www.wilburnscustom.com/wp-content/themes/wilburns/images/bgimg.png') repeat-x;
    }
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:10px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}

/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}


/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:590px;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* --CUSTOM -- */
	.sitecontainer
    		{
    		width: 750px;
			height: 100%;
			margin-left:auto; 
			margin-right:auto;
			position: relative;
			clear: both;
   		 	}
    
   		.header
    		{
  	  		width: 750px;
   		 	height: 150px;
   		 	top: 0;
   		 	left: 0;
   		 	position: relative;
    		text-align: left;
    		background-image: url('http://www.wilburnscustom.com/wp-content/themes/wilburns/images/headerbgimg.png')
    		}
    			
    			.headertext
    			{
    			width: 450px;
    			top: 100px;
    			left: 275px;
    			position: absolute;
    			height: 50px;
    			float: right; 
    			padding-right: 35px;
    			}
    			
    			.headertext h1
    			{
    			font-family: Verdana, Sans-serif;
    			font-size: 10pt;
    			color: white;
    			text-align: right;
    			}
    		
			.bodycontent
			{
			width: 750px;
			height: 100%;
			clear: both;
			margin-left: 0;
			margin-right: 0;
			padding-right: 20px;
			padding-left: 20px;
			}
				
					.nav
	    			{
					left: 0;
					width: 750px;
					height: 70px;
					background-image: url('http://www.wilburnscustom.com/wp-content/themes/wilburns/images/navbg.png');
					background-repeat: no-repeat;
					}
							
					.nav ul
					{
					list-style: none;
					height: 50px;
				   	width: 750px;
				    margin-top: 0;
				    margin-left: auto;
				    margin-right: auto;
				    margin-bottom: 0;
					}
								
					.nav li
						{
						display: inline;
						list-style: none;
						padding: 0;
						margin: 0;
						}
							
						.nav a
							{
							line-height: 50px;
							width: 142px;
							float: left;
							position: relative;
							text-decoration: none;
							font-family: Verdana, sans-serif;
							color: white;
							font-size: 13pt;
							text-align: center;
							display: inline;
							background-image: url('http://www.wilburnscustom.com/wp-content/themes/wilburns/images/navitembg.png')
							}
								
							.nav a:hover
								{
								background-image: url('http://www.wilburnscustom.com/wp-content/themes/wilburns/images/navhoverbg.png');
								}
							
			
			.outtercontainer
			{
			width: 710px;
			height: 100%;
			margin-left: 0;
			margin-right: 0;
			clear: both;
			background-color: #b6b6b6;
			border: solid 3px #333333;
			border-top: 0;
			display: table;
			}
				
				.content
					{
					width: 440px;
					padding: 20px;
					float: left;		
					background-color: #b6b6b6;
					}
					
						.content h1
							{
							font-size: 14pt;
							font-weight: bold;
							padding-bottom: 10px;
							}
							
						.content p
							{
							font-size: 11pt;
							}
							
						.content a
							{
							color: black;
							text-decoration: underline;
							}
							
							.meta
								{
								padding-bottom: 10px;
								}
							
							.meta p
								{
								font-size: small;
								}
								
							.meta a
								{
								font-size: small;
								}
								
							.feedback
								{
								padding-bottom: 10px;
								}
							
							.feedback p
								{
								font-size: small;
								}
								
							.feedback a
								{
								font-size: small;
								}
								
							.widget
								{
								padding-bottom: 10px;
								}
					
				.sidebar
					{
					width: 190px;
					padding-right: 20px;
					padding-top: 20px;
					padding-left: 10px;
					float: left;	
					background-color: #b6b6b6;					}
					
					.sidebar h2
						{
						font-size: 12pt;
						font-weight: bold;
						}
						
					.sidebar p
						{
						font-size: 9pt;
						}
						
			.footer
				{
				width: 750px;
				padding-top: 20px;
				padding-bottom: 20px;
				}
				
				.footer p
				{
				color: white;
				font-size: 9pt;
				text-align: center;
				}
    			
    			.footer a
				{
				color: white;
				text-decoration: underline;
				font-size: 9pt;
				text-align: center;
				}

