/*  
Theme Name: Dirty Creative
Theme URI: http://www.arcanepalette.com
Description: Magazine-style WordPress theme for Dirty Creative. 
Version: 1.0
Author: Arcane Palette Creative Design
Author URI: http://www.arcanepalette.com
*/

/* Main */
body {
	background: url(images/White_Brick_Background.jpg) no-repeat top fixed #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.wrapper {
	background: #ffffff;
	color: #000000;
	width: 970px;
	padding: 0 10px;
}	
.container {
	text-align: left;
	width: 970px !important;
}
.ad260 {
	margin: 0 10px;
	width: 260px;
	height: 260px;
	overflow:hidden;
	white-space:nowrap;
}
.ad125 {
	display: block;
	width: 125px;
	height: 125px;
	overflow:hidden;
	white-space:nowrap;
}
.spacer-10 {
	clear: both;
	height: 10px;
}	
.spacer-5 {
	clear: both;
	height: 5px;
}
.left {float:left;}
.right {float:right;}
.adleft {margin-left: 10px !important;}
.adright {margin-right: 10px !important;}
a:link, a:visited {
	color: #ef037f;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
}
a:hover, a:active {
	color: #808080;
	text-decoration:none;
}
h1, h2, h3 { font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif; letter-spacing: 0.15 em;}
h2, h3 {
	margin-bottom: 0px;
}

/* Header */
.header {
	background: url(images/headerbg.jpg) center no-repeat #000000;
	color: #ffffff;
}
.header .container {
	height: 176px;
}
.logo {
	position:relative;
	left: 45px;
	z-index: 100;
}
.navbar {
	background: #ef037f;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
}
.navbar .container {background-image:none; height: auto;}
.navbar ul li {
	display: block;
	float:left;
	font-size: 1.75em;
	padding: 0 15px;
}
.navbar ul {margin:0;}
.navbar li a:link, .navbar li a:visited {
	color: #000000;
	font-weight:normal !important;
	text-transform:lowercase !important;	
	position:relative;
	z-index: 999;
}
.navbar li:hover {
	background: #000000;
}
.navbar li:hover a {color: #ffffff;}

/* Search */
#s {
	background: url(images/searchbg.jpg) no-repeat;
	border: none;
	height: 17px;
	width: 131px;
	text-align:center;
}
#searchsubmit {
	background:url(images/searchbtn.jpg) no-repeat;
	height: 17px;
	width: 49px;
	border: none;
	cursor:pointer;
	vertical-align:middle;
}

/* Content */
.content {
	width: 680px;
	float: left;
}
.topbanner {
	margin-top: 10px;
	height: 125px;
	width: 100%;
}
.featured-content {
	margin-top: 10px;
	height: 260px;
	width: 100%;
}
.more {
	clear: both;
	text-align:right;
}
.post {
	border: 3px double #dcdcdc;
	padding: 0 10px;
	margin: 10px 0 0 0;
}
.minipost {
	border: 3px double #dcdcdc;
	padding: 0 0 10px 10px;
	width: 320px;
	margin: 10px 0 10px 9px;
	float:left;
	position:relative;
	left: -10px;
}
.minipost h2 {
	line-height: 1.0em !important;
	margin-top: 5px;
}
.post-image {
	margin-top: 10px;
	margin-right: 10px;
}
.postmeta {
	position: relative;
	top: -10px;
	color: #808080;
	font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
}
.postmeta a:link, .postmeta a:visited, .postmetatwo a:link, .postmetatwo a:visited {
	color: #808080;
	text-decoration: none;
	text-transform:lowercase;
}
.postmeta a:hover, .postmeta a:active, .postmetatwo a:hover, .postmetatwo a:active {
	color: #000000;
	text-decoration:none;
}
.postmetatwo {
	color: #808080;
	margin-top: 10px;
}
.mini { margin-bottom: 10px;}
.micro {margin: 5px 10px 5px 5px;}
.notfound ul {list-style-type:none;}
.threecolumn {
	width: 220px;
	float:left;
	margin-right:10px;
}
#commentsplat {
	background: url(images/commentsplat.png) center no-repeat;
	width: 7px;
	height:11px;
	padding: 15px 25px 35px 25px;
	float: right;
	position:relative;
	top: -20px;
	right: -25px;
	margin-bottom: -15px;
	z-index:999;
}
a:link #commentsplat, a:visited #commentsplat {
        color: #ffffff;
	font-size: 1.5em;
	font-weight:bold;
	text-decoration:none;
	font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
}
a:hover #commentsplat, a:active #commentsplat {color: #000000;}
.comment-author cite {font-style: normal!important;}
.comment-author {
	font-size: 1.5em;
	font-weight:bold;
	text-decoration:none;
	font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
        text-transform: uppercase;
}
.comment a:link, .comment a:visited {
	color: #000000;
        font-style: italic;
}
.comment a:hover, .comment a:active {
	color: #808080;
}
.says {
        font-weight: normal !important;
        font-size: 0.9em !important;
        text-transform: lowercase;
}



/* Sidebar */
.sidebar {
	background:#000000;
	color: #ffffff;
	width: 280px;
	float:right;
}
.sidebar h2 {
	color: #ffffff;
	text-transform:uppercase;

}
.sidebar ul {
	list-style-type:none;
	margin-left: 0;
}
.sidebar a:link, .sidebar a:visited {color: #ffffff; font-weight: normal;}
.sidebar a:hover, .sidebar a:active {color: #ef037f; font-weight: normal;}
.sidebarpost { width: 280px; }
.news ul li{
	text-align: left;
}
.news #newsheading, .categories #newsheading {text-align:center !important; margin: 0 0 0 10px; padding: 0;}
.news li {
	display: block;
	background: #808080;
	height: 70px;
	width: 260px;
	margin: 0 10px;
}
.news li:hover {
	background: #ef037f;
}
.news li:hover a {color: #000000;}
.newsheading h2 { font-size: 1.5em!important; line-height: 1.3em!important; }
.newsheading { width: 185px; float: right; }
.alignthismiddleyo { display: table-cell; vertical-align: middle; height: 70px; }

.short li {height:auto !important; display: block; padding: 5px; margin-bottom: 5px; width: 250px;}
.categories {margin-top: -15px;}
.categories li {
	display:block;
	background: #808080;
	font-size: 1.75em;
	text-align:center;
	letter-spacing: 0.15em;
	margin:5px 10px;
	padding: 0 5px;
	width: 250px;
	font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
}
.categories li:hover {
	background: #ef037f;
}
.categories li:hover a {color: #000000;}
.follow {
	margin: 5px 10px 10px 10px;
}
.follow ul {margin: 0 !important;}
.follow li {
	display: block;
	width: 130px;
	clear:both;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	font-family:"Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
}
.followlink {position: relative; top: 15px;}
.follow li a {	font-weight: bold !important;}

/* Footer */
.footer {
	width: 100%;
	background: #111111;
	color: #999999;
	padding: 20px 0;
}
.footer a:link, .footer a:visited {
	color: #808080;
	text-decoration: none;
	text-transform:lowercase;
}
.footer a:hover, .footer a:active {
	color: #cccccc;
	text-decoration: none;
}
.footerlogo {
	text-align: center;
}
.bottomnav {
	border-left: 1px solid #808080;
	float:left;
	display: block;
}
.bottomnav ul {
	list-style-type: none;
	font-size: 1.75em;
	text-transform:lowercase;
}
.bottomnav li {margin:0 0 -0.4em 30px;}
.bottomnav a {	font-weight:normal !important;}

/* Images */
.alignleft {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
.alignright {float:right;margin:1.5em 0 1.5em 1.5em;}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.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;
}
/* End captions */


