/* ------ BASIC STYLES START ------ */
.clear {clear: both;}
 
body {
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	color: #3a3a3a;
	background: #ffffff url(../images/bg.png) repeat-x;
}

.directions {
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	color: #3a3a3a;
	background: none;
	margin-bottom: 0;
}

p {
	margin-bottom: 15px;
}


#wrap {
	background: white;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0px;
	position: relative;
	}
.strike {
	text-decoration: line-through;
	color: #d80035;
}
	
a, a:visited, a:active {
	color: #006fa7;
	text-decoration: none;
	}

a:hover {
	background-color: #006fa7;
	color: white;
	}


#footer a:hover {
	background-color: #cccccc;
	}	
	

.directions a:hover {
	background-color: white;
	color: #f4f2e9;
	}
/* ------ BASIC STYLES END ------ */
	
/* ------ HEADER STYLES START ------ */
#header {
	width: 100%;
	height: 110px;
	background: white;
}

h1 {
	background: url('http://www.snopeak.net/images/logo_pageheader.png') no-repeat top left;
	text-indent: -9999px;
	height: 77px; width: 319px;
	float: left;
	margin-top: 15px;
}
	
.indent {
	float: left;
	margin-right: 10px;
}
#bloginfo {
	position: absolute;
	left: 0px;
	top: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#teampic {
	padding: 5px;
	border: 1px solid #000;
	background: #e0e0e0 repeat;
	clear: none;
	float: right;
}
	
/* ------ HEADER STYLES END ------ */

/* ------ MAIN NAVIGATION STYLES START ------ */

#navi {
	width: 100%;
	background: #ffffff url('http://www.snopeak.net/images/menu-bg-blue.jpg') top left repeat;
	}

#navtabs { 
	margin-left: 65px;
	height: 39px; 
    font-size: 15px; 
    color: #ffffff;
    text-transform: uppercase;
	vertical-align: baseline;
} 

#navtabs li { 
    float: left; 
    margin-right: 20px;
    line-height: 39px;
	} 

#navtabs li a { 
    text-decoration: none;
    color: #ffffff;
    height: 39px;
    padding: 3px;
	}
#navtabs li a:hover {
	background: #f4f2e9;
	color: #5b5e56;
	}

#navtabs li#current a { 
    background: url('http://www.snopeak.net/images/menu-tab-bg.jpg') bottom left repeat-x;
    color: #5b5e56; 
    display: block;
    padding: 0px 8px;
	}

/* ------ MAIN NAVIGATION STYLES END ------ */

/* ------ SUB NAVIGATION STYLES  START ------ */

#subnavi {
	width: 100%;
	background: #ffffff url('http://www.snopeak.net/images/submenu-bg.jpg') top left repeat;
	}

#subnav { 
	margin-left: 67px;
	height: 34px; 
    font-size: 12px; 
    color: #5b5e56;
    text-transform: uppercase; 
	} 

#subnav li { 
    float: left; 
    margin-right: 20px;
    line-height: 34px;
	} 

#subnav li a { 
    text-decoration: none;
    color: #5b5e56;
    height: 25px;
    padding: 2px;
	}

#subnav li a:hover {
	background: #cccccc;
	color: #5b5e56;
	border-bottom: #5b5e56 1px solid;
	}
 
#subnav li#sub-current a { 
    color: #5b5e56; 
    border-bottom: #5b5e56 1px solid;
   	}
ol {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 5px;
}
#subnav li#sub-current a:hover {
	background: #cccccc;
	color: #5b5e56;
	border-bottom: #5b5e56 1px solid;
	}

/* ------ SUB NAVIGATION STYLES END ------ */

/* ------ MAIN CONTENT STYLES START ------ */

#content {
	width: 80%;
	margin: 25px auto 0;
	}


#404 {
	width: 100%;
	margin: auto;
	position: absolute;
	text-align: center;
}

#contentteam {
	width: 95%;
	float: left;
	margin: 25px 015px 0 15px;
}

#teamheader {
	clear: both;
	width: 600px;
	background: white none no-repeat;
}
	
#contentevents {
	width: 95%;
	margin: 10px 0 0 10px;
	}

#contentteam h2 {
	font-size: 24px;
	font-weight: normal;
	color: #006fa7;
	margin-bottom: 5px;
	}

#content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #006fa7;
	margin-bottom: 5px;
	}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #006fa7;
	margin-bottom: 5px;
	}
	
#content h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #006fa7;
	margin-bottom: 5px;
	}
#content h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #006fa7;
	}

#contentteam h5 {
	font-size: 10px;
	text-transform: uppercase;
	color: black;
	font-style: italic;
}	

#block_portfolio h3 {
	font-size: 18px;
	font-weight: normal;
	color: #006fa7;
	margin-bottom: 5px;
	}
hr {
	margin-right: auto;
	margin-left: auto;
}
	
code {
	font: 12px/16px "Courier";
	}
	
.coding {
	width: 85%;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	color: #006fa7;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

/* ------ MAIN CONTENT STYLES END ------ */	
	
/* ------ ALERTS STYLES START------ */
	
.alert-search {
	background: #f4f2e9;
	display: block;
	border: 1px solid #04041c;
	padding: 2px 10px 10px 45px;
	width: 45%;
	opacity: 1;
	color: black;
}

.alert-ok {
	background: #e6ebc2 url(http://www.snopeak.net/images/icon-ok.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #8da330;
	padding: 10px 10px 10px 45px;
	width: 70%;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
}
	
.alert-wrong {
	background: #eddbd5 url(http://www.snopeak.net/images/icon-wrong.gif) no-repeat 10px center;
	display: block;
	border: 1px solid #c05843;
	padding: 10px 10px 10px 45px;
	width: 50%;
	border-bottom: 1px inset #000;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
}

.alert-tip {
	background: #f3ebd4 url(http://www.snopeak.net/images/icon-alert.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #dc9b58;
	padding: 10px 10px 10px 45px;
	width: 70%;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
}
/* ------ ALERTS STYLES END------ */
/* ------ TABLE STYLES START ------ */

table {
	border: none;
	margin-bottom: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
th {
	background: #006fa7 url(http://www.snopeak.net/images/menu-bg-blue.jpg) top left repeat-x;
	border: 1px solid #a3a09e;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	}
th.alt{
	background: #006fa7 url(http://www.snopeak.net/images/menu-bg-bluealt.jpg) top left repeat-x;
	border: 1px solid #a3a09e;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	}
tr {
	border: 1px solid #a3a09e;
	padding: 5px;}
tr.blank {
	border: none;
	padding: 5px;
	}
tr.alt {
	background: #ffffff url(http://www.snopeak.net/images/tralt-bg.jpg) top left repeat-x;
	}
td {
	border: 1px solid #a3a09e;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	}
td.action {
	text-align: center;
	}
table.blank {
	border: 0px;
	margin-bottom: 20px;
	}	
tr.blank{
	border: 0px;
	padding: 5px;
	text-align: center;
	}
td.blank{
	border: 0px;
	padding: 5px;
	text-align: center;
	}	

.pedigree {
	border: 1px solid black;
	margin-bottom: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* ------ TABLE STYLES END ------ */
	
/* ------ CALENDAR STYLES START ------ */

hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}	
/* ------ CALENDAR STYLES END ------ */

/* ------ FORM STYLES START ------ */

form {}

.inputname {
	display: block;
	margin-bottom: 5px;
	}

.formhelp {
	font-size: 10px;
	font-style: italic;
	color: #5b5e56; 
	}

.textfield, textarea {
	border: 1px solid #dcd9c6;
	background: #fff url(../images/search_icon.png) no-repeat 100% 50%;
	font: 12px/18px "Lucida Grande", "Lucida Sans", sans-serif;
	color: #5b5e56;
	display: block;
	}
	
.small {
	width: 200px;
	}

.medium {
	width: 400px;
	}

.large {
	width: 600px;
	}
	
p.button {
	margin: 0;
	padding: 0;
}

.button a:link, .button a:visited {
	background: #18609f;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 2.0em 0.5em 1.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button a:hover {
	background: #18609f;
	color: #82e1ff;
	text-decoration:none;
}
.button a:active {
	color: #fff;
	text-decoration:none;
}
.button_l a:link, .button_l a:visited {
	background: #18609f;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.0em 0.5em 2.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button_l a:hover {
	color: #82e1ff;
	background: #18609f;
	text-decoration:none;
}
.button_l a:active {
	color: #fff;
	text-decoration:none;
}
	
.filefield, select, option {
	color: #5b5e56;
	margin-bottom: 5px;
	margin-right: 40px;
	}
	
select {
	border: 1px solid #dcd9c6;
	}

/* ------ FORM STYLES END ------ */

/* ------ FOOTER STYLES START ------ */

#footer{
	background: #cccccc;
	font-size: 11px;
	padding: 18px 0 0px 0;
	font-size:11px;
	height:32px;
	margin-top:10px;
	line-height:22px;
	border-top: 1px solid #a3a09e;

}

#footer, #footer a{
	color: #777777;
}

#footer img {
	vertical-align:middle;
}

.fl{
	float: left;
	
}
.fr{
	float: right;
}
.fc{margin-left:auto;margin-right:auto;width:960px}
.fc2{width:940px}.alpha{margin-left:0}.omega{margin-right:0}
#smallprint{
	font-size: 9px;
	padding: 18px 0 0px 0;
	font-size:11px;
	height:32px;
	margin-top:10px;
	line-height:22px;	
	
/* ------ FOOTER STYLES END ------ */

/* ------ EVENTS SPECIFIC STYLES START------ */	
}
.snopeakcancelled {
	background: #cf090a url(http://www.snopeak.net/images/menu-bg-red.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}
.snopeakchanges {
	background: #006fa7 url(http://www.snopeak.net/images/menu-bg-blue.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #18609f;
	text-align: center;
}
.snopeakhighlight {
	background: url(http://www.snopeak.net/images/menu-bg-green.jpg) repeat-x left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}

.postit {
	position:absolute;
	top:-7px;
	right:-7px;
}
.weather {
	position:absolute;
	top:-15px;
	right:-20px;
}
/* ------ EVENTS SPECIFIC STYLES END------ */
	
/* ------ TEAM SPECIFIC STYLES START------ */	
.block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	position:relative;
	margin-top: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.champion {
	color: #e70000;
	font-weight: bold;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}

.wanted {
	position:absolute;
	top:-10px;
	right:-15px;
}
.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(http://www.snopeak.net/images/background_block_slice.jpg) repeat-x;	
	padding:30px;
	overflow:auto;
}
.image_block {
	padding:5px 5px 1px 5px;
	float:left;
}
.image_block img {
	border:none;
}
.image_blockwelfare {
	padding:5px 5px 1px 5px;
	float:left;
	border:1px solid #a3a09e;
}
.image_blockwelfare img {
	border:none;
	background-color: #ccc;
}

.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}

#block_featured .text_block { padding-top:10px;
}

#block_portfolio {
	overflow:auto;
	margin-bottom:20px;
	margin-top: 20px;
}
#portfolio_items {
	width:615px;
	margin-right:25px;
	float:left;
	min-height:100px;
	padding-top:3px;
}
#text_column {
	float:right;
	width:310px;
}
#text_column img { margin-bottom:20px; position:relative; left:-3px;}
#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/creatif.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
}

.mini_portfolio_item {
	border:1px solid #a3a09e;
	margin-bottom:10px;
	position:relative;
}
.mini_portfolio_item .block_inside { 
	background:none; background-color:#e2dddc; 
	padding:25px 30px 15px 30px; 
}
.mini_portfolio_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390;
	padding: 2px;
	margin-top: 10px;
}
#block_portfolio p { margin: 0px 0px 15px 0px;
}
#block_featured h2 {
	margin: 0 0px 5px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height: 15px;
	letter-spacing:-1px;
}
#block_featured h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
#block_featured h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
/* ------ TEAM SPECIFIC STYLES END------ */
/* ------ RSS & Twitter------ */
#social ul {
	    float: right;
	    margin: 4px 50px 0 0;
	    padding: 0 0 0 38px;
        list-style-type: none;
        width: 220px;
} 

#social li {
       
        margin: 0 0 5px;
}

#social li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px 5px 5px 35px;
        text-decoration: none;
}
#rss {
        background: url(http://www.snopeak.net/images/rss.png) no-repeat 0 center;
}
#rss a:hover {
        background: orange url(http://www.snopeak.net/images/rss.png) no-repeat 0 center;	
}
#twitter {
       background: url(http://www.snopeak.net/images/twitter.png) 0 center no-repeat;
       }	
#twitter a:hover {
       background: #8ED4FA url(http://www.snopeak.net/images/twitter.png) 0 center no-repeat;
}
 * html #social li a {  /* make hover effect work in IE */
	width: 220px;
}



#social a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#social a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
