/*
Theme Name: Concrete
Theme URI: http://www.ThemesTube.com
Description: 2 Column Grungy Theme with Transparency effect. Brought to you by <a href="http://www.themestube.com" target="_blank" title="More free themes at ThemesTube">ThemesTube</a>
Version: 1.1
Author: MOin from techiesouls.com
Author URI: http://www.TechieSouls.com
Tags: black, two-columns, fixed-width, threaded-comments
*/


/*===START SECTION 1 - the main containers===*/
body {
	background: url(images/background.jpg) repeat-y fixed top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #d2d8de;
}
#wrapper {
	width: 970px;
	margin: 12px auto 12px auto;
	padding: 0px;
}
#header {
	background: url(images/headerbg.png) top center;
	height: 106px;
	width: 970px;
	margin: 0px;
}
#main {
	width: 950px;
	padding-left: 10px;
}
#content {
	background: url(images/opaque_10.png) repeat;
	width: 600px;
	padding: 25px 25px 2px 25px;
	float: left;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar {
	width: 280px;
	float: right;
	padding-top:3px !important;
	margin: 0px;
}
#sb {
margin: 0px;
padding: 0px;
}
#twitter_section {
	background: url(images/opaque_10.png);
	width: 280px;
	float: right;
	padding-top:6px !important;
	margin-right: 0px;
}
#footer {
	background: url(images/opaque_10.png);
	width: 930px;
	clear: both;
	font-size: 0.8em;	padding: 13px 10px 30px 10px;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 0px 0 0px 35px;
}
.post {
	font-size: .9em;
	background: url(images/opaque_10.png) repeat;
	text-align: justify;
	margin-bottom: 20px;
	padding:2px 20px 10px 20px; 
	}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0;
  padding:2px 6px 0px 6px;
  height: 22px;
  background: url(images/opaque_10.png);
}
.entry-meta2 {
  margin: 0;
  padding:2px 6px 2px 6px;
  background: url(images/opaque_10.png);
}
.underpost {
	font-size: .9em;
	background: url(images/opaque_10.png);
	padding: 5px;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color: #a1ff66;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	background: url(images/linkbg.png) repeat-x;
	background-position: bottom center;
}
#footer a:link, #footer a:visited {
	color: #a1ff66;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	background: url(images/linkbg.png) repeat-x;
	background-position: bottom center;
	padding-bottom: 2px;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sb ul {
	margin: 12px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;	
}
#sb li {
	background: url(images/opaque_10.png);
	padding: 1px 4px 0 4px;
}
#sb li a:link, #sb li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 7px 6px 6px 20px;
	color: #c5cbd0;
	background: url(images/sep_horizontal.png) repeat-x top center;
}
#sb li a:hover {
	text-decoration: underline;
}
#sb ul ul {
	margin-bottom: 18px;
}
#sb ul ul li, #sb ul ul li {
  font-size: .9em;
  margin-left: 0px;
  background : transparent url("images/bullet.png") no-repeat 5px 9px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 0px 0 0 25px;
	width: 600px;
	color: #d2d8de;
	font-weight: 500;
}
#header h1 a:hover {
	text-decoration: underline;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #d2d8de;
}
#content h1 {
	font-size: 1.5em;
}
#sb h1 {
	font-size: 1.4em;
	color: #a1ff66;
}
#sb h2 {
	font-size: 1.1em;
	color: #a1ff66;
	padding:5px 0 5px 10px;
	background-image: url(images/opaque_10.png);
	margin-top: 2px;
}
.post h2 {
	font-size: 1.8em;
	color: #a1ff66;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  color: #a1ff66;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 20px 0 0 0;
	background: url(images/sep_horizontal.png) repeat-x top center;
	overflow:auto;
}
#content ol.commentlist li a {
	text-decoration: none;
}
li.author {
	padding: 5px;
}
.commentbg {
	background: url(images/opaque_10.png);
	padding:5px 10px 5px 10px;
}

/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote2.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote1.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

#searchbox { width:204px; height:24px; background:url(images/opaque_10.png) ; }
#searchbox #s {float:left; padding:2px; margin: 2px 0px 0 0px; border:0; width:176px; background:none; font:12px Arial, "Trebuchet MS", Helvetica, Verdana, Sans-serif; font-weight:700; color:#d2d8de; }

.twitter {
background: none;
width : 250px;
font-size : 11px;
font-size : 11px;
margin:0 0 5px 15px;
}
.twitter a {
color : #ff0000;
}
.twitter p {
width : 250px;
margin-right : 0px !important ;
margin-right : 0px;
margin-top : 40px;
}