/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.2.0                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2009                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com/                        |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



TABLE OF CONTENTS

==DEV NOTES

==RESET

==MAIN

==GRIDS

==NAV

==TYPE
	=HEADINGS
	=PARAGRAPHS
	=ELEMENTS
	=LINKS
	=LISTS
	=FIGURES AND MARGINALIA
	=OTHER

==FORMS

==IMAGES

==TABLES

==MISC
-------------------------------------------------------- */

/*
	
==DEV NOTES
	
	+	'Column' refers to a horizontal with of 60px defined by the 960GS
	+	overflow:hidden; is usually applied to clear floats to wrapper elements
	+	legend.hide has to have display:none; so that it gets properly hidden
	
*/

/*
==RESET
---------------------------------------------------------------------------------------------------------------- */
/*YAHOO! RESET http://developer.yahoo.com/yui/reset/*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
==MAIN
---------------------------------------------------------------------------------------------------------------- */
html{
	font-size:100%;
}
body{
	font-size:62.5%;
	font-family:'Open Sans', sans-serif,Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	color:#333;
	background:url(/images/bck.jpg) top center repeat-x #fff;
}
#wrapper{
	
	/*background: blue;*/
}
#header{
	/*background: green;*/
	width:92em;
	padding:1em 0 0 0;
	margin:0 auto;
	height: 110px;
	position: relative;
}
#logo-top{
	float: left;
	display: block;
	margin-top: 20px;
}
#menu-ppal{
	/*background: green;*/
	width:92em;
	padding:0;
	margin:0 auto 15px auto;
	height: 30px;
}
#content{
	/*background: red;*/
	width:93em;
	padding:0;
	margin:0 auto;
}
#main{
	margin-left: 35px;
}
#main.users{
	margin-left: 0;
	background: #83847A;
	padding: 20px;
	width: 890px;
}
.slideshow{
	background: #ccc;
	height: 364px;
	width: 100%;
}
.slideshow2{
	height: 356px;
	width: 542px;
	margin: 0 auto;
}
.slideshow.cycle{
	background:none;
}
.slideshow-item{
	background: #ccc;
	height: 100px;
	width: 150px;
}
.slideshow-content-out{
	width: 86em;
	position: relative;
}
.slideshow-content-out2{
	width: 87.2em;
	position: relative;
	margin-bottom: 20px;
	height: 352px;
}
.slideshow-content{
	width: 86em;
}
.slideshow-content2{
	width: 87.2em;
}
.arrow-left,.arrow-right{
	width: 25px;
	height: 32px;
	position: absolute;
	top: 32px;
	cursor: pointer;
	z-index: 90;
}
.arrow-left{
	background: url(/images/arrow-left.png) 0 0 no-repeat;
	left: -40px;
}
.arrow-right{
	background: url(/images/arrow-right.png) 0 0 no-repeat;
	right: -40px;
}
.arrow-left2,.arrow-right2{
	width: 25px;
	height: 32px;
	position: absolute;
	top: 180px;
	cursor: pointer;
	z-index: 90;
}
.arrow-left2{
	background: url(/images/arrow-left.png) 0 0 no-repeat;
	left: -40px;
}
.arrow-right2{
	background: url(/images/arrow-right.png) 0 0 no-repeat;
	right: -40px;
}
.savoir-faire{
	/*background: #ccc;*/
	height: 354px;
	width: 542px;
}
.text{
	margin-left: 10px;
	width: 285px;
	padding-top: 40px;
}

.text2{
	margin-left: 10px;
	width: 279px;
	padding-top: 40px;
}

.text3{
	width: 80%;
	padding-top: 40px;
}

.text p,.text2 p,.text3 p{
	color: #83847A;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	text-align: justify;
}
.text p.last,.text2 p.last{
	margin-bottom: 0;
}
p.humidors{
	margin-top: -10px;
	line-height: 1.3;
}
#user{
	width: 300px;
	color: #fff;
	padding-bottom: 30px;
}
#register-left{
	width: 300px;
	float: left;
	color: #fff;
}
#register-right{
	width: 500px;
	float: left;
	margin-left: 50px;
	text-align: justify;
}
#footer{
	/*background: green;*/
	width:92em;
	padding:0;
	margin:40px auto 0 auto;
	height: 50px;
	color: #83847A;
}
#footer p{
	font-size: .98em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	word-spacing: -.2em;
}

/*
==GRIDS
---------------------------------------------------------------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	float:left;
	margin-right:2em;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0!important;
	margin-right:0!important;
}
/* 220px */
.onesixty{
	width:16em;
}
/* 220px */
.twotwenty{
	width:22em;
}
/* 280px */
.twoeighty{
	width:28em;
}
/* 340px */
.threeforty{
	width:34em;
}
/* 400px */
.fourhun{
	width:40em;
}
/* 460px */
.foursixty{
	width:46em;
}
/* 520px */
.fivetwenty{
	width:52em;
}
/* 580px */
.fiveeighty{
	width:58em;
}
/* 640px */
.sixforty{
	width:64em;
}
/* 700px */
.sevenhun{
	width:70em;
}
/* 760px */
.sevensixty{
	width:76em;
}
/* 820px */
.eighttwenty{
	width:82em;
}
/* 880px */
.eighteighty{
	width:88em;
}
/* 90px */
.ninehun{
	width:90em;
}
/* 920px */
.ninetwenty{
	width:92em;
}
/* 930px */
.ninethirty{
	width:93em;
}
/* 940px */
.nineforty{
	width:94em;
}
/*
==NAV
---------------------------------------------------------------------------------------------------------------- */
ul#nav-top{
	list-style:none;
	margin:0;
	font-size: 1.6em;
}
ul#nav-top li{
	float:left;
}
ul#nav-top li a{
	color:#58635C;
	text-decoration:none;
	margin-right:1.3em;
}
ul#nav-top li a.end{
	margin-right:0;
}
ul#nav-top li a:hover{
	text-decoration:underline;
	color:#3E554E;
}
ul#nav-top li a.active{
	color: #3E554E;
	font-weight: normal;
}

#menu-ppal ul{
	list-style:none;
	margin:0;
	padding: 0;
	font-size: 2.2em;
	letter-spacing: -1px;
}
#menu-ppal ul li{
	float:left;
	line-height: 1em;
}
#menu-ppal ul li a{
	color:#AEB4AB;
	text-decoration:none;
	margin-right: .9em;
}
#menu-ppal ul li a.active{
	color:#3E554E;
}
#menu-ppal ul li a.end{
	margin-right:0;
}
#menu-ppal ul li a:hover{
	text-decoration:underline;
	color:#3E554E;
}

.text ul{
	list-style:none;
	margin:0;
	padding: 0;
}
.text ul li{
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.text ul li a{
	font-size: .8em;
	text-decoration:none;
	margin-right:1.25em;
	font-weight: normal;
}
.text ul li a.active{
	color:#3E554E;
}
.text ul li a.end{
	margin-right:0;
}
.text ul li a:hover{
	text-decoration:underline;
}

ul.slideshow-items{
	list-style:none;
	margin:10px 0 0 5px;
	padding: 0;
	font-size: 1.4em;
	width: 100%;
	height: 12px;
}
ul.slideshow-items li{
	float: left;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}
.slideshow-item:hover{
	cursor: pointer;
}
ul.slideshow-items li a{
	display: block;
	margin-top: 5px;
	color:#3E554E;
	text-decoration:none;
	
}
ul.slideshow-items li a span{
	color:#AEB4AB;
	font-size: 2.0em;
	font-weight: 300;
}
ul.slideshow-items li a:hover span,ul.slideshow-items li a span.over{
	color:#3E554E;
}

ul.slideshow2-items2{
	list-style:none;
	margin: 0;
	padding: 0;
}

ul.slideshow2-items{
	list-style:none;
	margin:0;
	padding: 0;
	font-size: 1.4em;
	width: 100%;
}
ul.slideshow2-items li{
	float: left;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	width: 150px;
	height: 160px;
}
ul.slideshow2-items li a{
	display: block;
	margin-top: 5px;
	color:#3E554E;
	text-decoration:none;
	
}
ul.slideshow2-items li a span{
	color:#AEB4AB;
	font-size: 2.0em;
	font-weight: 300;
}
ul.slideshow2-items li a:hover span,ul.slideshow2-items li a.active span{
	color:#3E554E;
}

ul.webmap{
	list-style:circle;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	width: 100%;
}
ul.webmap li ul{
	list-style:circle;
	font-size: 1em;
	padding: 0 0 0 10px; 
	margin: 0;
	width: 100%;
} 
ul.webmap li{
	font-weight: bold;
	font-size: .9em;
}
ul.webmap li a{
	color:#3E554E;
	text-decoration:none;	
}
ul.webmap li a:hover{
	text-decoration: underline;	
}
#footer ul{
	list-style:none;
	margin:5px auto 0 auto;
	padding: 0;
	font-size: 1.4em;
	width: 100%;
	height: 12px;
	text-align: center;
}
#footer ul li{
	line-height: 1em;
	display: inline;
}
#footer ul li a{
	color:#83847A;
	text-decoration:none;
	display: inline;
}
#footer ul li a:hover{
	text-decoration:underline;
}
ul.form{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
ul.form li{
	font-size: .8em;
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 1em;
	font-weight: normal;
	padding: 0;
}
/*
==TYPE
---------------------------------------------------------------------------------------------------------------- */
/*--- =HEADINGS ---*/
h1,h2,h3,h4,h5,h6{
	color:#666;
}
h1{ /* H1 is a bit hacky but it works */83847A
	font-size:2.4em;
	line-height:2em;
	margin-bottom:0.625em;
	padding-top:0.375em;
	margin-top:-1em;
}
h2{
	font-size:2.6em;
	line-height:1em;
	margin-bottom:.8em;
	color: #3E554E;
}
h2.section{
	font-size:.8em;
	line-height:1em;
	font-weight: bold;
	text-align: right;
	margin: 0;
}
h3{
	font-size:1.8em;
	line-height:1.3em;
	margin-bottom:1.3em;
	font-weight:bold;
}
h3.pages{
	font-size:1.2em;
	line-height:.8em;
	margin-bottom:.8em;
	font-weight:bold;
}
h3.collection{
	font-size:1.5em;
	line-height:1;
	font-weight:300;
	color: #AEB4AB;
	text-align: right;
	margin: 0;
}
h4{
	font-size:1.1em;
	line-height:1em;
	margin-bottom:1.1em;
	text-align: right;
	color: #58635C;
	font-weight:300;
}
h5{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
h6{
	font-size:1.3em;
	line-height:1.8461538461538461538461538461538em;
	margin-bottom:1.8461538461538461538461538461538em;
	font-weight:bold;
}
h1.quote,h2.quote,h3.quote,h4.quote,h5.quote,h6.quote{ /* Apply this class to headings that open with quote marks to hang the punctuation */
	text-indent:-0.35em;
}
h4.excerpt-title{
	margin-left:3.75em;
}
/*--- =PARAGRAPHS ---*/
p{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
p.opener{
	text-align:justify;
}
span.opener{ /* To be used <p><span class="opener">Text</span> more text.</p> This creates uppercase text on the first word in a paragraph, as seen in printed docs like newsapers */
	font-variant:small-caps;
}
p.outdent{ /* Outdent a paragraph by 60px (one column) Only use if you have one column free to the left of the paragraph */
	margin-left:-3.75em;
}
p.quote, p.hung{ /* Apply this class to paragraphs that open with quote marks to hang the punctuation */
	text-indent:-0.5em;
}
p.excerpt{
	text-align:justify;
	width:17.5em;
	margin:0 auto 1.5em auto;
	border-top:medium double #000;
	border-bottom:medium double #000;
	padding:21px 0;
}
p.note{
	color:#666;
	text-align:justify;
	font-size:1.2em;
	line-height:2em;
	margin-bottom:1.9em;
	padding-top:1px;
}
/*--- =ELEMENTS ---*/
blockquote{
	margin-left:-6em;
}
blockquote.left{
	margin-right:2em;
	width:28em;
}
blockquote p{
	font-style:italic;
	text-indent:-0.5em;
}
cite{
	white-space:nowrap;
	display:block;
	text-indent:0;
	padding-left:1.5em;
}
abbr{
	color:#f43059;
	border-bottom:1px dotted #f43059;
	cursor:help;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
code,pre{
	font-family:"Lucida Console", "Courier New", Courier, monospace;
}
pre{
	font-size:1.2em;
	line-height:2em;
	margin-bottom:2em;
	margin-left:-5em;
	width:100%;
}
code{
	font-size:1em;
	line-height:1em;
	color:#038;
}
q{
	font-style:italic;
}
address{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
ins{
	background:#fedae3;
	text-decoration:none;
}
/* --- =LINKS --- */
a{
	color:#83847A;
	outline: none;
	text-decoration:none;
}
a:visited{
	color:#83847A;
	outline: none;
}
a:hover{
	text-decoration:underline;
	color:#3E554E;
}
/*--- =LISTS ---*/
ul,ol{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
ul{
	list-style:square;
}
ol{
	list-style:lower-roman;
}
ul,ol{
	padding-left:1em;margin-left:-1em;/* This makes IE display hung bullets */
}
ul ul,ol ol{
	font-size:1em;
	line-height:1.5em;
	margin:0 0 0 3.75em;
}
li.bulletless{
	list-style:none;
}
dl{
	margin-top: 20px;
	font-size:.9em;
	line-height:1em;
	margin-bottom:1.4em;
	text-align: right;
}
dl dt{
	font-weight:normal;
	color: #175E54;
	margin-bottom:.2em;
}
dl dd{
	font-weight:normal;
	margin-bottom:.3em;
	color: #83847A;
}
/*--- =FIGURES AND MARGINALIA ---*/
.marginalia{
	float:left;
	margin-left:-120px;
	width:100px;
}
.marginalia p, p.marginalia{
	font-size:1.2em;
	line-height:2em;
	margin-bottom:2em;
	color:#888;
}
p.marginalia{padding-top:1px;}
/*--- =OTHER ---*/
span.drop{
	font-size:3em;
	padding:0.2em;
	margin-left:-0.2em;
	float:left;
}
.inline-heading{
	font-weight:bold;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:1em;
}
/*
==FORMS
---------------------------------------------------------------------------------------------------------------- */
legend{
	font-size:1.4em;
	color: #fff;
	font-weight: bold;
}
legend.hide{
	display:none;
}
label{
	margin-right:1.25em;
}
label.inline{
	margin-right:0;
}
input.text,textarea{
	width:333px;
}
input.register{
	border: 0;
	width: 290px;
	height: 20px;
	padding: 5px;
	border: 1px solid #83847A;
}
input.text{
	padding:1px;
}
textarea{
	height:184px;
}
input.button{
	margin-left:9em;
}
p.button{
	margin-left:7.5em;
}
p.form{
	color: #fff;
	line-height: 1.3em;
}
input.btn{
	color: #83847A;
	border: 1px solid #83847A;
	background: #fff;
	padding: 5px 20px;
	cursor: pointer;
	float: right;
}
input.btn:hover{
	color: #83847A;
	background: #ddd;
}
/*
==IMAGES
---------------------------------------------------------------------------------------------------------------- */
img{
	color:#666;
}
img.outdent{
	margin:0 0 2.4em -12em;
	border:1px solid #ccc;
}
img.left{
	margin:0.6em 2em 0 -6em;
}
#sub-content img.left{
	margin:0.6em 2em 0 -2em;
}
#sub-content p img.left{
	margin:0.7em 1.66667em 0 -1.66667em;
}
#sub-content p a img.left{
	outline:5px solid #fff;
}
#sub-content p a:hover img.left{
	outline:5px solid #F43059;
}
p img.left{
	margin-left:-3.75em;
	margin-right:1.25em;
}
img.right{
	margin:0.6em -6em 0 2em;
}
p img.right{
	margin-right:-3.75em;
}
/*
==TABLES
---------------------------------------------------------------------------------------------------------------- */
table{
	margin-bottom:2.4em;
}
table.outdent{
	margin-left:-120px;
}
table.outdent caption{
	margin-left:0;
}
caption{
	font-weight:bold;
	font-size:1.6em;
	line-height:1.5em;
	margin:0 0 1.5em -3.75em;
}
table th{
	font-weight:bold;
	text-align:center;
	padding:0 1em;
	border:1px solid #999;
}
table tr{
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
table td{
	padding:1.45em;
	border:1px solid #ccc;
	vertical-align:top;
}
table .empty{
	border:none;
}
#punctuation-summary-table{
	margin-left:-12em;
}
#punctuation-summary-table caption{
	margin-left:3.75em;
}
/*
==MISC
---------------------------------------------------------------------------------------------------------------- */
a.block{
	display: block;
}
a.extend{
	padding-left: 23px;
	padding-bottom: 5.5px;
	height: 19px;
	float: right;
	background: url(/images/info.jpg) 0 50% no-repeat;
	font-size: 1em;
	font-weight: normal;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hide{
	display:none;
}

.clear{
	clear:both;
	height: 0;
	font-size: 0;
}
.text-right{
	text-align:right;
}
.indent{ /* To be used mainly on divs to push them right by two columns */
	margin-left:12em;
}
hr{
	border:0;
	clear:both;
	width:100%;
	font-size:0;
	line-height:1em;
}
hr.bold{
	height: 10px;
}
hr.line{
	border: 1px solid #fff;
	clear:both;
	width:80%;
	margin-bottom:1.3em;
}
#sub-content hr{
	width:80%;
}
#toggle{
	position:fixed;
	right:1em;
	bottom:1em;
	border:1px solid #ccc;
	background:#ddd;
	padding:1em;
}
#toggle p{
	line-height:1em;
	margin:0;
}
.infoBox{
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	background:#ff8;
	border-top:1px solid #FF0;
}
.infoBox p{
	font-size:10px;
	padding:10px;
	margin:0;
}
.infoBox a{
	color:#00f;
}
#important-notice,.notice{
	float:right;
	width:34em;
	outline:1em solid #ff8;
	margin-left:2em;
	background:#ff8;
}
#important-notice h2,.notice h2{
	color:#f00;
}
#error{
	background: #FDDFDE;
	border: 1px solid #FBC7C6;
	padding: 10px;
	font-size: .8em;
}
#notice{
	background: #D1EED1;
	border: 1px solid #BFE7BF;
	padding: 10px;
	font-size: .8em;
}
#notice, #error{
	margin: 0 0 10px 0;
}
#notice p, #error p{
	margin: 0;
}
#error ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#error ul li{
	margin: 0;
	padding: 0;
}
a.register{
	color: #fff;
	text-decoration: none;
}
a.register:hover{
	text-decoration: underline;
}
.logged{
	font-weight: normal;
	font-size: .8em;
}
#login-link{
	
}
ul#menu-user{
	margin: 0;
	padding: 0;
	width: 130px;
	list-style: none;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 99;
	font-size: 1.2em;
}

ul#menu-user li{
	padding-left: 10px;
}
ul#menu-user li a{
	display: block;
	height: 15px;
	padding: 5px 10px;
}
ul#menu-user li a.last{
	border: 0;
}
.menu-user-btn{
	
	padding: 10px;
	cursor: pointer;
}
.expand{
	vertical-align: top;   
}

