/********************************************
   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 {
	background: inherit;
	text-decoration: none;
	color: #4FA8A6;	
}
a:hover {
	background: inherit;
	color: #996800; 
}

.clear {
	clear: both;
	line-height: 1px;
}

/********************************************
   LAYOUT
********************************************/ 
#bodywrapper {
	width: 833px;
	background: url(/templates/dsl/images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

/* header */
#header {
	position: relative;
	width: 833px;
	height: 97px;
	background: #FFF url(/templates/dsl/images/header5.jpg) no-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: 15px 40px 0 0;
		display: inline;
		margin-top: 0px;
	}
	
	#header #addthis {
		margin-top: 10px;
		font-size: 12px;
	}
	
/* menu */
#menu {
	clear: both;
	width: 833px;
	height: 26px;
	background: #FFF url(/templates/dsl/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 a {	
		background: #4FA8A6; 
		color: #FFF;	
	}

#contentwrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;	
}

/* Main */
#main {
	float: left;	
	width: 550px;
}

	#main .padding {
		padding-top: 8px;
	}

	#main h2 {
		display: block;
		color: #017F7E;
		border-bottom: 1px solid #CCCCCC;
		background: #F6F6F6 url(/templates/dsl/images/arrow.gif) no-repeat 5px 50%;	
		padding: 3px 0 3px 0px;
		text-indent: 20px;
		margin: 2px 0 0 0;
		text-decoration: none;
	}

/* Left Column */
#left {
	width: 140px;
	float: left;
}

	#main #left h2 {
		width: 100%;
		margin-bottom: 10px;
	}

/* Center Column */
#center {
	margin-left: 10px;
	margin-right: 0px;
	float: left;
	width: 400px;
}

	#center.nocolumns {
		width: 750px;
	}

/* Right Column */
#right {
	float: right;
	width: 195px;
	padding: 0;
	margin: 10px 0px 0px 0px;		
}

	#right .module {
		margin: 15px 0px 15px 0px;
	}

	#right h1 {
		margin: 10px 0px 0px 0px; 
		padding: 3px 10px; 
		font: bold 120% Tahoma, Verdana, Sans-Serif;	
		color: #FFF;
		background: #B6B8BB;
		border-bottom: 1px solid #999;
	}
	#right ul.sidemenu {
		list-style: none;
		text-align: left;
		margin: 3px 0px 8px 0; padding: 0;
		text-decoration: none;	
	}
	#right ul.sidemenu li {
		border-bottom: 1px solid #EFF0F1;
		background: url(/templates/dsl/images/bullet.gif) no-repeat 2px 3px ;
		padding: 2px 0 2px 25px;
		margin: 0 2px;			 
	}
	
	* html body #right ul.sidemenu li { height: 1%; }
	
	#right ul.sidemenu 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(/templates/dsl/images/footerbg.jpg) no-repeat center top;	
	width: 833px;
	height: 60px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 25px auto 0px 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;
	line-height: 1px;
}

.gray { color: #CCC; }

/* headers */
h1, h2, h3, h4, h5 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: bold; 	
	margin: 0px;
	display: inline;	
}

h1 {
	font-size: 15px;
	color: #000000;
}

h2 {
	font-size: 12px;
	color: #FF001E;
}

h3 {
	font-size: 11px;
	color: #4FA8A6;
}

h5 {
	font-size: 10px;
	color: #000000;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: 0px;
}

img.left {
  margin: 5px 10px 5px 0px;
}

img.right {
  margin: 5px 0px 5px 10px;  
}

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(/templates/dsl/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */

form {
	margin: 0px;
	padding: 0px;
	border: 1px solid #F2F2F2; 
	background-color: #FAFAFA; 
}

label {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0;
}

input, textarea, select {
	padding: 2px;
	border: 1px solid #EEEEEE;
	font: normal 1em Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	background-color: #FFFFFF;
}

input[type=text] {
	width: 150px;
}

input[type=text]:focus, textarea:focus, select:focus {
	color: #000000;
	outline: 1px solid #FFA500;
}

input[type=button]:focus, input[type=submit]:focus {
	background-color: #EEEEEE;
}

textarea {
	width: 400px;
	height: 100px;
}

select {
	width: 154px;
}

input.button { 
	margin: 0px; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}

/* Table Styles */
td {
	vertical-align: top;
	padding-top: 3px;
}

table.form {
	width: 100%;
	border-spacing: 0px;
}
table.form td {
	padding: 2px;
}

table th {
	text-align: left;
	font-size: 12px;
	padding: 3px;
	color: #017F7E;
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(/templates/dsl/images/arrow.gif) no-repeat 5px 50%;	
	text-indent: 0px;
}

	table.form th.nobg {
		background-image: none;
		text-indent: 0px;
	}

/* 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;
}

/* Footer */
.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 10px 5px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/templates/dsl/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/templates/dsl/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/templates/dsl/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}