/*
Theme Name: DASH STATION
Description: This blog theme was created for DASH STATION
Version: 1.0
Author: <a href="http://dashstation.com">Dash Station</a>
*/

/* Framework */

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
}

.container {
	z-index: 2;
	position: relative;
	min-height:100%;

}

#wrapper {
	width: 994px;
	margin:auto;
}

#header {
	width:994px;
	padding-top:140px;
	margin:auto;

}

#logo {
	width:150px;
	height:150px;
	float:left;
	margin:35px 0 0 40px;
	background: url(http://blog.dashstation.com/wp-content/themes/dashstation/images/dashstation.png) no-repeat;
	
}

#allcontent {
	float: left;
	width: 710px;
	margin-left:0px;
}

#content {
	width:660px;
	float:left;
	padding: 0 0 30px 0;
}

.maincontent {
	width:660px;
	min-height:500px;
	float:left;
	background: url(http://blog.dashstation.com/wp-content/themes/dashstation/images/postbg.png) repeat-y;
	padding: 0 0 30px 0;
	margin-bottom:30px;
}

.maincontent a{
	text-decoration: underline;
}



#sidebar {
	width:264px;
	margin: 0 18px 20px 0;
	float: right;

}

#sidebarlist {
	width: 264px;
	margin: 0 0 0 0;
}

#footer {
	width:994px;
	height:120px;
	clear: both;
	margin:auto;

	
}
#credits {
	width: 500px;
	height:25px;
	text-align:right;
	padding-top:10px;
	font-size:11px;
	float:right;
	color:#FFF;
	margin:40px 40px 0 0;
	text-transform:uppercase;
	letter-spacing:1px;
	
}
#credits a{
	color:#FFF;
	
}

/* General */
* {
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #413731;
}

img {
	border: none;
}

.separator {
	color: #413731;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #413731;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 994px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

/* Content */
.page-title {
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: normal;
	font-family: "century gothic" arial;
	margin-left:40px;
	color:#FED800;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left: 12px;
}

.post {
	

	width: 510px;
	float: left;
	display: block; 
	overflow:hidden; 
	margin:15px 0 0 15px;
}


/* COMMENT */

.comm { 
	float: right; 
	width: 46px; 
	height:42px; 
	margin-right: 10px;
	font-size:22px; 
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif; 
	line-height:37px; 
	text-align: center; 
	color:#ffffff;
}
.comm span {	
	 text-align:center;
	 padding:5px 0 0 0;
	 color: #ffffff;
}
.comm a {
	padding-right:5px;
	text-decoration: none;
	color: #ffffff;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #fffacf;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #7cc5a1;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% "apertura-condensed-1","apertura-condensed-2",sans-serif; 
	padding-bottom: 10px;
	padding-top:0px;
	color: #413731;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
	
}
#commentform label{
	font-weight: bold;
	color: #413731;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	border: 1px dashed #ffe921;
	background: #FFF; /*for IE*/
	background: rgba(255,255,255,.7); /*for browsers that support RGBA*/
	
	padding: 3px;
	margin-top: 3px;
	color: #413731;
}
#commentform textarea{
	width: 460px;
	height: 115px;
	background: #FFF; /*for IE*/
	background: rgba(255,255,255,.7); /*for browsers that support RGBA*/
	border:#fed800 dashed 1px;
	border-spacing:.5px;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #FED800;
	font: bold 12px "apertura-condensed-1","apertura-condensed-2",sans-serif; 
	color: #413731;
	border: none;
	float:right;
	width: 100px;
	height: 27px;
	margin-right: 65px;
}


/* POST TEXT */
.posttext {
font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
font-size: 13px;
line-height: 16px;
color: #413731;
width:490px;
padding-left:10px;
}





.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* POST */
		/* POST HEADER*/
		
.datetag {
	width:93px;
	height:93px;
	float:left;
	background:url(http://blog.dashstation.com/wp-content/themes/dashstation/images/datebg.png) no-repeat;
	margin-top: 25px;
	clear:both;
}

.datetag p {
	width:57px;
	padding: 10px;
	text-align: left;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #FFF;
	margin:25px 0 0 17px;
}

.datetag p span{
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
}

.datetag p.pages {
	width:65px;
	height: 20px;
	padding: 0;
	text-align: left;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform:uppercase;
	margin:43px 0 0 18px;
}

.datetag p.pages span{
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
}

.datetag p.pages span a{
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
}
	
.postheader {
margin-top: 10px;
padding-left:10px;
}

.postdate {
padding: 5px 0 10px 0;
height: 37px;
width: 100px;
text-align: left;
font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif; 
font-size: 11px;
color: #413731;
float: left;
margin-right: 4px;
}

.posttitle h3 a{
text-decoration: none;
width: 510px;
overflow:hidden;
display: block;
float: left;
color: #fed800;
padding:20px 0 30px 0;
font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif; 
font-size: 60px;
font-weight: normal;
text-transform:uppercase;
}

.postmeta {
width: 500px;
display: block;
float: left;
padding-left:10px;
}

.postmeta a{
font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
font-size: 10px;
text-decoration: none;
color: #B57A42;
}
.postmeta a:hover{
text-decoration: none;
}

.post p {
padding-bottom: 15px;
}
.posttext a {
color: #413731;
}
.post ul, .post ol {
padding-left: 25px;
}

/* POST FOOTER */
.postfooter {
width:460px;
margin-top: 0px;
margin-bottom: 0px;
font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
font-size: 11px;
border-top:#fed800 dashed 1px;
display: table;
#position: relative;
overflow: hidden;
margin-left:10px;

}


.posttags2 {

padding-top: 12px;
padding-left: 10px;
color:#413731;
overflow:hidden;
}
.postfooter a{
text-decoration: none;
color: #413731;
}
.postfooter a:hover{
text-decoration: underline;
}

.more-link {
	font-weight:bold;
}


/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	margin-bottom: 5px;
	padding: 0 2px;
	width:264px;
}

#sidebar .quepasa {
	width:264px;
	height:341px;
	background:url(http://blog.dashstation.com/wp-content/themes/dashstation/images/quepasa.png) no-repeat;
	
}

#sidebar .quepasa .sidecontent{
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size:14px;
	color:#413731;
	padding:20px 0 0 7px;
	
}

#sidebar .crosspollinating ul {
	margin: 32px 0 0 0;
	width: 264px;
	padding-top: 0;
	
}

#sidebar .crosspollinating ul li.dribbble a:hover{
	background-position: 0px -54px;	
}

#sidebar .crosspollinating ul li.dribbble {
	height: 54px;
	width: 47px;
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar .crosspollinating ul li.dribbble a{
	background:url(/wp-content/themes/dashstation/images/dribbble.png) no-repeat;
	display:block;
	height: 54px;
	text-indent: -9999px;
	width: 47px;
	
}

#sidebar .crosspollinating ul li.twitter a:hover{
	background-position: 0px -54px;	
}

#sidebar .crosspollinating ul li.twitter {
	height: 54px;
	width: 42px;
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar .crosspollinating ul li.twitter a{
	background:url(/wp-content/themes/dashstation/images/twitter.png) no-repeat;
	display:block;
	height: 54px;
	text-indent: -9999px;
	width: 42px;
	
}

#sidebar .crosspollinating ul li.facebook a:hover{
	background-position: 0px -54px;	
}

#sidebar .crosspollinating ul li.facebook {
	height: 54px;
	width: 42px;
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}

#sidebar .crosspollinating ul li.facebook a{
	background:url(/wp-content/themes/dashstation/images/facebook.png) no-repeat;
	display:block;
	height: 54px;
	text-indent: -9999px;
	width: 42px;
}

#sidebar .crosspollinating ul li.flickr a:hover{
	background-position: 0px -54px;	
}

#sidebar .crosspollinating ul li.flickr {
	height: 54px;
	width: 42px;
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}


#sidebar .crosspollinating ul li.flickr a{
	background:url(/wp-content/themes/dashstation/images/flickr.png) no-repeat;
	display:block;
	height: 54px;
	text-indent: -9999px;
	width: 42px;
}

#sidebar .crosspollinating ul li.rss a:hover{
	background-position: 0px -54px;	
}

#sidebar .crosspollinating ul li.rss {
	height: 54px;
	width: 42px;
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}


#sidebar .crosspollinating ul li.rss a{
	background:url(/wp-content/themes/dashstation/images/rss.png) no-repeat;
	display:block;
	height: 54px;
	text-indent: -9999px;
	width: 42px;

}

#sidebar .crosspollinating ul li.mail a:hover{
	background-position: 0px -54px;	
}

#sidebar .crosspollinating ul li.mail {
	height: 54px;
	width: 49px;
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}


#sidebar .crosspollinating ul li.mail a{
	background:url(/wp-content/themes/dashstation/images/mail.png) no-repeat;
	display:block;
	height: 54px;
	text-indent: -9999px;
	width: 49px;
	
}


#tweet {
	height:100px;
	width:230px;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size:16px;
	color:#716964;
	margin:100px 0 20px 20px;
}

#sidebar .recents {
	width:264px;
	height:341px;
	background:url(http://blog.dashstation.com/wp-content/themes/dashstation/images/recents.png) no-repeat;
	
}

#sidebar .cats {
	width:264px;
	height:341px;
	background:url(http://blog.dashstation.com/wp-content/themes/dashstation/images/cats.png) no-repeat;
	
}

#sidebar .archives {
	width:264px;
	height:341px;
	background:url(http://blog.dashstation.com/wp-content/themes/dashstation/images/archives.png) no-repeat;
	
}

#sidebar ul li.friends ul{
	padding-top: 0;
}

#sidebar li.friends li.title{
	width:264px;
	height:106px;
	background:url(http://blog.dashstation.com/wp-content/themes/dashstation/images/friends.png) no-repeat;
	margin: 0;
	padding: 0;
	
}

#sidebar li.friends li.body{
	width:264px;
	height:500px;
	background:url(/wp-content/themes/dashstation/images/commentbg.png) repeat;
	margin: 0;
	padding: 0 0 40px 0;
	
}

#sidebar li.friends li.body ul{
	padding-top: 20px;
	
}

#sidebar li.friends li.body ul li{
	margin: 0px 0px 0px 30px;
	padding: 4px 2px 4px 10px;	
	width: 185px;
}

#sidebar a {
	color:#413731;
}
	
#sidebar ul {
	list-style:none;
	
}

#sidebar .thestore {
	padding:15px 0 0 20px;
}

#sidebar ul li {
	margin-bottom: 20px;
	
}

#sidebar ul li ul{
	padding-top:110px;
	
}

 #sidebar ul li ul li ul {
	margin: 0;
	padding: 0 0 0 0;

}

#sidebar ul li ul li {
	width:140px;
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 10px;
	margin: 0 0 0 30px;
	color:#413731;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background-position: 0 10px;
	margin: 0;
	color:#413731;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	width:530px;
	clear:both;
	float:right;
}

.comments h3 {
	color: #fed800;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: none;
	margin-top: 2px;
}

.comments ol li.alt {
	background: none;
}

.comment-author {
	color: #413731;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

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

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #fed800;
	font-family: "apertura-condensed-1","apertura-condensed-2",sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
	font-size: 12px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FFF;
	border: 1px dotted #fed800;
	font-family: "century gothic" arial;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #d3e6da;
}

.form-submit input {
	padding: 2px 5px;
}

.posttags2 .brownlink {
	color:#413731;
	font-weight:300;
}


.posttags2 .brownlink a{
	color:#413731;
	font-weight:300;
}

.previous-entries {
	clear:both;
	float:left;
	
}

.previous-entries a{
	color: #ffe000;
}

.next-entries {
	clear:both;
	float:right;
	
}

.next-entries a{
	color: #ffe000;
}


.navigation {
	width:540px;
	padding: 0 0 0 50px;
}

#pages ul.badge {
	width:155px;
	margin-top:20px;
	margin-left:30px;
}

#comments-list p{
	color: #413731;
	padding: 10px 0 25px 0;
}

/* SPECIAL */

p.dribbblestunt{
	padding-left: 15px;
}
p.dribbblestunt a{
	background: url(http://blog.dashstation.com/wp-content/uploads/2010/07/dribbbleinvite.jpg);
	width: 450px;
	height: 348px;
	display:block;
}
p.dribbblestunt a:hover{
	background: url(http://blog.dashstation.com/wp-content/uploads/2010/07/dribbblestunt.jpg) no-repeat;
	width: 450px;
	height: 348px;
	display:block;
}

.contactpage{
	padding-top: 50px;
}

.contactpage h3{
	font-size: 26px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}
