/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: #07182d url(images/bg.gif) repeat-x fixed;
	padding: 15px 0 15px 0;
	font-family:'Droid Sans',arial,serif;
	color:#888;
}
a:link, a:visited {
	color:#15a9f3;
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:underline;
}
#wrapperBorder {
	background: url(images/bg-page-border.png);
	width: 974px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:8px;
	margin:0 auto;
}
#wrapper {
	width: auto;
	background:#101115 url(images/bg-page-inner.gif) repeat-x;
	padding:17px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header {
	height:137px;
	width: 940px;
}
#branding {
	height:100%;
	padding:0;
	background:url("images/zeemp-header.jpg") no-repeat scroll center top #000;
	position:relative;
}
#blog-title {
	float:left;
	height:100%;
	width:40%;
}
#blog-banner {
	float:left;
	height:100%;
	width:60%;
}
#blog-banner a{
	height:135px;
	width:437px;
	display:block;
	text-indent:-9000px;
	margin:1px 0 0 0;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 15px;
	opacity: 0.8;
	font-style:bolder;
	color:#fff;
	font-size:18px;
	background:#000;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 8px #000;
	-moz-box-shadow: 1px 1px 8px #000;
	box-shadow: 1px 1px 8px #000;
}
#blog-title a {
	display:block;
	text-indent:-9000px;
	height:60px;
	width:208px;
	margin:44px 0 0 86px;
}
#blog-description {
	text-indent:-9000px;
	display:none;
}
#main {
	width:940px;
	padding:0;
	margin:20px 0 0 0;
}
#container {
	width:620px;
	float:left;
}
#content {
	margin:0;
	width:100%;
}
.entry-title {
	padding:17px 0 2px 0;
	color:#dedede;
	font-family:'Droid Sans',arial,serif;
}
.entry-title a {
	color:#dedede;
}
.entry-title a:hover {
	color:#15a9f3;
	text-decoration:none;
}
.entry-content {
	padding:0;
}
.hentry {
	padding:0 0 20px 0;
	margin-right:20px;
}
.entry-content p{
	margin:12px 0;
}
.entry-meta {
	font-style:normal;
	margin:5px 0;
}
.entry-meta a {
	color:#666;
}
.entry-meta a:hover {
	color:#15a9f3;
}
.entry-meta .n {
	text-transform:none;
	font-size:100%;
}
.paged #nav-above {
	display:none;
}
#nav-above, #nav-below {
	margin-right:20px;
	width:600px;
}
.navigation {
	margin:0px 0 1px 0;
	background:#171717;
	height: 37px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
}
.single .navigation {
	display:none;
}
.wp-pagenavi {
	margin:0 17px;
	padding:10px 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span {
	text-decoration: none;
	margin: 0 1px 0 0 !important;
	border:0 !important;
	padding:5px 7px !important;
	background:#2b3034;
}
.wp-pagenavi span.pages {
	margin-right:17px !important;
	background:none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #fff !important;
	background:#495056;
}
.wp-pagenavi span.current {
	border:0 !important;
	padding:5px 7px !important;
	color:#fff !important;
	margin: 0 1px 0 0 !important;
	background:#495056;	
}
.wp-pagenavi span.extend {
	background:#2b3034;
}
.firstitem {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.lastitem {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#footer {
	width:940px;
	margin:0 auto;
	border:0;
}
#siteinfo {
	padding:8px 0;
	font-size:13px;
}
.attachment-tags-thumb {
	height:125px;
	width:180px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);

} 
.attachment-post-thumbnail {
	height:200px;
	width:600px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
}
.attachment-post-thumbnail a img {
	display: none;
}
.entry-content .wp-post-image {
	margin:0;
	padding:0;
	display: inline-block;
	border-bottom: solid 1px #000;
	border-right:  solid 1px #000;
	border-top: solid 1px #424348;
	border-left: solid 1px #424348;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.main-aside {
	width:300px;
	float:right;
	right:0;
}
.main-aside ul {
	padding:0;
}
.main-aside ul ul {
	padding:20px;
	margin:0;
}
.aside ul ul li {
	list-style:none;
	padding-top:8px;
}
.aside h3 {
	background:url("images/socialwidget.png") no-repeat;
	font-size:15px;
	padding:7px 20px;
	font-style:normal;
}
.aside a:hover {
	color:#15a9f3;
}
#primary {
	border:0;
	margin-bottom:22px;
	padding:0;
	width:320px;
}
.widgetcontainer {
	margin-bottom:20px;
	padding:0;
	background:#090909;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
}
#sharing {
	float:left;
	width:600px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:17px 0 12px 0;
}
.twitter-share-button {
	top:-1px;
	position:relative;
}
#subscribe {
	margin:0;
	height:78px;
}
#subscribe li {
	margin:0;
	padding:0 15px 18px 0;
	width:125px;
	float:left;
	list-style:none;
}
#subscribe a {
	background:url("images/socialwidget.png") no-repeat scroll -10px 0 transparent;
	padding:0 0 0 36px;
	text-align:left;
	text-decoration:none;
	color:#15A9F3;
	font-size:12px;
	display:block;
}
#subscribe span {
	color:#888;
	display:block;
	line-height:12px;
}
#subscribe_twitter a {
	background-position:-19px -59px;
}
#subscribe_facebook a {
	background-position:-159px -59px;
}
#subscribe_rss a {
	background-position:-19px -106px;
}
#subscribe_email a {
	background-position:-159px -106px;
}
.widget_sponsors {
	height:470px;
}
#sponsors {
	padding-left:20px;
	/*height:144px;
	margin:20px;
	background:#1e1e1e;
	border-top:1px solid #333;
	border-left:1px solid #333;*/
}
/* tags classes */
.widget_tags  a{
	height:125px;
	width:280px;
	display:block;
	margin:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.widget_tags  a:hover{
	text-decoration:none;
	color:red;
}
.widget_tags span {
	background:#000000;
	font-size:16px;
	color:#fff;
	opacity:0.83;
	position:relative;
	top:98px;
	left:17px;
	padding:8px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.tagHover {
	color:#15a9f3;
	opacity:0.7;
}
.home-sweet-home {
	background:url("images/home-sweet-home.jpg") no-repeat;
}
.artist-day {
	background:url("images/artist-day.jpg") no-repeat;
}
.stunning-wallpapers {
	background:url("images/stunning-wallpapers.jpg") no-repeat;
}
.the-outstanding-beauty {
	background:url("images/the-outstanding-beauty.jpg") no-repeat;
}
.jaw-dropping-designs {
	background:url("images/jaw-dropping-designs.jpg") no-repeat;
}
.travel-inspiration {
	background:url("images/travel-inspiration.jpg") no-repeat;
}
.wonders-of-nature {
	background:url("images/wonders-of-nature.jpg") no-repeat;
}
.widget_search {
	background: #090909 url("images/socialwidget.png") no-repeat;
}
.aside #searchsubmit {
	display:inline;
	background:url("images/search.png") 11px 10px no-repeat;
	border:0;
	width:40px;
	height:36px;
	margin:0;
	position:relative;
	cursor:pointer;
}
.widget_search h3 {
	display:none;
}
#searchform {
	margin:0;
	height:36px;
}
#s  {
	font-family:'Droid Sans',arial,serif;
	color:#666666;		
	background:none;
	border:0 none;
	font-size:15px;
	width:240px;
	margin:0 0 0 5px;
	padding:8px 15px;
}
#stats li {
	font-size:15px;
	font-style:bold;
	color:#888;
}
#stats span{
	float:right;
	font-size:16px;
	color:#fff;
}
.page-title {
	/*font-size:16px;
	padding:0 0 20px 0;
	color:#888;*/
	display:none;
}
.page-title span{
	font-style:normal;
}
.tag .hentry {
	float:left;
	width:186px;
	min-height:200px;
}
.tag .entry-title {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
.tag .entry-content p {
	font-size:13px;
}
#comments {
	width:600px;
	margin-right:20px;
}
#commentform {
	background:#none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	border:2px solid #424348;
}
#respond {
	background:none;
}
#form-allowed-tags , #login, .comment-notes {
	display:none;
}
#comments input {
	color:#888;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	background: #090909 url("images/socialwidget.png") no-repeat;
	border:0;
	height:20px;
	padding:8px 15px;
	width:525px;
	margin-top:17px;
}
#comments textarea {
	color:#888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 #424348, 0 -1px 0 rgba(0, 0, 0, .6);
	border:0;
	background: #090909;
	padding:8px 15px;
	width:525px;
	margin-top:17px;
}
.form-section label {
	font-size:13px;
}
.form-submit #submit {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#0297cf;
	border-color:#B3EDF8 #0088D4 #0088D4 #B3EDF8;
	border-style:solid;
	border-width:1px;
	color:#FEFEFF;
	cursor:pointer;
	font-size:15px;
	height:35px;
	padding:0 10px 3px;
	text-shadow:1px 1px 0 #03559C;
	width:auto;
}
#comments-list ol {
	background:#none;
	border:none;
}
#comments-list li.alt {
	background:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	border:1px solid #424348;
	margin-bottom:17px;
}
#comments-list li.bypostauthor {
	background:none;
	border:1px solid #0297cf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#comments-list li {
	border-bottom:none;
	background:none;
		background:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	border:1px solid #424348;
	margin-bottom:17px;
}
#comments-list ul li {
	border:1px solid #424348;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.related-posts {
	width:100%;
}
.related-posts .entry-title {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
}
.related-posts  .hentry {
	float:left;
	min-height:200px;
	width:186px;
}
.related-posts  h3 {
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	padding:0 0 18px;
}
.single .hentry {
	margin-right:15px;
}
