/*   
Theme Name: Tremor 
Theme URI: http://www.quakemedia.com/wordpress-themes/free/tremor
Description: A new theme by Caleb White of <a href="http://www.quakemedia.com">Quake Media</a>. Tremor is a clean style three column blog theme for personal and business use.
Author: Quake Media
Author URI: http://www.quakemedia.com
Tags: 3-Column, Widget Ready, valid XHMTL, valid CSS, Clean, blue, gray, white, three columns, fixed width
Version: 2.0
.
GPL License. Please consider sharing Links as they help further development and help us provide more FREE themes for you to enjoy.
.
icons used are part of the free icon set FamFamFam.

To use a header IMAGE just upload a file named header.png into your Tremor/images folder!

*/

* {
	padding: 0px;
}
img {
	margin: 5px;
}


html, body {
	/* settings for body and html tags, as well as the page text styles if unassigned */
	margin: 0 auto;
	background: #fff;
	color: #fff;
}

/* sets the colors for all links not set within divs and lists */


}
a:hover {
	color: #ccc;
	text-decoration: none;
}

/***** Main Divs *****/

#container {
	/* surrounds the entire page setting the width and height */
	margin: 0 auto;	
	width: auto;
	background: #fff;
}



#header {
        position:fixed;
	
	margin: auto;
        
	width: 100%;
        height:130px;
	background: #fff ;

}


.logo{background: #ffffff url('images/logo.jpg') repeat-x;
margin:0px auto;
	width: 276px;
	height: 120px;
	padding: 0px;

}



#wrapper {
	margin: auto;
	width: 100%;
        height: 100%;
	overflow: auto;
	background-color: #fff;
	
}
#content {

	width: 63%;
        height:100%;
        margin:130px 0 0 0;
    
	color: #000;

	background: #fff;
border:1px solid #ccc;
clear:left;
float:right;
}

#sidebarLeft {
	/* Left Sidebar properties */
position:fixed;
        top:130px;
	width: 12%;
	height: 100%;
	float: left;
	color: #000;
	background: #fff;
        border:1px solid #ccc;
	margin: 0px 0 0 0px;
}



#sidebarRight {	
	/* Right Sidebar Properities */
 position:fixed;
        top:130px;
        left:13%;
	background: #fff;
        border:1px solid #ccc;
	width: 23%;
        height: 100%;
	float: left;
	color: #000;
	margin: 0px 0 00px;

}

.credit a:link,.credit a:visited,.credit a {
	padding: 12px 9px 13px 9px;
	color: #000;
	font: 10px bold Verdana;
	text-decoration: none;
	border: 0px;}





/***** Padding *****/

.headpad {
	text-align: left;
	padding: 10px 20px 10px 0;	
}

.padding {
	padding: 10px 0 10px 0;
}


.footpad {
	padding: 8px;
}

/* Heading Tags */

h1.header a {
	font: bold 11px Verdana;
	color: #ccc;
	text-decoration: none;
}

h1.header a:hover {
	color: #7e8899;
}

h1, h1 a {
	font: bold 11px Verdana;
	color: #ccc;
	text-decoration: none;
	margin: 10px ;

}

h1 a:hover {
	color: #7e8899;
}

h2, h2 a {	
	margin-top: 30px;
	font: bold 11px Verdana;
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #ccc;
	border-bottom: 2px dashed;
	border-color: #ccc;
}

h3, h3 a {	
	font: bold 11px Verdana,;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
	margin: 0px;
	padding: 30px;
}


h3 a:hover {
	color: #000;
}

/****** Posts ******/

.post {
	font: 11px Verdana;
margin-top: 30px ;
        margin-left: 10px ;
}

.post a {
	font: 12px Verdana;
	color: #000;
	border-bottom: 1px #CCC solid;
	text-decoration: none;
}

.post a:hover {
	border-bottom: 1px #4a4e55 solid;
	color: #dbdde6;
	text-decoration: none;
}
h3.posttitle, h3.posttitle a {	
	font:bold 12px Verdana;
	color: #000;
	border-bottom: 0px solid #6DD6F2;
	
	padding: 0px ;
}

h3.posttitle a:hover {
	color: #000;
}

.title {
	
	width: 504px;
	height: 20px;
	padding: 0px;
}

.tags {
	float: left;
	width: 348px;
	height: 20px;
	padding: 10px 3px 3px;
}

.comments {
	text-align: right;
	float: right;
	width: 150px;
	height: 20px;
	padding: 3px;
}

.entry {
	margin-top: 10px;
	margin-bottom: 10px;

	font: 10px , Verdana;
}

small {
	font: 9px  Verdana;
}

small a {
	font: 9px  Verdana;
}

.postmetadata {
	color: #A1D5E2;
	font: bold 8px verdana;


}

.postmetadata a {
	font: bold 9px verdana;
	color: #9B3F00;
}
.postmetadat a:hover {
	color: #CCC;
	text-decoration: none;
}
img, img a {
	border: 0px;
}

.comments img {
	text-decoration: none;
	border: 0px;
}
/**************** End Post Classes **/


ul.navi {
	display: inline-block;
	padding: 0px;
	float: right;
	list-style: none;
	width: 890px;
	font: 10px bold Verdana;
	color: #efefef;
	text-decoration: none;
}

ul.navi li{		
        display: block;
        line-height: 2.7em;
	padding: 0px 4px 0px 4px;
	float: right;
	font: 10px bold , Verdana;
	color: #efefef;
        
}

ul.navi a:link, ul.navi a:visited, ul.navi a {
	padding: 12px 9px 13px 9px;
	color: #efefef;
	font: 10px bold Verdana;
	text-decoration: none;
	border: 0px;

}
ul.navi a:hover {
    color: #202020;
	background: #CCC;

}

#sidebarRight ul, #sidebarRight li, #sidebarLeft ul, #sidebarRight li {
	list-style: none;
	
}

ul {
	margin-left: 25px;
}



/******** COMMENTS FORMATTING *********/

img.avatar {
	float: left;
	height: 32px;
	width: 32px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
p.comauth {	
	float: left;
	height: 32px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

.postmetacom {
	padding: 0px 0px 2px;
}

label {
	font-family: Verdana;
	font-size: 11px;
}
#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: Verdana;
	font-size: 10px;
}
ol.commentlist {
	padding: 0px;
	margin: 10px 0px 10px 15px;
}

ol.commentlist li {
	list-style-type: none;
	font: 11px Verdana;
	padding: 5px;
	margin: 0 0 10px;
	color: #363636;
}

.alt {
	background: #f5f5f5;
}

.authorcomment {
	/* Author Comments Highlight */
	background: #f5f5fc;
	border: 1px solid #cecece;

}

/******* WIDGETS FORMATTING ********/
ul li h2.widgettitle {
	padding: 10px 0px;
	margin: 0px;
}
ul#sidebarl, ul#sidebarr {
	font: 10px Verdana;
	width: auto;
	padding: 0px 0 0 10px;
	margin: 10px 0 0;
}

ul#sidebarl li ul, ul#sidebarr li ul {
	margin: 0px;
	padding: 0px;
}

ul#sidebarl li ul li, ul#sidebarr li ul li {
	padding: 0px 0px 5px 5px;
	margin: 0px;
	display: block;

}

ul#sidebarl li ul li a, ul#sidebarr li ul li a {
	padding: 0px;
	margin: 0px;
}

/***** Ordered Lists *****/

ol {
	margin-left: 30px;
}

ol li {
	list-style-type: decimal;
}

blockquote {
	padding-left: 10px;
	display: block;
	background: #f5f5fc;
	border: 1px solid #cecece;
}

/***** Image Alignment *****/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/***** Image Captions *****/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 0px;
	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;
}



