/*   
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;
}

img.side
{
margin: 0px
}

img.headfeed
{
margin-left:852px
}

html, body {
	/* settings for body and html tags, as well as the page text styles if unassigned */
	margin: 0 auto;
	background: #2e2e2e;
	color: #2e2e2e;
}

/* 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: #4a4e55;

}
a:hover {
	color: #990000;
	text-decoration: none;
}

/***** Main Divs *****/

#container {
	/* surrounds the entire page setting the width and height */
	margin: 0 auto;	
	width: 900px;
	background: #fff;
}

#navwrap {
	border-top: 5px solid #fff;

	width: 900px;
	margin: auto;
	height: 20px;
	background: #fff;
	
}

#nav
{
	text-align: left;
	margin: auto;
	height: 20px;
	width: 890px;
	background-image: url(images/topnav.gif);
	border-bottom: 6px solid #ccc;
	background-repeat: repeat-x;
}

#navline
{
width: 890px;
height:3px;
background-color:#ccc;

}

#header
{
	margin: auto;
	width: 890px;
	height: 100px;
	padding-bottom: 5px;
	background-color: #FFF;
	background-image: url(images/mwweye3.png);
	background-repeat: no-repeat;
	background-position: 570px -25px;
	border-color: #FFF #FFF black #FFF;
	border-width: 5px 5px 1px 5px;
	border-style: solid solid dotted solid;
	
}

#header span
{color: red}

p.description {
	/* description of the blog underneath the header title */
	font: 11px bold "Lucida Grande", Lucida, Verdana, Arial;
	font-style:italic;
	padding: 0px 0px 10px;
	margin: 0px;
}

#wrapper
{

	margin: auto;
	width: 900px;
	overflow: auto;
	background-color: #fff;
	padding-top: 10px;

}
#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: 175px;
	height: auto;
	float: right;
	color: #000;
	background: #f5f5fc;
	border: 1px solid #cecece;
	margin: 22px 0 20px;
}

* html #sidebarLeft {
	/* Left Sidebar IE Fix */
	width: 173px;
}

#sidebarRight {	
	/* Right Sidebar Properities */
	background: #fff;
	width: 165px;
	float: right;
	color: #000;
	margin: 22px 0 20px;

}

* html #sidebarRight {
	/* Right Sidebar IE Fix */
	width: 165px;
}

#footer {
	/* Footer properities (check padding area for footpad) */
	font: 10px "Lucida Grande", Verdana, Arial, Sans-Serif;
	clear: both;
	margin: auto;
	height: 40px;
	width: 890px;
	background: #202020;
	border: 5px solid #fff;
	border-top-width: 5px;
	border-top-color: #ccc;
}

.footer, a.footer, a.footer:link, a.footer:visited {
	/* footer class links */
	font: 11px "Lucida Grande", Verdana, Arial;
	text-decoration: none;
	border-bottom: 1px dashed;
	border-color: #b1b1b1;
}

a.footer:hover {
	color: #fff;
	border: 0px;
	text-decoration: none;
}
/***** Padding *****/

.headpad {
	text-align: left;
	padding: 30px 20px 0px;	
}



.padding {
	padding: 10px;
}

.wp-friends {
	display: none;
}

.footpad {
	padding: 8px;
}

/* Heading Tags */

h1.header a {
	font: bold 24px "Lucida Grande", Verdana, Arial;
	color: #4a505a;
	text-decoration: none;
}

h1.header a:hover {
	color: #7e8899;
}

h1, h1 a {
	font: bold 18px "Lucida Grande", Verdana, Arial;
	color: #4a505a;
	text-decoration: none;
	margin: 0px 0 0;

}

h1 a:hover {
	color: #7e8899;
}

h2, h2 a {	
	margin-top: 3px;
	font: bold 14px "Lucida Grande", Verdana, Arial;
	color: #7e8899;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	border-bottom: 2px dashed;
	border-color: #ccc;
}

h3, h3 a {	
	font: bold 15px "Lucida Grande", Verdana, Arial;
	color: #7e8899;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
	margin: 0px;
	padding: 2px;
}

h3 a:hover {
	color: #000;
}

/****** Posts ******/

.post {
	font: 11px "Lucida Grande", lucida, Verdana;
}

.post a {
	font: 12px "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #4a4e55;
	border-bottom: 1px #CCC solid;
	text-decoration: none;
}

.post a:hover {
	border-bottom: 1px #4a4e55 solid;
	color: #990000;
	text-decoration: none;
}

h3.posttitle, h3.posttitle a {	
	font: bold 18px "Lucida Grande", Verdana, Arial;
	color: #7e8899;
	text-decoration: none;
	border-bottom: 0px solid #cecece;
	margin: 0px;
	padding: 2px;
}
h3.posttitle a:hover {
	color: #000;
	text-decoration: none;
}

.title {
	background: #fdfdfd url('images/fade.jpg') repeat-x;
	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: 12px "Lucida Grande", lucida, verdana ;
}

small {
	font: 9px "Lucida Grande", lucida, Verdana;
}

small a {
	font: 9px "Lucida Grande", lucida, Verdana;
}

.postmetadata {
	color: #313131;
	font: bold 9px "Lucida Grande", lucida, verdana;
}

.postmetadata a {
	font: bold 9px "Lucida Grande", lucida, verdana;
	color: #000;
}
.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: 12px bold "Lucida Grande", Verdana, Arial;
	color: #efefef;
	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: #efefef;
        
}

ul.navi a:link, ul.navi a:visited, ul.navi a {
	padding: 12px 9px 13px 9px;
	color: #efefef;
	font: 12px bold "Lucida Grande", Verdana, Arial;
	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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	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: #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 "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 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-left: 1px solid #cecece; 
font-style:italic;
}

/***** 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: 4px;
	margin: 10px;
}

.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;
}

