/*
Theme Name: Cork Board Theme
Description: Cork Board Wordpress Theme by <a href="http://dietcocaine.com/" target="_blank">DietCocaine</a>.
Author: Bug
Author URI: http://Dietcocaine.com/
Version: 1.0
Tags: white, brown, gray, black, red, 1-columns, widget ready, fixed width, seo friendly, with image

*/

* {
  border: 0;
  list-style: none;
	padding: 0;
	margin: 0;
}

body {
	background: url('images/backgroundC.jpg');
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
  	padding: 30px 0;
	text-align: center;
}

#container { margin: 0 auto; width: 1024px; text-align:left;}

#header { background: transparent url('images/background_mainB.jpg') center bottom repeat-x; height: 150px; margin: 0px 0px; }

#title {
	float: left;
	padding-left:120px;	
	}

#title h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #ffffff;}

#title h1 a {
	color: #ffffff;
	text-decoration: none;}

.description {
	padding: 0;
	font-size: 12pt;
	font-weight:bold;
	color: #ffffff;
}

#pages { float:right; text-align:right;  color: #ffffff; padding-right:110px; font-size:11pt; font-weight:bold; }
#pages a {text-decoration: none; color: #ffffff;}

#pages h1 {text-align:right;  color: #ffffff;  font-size:11pt; font-weight:bold; }

#content { background: url('images/background_contentB.jpg') repeat-y; margin: 0px 0px; }
#content h1 {
	color: #333333;
	font-size: 14pt;
	text-align:left;
	
}
#content h1 a {
	color: #333333;
	text-decoration: none;
}

p{ padding:10px;}

.post {
padding-left:140px;
padding-right:200px;
font-size: 14px;
}


 #navigation { display: block; padding: 20px 0; text-align: center; color: #000000; font-size: 12pt; margin: 0 auto;  }
 #navigation a { text-decoration: none; color: #000000; font-size: 12pt;}
#navigation li { display: inline;}
#navigation li.previous { text-align: left;  }
 #navigation li.next { text-align: right;  }
#navigation li.random {text-align: center;  }

#footer { padding: 2px; text-align:center;}