/*
Theme Name: Omatic
Description: A wordpress theme developed for the Omatic Snowboards 2008/09 website.
Version: 1.0
Author: Maker
Author URI: http://www.maker.co.nz/
*/


/*-------------------- Begin Typography & Colors --------------------*/

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ffffff url(images/bg_new.jpg) repeat;
	color: #000000;
	margin: 0;
	padding: 0;	
        }

#content {
        font-size: 12px;
        line-height: 16px;
        }

p a {background-color: #00a5a3; color: #ffffff !important;}
p a:hover {background-color: #90278e; color: #ffffff !important;}

h1, h2, h3 {color: #00a5a3; text-transform: uppercase;}
h1 a, h2 a, h3 a {color: #00a5a3; text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover {color: #000000;}

h1 {
	font-size: 22px;
        line-height: 34px;
        padding: 0;
        margin: 0;
        width: 460px;
        float: left;
	}

h2 {
	font-size: 20px;
        padding: 0;
        margin: 0;
	text-align: left;
        }

h2.pagetitle {
        color: #90278e;
	font-size: 24px;
        padding: 0 0 30px 0;
        text-align: left;
        }

h3 {
	font-size: 13px;
        text-align: left;
	}

#sidebar h2 {
        color: #90278e;
	font-size: 16px;
	}

#sidebar {font-size: 13px; text-transform: uppercase;}
#sidebar a {color: #000; text-decoration: none;}
#sidebar a:hover {color: #00a5a3;}

small {
        color: #90278e;
	font-size: 12px;
        text-transform: uppercase;
	}

#footer {color: #999;}
#footer a {color: #999; text-decoration: none;}
#footer a:hover {color: #90278e;}

code { font: 11px 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps {font-size: 10px;}


/*-------------------- Structure --------------------*/


#page {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 870px;
	}


/*-------------------- Header --------------------*/


#header {
	margin: 0 0 30px 0;
	padding: 0;
	width: 870px;
	}

#main_image {
        background: url(images/main_image_bg.gif) no-repeat;
	padding: 0;
	width: 870px;
        height: 495px;
	}

#main_flash {
	padding: 0 30px;
	width: 810px;
        height: 495px;
	}

#slideshow {
		padding: 0 30px;   
	 position:relative;
	    height:495px;
	}

	#slideshow IMG {
		padding: 0 30px; 
	    position:absolute;
	    top:0;
	    left:0;
	    z-index:8;
	}

	#slideshow IMG.active {
	    z-index:10;
	}

	#slideshow IMG.last-active {
	    z-index:9;
	}

#logo{
 background: url(images/logo.png) no-repeat;
	z-index:100000;
	margin: 21px 0 0 45px;
	width: 127px;
	height: 119px;
	float:left;
	
}

	/* class styles */
	.fade-box {
		margin-left: 0px;
		position: absolute;
		top: 163;
		width: 300px;
		height: 150px;	
	}


	
	/* id styles */


	#crossfade-container {
			padding: 0 30px;   
		 position:relative;
		    height:495px;
		
	}

	
	/* the boxes that fade */
	#box-1 {
		
	}
	#box-2 {
		
	}
	#box-3 {
		
	}
	#box-4 {
		
	}
	
	#box-5 {

	}
	#box-6 {

	}
	#box-7 {

	}
	#box-8 {

	}
		
	#box-9{

	}
	#box-10 {

		}




/*-------------------- Top Nav --------------------*/


#top_nav {
	background: url(images/top_menu/top_nav_bg.gif) no-repeat;
        width: 870px;
        height: 105px;
        }

#top_nav_links {
        color: #90278e;
        text-align: right;
        margin: 0 20px 0 0;
        padding: 48px 0 0 0;
        }

#top_nav_links a {
        color: #90278e;
        text-decoration: none;
        }

#top_nav_links a:hover {
        color: #00a5a3;
        }

#top_nav_menu {
        height: 20px;
        margin: 0;
        padding: 0 20px 0 0;
	float: right;
        }

#top_nav_menu a * {
	display: none;
	}
	
#top_nav_menu li {
	display: inline;
	position: relative;
	}
	
#top_nav_menu a {
	float: left;
	display: block;
	height: 20px;
	margin: 0 12px 0 0;
	}

#top_nav_menu a.last {
	margin-right: 0;
	}
	
#top_nav_menu li.over a {
	background-position: 0 -20px;
	}
	
#top_nav_menu .none a:hover {
	background-position: 0 -20px;
	}
	
#tn_hg {
	width: 83px;
	background: url(images/top_menu/menu_hardgoods.gif);
	}

#tn_sg {
	width: 78px;
	background: url(images/top_menu/menu_softgoods.gif);
	}

#tn_team {
	width: 90px;
	background: url(images/top_menu/menu_team.gif);
	}

#tn_who {
	width: 64px;
	background: url(images/top_menu/menu_who.gif);
	}

#tn_news {
	width: 38px;
	background: url(images/top_menu/menu_news.gif);
	}

#tn_contact {
	width: 62px;
	background: url(images/top_menu/menu_contact.gif);
	}



/*-------------------- Menu --------------------*/


#menu {
	background: url(images/menu/menu_bg.gif) no-repeat;
        width: 870px;
        height: 140px;
        margin: 0;
        padding: 10px 0 0 0;
        }

#menu ul {
        margin: 0;
        padding: 0 0 0 30px;
        }

#menu a * {
	display: none;
	}
	
#menu li {
	display: inline;
	position: relative;
	}
	
#menu a {
	float: left;
	display: block;
	height: 115px;
	margin: 0 10px 0 0;
	}
	
#menu li.over a {
	background-position: 0 -115px;
	}
	
#menu .none a:hover {
	background-position: 0 -115px;
	}
	
#menu_hg {
	width: 195px;
	background: url(images/menu/menu_hg.gif);
	}

#menu_sg {
	width: 195px;
	background: url(images/menu/menu_sg.gif);
	}

#menu_team {
	width: 195px;
	background: url(images/menu/menu_team.gif);
	}

#menu_buy {
	width: 195px;
	background: url(images/menu/menu_buy.gif);
	}


/*-------------------- Main Header --------------------*/

#main_heading {
        background: url(images/header_bg.gif) repeat-x top left;
        width: 780px;
        height: 20px;
        margin: 20px 45px 0;
        padding: 6px 0; 
        }

#title ul {
	margin: 0;
        padding: 0;
	}

#title li {
	display: inline;
	position: relative;
	}

#title a * {
	display: none;
	}
	
#title a {
	float: left;
	display: block;
	height: 20px;
	}
	
#title li.over a {
	background-position: 0 -20px;
	}
	
#title .none a:hover {
	background-position: 0 -20px;
	}
	
#title_news {
	width: 148px;
	background: url(images/news_title.gif);
	}

#subscribe {
        width: 250px;
        height: 20px;
        float: right;
        }

#subscribe ul {
	margin: 0;
        padding: 0;
	}

#subscribe li {
	display: inline;
	position: relative;
	}

#subscribe a * {
	display: none;
	}
	
#subscribe a {
	float: left;
	display: block;
	height: 20px;
	}
	
#subscribe li.over a {
	background-position: 0 -20px;
	}
	
#subscribe .none a:hover {
	background-position: 0 -20px;
	}
	
#subscribe_btn {
	width: 250px;
	background: url(images/join.gif);
	}


/*-------------------- Posts --------------------*/


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 45px;
	width: 780px;
	}

.post {
        background: url(images/dots.gif) repeat-x bottom left; 
	margin: 0 0 30px 0;
        padding: 0 0 20px 0;
	text-align: justify;
	}

.entry a {color: #90278e; text-decoration: none;}
.entry a:hover {color: #000000;}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
        }

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
        }

.clear {
	clear: both;
        }


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation a {color: #90278e; text-decoration: none;}
.navigation a:hover {color: #00a5a3;}
.navigation a:visited {color: #90278e;}


.post_navigation {
	display: block;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 60px;
	}

.post_navigation a {color: #90278e; text-decoration: none;}
.post_navigation a:hover {color: #00a5a3;}
.post_navigation a:visited {color: #90278e;}

/*-------------------- Footer --------------------*/


#footer {
        background: #ffffff url(images/footer_bg.gif) repeat-x top left;
	padding: 0;
	margin: 0 auto;
        margin-bottom: 25px;
        line-height: 27px;
	width: 780px;
	height: 50px;
	clear: both;
	}


/*-------------------- Images --------------------*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/*-------------------- Lists --------------------*/


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}



/*-------------------- Form Elements --------------------*/



#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



/*-------------------- Sidebar --------------------*/

#sidebar {  
	padding: 0;
	margin-left: 575px;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}



/*-------------------- Various Tags & Classes --------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/
