/*
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(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: none;
	background: #0099ff; 
	color: #ffffff;
	}	
	
p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	}
	
h2 {
	letter-spacing: -1px;
	color: #0099ff;
	font-size: 13pt;
	font-variant: small-caps;
	}

h3 {
	color: red;
	word-spacing: -1px;
	font-size: 12px;
	font-family: Verdana, Helvetica, "Trebuchet MS", Arial, sans-serif;
	}
	
h4 {
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	}
	
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 {
	margin: 0;
	padding: 0;
	height: 23px;
	list-style: none;
	background: #666666;
	}
#nav li {
	margin: 0;
	padding: 0;
    list-style: none;
	display: inline;
	}
	
#nav a {
	float: left;
	padding: 20px 0 0 0;
	margin-left: 10px;
	overflow: hidden;
	height: 0px !important;
	background-position: 0 -20px; 
	height /**/:20px; /* for IE5/Win only */
	}

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

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
a.selected {
	cursor: default;
	}
	
#subnav {
	margin: 0;
	padding-top: 8px;
	height: 20px;
	list-style: none;
	}
#subnav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	}
	
#subnav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}

#subnav a:hover {
	background-position: 0 0px;
	}

#subnav a:active, #subnav a.selected {
	background-position: 0 -40px;
	}

#blognav {
	background: url(nav/blog_tick.png) #0099ff top right no-repeat;
	}
#storenav {
	background: url(nav/store_tick.png) #0099ff top right no-repeat;
	}
#medianav {
	background: url(nav/media_tick.png) #0099ff top right no-repeat;
	}
#infonav {
	background: url(nav/info_tick.png) #0099ff top right no-repeat;
	}


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

/*Content*/

#wrapper {
	background: white;
	min-height: 400px;
	width: 640px;
	float:right;	
	}
	
#main {
 	background: white;
 	min-height: 400px;
 	padding-top: 15px;
 	float: right;
 	width: 400px;
 	padding-right: 20px;
 	}
 	
#side {	
	padding-top: 6px;
	background: white;
	}		

#main.contact {
	padding-top: 2em;
	}
	
/* videos */

#vidviewer {
	background: white url(images/videobg.png) no-repeat top center;
 	min-height: 400px;
 	padding-top: 30px;
 	padding: 20px 50px;
 	float: right
 	width: 100%
 	margin: 0 auto;
 	padding-top: 36px;
 	}
 	
#uniplayer {
 	width: 480px;
 	margin: 0 auto;
 	padding-bottom: 15px;
 	margin-bottom: 40px;
 	}
 	
.videothumbs {
	width: 480px;
	margin: 0 auto;
	position: relative 0 0;
	}	

	
.videothumbs a img {
	border: 2px solid #fff;
	}	
	
.videothumbs a:hover img{
	border: 2px solid #0099ff;
	}
	
/* Downloads_____________________________________*/

#dlmain {
 	background: white;
 	min-height: 400px;
 	padding-top: 15px;
 	float: right;
 	width: 600px;
 	padding-right: 20px;
 	}
 	
#wallpaper {
	background: url(images/head_walp.gif) top right no-repeat;
	padding: 40px 0 0 0;
	height: 180px;
	}
	
#gadgets {
	background: url(images/head_gadg.gif) top right no-repeat;
	padding: 40px 0 0 0;
	}
	
#propaganda {
	background: url(images/head_prop.gif) top right no-repeat;
	padding: 40px 0 0 0;
	height: 140px;
	}
	


#dlmain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 100px;
	font-size: 12px;
	color: #333333;
	text-indent: 5px;	 
	}
	
#dlmain ul a {
	font-size: 10px;
	display: block;
	width: 100px;
	color: #ffffff;
	background: #0099ff;
	}
	
#dlmain ul a:hover {
	color: #0099ff;
	background: #ffffff;
	}
	
#dlmain table {
	border-collapse: collapse;
	border: none;
	width: 100px;
	}
	
#dlmain td {
	padding: 0 0 0 10px;
	}

/*Footer*/

#floor {
	height: 22px;
	width: 640px;
	background: url(images/floor.png) bottom white;
	clear: right;
	}
	
#footer {
	width: 640px;
	height: 45px;
	background: black;
	}
	
/* Blog */	
h1 a:link {
	text-decoration: none;
	}

h1 a:visited {
	text-decoration:none;
	}

.blogPost {
	font-size: 10pt;
	}
	
.feed {
	padding-left: 70px;
	padding-top: 10px;
	}

.feed a:link, .feed a:visited {
	display: block;
	width: 79px;
	height: 24px;
	background: url(images/feed.gif) no-repeat top left;
	}
	
.feed a:hover {
	background-position: bottom left;
	}	
	
/* Store */

#item {
	border-bottom: thin solid #DDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.middle {
	text-align: center;
	}

.hilight {
	color: #003366;
	}
	
.sale {
	color: #0099cc;
	}
	
.new {
	color: green;
	}

fieldset {
	border: 0;
	}
	
.glow a {
	display: block;
	margin: 0 auto;
	width: 284px;
	height: 264px;
	background: transparent url(images/thunderv2.png) left top; 
	}
	
.glow a:hover {
	background: transparent url(images/thunderv2.png) right top;
	cursor: default;
	}
		
	
/* slef clearing floats */
#nav ul:after,
#subnav ul:after, {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }