/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	SimpleBlog 1.0
	TEMPLATE CODE: 	S-0007
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* links */
a {
	
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	
	color: #996800; 
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #e2e2e2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #e2e2e2; 
  	background: #FAFAFA; /* url(/images/quote.gif) no-repeat 5px 5px; */
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #e2e2e2; 
	background-color: #FAFAFA; 
}
label {
	font-weight:bold;
	margin:5px 5px;
}
input {
	padding:2px;
	border:2px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input.checkbox {
	border:1px solid #eee;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 100%;
/*	background: url(/images/bg.jpg) repeat-y center top;*/
	margin: 0 auto;
	text-align: left;
}
#wrap #wrap-left {
	background: url(/images/bg-left.png) repeat-y left top;
}
#wrap #wrap-right {
	background: url(/images/bg-right.png) repeat-y right top;
}

#content-wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 100%;
	height: 100px;
	background: #FFF url(/images/header-middle.png) repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;			
}
#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}
#header #headerleft {
	float: left;
	top: 0px; right: 0px;	
}
#header #headerright {
	float: right;
	top: 0px; right: 0px;	
}

/* menu */
#menu {
	clear: both;
	width: 100%;
	height: 26px;
	background: #FFF url(/images/menu-middle.png) repeat;
	margin: 0;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;			
}
#menu #menuleft {
	float: left;
	top: 0px; right: 0px;	
}
#menu #menuright {
	float: right;
	top: 0px; right: 0px;	
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #30558D; 
	color: #FFF;	
}

/* Main */
#main {
	float: left;	
	width: 100%;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(/images/arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #e2e2e2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat left ;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/images/comment.gif) no-repeat left ;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/page.gif) no-repeat left ;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* leftbar */
#leftbar {
	float: left;
	width: 14%;
	padding: 0; margin: 0;		
}	
#leftbar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#leftbar ul {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#leftbar ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(/images/bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #leftbar ul li { height: 1%; }

#leftbar ul a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* rightbar */
#rightbar {
	float: right;
	width: 14%;
	padding: 0; margin: 0;		
}	
#rightbar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#rightbar ul {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(/images/bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

/* * html body #rightbar ul li { height: 1%; }*/

#rightbar ul a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(/images/bgfooter-middle.png) repeat-x center top;	
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;	
}
#footer #footerleft {
	float: left;
}
#footer #footerright {
	float: right;
}


#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.pnsearchform{
font-size: 9px;
}


/************ BEGIN CUSTOM *************/
#linktitle 
{
	border: 1px solid #e2e2e2; 
  	background: #eaeaea;

	font: bolder 12px/5px Tahoma, Verdana, Arial, Sans-Serif;			
}

#contentblock
{
 	padding: 5px 5px 5px 5px;  
	border: 1px solid #e2e2e2; 
  	background: #FAFAFA;
}

#linkblock
{
	margin: 10px;
 	padding: 20px 0 0 20px;  
	border: 1px solid #e2e2e2; 
  	background: #FAFAFA; /* url(/images/quote.gif) no-repeat 5px 5px; */
}


.borderblock
{
	background-color: #FFFFFF; 
}

.tableblock
{
	border: 1px solid #e2e2e2; 
  	background: #FAFAFA;
}

.borderlight
{
	background-color: #F9F9F9; 
	BORDER-TOP: #F7EFD3 1px solid; 
	BORDER-LEFT: #F7EFD3 1px solid; 
	BORDER-RIGHT: #73A4C4 1px solid; 
	BORDER-BOTTOM: #73A4C4 1px solid;
}
.pn-blocktitle {
	color: #777777;
	border: #CCCCCC 1px dashed; 
	font: bold 11px tahoma, verdana, sans-serif;
	text-decoration: none;
}
.forumline 
{
	text-align: center;
	border: #CCCCCC 1px dashed; 
}

#pagesetter {
	float: right;
}

#pagesetter a {
	display: inline-block;
	background-color: #F9F9F9; 
	border: #CCCCCC 1px dashed; 
	text-decoration: none;	
	padding: 0 10px;
	color: #777;
}
#pagesetter a:hover {
   background: #FFF; 
	color: #333;  
}

#toplinks {
	float: center;
}

#toplinks a {
	display: inline-block;
	background-color: #F9F9F9; 
	border: #CCCCCC 1px dashed; 
	text-decoration: none;	
	padding: 0 10px;
	color: #777;
}
#toplinks a:hover {
   background: #FFF; 
	color: #333;  
}

/************ END CUSTOM *************/
