/*
THEME NAME: clickerwp
THEME URI: http://blog.clicker.com/
DESCRIPTION: clean and mean
VERSION: 0.1
AUTHOR URI:
TAGS: clean, mean
*/


#mainLayoutWrap {
    width:1000px important!;
    min-width:1000px;
    max-width:1000px;
}

#container {
width:980px;
}

td.content {
    width: 610px;
    vertical-align:top;
}

td.sidebar {
    border-left:1px solid #e5e5e5;
    vertical-align:top;
    overflow:hidden;
    padding:18px 10px 40px 20px;
    width:290px;
}

#avatarpos {
  float:left;
  position:relative;
  padding: 3px;
  margin-right: 5px;
}

#authdesc {
  height:40px;
  font-size:14px;
  color:#888;
  float:left;
  width:260px;
}

#authstuff {
  font-size:12px;
}

#fb_share_1{
  top:-2px;
  width:96px;
  float:right;
}

#bigbold {
  margin-bottom:15px;
  position:relative;
  top:-10px;
  height:90px;
}
	

/* entry */

.entry-content {
	line-height: 1.5em;
	padding-bottom: 15px;
}
.entry-content p{
  margin:.75em 0;
}
.entry-content ul li{ list-style:disc; margin-left:2.5em; }
.entry-content ol li{ list-style:decimal; margin-left:2.5em; }

.hentry {margin:20px 30px 5px 10px;}

.entry-single {
	margin-bottom:15px;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
}

.cat-links, .tag-links{display:block;}
.post .cat-links, .post .tag-links{display:inline;}
#comments {margin-top:20px;}
.comments-link {
}

.author-page {
	padding:15px 0 0 0;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#CCC;
}
.meta-sep{margin:0 8px 0 0; border-right:1px dotted #999; padding:0 0 0 8px; font-size:.8em;}
.meta-left{
    line-height:2em;
}
.meta-right{
    line-height:2em;
    text-align:right;
    vertical-align:bottom;
    width:220px;
}


#striped {
	background-image: url(images/stripes.png); background-repeat:repeat-x;
	width:100%;
	height:1.2em;
	padding:4px;
}

blockquote {
	color:#666;
	font-style:italic;
	margin-left:20px;
}

/* sidebar */

td.sidebar h3 {
  font-weight:normal;
}

td.sidebar input#s {
width:7em;
}

td.sidebar li {
list-style:none;
}

td.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

td.sidebar ul ul {
margin:0;
padding:5px 0;
}

td.sidebar ul ul li {
list-style:none;
font-size:.8em;
margin-bottom:8px;
padding-left:5px 0 5px -10px;
}

td.sidebar ul ul ul {
margin:0 0 0 0;
}

td.sidebar ul ul ul li {
list-style:circle;
}
.widget_text {
padding:5px 0;
}

#twitter_time_source {
	font:"Courier New", Courier, monospace;
	font-size:12px;
	color:#999;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
	padding-bottom:10px;
}

.twitter-timestamp {
	font-size:11px;
}

.colleft {
	width:130px;
	float:left;
	padding:0 10px 0 0px;

}

.colright {
	width:130px;
	float:right;
	padding:0 10px 0 10px;
}

/* defaults */

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both; 
line-height:1.2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}
textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:85%;
}



.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em 5px 1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

.gallery dt.gallery-icon{
overflow:hidden;
height:150px;
}
.gallery .attachment-thumbnail{
width:100%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}


.addcomment a {
	text-decoration:none;
	color:#2F6AAD;
	float:right;
}

#respond { margin-top:15px; }
#respond h3{
font-weight:normal;
}
#respond .formcontainer{
background-color:#EBEBEB;
padding:10px;
}
#respond #submit{
  border:0;
  font-size:0;
  line-height:0;
  display:block;
  height:22px;
  width:60px;
  overflow:hidden;
}
#respond #submit:hover{
  text-decoration:none !important;
}

.commenttitle {
	width:100%;
	height:23px;
	clear:both;
}

.alignlefto {
	float:left;
	padding:0px;
	margin:0px;
}

.alignrighto {
	float:right;
	margin:0px;
	padding:0px;
}

.boold {
	font-weight:bold;
}
	
.commentauthordate {
	float:left;
	width:160px;
}
.actualcomment {
		width:425px;
		float:right;
		padding:0px 10px 10px 0;
}

.actualcomment p { margin-bottom:10px; }

.trendingg {
	font-size:10px;
}

#followside {
margin-top:50px;
}

#twitBadge{
    position:relative;
    top:-5px;
}

h2 {
  font-size:1.375em;
  line-height:1.5em;
}
h1, h2, h3 {
  color:#E82100;
  font-weight:normal;
  padding-bottom:0.2em;
}



