/*

Theme Name: Simple Blog

Theme URI: http://www.themelab.com/free-wordpress-themes/

Description: A simple theme.  Design by <a href="http://www.styleshout.com">Styleshout</a>.  Ported to WP by <a href="http://www.themelab.com">Theme Lab</a>

Version: 1.0

Author: Theme Lab

Author URI: http://www.themelab.com/

*/



/********************************************

   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 {

	margin:0px;

	padding:0px;

	background:url(images/bgc.gif);

	background-repeat:repeat-x;

	background-position:top;

	background-color:#2f2c33;

	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;

	color: #333; 

	text-align: left;

}

/* links */

a {

	text-decoration: none;

	color: #587201;	

}

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: 0px;		

}

ul, ol {

	margin: 10px 20px;

	padding: 0 20px;
	
	text-align:left;

}



/* images */

img {

	border:0;
	color:#FF0000;
	border-top-width: 1px;
}

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 #f2f2f2;  

}

acronym {

  cursor: help;

  border-bottom: 1px solid #777;

}



/* blockquote */

blockquote {

	margin: 10px;

 	padding: 0 0 0 28px;  

   border: 1px solid #f2f2f2; 

  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    

}



/* form elements */

form {

	margin:10px; padding: 0 5px;

	border: 1px solid #f2f2f2; 

	background-color: #FAFAFA; 

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding:2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

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: 800px;

	margin:10px 0px 10px 0px;

	background-color:#fff;
	
}

#content-wrap {

	margin: 0 auto;

	padding: 0;

}

/* header */

#header {

	/*position: relative;*/

	width: 800px;

	/*background: #FFF url(images/header.jpg) no-repeat center top;*/

	margin:10 0px 0px 10px; 

	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 h1#logo a { color: #FFF; }



#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;

}

/* menu */

#menu {

	clear: both;

	width: 800px;

	height: 26px;

	background: #FFF url(images/menubg.jpg) repeat-y;

	margin: 0;

	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;			

}

#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_page_item a {	

	background: #30899F; 

	color: #FFF;	

}



/* Main */

#main {	

	width:775px;

	border:0px solid red;

	padding: 0;	margin: 0;	
	
	text-align:left;

}

#main h1 {

	color: #587201; 

	border-bottom: 1px solid #b1c377;
	
	text-align:left;

	background: #deeab7 url(images/arrow.gif) no-repeat 5px 50%;	

	padding: 3px 0 3px 20px;	

	margin: 10px 0 0 0;

}



#main h1 a { background:none; }



.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 10px 0 10px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: url(images/clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: url(images/comment.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(images/page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}



.post-footer .readmore a  { background:none; }



/* sidebar */

#sidebar {

	width:281px;

	border:0px solid red;

	

}	

#sidebar h1 {

	margin: 10px 0 0 0; 

	padding: 3px 10px; 

	font: bold 120% Tahoma, Verdana, Sans-Serif;	

	color: #587201;
	
	text-align:left;

	background: #deeab7;	

}

#sidebar ul {

	list-style: none;

	text-align: left;

	margin: 3px 0px 8px 0; padding: 0;

	text-decoration: none;	

}

#sidebar ul li {

	border-bottom: 1px solid #deeab7;

	background: url(images/bullet.gif) no-repeat 2px 3px ;
	
	background-position:center left;

	padding: 2px 0 2px 25px;
	
	text-align:left;

	margin: 0 2px;			 

}



* html body #sidebar ul li { height: 1%; }



#sidebar 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/footerbg.jpg) no-repeat center top;	

	width: 833px;

	height: 60px;

	text-align: center;

	padding: 8px 0 0 0;

	margin: 0 auto;	

}*/

#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; }



img.avatar {float:left;margin-right:5px;}























/*New-Styles*/



.maintablecol{

	background-color:#fff;

	}

.bgcimage{

	width:483px;

	height:293px;

	background:url(/slidesjs/slides/img3.jpg);

	background-repeat:no-repeat;
	}

.bgcimageright{

	width:291px;

	height:293px;

	background:url(images/bgcright.jpg);

	background-repeat:no-repeat;

	}

.emailcaption{

	width:124px;

	height:22px;

	background:url(images/emailcover.gif);

	background-repeat:no-repeat;

	font-family:Arial, Helvetica, sans-serif;

	font-size:18px;

	text-align:left;

	margin-left:20px;

	padding:3px 0px 0px 55px;

	}

.emaillinkcol{

	text-decoration:none;

	color:#000;

	}

.emaillinkcol:hover{

	text-decoration:underline;

	}

.contentboxcol{

	width:464px;

	background-color:#deeab7;

	padding:10px 10px 10px 10px;

	}

.subcontentboxcol{

	width:464px;

	background-color:#fff;

	}

.contenttitle{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:18px;

	text-align:left;

	color:#7c8c47;

	font-weight:bold;

	letter-spacing:-1px;

	}

.contenttitlespan{

	color:#818181;

	}

.contentpara{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	text-align:left;

	color:#6b6b6b;

	line-height:16px;

	}

.contentparaspan{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	text-align:left;

	color:#6b6b6b;

	font-weight:bold;

	letter-spacing:-1px;

	padding-bottom:5px;

	}

p{

	margin:0px;

	padding:0px;

	}

.contactboxcol{

	width:261px;

	background-color:#deeab7;

	padding:10px 10px 10px 10px;

	}

.subcontactboxcol{

	width:261px;

	background-color:#deeab7;

	border:1px solid #fff;

	}

.contactustext{

	font-family:Arial, Helvetica, sans-serif;

	font-size:18px;

	text-align:left;

	color:#000;

	padding-left:5px;

	text-transform:uppercase;

	}

.borderbot{

	border-bottom:1px solid #a1b073;

	}

.phonetext{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:left;

	color:#000;

	font-weight:bold;

	padding-bottom:3px;

	padding-left:5px;

	padding-top:3px;

	}

.phonenos{

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	text-align:left;

	color:#000;

	padding-bottom:3px;

	padding-left:5px;

	padding-top:3px;

	}

.featuretitle{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:22px;

	text-align:left;

	color:#7c8c47;

	font-weight:bold;

	padding-left:10px;

	}

.productstext{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#6b6b6b;

	text-align:center;

	font-weight:bold;

	letter-spacing:-1px;

	}

.footercol{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	text-align:left;

	text-decoration:none;

	color:#fff;

	padding:0px 10px 0px 10px;

	}

.footercol:hover{

	color:#878787;

	text-decoration:underline;

	}

.copytitle{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	text-align:right;

	color:#fff;

	padding-right:10px;

	}

.glossymenu{

	padding: 0 0 0 0px;

	margin: 0px 0px 0 0px;

	list-style: none;

	float:left;

	height:40px;

	line-height:40px;

	}

.glossymenu li{

	float:left;

	}

.glossymenu li a{

	float: left;

	display: block;

	background:url(images/bullet.gif);

	background-repeat:no-repeat;

	background-position:10px;

	background-color:#2f2c34;

	color:#ffffff;

	text-decoration: none;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding:0 20px 0 20px;

	line-height:40px;

	text-align: center;

	cursor: pointer;	

	}

.glossymenu li a span{

	float: left;

	display: block;

	padding: 0 5px 0 5px; 

	}

.glossymenu li.current a, .glossymenu li a:hover{

	color: #fff;

	background-color:#626262;

	}

.glossymenu li.current a span, .glossymenu li a:hover span{

	color: #fff;

	background-color:#626262;

	}	
	
#content-wrap p, #content-wrap ul, #content-wrap ol {margin:1.2em 0; }
.post-content {border:1px solid #deeab7; margin:10px 0px 10px 0px; padding:10px;}
#content-wrap {margin-top:-14px;}
#content-wrap .home-page p.contentpara {margin-top:0;}
#content-wrap .home-page p.contentparaspan {margin-top:0;margin-bottom:0;}

.wp-caption
{
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #dddddd;
border-right-color-value: #dddddd;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #dddddd;
border-left-color-value: #dddddd;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}


.wp-caption-text, .wp-caption .wp-caption-text{
	text-align:center;
	}
.wp-caption.aligncenter {margin-left:auto;margin-right:auto;}


.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

a img {border:0;}