/*
Theme Name: Classy
Description: The theme name describes this stylish WordPress theme which supports widgets and threaded comments. It's perfect for Wordpress users who wants something simple.
Author: Dominor IDX development
Author URI: http://www.dominor.com
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: gray, white, two-columns, right-sidebar, fixed-width, threaded-comments
*/
* {
	padding: 0px;
	margin:0px;
}
body {
	color: #555;
	font-size:12px;
	background:url(images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	width: 900px;
	text-align:left;
	margin: 0 auto;
}
#header {
	text-align:center;
	margin-bottom:20px;
}

#header h1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:48px;
	color: #767676;
	font-weight: normal;
	margin-bottom:5px !important;
	padding: 0 !important;
	line-height:48px;
	margin-top:15px;
}
#header h1 a {
	color: #767676;
	text-decoration: none;
	text-shadow: #fff 2px 2px 2px;
}
#site-description {
	color:#767676;
	font-size:24px;
	padding:0px;
	margin:0px 0 20px 0;
}
.menu {
	font-size:14px;
	font-weight: bold;
	height:35px;
	background:url(images/bg_nav.png) repeat-x;
}
.menu ul li {
	list-style: none;
	display:inline;
	margin-bottom: 0px;
}
.menu li a {
	color: #767676;
	text-decoration: none;
	line-height: 35px;
	margin: 0 20px;
}
.menu li a:hover {
	color: #767676;
}
#sidebar {
	float: right;
	width: 200px;
	color: #908a80;
	text-shadow: #fff 2px 2px 2px;
	margin-top:40px;
}
body.page #sidebar, body.archive #sidebar, body.category #sidebar, body.search #sidebar, body.search-results #sidebar {
	margin-top:10px;
}
#content {
	float: left;
	width: 685px;
	margin:0 15px 0 0;
}
#footer {
	color: #999;
	text-align: center;
	width:900px;
	margin:15px 0 15px 0;
	font-size: 11px;
}
#sidebar .sidemenu {
	margin-bottom:15px;

}
/* POSTS */
.dateinfo {
font-size:14px;
font-weight: bold;
color: #898989;
margin-left:15px;
text-shadow: #fff 2px 2px 2px;
padding-bottom:0px !important;
}
.post-outer {
	background:url(images/bottom.png) bottom no-repeat;
	display:block;
	padding-bottom:30px;
	margin-bottom:15px;

}
.post, div.page {
	padding: 10px 30px 5px 30px;
	background:url(images/bg_post.png) repeat-y;
	color: #999;
}
.post-inner {
	background:url(images/top.png) no-repeat;
	padding-top:30px  !important;
}
.post-meta {
	color:#898989;
	margin:10px 0;
}
.post-meta a {
	color:#898989;
	text-decoration:none;
}

/* default */
#content h1, h2, h3, h4, h5, h6, ol, ul{
	margin-bottom:10px;
}
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #555;
}
h1 a {
	color:#767676;
}
#content h1 { font-size: 24px; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 18px; font-weight: normal; letter-spacing: -0.5px; }
h4 { font-size: 16px; }

a {
	color:#908a80;
}
/* lists */
ul, ol {
	margin: 10px 25px;

}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #908a80;	
  font-size: 13px;
}
dd {
  padding-left: 20px;
}

dl { margin: 10px 25px !important; }
p { margin: 10px 0px; }
.clear {
	clear:both;
	height:0px;
}
img {
	border:0px;
}
/* table */
table {
	border-collapse: collapse;
	margin: 10px 25px;
}
tr { background: #FFF; }
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
  	padding: .8em 1em;
	background: #767676;
  	border-color: #898989;
	color: #fff;
	font-weight: bold;
}
td {
	border-color: #E9E9E9;
	padding: .7em 1em;
}

/* form elements */
#sidebar .widget_search form {
	margin: 10px 0px 10px 0px;
	padding: 0 !important;
    background: none !important;
    border: none !important;
	width:200px !important;
}
#sidebar .widget_search form input {
	width:180px;
}
#sidebar .widget_search form button.btn, #sidebar .widget_search form input#searchsubmit {
	width:100px;
	margin:0 0px 15px 0px !important;
	float:none;
}
form {
	margin: 10px 25px 10px 25px;
	padding: 10px 25px 25px 25px;
    background: #f6f6f6;
    border: 1px solid #E2E4E7;
	width: 477px;
}
form.searchform {
	margin: 10px 25px 10px 25px;
	padding: 25px 25px 25px 25px;
    background: #f6f6f6;
    border: 1px solid #E2E4E7;
	width: 477px;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	
	margin: 0;	
	color: #908a80;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 7px 6px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
textarea {
	width:470px;
}
button.btn, input#searchsubmit {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left:5px;
	padding: 6px 8px;
	border: 1px solid #858076;
	background-color: #908a80;
    text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
}
input#s {
	width:320px;
}
input#email {
	width:417px;
}
input:focus, select:focus, textarea:focus {
	color: #19465D;
	background: #f9f9f9;
}
#name, #email, #message, #website {
	width: 460px;
}
input.button, #submit {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #908a80;
	border-width: 1px;
  	border-style: solid;
  	border-color: #fff;
	cursor: pointer;
}

/*text */
h1.title {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	padding-bottom:15px;
	color:#908a80;
}
h1.title a {
	color:#908a80;
}
#content h1 a, h3.post-title a {
	color:#908a80;
	text-decoration: none;

}
#content h1 a:hover {
	color:#555;
}
#sidebar h3 {
	color: #555555;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
}

#footer a {
	color: #999;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
#content h2 a {
	color: #898989;
	text-decoration: none;
}
h3 {
	font-size: 17px;
	color: #767676;
}
h4 {
	font-size: 16px;
	color: #767676;
}
h5 {
	font-size: 15px;
	color: #767676;
}
h6 {
	font-size: 14px;
	color: #767676;
}

#sidebar ul {
	padding-bottom:10px;
}
#sidebar ul li ul li:before, #sidebar ul li ul li ul li:before {
	content: "\00BB \0020";
	color: #898989;
}
#sidebar ul li {
	list-style: none;
	margin:0 0 0 0 !important;
}
#sdebar li {
	padding-left:0px;
}
#sidebar ul li ul li {
	margin:0 0 0 0 !important;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #908a80;
	text-decoration: none;
}
blockquote {
	padding: 3px 30px 15px 35px;
	margin-left:25px;
	font-size: 14pt;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(images/quote.gif) top left no-repeat;
}

a:link {
	color:#908a80;
}
a:visited {
	color: #898989;
}
a:hover {
	color:#555;
}
/* comments list */
.commentlist a {
	text-decoration:none;
}
ol.commentlist {
	margin: 12px 12px 12px 0px;
	padding: 0;
}
.commentlist li {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 0;

	overflow: hidden;
}
.commentlist li a:link,
.commentlist li a:visited {
  color: #908a80;
}
.commentlist li .comment-info {
	width: 99%;
	margin: 0; padding: 0;
	overflow: hidden;
}
.commentlist li .comment-info img, .commentlist li .comment-author img {
	float: left;
	margin: 3px 13px 0 0;
   background: #fff;
	border: 1px solid #E8EAEC;
	display: inline;
}
.commentlist li .comment-info cite {
	display: block;
	margin: 0; 
	padding: 5px 65px 5px 20px;
	font-style: normal;
	font-weight: bold;
}
.commentlist li cite, .says {
	font-style: normal;
	font-weight: bold;

}
.commentlist li .comment-author, .commentlist li .comment-meta {
	padding-left: 0px;
}
.comment em{
	margin-left:20px;
}
.commentlist li .comment-info cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0 20px 25px 20px;
}
.commentlist li .comment-body {
	clear: both;
	margin: 0 !important; 
	padding: 0 0px 15px 20px;
}
.commentlist li .comment-text p {
	margin:  5px 0 15px 0;
	padding: 0;
}
.commentlist li .comment-text .reply a, .commentlist li .reply a.comment-reply-link {
	padding: 5px;
	background-color: #908a80;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}
.commentlist li .reply {
	margin: 0 25px 25px 0px;
}
.commentlist li ul.children { margin:0; padding: 0; }
.commentlist li ul.children li.depth-2,
.commentlist li ul.children li.depth-3 {
	margin-left: 40px;

}
.commentlist li ul.children li.depth-3 {
	padding-bottom:5px;
}
.commentlist li.thread-alt {
	background: #f6f6f6;

}
input#author, input#email, input#url, textarea#comment {
	width:450px;
}
ul.children form#commentform {
	width:375px;
}
ul.children input#author, ul.children input#email, ul.children input#url, ul.children textarea#comment{
	width:375px;
}
p.form-allowed-tags {
}
/* ------------------------------------------------------------------------------
    A R C H I V E S
--------------------------------------------------------------------------------- */
ul.archive {
	margin: 10px 30px 10px 10px;
	padding: 0 !important;
	border-top: 1px solid #eeeeee;
}
ul.archive li {
	margin: 0 !important;
	padding: 10px 5px;
	border-bottom: 1px solid #eeeeee;
	list-style: none;
}
ul.archive li .post-title {
	margin: 0 !important;	
	padding: 0 !important;
	font-size: 16px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.archive li .post-title a:link,
ul.archive li .post-title a:visited {
	color: #444;
	text-decoration:none;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #000;
}
ul.archive li .post-details {
	margin-left: 0;
	margin-top: 0;
	font-size: 12px;
}
ul.archive li .post-details a:link,
ul.archive li .post-details a:visited {
	color: #444;
	text-decoration:none;
}

/* pagenavigation */
.navigation {
	margin: 10px 20px; padding: 0;
	width: 560px;
}
.navigation a:link,
.navigation a:visited {
	float: left;
	display: block;
	margin: 10px 10px 0 0;
	padding: 5px 7px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #908a80;
	border-width: 1px;
  	border-style: solid;
  	border-color: #86BBDF #245F86 #245F86 #86BBDF;
}
.navigation a:hover {
   background: #FF3399;
   border-width: 1px;
  	border-style: solid;
	border-color: #FF75BA #EA0075 #EA0075 #FF75BA;
}

/* ------------------------------------------------------------------------------
		M I S C
--------------------------------------------------------------------------------- */

/* alignment classes & additional classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin:0 10px 10px 0;
}
img.alignright {
	margin:0 0 10px 10px;
}
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
/* =Gallery listing
-------------------------------------------------------------- */

#content .gallery {
	margin: 0 auto 18px;   
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	margin-bottom:10px;
}
#content .gallery img {

}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {

}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.bypostauthor {
	color:#555;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}