/*
Theme Name: Sport Grunge
Theme URI: http://themeforest.net/user/dtbaker
Description: The Sport Grunge Themeforest Template created by <a href="http://themeforest.net/user/dtbaker">dtbaker</a>.
Version: 1.0
Author: David Baker & Hayley Crook
Author URI: http://dtbaker.com.au

	Sport Grunge v1.0
	http://dtbaker.com.au

	This theme was designed and built by David Baker & Hayley Crook,
	whose blog you will find at http://dtbaker.com.au/ and http://hayleycrook.com

*/

/*menu*/
#main_menu { 
	height:41px;
	clear:both;
	background:url(images/menu_bg.jpg) no-repeat top left;
}
#main_menu > div > ul {
	margin:0px 0 0 30px; /*adjust indent to center the menu*/
	padding:0px;
	/*float:left;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:5; /*makes dropdown sit on top of flash & map*/
}
#main_menu > div > ul li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
#main_menu > div > ul a {
	float:left; /*makes the text sit beside each other not down the page*/
	color:#fff; /*menu color normal*/
	padding:10px 17px 20px 17px; /*space around and inbetween the buttons, top, right, bottom, left reduce the number to make more buttons fit*/
	text-decoration:none; /*no underline*/
	font-size:18px;
	text-transform:uppercase;
}
/*--drop down menu sub-menu - this is optional--*/
#main_menu > div > ul li.hover, #main_menu > div > ul li:hover {
	position:relative;
	z-index:102; /*makes dropdown sit on top of flash & map*/
}
#main_menu > div > ul li.hover ul.sub-menu, #main_menu > div > ul li:hover ul.sub-menu {
	display:block;
}
#main_menu > div > ul li.hover ul.sub-menu ul.third-level, #main_menu > div > ul li:hover ul.sub-menu ul.third-level {
	display:none;
}
#main_menu > div > ul ul.sub-menu {
	position:absolute;
	top:40px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:0px;
	width:200px;
	display:none;
	background-color:#161616; /*color of the dropdown*/
	background:url(images/texture.jpg) repeat top left;
}
#main_menu > div > ul ul.sub-menu li {
	width:200px;
	margin:0;
}
#main_menu > div > ul ul.sub-menu a {
	display:block;
	float:none;
	width:180px;
	border:none;
	padding:5px 10px;
	background:none;
	font-size:14px; /*font size */
	line-height:normal;
	color:#fff;
	border-bottom:2px solid #000;
	text-transform:none; /*turns off the uppercase*/
}
#main_menu > div > ul ul.sub-menu li.hover a, #main_menu > div > ul ul.sub-menu li:hover a, #main_menu > div > ul ul.sub-menu a:hover {
	background-color:#000;
}



.dtbaker_widget {
	width:100%;
	margin-bottom:20px;
}
.dtbaker_widget h2 {
	margin-bottom:10px;
}

.dtbaker_widget ul{
	margin:0;
	padding:0;
}
.dtbaker_widget ul li {
	list-style:none;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:300px;
	overflow:hidden;
}
.dtbaker_widget ul li a,
.dtbaker_widget ul li a:link,
.dtbaker_widget ul li a:visited {
	text-decoration:none;
	color:#037b8d;
	display:block;
	float:left;
	clear:left;
	border-bottom:1px solid #e5e5e5;
	padding:4px 0 4px 18px;
	width:276px;
}
.dtbaker_widget ul li ul li a,
.dtbaker_widget ul li ul li a:link,
.dtbaker_widget ul li ul li a:visited {
	border-bottom:none;
	font-size:0.9em;
	padding:2px 0 1px 18px;
}
.dtbaker_widget ul li a:hover {
	color:#960;
}
.dtbaker_widget ul li ul{
	margin:0 0 0 15px;
	padding:0;
}
.dtbaker_widget ul li li li a{
	/*border-left:1px solid #e5e5e5;*/
}
.dtbaker_widget ul li a span.count{
	margin-left:20px;
	color:#CCC;
}




/* BLOG SUMMARY PAGE */

.smallpost {
	/*width:600px;*/
	margin-bottom:30px;
	min-height:100px;
}
.news_box .image {
	position:absolute;
	width:130px;
	height:130px;
	padding:4px;
	border:1px solid #CCC;
	margin: 4px;
}
.news_box .image img{
	border:none;
}
.smallpost .news_text {
	margin-left:160px;
	/*height:105px;*/
    overflow: hidden;
	padding:1px 0 0 0;
}
.smallpost .stats {
	margin-left:160px;
	color:#999999;
}

/* FULL BLOG PAGE */

.news_box .bigimage {
	float:right;
	padding:4px;
	margin-left:30px;
}

.news_box .bigimage img{
	border:none;
}
.bigpost .news_text{
	min-height:300px;
}


.bigpost {
	clear:both;
	width:auto;
	margin-bottom:10px;
}
.bigpost .date {
	float:left;
	width:80px;
	margin:0px 20px 0px 0px;
	text-align:center;
}
.bigpost .date .day {
	display:block;
	font-size:60px;
	padding:16px 0;
	font-weight:bold;
	color:#febf78;
	height: 21px;
}
.bigpost .date .month, 
.bigpost .date .year {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffb8b8;
}
.bigpost .date .image{
	padding:15px 0 0 0;
}
.bigpost .post-content {
	float:left;
	width:560px;
}
.bigpost .post-content h3 {
	line-height:36px;
	margin:0px;
	padding:0px;
	color:#ffffff;
}
.bigpost .post-content .entry {
	font-size:13px;
	line-height:18px;
	margin:0;
	padding:0;
}
.bigpost .post-content .entry p {
	
}
.bigpost .post-content .entry .image{
	float:left;
	margin: 0 9px 9px 0;
}
.bigpost .tags {
	font-size:11px;
	border-top:dashed 1px #1c1c1c;
	border-bottom:dashed 1px #1c1c1c;
	margin:5px 0px;
}
.bigpost .blog_image {
	border:1px solid #1c1c1c;
	margin:5px 0px 5px 10px;
	padding:3px;
	float:right;
}



/* GENERIC BLOG STYLES */

#blog_header{
	clear:both;
	margin-bottom:30px;
}
.news_text {
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
}

.news_box .news_text p {
	padding:0px;
	/*margin:0px;*/
}
.news_box .stats {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #1c1c1c;
	border-bottom:1px dashed #1c1c1c;
	display:block;
	margin-top:7px;
}

.bigpost.news_box img{
    border: solid #999;
    padding: 2px;
}
.news_box .stats a, .news_box .stats a:link, .news_box .stats a:visited {
	color:#999999;
}
.news_box .news_text h2 {
	font-size:18px;
	color:#037db0;
	margin:10px 0 10px 0;
	
}
.news_box .news_text h2 a, .news_box .news_text h2 a:link, .news_box .news_text h2 a:visited {
	text-decoration:none;
}

.stats ul {
	list-style:none;
	margin:0;
	padding:0;
}
.stats ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
.stats ul li a, .stats ul li a:link, .stats ul li a:visited {
	color:#999999;
	text-decoration:none;
}
.stats ul li a:hover {
	text-decoration:underline;
}
/*Portfolio*/



.post {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	
	}
.postmetadata{ /*comments and tags*/
border-bottom:1px solid #e7e7e7;
border-top:1px solid #e7e7e7;
font-size:11px;
color:#a2a2a2;
clear:both;
margin-top:20px;
}

.postmetadata a, .postmetadata a:link, .postmetadata a:visited{
color:#838383;
}

.alignright{ /*blog image*/
margin:0px 0px 15px 15px;
float:right;
}

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

.entry{
}

blockquote{
border-left:3px solid #e7e7e7;
padding:10px;

}

.more-link{
}

.post small{
}



select,
input{ /*for all forms unless overwritten*/
	background-color:#000; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #2a2a2a;
	margin:3px 0px;
	padding:4px;
	color:#999999;
}

textarea{ /*for all forms unless overwritten*/
	background-color:#000;
	border:1px solid #2a2a2a;
	margin:3px 0px;
	padding:4px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    width: 510px;
}

.post-edit-link{
	clear:both;
}

/*#submit{
	background-color:#000;
	border:none;
	color:#FFF;
	font-size:14px;
	padding:1px 3px 3px 3px;
	
}*/



/* Comments */

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}
.commentlist .children{
	margin:0;
	padding:0 0 0 40px;
	list-style:none;
}
#comments {clear:both;}
.comments-title-back {float:left;padding:10px;padding-left:0;margin-bottom:25px;}
.comment-title {float:left;margin-right:12px;letter-spacing:0;}
.comment-title-meta, .pings-title-meta {font-size:22px;font-weight:bold;font-style:italic;}
.pings-title-meta {font-size:20px;letter-spacing:0px;}
.no-comment {font-size:19px;color:#bbb;}
.comment-feed-link {position:relative;top:10px;}
.comment-count {float:right;font-weight:bold;}
.comment-list, .comment-list .children { list-style: none;  }
.comment-list { clear:both;margin:20px 4px 0 4px; padding: 0; }
.comment, .trackback, .pingback { margin: 10px 0;padding:15px;border:4px solid #1c1c1c; -moz-border-radius:5px;border-radius:5px; }
.trackback, .pingback {padding:10px;margin:0 4px 20px 4px;font-style:italic;font-size:11px;}
.pings-list {margin-bottom:30px;list-style:none outside none;}
.comment-list .children { margin-left: 40px; }
.comment-meta { margin-bottom: 30px;float:left;position:relative;top:7px;font-size:11px;color:#999;clear:left; }
.commenter { font-size: 18px;font-weight:bold;float:left;margin-right:10px; }
.commenter a {border-bottom:1px dotted #ACCDEE;}
.commenter a:hover {border-bottom:none;}
.comment-content {clear:left;}
.edit-comment a {font-size:12px;color:#555;}
a.comment-reply-link {padding-left:13px;}
a#cancel-comment-reply-link {padding-left:16px;}
.avatar { float: right; margin: 0px 0px 10px 20px; border: 4px #1c1c1c solid; }
a.follow-replies {float:left;width:19px;height:19px;position:relative;top:12px;}
a.follow-replies:hover {background-position:0 -19px;}

#showinfo a, #hideinfo a, #logout a {margin-left:10px;position:relative;top:-5px;float:left;width:83px;height:29px;}
#hideinfo a {background-position:0 -28px;}
#logout a {width:80px;}

.comment-unapproved {font-weight:bold;font-style:italic;color:#a08800;-moz-border-radius:5px;border-radius:5px;clear:left;border:1px solid #ffe761;padding:8px 10px;padding-left:40px;}



/* Comment Reply */

#reply-title {letter-spacing:0;margin-bottom:0;font-size:21px;font-style:italic;font-weight:bold;text-shadow:0 1px 1px #eee;}

#respond {clear:both;margin-top:12px;padding:10px 15px;-moz-border-radius:5px;
border:1px solid #1c1c1c;}

#form-section-author, #form-section-email, #form-section-url {width:250px;height:23px;padding:8px;padding-top:9px;}


#respond input#author, #respond input#url, #respond input#email, #respond textarea {display:block;;-moz-border-radius:5px;border-radius:5px;border:2px solid #1c1c1c;font-weight:bold;}

#respond textarea {width:96%;padding:10px;font-size:18px;}

#comment-form .form-section input { margin-right: 10px;background:none;border:none;width:240px; }
.form-section { margin-bottom: 10px;position:relative; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

.aligncenter{
    margin: 0 auto;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor{
    
}

/* Customizations */
.flush-left {
    margin-left: 0 !important;
}
.tutorials {
    margin: 10px 0 10px 0;
    padding: 25px 0 15px 0;
    border:  #CCC dotted;
    border-width: 2px 0 1px 0;
}
.tutorials.first {
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    border: none;
}

.buy-now-button {
    float:right;
    border: 0 !important;
    padding: 0 !important;
}

.news_box.product{
    border: dotted;
    border-width: 0 0 1px 0;
    border-color: #CCC;
    padding-bottom: 10px;
    min-height: 150px;
}

.more-product{
    margin-left: 160px;
    margin-top: 5px;
}

.smallpost .faq_text {
	margin-left:160px;
	min-height:105px;
    overflow: hidden;
	padding:1px 0 0 0;
}
