/*
Theme Name: DarkSonic
Theme URI: http://www.shaneparkerphoto.com/blog
Description: Photoblog theme
Version: 1.0
Author Shane Parker
Author URI: http://www.shaneparkerphoto.com
Tags: DarkSonic, black, dark, photo
*/

* {
font-family: Tahoma, Arial;
	font-size: 13px;
}

html {
background-color: #000;
	margin: 0;
	padding: 0;
}

a {
	color: silver;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.typekit {
	font-family: "report-1","report-2";
	font-size: 40px !important;
	font-weight: normal;
	text-decoration: none !important;
}

.typekitSmall {
	font-family: "report-1","report-2";
	font-size: 18px !important;
	font-weight: normal;
}

.typekitSmaller {
	font-family: "report-1","report-2";
	font-size: 14px !important;
	font-weight: normal;
}

.typekitSmallerBold {
	font-family: "report-1","report-2";
	font-size: 14px !important;
	font-weight: bold;
}

h4 {
}

h5 {
	font-size: 12px;
}

table, img {
	border: none;
	border-collapse: collapse;
}

p {
	line-height: 18px;
}

p, h4, h5 {
	margin-top: 0;
	margin-bottom: 10px;
}

ol, ul, li { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.normalul {
  margin-left: 0; 
  padding-left: 20px;
  margin-bottom: 1em;
	margin-top: 1em;
	font-family: Arial, Verdana;
}

li.dot {
  list-style-image: url("img/dot.png");
  
}

/* Hides stuff */
.hidden { display: none; }

#contentLeft ul {
	margin-left: 15px; 
  padding-left: 15px;
  margin-bottom: 1em;
	margin-top: 1em;
	font-family: Arial, Verdana;
}

#contentLeft li {
	list-style-image: url("img/dot.png");

}


.bpost ul {
	margin-left: 15px; 
  padding-left: 15px;
  margin-bottom: 1em;
	margin-top: 1em;
	font-family: Arial, Verdana;
}

.bpost li {
	list-style-image: url("img/dot.png");

}

.avatar {
	float: left;
}

body {
	background-color: #000;
	background-image: url(img/001bk.jpg);
	background-repeat: repeat;
	background-position: center;
	background-position: top;
	background-attachment: fixed;
	color: #fff;
	font-family: Tahoma, Arial;
	font-size: 13px;
	min-height: 800px;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 990px;
}

#header {
	height: 140px;
	width: 990px;
}

#header .logo {
	height: 140px;
	position: absolute;
	top: 0;
	width: 990px;
	z-index: 99;
}

#slideshowWrapper {
	background: url(img/slideshowBack.png);
	background-repeat: no-repeat;
	border: 1px dotted #454545;
	height: 300px;
	margin-bottom: 20px;
	position: relative;
	width: 990px;
}

.slideShowSub {
	background: url(img/arrowBack.png);
	background-repeat: no-repeat;
	bottom: -1px;
	height: 50px;
	position: absolute;
	right: 450px;
	width: 90px;
}

.slideShowSub a {

}

#pageWelcome {
	border-bottom: 1px dotted #454545;
	height: 100px;
	margin-bottom: 20px;
	position: relative;
	width: 990px;
}

#pageWelcome .left {
	border-right: 1px dotted #454545;
	bottom: 20px;
	height: 50px;
	left: 0;
	padding: 10px 20px 20px 10px;
	position: absolute;
	top: 0;
	width: 170px;
}

#pageWelcome h3 {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#pageWelcome p {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#pageWelcome h3 {
	font-size: 14px;
	font-weight: normal;
}

#pageWelcome .left p, a {
	font-size: 12px;
}

#pageWelcome .right {
	background: url(img/002bk.png);
	height: 50px;
	margin-left: 200px;
	padding: 10px 250px 20px 20px;
	width: 500px;
}

#pageBanner {
	background: url(img/bannerPhotoBlog.png);
	height: 49px;
	margin-bottom: 10px;
	position: relative;
	text-align: right;
	width: 990px;
}

.postDate {
	bottom: -3px;
	color: silver;
	font-size: 11px;
	position: absolute;
	right: 3px;
	text-align: right;
	width: 350px;
}


#pageBannerLine {
	background: url(img/bannerLine.png);
	height: 49px;
	margin-bottom: 10px;
	position: relative;
	text-align: right;
	width: 990px;
}

#pageBannerLine .breadCrumbs {
	left: 210px;
	position: absolute;
	bottom: 5px;
}

#contentWrapper {
	position: relative;
	width: 990px;
	width: 100%;
}

#contentLeft {
	border-right: 1px dotted #454545;
	bottom: 20px;
	left: 0;
	padding: 20px 0 20px 0;
	position: absolute;
	top: 0;
	width: 200px;
}

#partners {
	position: absolute;
	bottom: 144px;
}

#contentRight {
	margin-left: 200px;
	padding: 20px;
	width: 750px;
}

.splitter {
	border-bottom: 1px dotted #454545;
	height: 1px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

div.contentSplit {
	border-bottom: 1px dotted #454545;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

#footer {
	color: gray;
	margin-left: 200px;
	padding: 0 20px 20px;
	text-align: right;
	width: 750px;
}

/* BLOG POST STUFF */

.bpost a {
font-size: 14px;
}

.bpost img {
	border: 1px dotted #454545;
	padding: 5px;
	margin: 3px 15px 15px 0;
}

.bpost {
	overflow: hidden;
  padding:0;
  margin:0;
}

.bpost .left {
	border: 1px dotted #454545;
	float:left;
	padding: 5px;
	margin: 3px 15px 15px 0;
}

.bpost .right {
	border: 1px dotted #454545;
	float:right;
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.blogThumbLeft {
	border: 1px dotted #454545;
	float:left;
	padding: 5px;
	margin: 3px 15px 15px 0;
}

.blogThumbRight {
	border: 1px dotted #454545;
	float:right;
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.contact {
	overflow: hidden;
  padding:0;
  margin:0;
}

.contact img {
	border: none;
}


.cntr {
  display:block;
  margin-left: auto;
  margin-right: auto;
}

#searchsubmit {
	margin: 10px 0 10px 0;
}

.bypostauthor {
background-color: #E7F8FB !important;
}

/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}
/* End hide from IE-mac */
