/*
THEME NAME: DistrasDesigns
THEME URI: http://distrasdesigns.com
DESCRIPTION: Empty Canvas v1.0 : DistrasDesigns
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Mike Distras</a>
AUTHOR URI: http://www.distrasdesigns.com
*/

@import "reset.css";

body {
	background: url(images/background.jpg) repeat-x #000 fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #fff;
	height: 1px;
	margin: 40px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	float: left;
	width: 75%;
}

.post {
	margin-bottom: 30px;
	padding:20px;
	background: url(images/body_70.png) repeat;
}

.post-title {
	font-size: 3em;
	line-height:0.8;
	font-family:Delicious, Arial, Verdana;
	color:#fff;
	text-transform:uppercase;
}

.post-title a {
	color: #fff; text-decoration:none;
}

.post-title a:hover {
	 text-decoration:underline; background:#000;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.4;
	margin-bottom: 10px;
	font-size:1.14em;
}
.post-content em {
	font-style:italic;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
	font-size:1.14em;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 24%;
}

.sidepanel ul li {
	border:0; list-style:none;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}



/* style */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

#header { width:100%; height:150px; margin:0 auto; display:block; }
#header #title { width:100%; height:85px; background:rgba(0,0,0,0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d5000000, endColorstr=#d5000000); }
#header #quicklinks { width:100%; background:rgba(0,0,0,0.85); padding:20px 0; overflow:hidden;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eb000000, endColorstr=#eb000000);
 }
 #header #quicklinks h1 { text-indent:-9999px; font-size:3px; height:1px; }
#header #searchbar { width:100%; padding:3px 0; background:rgba(0,0,0,0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d5000000, endColorstr=#d5000000); }

#header h1 { font-family:"Delicious Heavy", "Arial Black", Arial, Verdana; font-size:6em; text-align:center; text-transform:uppercase; }
#header h2 { font-family:Delicious, Arial, Verdana; text-align:center;  font-size:20px; }
#header h2 a { text-decoration:none; }
#header h1 a { text-decoration:none; }


#wrapper { width:910px; margin:0 auto 200px auto; background:rgba(0,0,0,0.7); padding:25px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d5000000, endColorstr=#d5000000);  }

#search { list-style:none; margin-top:-30px; display:block; }
#search label {  font-family:Delicious, Arial, Verdana; font-size:16px; float:left; margin-top:-4px; }
#search #s { font-family:Delicious, Arial, Verdana; font-size:16px; color:#000; padding:3px 2px 2px 2px; border:1px solid #fff; margin:-10px 0 0 5px; width:95%; background:url(images/labelbg.gif) repeat-x #fcfcfc; float:left; -moz-border-radius: 3px; -webkit-border-radius: 3px; display:block; }
#search #sub { font-family:Delicious, Arial, Verdana; font-size:16px; float:right; margin-top:-12px; padding:0; border:0; position:relative; top:-8px; font-weight:bold; background:none; color:#919191; }
.sidepanelsearch { padding:0; }

.sidepanel { padding:50px 0; clear:both; border-bottom:1px solid #fff; }
.sidepanel h3 { font-family:Delicious, Arial, Verdana; font-size:1.9em; text-transform:uppercase; margin-bottom:15px; }
.sidepanel ul li ul li { font-family:Delicious, Arial, Verdana; font-size:1.6em; text-transform:uppercase; margin-bottom:7px; }
.getintouch p { font-family:Delicious, Arial, Verdana; font-size:1.24em; margin:10px 0; }
.attachment-post-thumbnail { border:5px solid #fff; margin-bottom:15px; }
.attachment-single-post-thumbnail { border:5px solid #fff; margin-bottom:15px; } 



#footer {
	margin: 0 auto;
	width: 100%;
	height: 620px;
	border-top: 0;
	padding:180px 0 40px 0;
	background:rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eb000000, endColorstr=#eb000000);
}

#footerwrap { width:800px; margin:0 auto; text-align:left; list-style:none; }
#footer h3 { font-family:Delicious, Arial, Verdana; text-align:center;  font-size:28px; text-align:left; padding:30px 0; }

.backtotop { font-family:Delicious, Arial, Verdana; font-size:16px; color:#fff; opacity:0.5; padding:12px 0 0 14px; width:90px; height:24px; background:#000; position:fixed; bottom:10px; left:0; z-index:50; }

.posttags1 { font-family:delicious, helvetica, arial; color:#000; font-size:14px; font-weight:normal; overflow:hidden; height:1px; }

/* paginate */
.emm-paginate {}
.emm-paginate a {	background:rgba(0,0,0,0.8);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eb000000, endColorstr=#eb000000); border:1px solid #000; color:#fff; margin-right:10px; padding:7px 10px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:none; color:#fff;}
.emm-paginate .emm-title {color:#fff; margin-right:10px; font-weight:bold; text-transform:uppercase;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:none; border:1px solid #000; margin-right:10px; padding:7px 10px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}
