/*
Theme Name: Gotstyle Menswear
Theme URI: http://gotstylemenswear.com/
Description: The default WordPress theme for Gotstyle Menswear.
Version: 2.0
Author: Pixelcarve Inc.
Author URI: http://pixelcarve.com/
*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/* Structure */
html, body {
	height: 100%;
}

body {
	margin: 4px auto;
	background: #000 url(images/bg.jpg);
	color: #cbcbcb;
	font-family: Georgia, Garamond, Caslong, Sabon, Bembo, Times;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	}

#header {
	width: 940px;
	margin: 0px auto;
	text-align: left;
	margin-top: 30px;
	/*border: 1px solid red;*/
}

#content {
	/*border: 1px solid yellow;*/
	float: left;
	width: 620px;
	margin: 0 10px 0 0;
}

#container {
	/*border: 1px solid blue;*/
	width: 940px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	margin-bottom: -248px;
	position: relative;
}

#navigation {
	/*border: 1px solid pink;*/
	background: transparent url(images/line-bg.png) center repeat-x;
	margin: 15px 0 25px 0;
}
	#nav-container {
		/*border: 1px solid fuchsia;*/
		width: 940px;
		margin: 0px auto;
		position: relative;
		z-index: 9999;
	}
		#category {
			position: relative;
		}
		
		#sub-head {
			position: absolute;
			top: 14px;
			left: 70px;
			z-index: 99999;
			background: #000 url(images/bg.jpg);
			padding: 0 18px 0 18px;
		}
		
		#category ul li#category-header {
			width: 124px;
			height: 22px;
			background: #000 url(images/bg.jpg);
			cursor: pointer;
			position: relative;
			top: 14px;
			left: 650px;
			padding: 0 18px 0 18px;
		}
		
		#category ul li#info-header {
			width: 60px;
			height: 22px;
			background: #000 url(images/bg.jpg);
			cursor: pointer;
			position: relative;
			left: 835px;
			top: -8px;
			padding: 0 18px 0 18px;
			margin: 0;
		}
		
			#category ul li#info-header ul {
				position: absolute;
				left: -110px;
			}
	
		#category ul li h2 {
			height: 22px;
			background: #000 url(images/bg.jpg);
			cursor: pointer;
		}
			#category li#category-header h2 span {
				width: 124px;
				height: 22px;
				background: transparent url(images/category.png) top left no-repeat;
				text-indent: -9999px;
				display: block;
			}
			
			#category li#info-header h2 span {
				width: 60px;
				height: 22px;
				background: transparent url(images/info.png) top left no-repeat;
				text-indent: -9999px;
				display: block;
			}
		
		#category ul li ul {
			background-color:rgba(0,0,0,0.7);
			width: 170px;
			text-align: right;
			padding: 10px;		
			position: absolute;	
			left: -42px;
			z-index: 999;
			display: none;
		}
		
		#category ul li {
			font-size: 14px;
			text-transform: uppercase;
			font-family: Georgia, Garamond, Palatino, Caslon;
			color: #d9d9d9;
			font-weight: normal;
		}
		
		#category ul li a {
			color: #d9d9d9;
			text-decoration: none;
		}
		
		#category ul li a:hover {
			text-decoration: underline;
			color: #fff;
		}

#sidebar {
	width: 300px;
	float: right;
	margin: 26px 0 0 0;
	color: #929999;
	/*border: 1px solid olive;*/
}


#footer {
	background: #000 url(images/footer-bg.jpg);
	height: 248px;
 	width: 100%;
 	position: relative;
}

	#footer-content {
		width: 940px;
		margin: 0px auto;
		position: relative;
		text-align: left;
		top: 45px;
	}
		#footer-content p#about-footer {
			width: 620px;
			float: left;
			padding: 0 80px 0 0;
			font-size: 14px;
			line-height: 28px;
			color: #999999;
			background: transparent url(images/footer-divider.png) 93% 20% no-repeat;
		}
		
		#footer-content ul {
			font-size: 14px;
			line-height: 28px;
			color: #999999;
		}
		
		#footer hr {
			display: block;
			border-bottom: 1px dashed #555;
			border-top: 0;
			position: relative;
			top: 10px;
			height: 0px;
		}


/* Link Styles */

.post h2 a {
	color: #e7e1cd;	
}

.post a, #footer a, #sidebar a, #content a {
	color: #fcb154;
	text-decoration: none;
}

	.post a:hover, #footer a:hover, #sidebar a:hover, #content a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
/* List Styles */
.post ol {
	list-style-type: lower-roman;
	margin: 20px 0 20px 50px;
}

.post ul {
	list-style-type: disc;
	margin: 20px 0 20px 50px;
}

/* Logo */
#header h1 a {
	text-indent: -9999px;
	background: url(images/logo.png) top left no-repeat;
	width: 317px;
	height: 83px;
	display:  block;
}

/* Comments */
.commentlist li.odd {
	background: #303030;
	float: left;
	width: 575px;
	padding: 10px 20px 20px 20px;
	margin: 0 0 20px 0;
}

.commentlist li.even {
	width: 575px;
	padding: 10px 20px 20px 20px;
}

#comment-body-text {
	padding: 0 0 0 80px;
}

#comment-meta {
	color: #818181;
	text-transform: uppercase;
	font-family: Georgia, Garamond, Palatino, Caslon;
	font-size: 11px;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 10px 0 0 0;
}

#respond h2 {
	padding: 35px 0 10px 60px;
	background: transparent url(images/add-comment.png) 0 90% no-repeat;
	margin: 30px 0 0 -5px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	float: left;
	width: 180px;
}

.comment-user-info {
	text-align: right;
	width: 380px;
	float: right;
	background: transparent url(images/footer-divider.png) 5% 60% no-repeat;
	margin: 0 0 0px 0;
}

	p#website-address {
		position: relative;
		left: -55px;
	}

#respond textarea {
	background: #333;
	border: 1px solid #3c3c3c;
	width: 575px;
	padding: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	font-family: Georgia, Garamond, Palatino, Caslon;
}

#respond textarea:focus {
    border: 1px solid #666;
}

#respond input {
	padding: 3px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #3c3c3c;	
	color: #cbcbcb;
	font-size: 14px;
	font-family: Georgia, Garamond, Palatino, Caslon;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #e7e1cd;
}

#respond input:focus {
	border-bottom: 1px solid #fcb154;
}

#respond label {
	font-style: italic;
	position: relative;
	top: 8px;
	color: #555;
}

input#submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	background: -moz-linear-gradient(top center, #555, #333);
	cursor: pointer;
	padding: 5px;
	width: 100%;
}

input#submit:hover {
	border: 1px solid #000;
	background: -moz-linear-gradient(top center, #333, #111);
}

input#submit:active, input#submit:focus {
	background: -moz-linear-gradient(top center, #000, #333);
	outline:none;
}

.moderation {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 3px 0 3px 0;
	color: #fcb154;
}

/* Twitter Widget */
#twitwidget h2 {
	padding: 5px 0 10px 60px;
	background: transparent url(images/twitter-bird.png) top left no-repeat;
	margin: 30px 0 0 0;
}

span.entry-content {
	display:  block;
	padding: 5px 0 5px 0;
	font-size: 14px;
	line-height: 29px;
	color: #999999
}	

span.entry-meta {
	border-bottom: 1px dashed #4b4b4b;
	display: block;
	font-size: 11px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#twitwidget h2 a {
	color: #fff;
	text-decoration: none; 
}

/* Most Commented Widget */
#most_commented_widget-3 h2 {
	padding: 5px 0 10px 60px;
	background: transparent url(images/bubbles.png) top left no-repeat;
	margin: 30px 0 0 0;
}

#most_commented_widget-3 li {
	display:  block;
	padding: 5px 0 5px 0;
	font-size: 14px;
	line-height: 29px;
	color: #999999;
	border-bottom: 1px dashed #4b4b4b;
	
}

h2#discussion {
	padding: 5px 0 10px 60px;
	background: transparent url(images/bubbles.png) top left no-repeat;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
	margin: 0 0 15px 20px;
}

/* Related Posts */
#related-posts {
	padding: 15px;
	border: 1px dashed #3c3c3c;
	background: #000 url(images/footer-bg.jpg);
	margin: 30px 0 0 0;
}
	#related-posts ol {
		list-style-type: circle;
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	#related-posts ol li {
		padding: 0;
		margin: 0 20px 0 0;
	}
	
	#related-posts ol li abbr {
		display: none;	
	}

/* Tags */
.tags-box {
	padding: 15px;
	border: 1px dashed #3c3c3c;
	background: #000 url(images/footer-bg.jpg);
	font-size: 11px;
	line-height: 15px;	
}
	.tags-box a {
		padding: 3px 4px 3px 4px;	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-webkit-transition: background, color .5s linear;
	}

	.tags-box a:hover {
		background: #000;
		text-decoration: none !important;
		-webkit-transition: background, color .5s linear;
	}
/* Typography */

h2 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

.post p {
	color: #cbcbcb;
	line-height: 26px;
}

#sidebar h2 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
}

.post small, #post-links {
	color: #818181;
	text-transform: uppercase;
	font-family: Georgia, Garamond, Palatino, Caslon;
	font-size: 11px;
}
	.post small a, #post-links a, #comment-meta a {
		color: #bbbbbb;
		text-decoration: none;
	}
	
	.post small a:hover, #post-links a:hover, #comment-meta a:hover {
		color: #fff;
		text-decoration: underline;
	}

.post h2 {
	margin: 0 0 10px 0;
}

	.post h2 a, .post h2, h2 a {
		font-size: 28px;
		color: #e7e1cd !important;
		font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
		font-weight: normal;
		text-decoration: none;
	}

/* Post Discuss/Share links */
#post-links {
	float: right;
	margin: 0 0 15px 0;
}

.discuss {
	background: transparent url(images/discuss-icon.png) center left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

/* Article Navigation */
.navigation a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #444;
	background: -moz-linear-gradient(top center, #333, #222);
	cursor: pointer;
	width: 100%;
	padding: 5px;	
	color: #fff;
	padding: 10px;
}
	.navigation a:hover {
		background: -moz-linear-gradient(top center, #222, #333);
		text-decoration: none;
	}

/* Begin Images */
.wp-post-image {
	border: 2px solid #d8d8d8;
}

p img {
  margin: 0px;
  padding: 0px;
  -moz-box-shadow: 0 0 .5em #000;
  -webkit-box-shadow: 0 0 .5em #000;
  box-shadow: 0 0 .5em #000; 
  max-width:618px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 10px 0 10px 20px;
	display: inline;
	}

img.alignleft {
	margin: 10px 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

img#ad {
	margin: 0 0 0 0;
}

.seperator {
	margin: 20px 0 20px 0;
}

.results-seperator {
	margin: -15px 0 0 0;	
}

/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
	color: #555;
	font-style: italic;
}
/* End captions */

/* Search */

.header-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: Georgia, Garamond, Palatino, Caslon;
	font-size: 24px;
	letter-spacing: 2px;
}

.search-results .post {
	padding: 15px 10px 0 10px;
	border-bottom: 1px dashed #3c3c3c;
}


.search-results .post:hover {
	background: rgba(0, 0, 0, 0.5);
}

li.widget_search {
	margin: 0 0 20px 0;
}

li.widget_search label {
	display: none;
}

li.widget_search input#s {
	background: #000;
	border: 1px solid #3c3c3c;
	color: #cbcbcb;
	font-size: 14px;
	font-family: Georgia, Garamond, Palatino, Caslon;
	font-weight: normal;
	padding: 5px;
	width: 290px;
	position: relative;
}
	li.widget_search #searchsubmit {
		background: #000 url(images/magnify.png) center no-repeat;
		color: #000;
		text-indent: -9999px;
		position:  relative;
		left: -5px;
		top: -23px;
		float:  right;
		cursor: pointer;
		width: 16px;
		height: 16px;
		border: 0;
	}

/* Search Results Page */
.postmetadata {
	display: block;
	font-size: 11px;
	padding: 0 0 0 0;
	text-transform: uppercase;	
}

/* Generic */
strong, b {font-weight: bold;}
em, i {font-style: italic;}
em strong {font-style: italic; font-weight: bold;}
strong em {font-style: italic; font-weight: bold;}
hr {display: none;}
hr.dash {
			display: block;
			border-bottom: 1px dashed #555;
			border-top: 0;
			position: relative;
			top: 10px;
			height: 0px;
		}
.post p {
	margin: 1em 0 1em 0;	
}

img {max-width:100%;}

#noshadow {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow: none;}
