/*
Name: MindsetGear.com main Css
Author: Nik Pawlak
Questions: nikpawlak@gmail.com
*/

/* Main Styles */
* {
	padding: 0;
	margin: 0;	
	}

body {
	background-color: #0099ff;
	background-repeat: repeat-y;
	background:url(http://mindsetgear.com/images/bg.png) top center;
	direction: ltr;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}

#container {
	margin: 0 auto;
	width: 640px;
	text-align: left;
	}

a {
	text-decoration: none;
	color: #0099ff;
	direction: ltr;
	}

	
a:hover {
	text-decoration: underline; 
	color: #cc0000;
	}	
	
p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	}
	
h2 {
	letter-spacing: -1px;
	color: #666666;
	font-size: 14pt;
	}

h3 {
	color: #666;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	
h4 {
	color:#666;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
	
img {
	border: 0;
	}	
	
/* Navigation and Header */
#header {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 133px;
	width: 640px;	
	background: url(http://mindsetgear.com/headers/rotate.php) #666666;
	}
	
/* navigation _________________________________________*/
#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 640px;
	height: 23px;
	list-style: none;
	background: #666666;
	}
	
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 640px;
	float: left;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
    list-style: none;
	}
	
#nav li a {
	float: left;
	padding: 20px 0 0 0;
	margin-left: 10px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}

#nav a:hover {
	background-position: 0 0;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
a.selected {
	cursor: default;
	}
	
#subnav {
	float: left;
	margin: 0;
	padding-top: 8px;
	width: 640px;
	height: 20px;
	list-style: none;
	}
#subnav li {
	float: left;
	margin: 0; 
	padding: 0;
    list-style: none;
	}
	
#subnav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0 !important; 
	height /**/:20px; /* for IE5/Win only */
	}
#subnav a:hover {
	background-position: 0 0;
	}
#subnav a:active, #subnav a.selected {
	background-position: 0 -40px;
	}
	
#blognav {
	background: url(http://mindsetgear.com/nav/blog_tick.png) #0099ff top left no-repeat;
	float: left;
	}
#storenav {
	background: url(nav/store_tick.png) #0099ff 0 0 no-repeat;
	}
#medianav {
	background: url(nav/media_tick.png) #0099ff 0 0 no-repeat;
	}
#infonav {
	background: url(nav/info_tick.png) #0099ff 0 0 no-repeat;
	}


/* link declarations ____________________________________*/

.blog a {
	width: 60px;
	background: url(http://mindsetgear.com/nav/blog.png) 0 -20px no-repeat;
	}
.store a{
	width: 65px;
	background: url(http://mindsetgear.com/nav/store.png) 0 -20px  no-repeat;
	}
.media a{
	width: 71px;
	background: url(http://mindsetgear.com/nav/media.png) 0 -20px no-repeat;
	}
.info a{
	width: 55px;
	background: url(http://mindsetgear.com/nav/info.png) 0 -20px no-repeat;
	}
	
/* blog */
.news a {
	width: 65px;
	background: url(http://mindsetgear.com/nav/news.png) 0 -20px no-repeat;
	}
.features a {
	width: 93px;
	background: url(http://mindsetgear.com/nav/features.png) 0 -20px no-repeat;
	}
.archives a {
	width: 98px;
	background: url(http://mindsetgear.com/nav/archives.png) 0 -20px no-repeat;
	}
	
/* store */
.all a {
	width: 49px;
	background: url(http://mindsetgear.com/nav/all.png) 0 -20px no-repeat;
	}
.shirts a {
	width: 72px;
	background: url(http://mindsetgear.com/nav/shirts.png) 0 -20px no-repeat;
	}
.jackets a {
	width: 88px;
	background: url(http://mindsetgear.com/nav/jackets.png) 0 -20px no-repeat;
	}
.accessories a {
	width: 128px;
	background: url(http://mindsetgear.com/nav/accessories.png) 0 -20px no-repeat;
	}
.misc a {
	width: 60px;
	background: url(http://mindsetgear.com/nav/misc.png) 0 -20px no-repeat;
	}
/* media */
.video a {
	width: 70px;
	background: url(nav/video.png) 0 -20px no-repeat;
	}
.downloads a {
	width: 128px;
	background: url(nav/downloads.png) 0 -20px no-repeat;
	}
/* info */
.about a {
	width: 75px;
	background: url(nav/about.png) 0 -20px no-repeat;
	}
.contact a {
	width: 98px;
	background: url(nav/contact.png) 0 -20px no-repeat;
	}
.retailers a {
	width: 96px;
	background: url(nav/retailers.png) 0 -20px no-repeat;
	}
.links a {
	width: 63px;
	background: url(nav/links.png) 0 -20px no-repeat;
	}
	
/* blog post nav ______________________________*/
	

.homebutton {
	display: block;
	padding: 3px;
	text-indent: -5000px;
	margin-bottom: 10px;
	}

.homebutton a:link, .homebutton a:visited {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 25px;
	background: url(images/home.gif) no-repeat top center;
	}
	
.homebutton a:hover {
	background-position: bottom left;
	}

.navigation {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

/* content ____________________________________*/
#wrapper {
	margin: 0;
	padding: 0;
	background: white;
	width: 640px;
	min-height: 400px;
	float:right;	
	}
	
#content {
 	background: white;
 	height: auto;
 	float: right;
 	width: 400px;
 	margin: 15px 20px 0 0;
 	}
 	
#side {	
	padding-top: 6px;
	background: white;
	}	

	
/* entries ________________________________________*/
.post h2{
	text-align: left;
	padding: 5px 3px 5px 5px;
	background: url(images/headlinebg.gif) #DDDDDD;
	
	}

.post h2 a {
	color: #333333;
	}		

	
.entry p {
	padding-bottom: 12px;
	}
	
.entry ul li {
	list-style: inside;
	font-size: 13px;
	padding: 5px
	}


/* content footer ___________________________________*/
#content .post .footer {
	background: #ccc url(images/footerbg.gif) repeat-x top;
	font-size: 12px;
	line-height: 100%;
	}

#content .post .footer ul{
	list-style: none;
	text-align: left;
	padding: 5px 0;
	margin-bottom: 40px;
	border-bottom: solid #000 1px
	}

#content .post .footer ul li{
	display: inline;
	background-repeat: no-repeat ;
	background-position: 0 2px;
	padding:3px 4px 3px 15px;
	margin-left: 4px;
	}

#content .post .footer ul li.comments {
	background-image: url(images/comment.gif);
	}
		
#content .post .footer ul li.category {
	background-image: url(images/category.gif);
	}
#content .post .footer ul li.postfeed {
	background-image: url(images/feedsm.gif);
	}
	
#content .post .footer ul li.trackback {
	background-image: url(images/links.gif);
	}
#content .post .footer ul li.edit {
	padding-left: 0;
	}
	
#content .post .footer ul li.byline {
	background: url(images/written.gif) no-repeat;
	background-position: 0 2px;
	margin-left: 4px;
	padding:3px 5px 3px 15px;
	}
	
/* sidebar ______________________________________*/
#sidenav {
	padding: 0 0 0 30px;
	width: 155px;
	}
	

#sidenav ul {
	list-style: none;
	margin: 0 0;
	}
	
#sidenav ul.archivelist {
	font-size: 12px;}

.feed {
	display: block;
	padding: 10px 0 0 30px;
	text-indent: -5000px;
	}

.feed a:link, .feed a:visited {
	display: block;
	width: 150px;
	height: 23px;
	background: url(images/feed.gif) no-repeat top left;
	}
	
.feed a:hover {
	background-position: bottom left;
	}
	
.middle {
	text-align: center;
	}

#sidenav li h3 {
	padding-top: 15px;
	}
	
#searchform input[type="text"] {
	width: 135px;
	height: 20px;
	border: 0 none transparent;
	background: #DDD;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding: 2px 0;
	}
	
#searchform input[type="image"] {
	width: 25px;
	height: 25px;
	}
	
	
#searchsubmit {
	line-height: 100%;
	margin: 10px 0 -8px -18px;
	}	
	
/* footer ____________________________________*/

#floor {
	height: 22px;
	width: 640px;
	background: url(http://mindsetgear.com/images/floor.png) bottom white;
	clear: right;
	}
	
#footer {
	width: 640px;
	height: 45px;
	background: black;
	}
	
/* comments _________________________________*/
h4.commenttime {
	padding: 0 3px 3px 0;
	text-align: right;
	color: #ccc;
	}
	
ol.commentlist{
	list-style: none;
	}
	
ol.commentlist li p {
	padding: 3px 10px 2px 10px;
	}
	
.commentlist li cite {
	font-style: normal;
	font-size: 14px;
	padding: 3px 0px 0px 3px;
	}

.alt {
	background: #ddd;
	}

.alt h4.commenttime {
	padding: 0 3px 3px 0;
	text-align: right;
	color: #aaa;
	}
	

	
fieldset#commentfield {
	color: #666;
	margin: 15px 0;
	padding: 15px;
	border: 0px solid transparent;
	background: #ddd;
	}
	
#commentfield label {
	display: block;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}

#commentfield input[type="text"] {
	width: 200px;
	border: 0;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
#commentfield legend {
	font-weight: bold;
	color: #222;
	letter-spacing: 1px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	
#commentfield textarea {
	width: 370px;
	height: 75px;
	border: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	
#commentfield input[type="submit"] {
	width: auto;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}

	
/* slef clearing floats */
#nav:after,
#subnav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }