/*
Theme Name: Grey Elegance
Theme URI: http://blatantreality.com
Description: A Grey theme designed to focus on content and blockquotes.
Author: Stephen Bateman
Author URI: http://stephenbateman.com
version: beta
Tags: two-column, widget-ready, multiple widge areas
*/


#top-header {
	background: url(images/top-header.png);
	margin: 0 auto;
	width: 1000px;
	height: 10px;
}
/* --- TWITTER --- */
#topbar {
	float: right;
	position: top;
	padding: 1px 0 0 5px;
	max-width: 200px;
	color: #fff;
	display: block;
}

.twitter-timestamp {
	font-size: .7em;
}

#topbar li {
	color: #fff;
}

#topbar h2.title, #topbar a {
	color: #fff;
	text-decoration: none;
}

#topbar ul, #topbar ol {
	margin-left: 20px;
}

#topbar h2 a {
	color: #fff;
	font-family: Palatino, Times, serif;
	position: relative;
	left: 20px;
	
}

#twitter-1 li {
	list-style-type: none;
}
#twitter-1 {
	min-width: 175px;
}

.twitter-item {
	padding-top: 4px;
}

/* --- ADBAR --- */
#adbar {
	margin: 0 auto;
	padding-top: 10px;
	background: #ccc;
	color: #333;
	text-align: center;
}

#adbar div {
	background: #ccc;
}
/* basics */

*{margin:0; padding:0;}

body {
	background:#ccc url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0 20px 0 20px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt; font-family: palatino, times, serif;}
h4 {font-size: 9pt; font-family: palatino, times, serif;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	border-right: 1px solid #A5ABAB;
	margin:15px 22px 0 22px;
	padding:0 8px 0 8px;
	font: 1.2em Palatino, times, serif;
	line-height: 1.5em;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
ul, ol{
	margin-left: 30px;
}

/* links */

a{
	color:#333;
	text-decoration:underline;
	}

a:hover{color: #000}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#333 url(images/header-grad.png) repeat-x;
  	width: 960px; 
  	height: 100px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 10px solid #333;
	}

#header img {
	border: 1px solid #ccc;
	border-bottom: 0;
}
#header h1{
	font: normal 28pt Palatino, serif;
	padding:20px 0 5px 16px;
	margin:0;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #ccc; text-decoration: none;}


#header h2{
	font:normal 11pt Palatino, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
	}

#header-image {
	float: right;
	width: 440px;
	height: 99px;
}
/* main menu */


#menu {
	background:#333;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:960px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	padding-right: 14px;
}

#menu ul li a {
	padding:4px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	color:#fff;
	text-decoration: underline;
}



/* content */


#content {
	float:left;
	width:700px;
	overflow: hidden;
	padding: 14px 0 14px 14px;
	/*background: url(images/test-content.jpg) top repeat-x;*/
	}


.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}

.entry {
	background: #fff /*url(images/bottom-entry-grad.jpg)*/ no-repeat bottom;
	padding: 6px 4px 4px 8px;
	margin-top: -10px;
}

.round {
	/*optional rounded corners*/
	-moz-border-radius-topleft: 4px;
    -khtml-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 3px solid #fff;
    border-bottom: 0px;
	-moz-border-radius-topright: 4px;
    -khtml-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.round-bottom {
	/*optional rounded corners*/
	-moz-border-radius-bottomleft: 4px;
    -khtml-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 3px solid #fff;
    border-top: 0px;
	-moz-border-radius-bottomright: 4px;
    -khtml-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


	
.post h2{
	font: 19pt Palatino, Times, serif;
	margin: 3px 30px 4px 30px;
	background: #ccc url(images/post-head-ccc-fff2.jpg) repeat-x;
	padding: 6px;
	padding-bottom: 10px;
	}
.pagetitle {
	font: 24pt Palatino, Times, serif;
	padding-bottom: 15px;
}
/* page-title is for archive title */
.page-title{
	text-align: center;
}
	

.post h2 a{
	color: #444;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #333;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background: #ccc url(images/22px-grad.png) repeat-x;
	padding:6px;
	margin-left: 30px; margin-right: 30px;
	margin-bottom: 15px; /*Det space between posts */
	text-align: center;
	}

.postmetadata-search {
	clear: both;
	padding:6px;

	margin-bottom: 10px; /*Det space between posts */
}

.search-result {
	background-color: #fff;
	padding: 2px;
	margin: 1px;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft{float:left; margin:25px 0;}
.alignright{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:235px;
	float:right;
	margin:0;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	}

#sidebar h2, #topbar h2{
	font:normal 12pt Palatino, times, serif;
	color: #000;	
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#sidebar h2 {
	background: #ddd;
	padding: 4px;
	/*border-bottom: 1px solid #eee;*/
}

#sidebar label {
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	margin-left: 0;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 14pt;
	list-style-type: none;
	border: 1px solid #eee;
	}

#sidebar ul ul {
	margin:8px 0 12px 0;
	padding:0;
}


#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #898989;
}
 /* Below sets bulleted lists */

#sidebar ul li ul {
	padding-left: 8px;
}
#sidebar ul li ul li {
	list-style-type: none;
	margin: 0 0 1px 12px;
	border: 0;
	padding: 0;
}


#sidebar h2 {
	padding-left: 12px;
}



/* comments */

#respond h3 {
	font-family: Palatino, Times, serif;
	font-size: 15pt;
}

#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	font-size: 1.1em;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Palatino, times, serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

h3#comments {
	font: bold 1.6em Palatino, times, serif;
}

	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none;}

/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#social {
	padding: 5px 0 0 5px;
	width: 234px;
}


/* footer */

#bottom-burst {
	background: transparent url(images/bottom-grad.jpg) no-repeat;
	background-position: center bottom;
	height: 72px;
	width: 100%;
	
}
#footerc {
	background: #333;
}

#footer {
	clear: both;
	width: 100%;
	min-height: 130px;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}
