/*   
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: 1.23
.
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: 1px;
}

html, body {
	/* settings for body and html tags, as well as the page text styles if unassigned */
	margin: 0 auto;
	background: #fff;
	color: #000;
}

/* sets the colors for all links not set within divs and lists */
a, a:visited, a:link {
	font: 10px "Lucida Grande", Verdana, Arial, Sans-Serif;
	color:  #000;
        padding: o;

}
a:hover {
	border-bottom: 1px #000 solid;
	color: #fff;
	text-decoration: none;
}

/***** Main Divs *****/

#container {
	/* surrounds the entire page setting the width and height */
	margin: 0;	
	width: auto;
	background: #fff;
}

#navwrap {
	border-top: 5px solid #fff;
	width: 900px;
	margin: auto;
	height: 50px;
	background: #fff;
}

#nav {
	text-align: left;
	margin: auto;
	height: 40px;
	width: 890px;
	background: #fff;
}

#header {
	border: 5px solid #fff;
	margin: 0;
	width: 890px;
	background: #fff ;
}

p.description {
	/* description of the blog underneath the header title */
	font: 11px bold "Lucida Grande", Lucida, Verdana, Arial;	
	padding: 0px;
	margin: 0px;
}

#wrapper {
	margin: 0;
	width: auto;
	overflow: auto;
	background-color: #fff;
	
}
#content {
	width: 510px;
	color: #000;
	float: left;
	padding: 0px 5px 20px 20px ;
	background: #fff;
	clear: left;
}
* html #content {
	width: 490px;
}

#sidebarLeft {
	/* Left Sidebar properties */
	width: 118px;
	height: auto;
	float: right;
	color: #000;
	background: #fff;
	border: 1px solid #dedede;
	margin-top: 22px;
}

* html #sidebarLeft {
	/* Left Sidebar IE Fix */
	width: 118px;
}

#sidebarRight {	
	/* Right Sidebar Properities */
	background: #fff;
	width: 118px;
	float: right;
	color: #000;
	margin-top: 22px;
        margin-right: 4px ;
}

* html #sidebarRight {
	/* Right Sidebar IE Fix */
	width: 118px;
}

#footer {
	/* Footer properities (check padding area for footpad) */
	font: 9px "Lucida Grande", Verdana, Arial, Sans-Serif;
	clear: both;
	margin: 0;
	height: 40px;
	width: 890px;
	background: #fff;
}

.footer, a.footer, a.footer:link, a.footer:visited {
	/* footer class links */
	font: 9px "Lucida Grande", Verdana, Arial;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #dedede;
}

a.footer:hover {
	border-bottom: 1px #dedede solid;
	color: #fff;
	text-decoration: none;
}
/***** Padding *****/

.headpad {
	text-align: left;
	padding: 10px 20px 37px;	
}

.padding {
	padding: 5px ;
        padding-bottom: 30px;
}


.footpad {
	padding: 10px 20px 10px;
}

/* Heading Tags */

h1.header a {
	font: bold 24px "Lucida Grande", Verdana, Arial;
	color: black;
	text-decoration: none;
}

h1.header a:hover {
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}

h1, h1 a {
	font: bold 18px "Lucida Grande", Verdana, Arial;
	color: #000;
	text-decoration: none;
	margin: 10px 0 0;

}

h1 a:hover {
	border-bottom: 1px #000 solid;
	color: #fff;
	text-decoration: none;
}

h2, h2 a {	
	margin-top: 20px;
        margin-bottom: 5px;
	font: bold 14px "Lucida Grande", Verdana, Arial;
	color: #cecece;
	text-decoration: none;
}
h2 a {
	color: #000;
	border-bottom: 2px dashed;
	border-color: #ccc;
}

h3, h3 a {	
	font: bold 15px "Lucida Grande", Verdana, Arial;
	color: #aeaeae;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
	margin: 0px;
	padding: 2px;
}

h3 a:hover {
	border-bottom: 1px #000 solid;
	color: #fff;
	text-decoration: none;
}


/****** Posts ******/

.post {
	font: 11px "Lucida Grande", lucida, Verdana;
}

.post a {
	font: 11.5px "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #000;
	border-bottom: 1px #dedede solid;
	text-decoration: none;
}

.post a:hover {
	border-bottom: 1px #000 solid;
	color: #fff;
	text-decoration: none;
}

h3.posttitle, h3.posttitle a {	
	font: bold 15px "Lucida Grande", Verdana, Arial;
	color: #cecece;
	text-decoration: none;
	border-bottom: 1px solid #dedede;
	margin: 0px;
	padding: 2px;
}
h3.posttitle a:hover {
	border-bottom: 1px #000 solid;
	color: #fff;
	text-decoration: none;
}

.title {
	background: #fff;
	width: 504px;
	height: 20px;
	padding: 3px;
}

.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: 11.5px "Lucida Grande", lucida, verdana ;
        line-height: 165% ;
        padding-left: 3px;
}

small {
	font: 9px "Lucida Grande", lucida, Verdana;
}

small a {
	font: 9px "Lucida Grande", lucida, Verdana;
}

.postmetadata {
	color: #000;
	font: bold 9px "Lucida Grande", lucida, verdana;
}

.postmetadata a {
	font: bold 9px "Lucida Grande", lucida, verdana;
	color: #000;
}
.postmetadat a:hover {
	border-bottom: 1px #dedede solid;
	color: #fff;
	text-decoration: none;
}
img, img a {
	border: 0px;
}
a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=0);   
-moz-opacity: 0;   
opacity: 0;
}
.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: 12px bold "Lucida Grande", Verdana, Arial;
	color: #dedede;
	text-decoration: none;
}

ul.navi li{		
        display: block;
        line-height: 2.7em;
	padding: 0px 4px 0px 4px;
	float: right;
	font: 12px bold "Lucida Grande", Verdana, Arial;
	color: #dedede;
        
}

ul.navi a:link, ul.navi a:visited, ul.navi a {
	padding: 12px 9px 13px 9px;
	color: #dedede;
	font: 12px bold "Lucida Grande", Verdana, Arial;
	text-decoration: none;
	border: 0px;

}
ul.navi a:hover {
	border-bottom: 1px #000 solid;
	color: #fff;
	text-decoration: none;

}

* ul, li {
	list-style: none;
	
}

/******** 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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol.commentlist {
	padding: 0px;
	margin: 10px 0px 10px 15px;
}

ol.commentlist li {
	list-style-type: none;
	font: 11px "Lucida Grande", Lucida, Verdana, Arial, Helvetica;
	padding: 5px;
	margin: 0 0 10px;
	color: #000;
}

.alt {
	background: #fff;
}

.authorcomment {
	/* Author Comments Highlight */
	background: #ggg;
	border: 1px solid #dedede;

}

/******* WIDGETS FORMATTING ********/
ul li h2.widgettitle {
	padding: 10px 0px;
	margin: 0px;
}
ul#sidebarl, ul#sidebarr {
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica;
	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 0px 0px;
	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: square;
}

blockquote {
	padding-left: 10px;
	display: block;
	background: #fff;
	border: 1px solid #dedede;
}

/***** Image Alignment *****/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/***** Image Captions *****/

.wp-caption {
	border: 1px solid #dedede;
	text-align: center;
	background-color: #fff;
	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;




}