/*html and body*/
html, body{
font-family: Lucida Sans, Helvetica, Arial, sans-serif;
height: 100%;
margin: 0 0 1px 0;
#overflow: auto;

	
	font-variant: normal;

}



/*text and fonts*/
p, ul{
	
	padding-left: 5px;
	color: #333333;
        font-size: 0.8em;
        line-height: 1.5em;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	font-weight: 400;
	
}



p.caption {
font-size: 0.75em;
line-height: 1.25em;
margin-bottom: 0.625em;

}
/* Headers*/
h1{
font-family: Lucida Sans, Helvetica, Arial, sans-serif;
font-size:1.75em;
font-weight:700;
letter-spacing:-0.05em;
line-height:2.25em;
padding-left:0;
word-spacing:0.05em;
}

h2{
	font-family: Lucida Sans, Helvetica, Arial, sans-serif; 
	font-weight: 800;
	font-size: 1em;
	padding-left: 5px;
	word-spacing: 0.2em;
	line-height: 1.75em;
}

/* small-cap headers */

h3{
    font-size:1em;
    font-weight:600; 
    letter-spacing:0.05em;
    padding-left:5px; 
    word-spacing:0.2em;
}
/* tool info header */
h4{
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;; 
	font-weight:600;
	font-variant: small-caps;
	font-size: 0.9em;
	margin-bottom: 10px;
	word-spacing: 0.2em;
	letter-spacing: 0.05em;
	
}

h6{
	font-family: Lucida Sans, Helvetica, Arial, sans-serif; 
	font-weight:400;
	font-variant: small-caps;
	font-size: 0.7em;
	padding-left: 5px;
	word-spacing: 0.2em;
}

h5{
       display: inline;

}


/*links */
a, a:visited{
	text-decoration: none;
	color: #151515;
	cursor: pointer;
	z-index:2;
        font-weight: 300;
}

/*main wrapper divs*/
#container {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	position:relative;
	overflow: visible;
	text-align: left;

}

#footerpad{
	height:125px; 
	width:100%;
	background: #FFFFFF; 
	float:left;

}
#header{
	width: 980px;
	height: 50px;
	background: #FFFFFF;
        overflow: hidden;
	
}

/*content wrapper*/
#content{
	min-height: 450px;
	width: 100%;
	float: left;
	margin:auto;
	background-color: #FFFFFF;
}

#single_column, #single_column_1, #single_column_2  {
	width: 300px;
	margin: 20px 0px 0px 0px;
	min-height: 440px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
    padding-left: 19px;
}


#double_column{
	width: 620px;
	min-height: 440px;
	margin: 20px 0px 0px 0px;
    padding: 0 20px 0 20px;
    #padding: 0 20px 0 10px;
	overflow: hidden;
	float:left;
    border-right: 1px dashed #e55302; 
}

#column_content_center, #column_content, #column_content_1{
	height: 100%
	#height:460px;
	display: block; 
	overflow: visible;
	width: 980px;
	min-height:50px;
	float:left;
	position: relative;

}


/*menu under header*/
#menu{
	width: 980px;
	border-top: 2px solid #e55302;
	padding-bottom: 5px;
	background-color: #8c0f05;
	text-align: right;
	height: 20px;
	font-size: 1em;
	letter-spacing: 0.15em;
	position: relative;
}

#top_menu{
	float:left;
	font-variant: small-caps;
	color: #FFFFFF;
        font-family: Lucida Sans, Helvetica, Arial, sans-serif; 
	font-weight: 300;
	display: inline;
	text-align: right;
	padding: 0.1em 0.25em 0.25em 1.5em;
	font-size: 0.9em;
        letter-spacing: 1px;
        line-height: 1.5em;

}
/*tool text display*/
#tutorial_text{
	min-height: 440px;
	position:relative;
	display: block; 
	overflow: visible;
}

/*form input*/

form {
 padding:5px 5px 5px 0px;
 left: 0px;
}

input{
	text-align: right;
	margin-left: 10px;
	font-size: 0.8em;
	padding-bottom: 5px;
	border: 1px inset #999999;
	background: #ffffff;
	text-align: left;
}

.submitbutton {
  	min-width: 90px;
 	color: #333333;
 	background: #FFFFFF;
 	border: 1px solid #999999;
	margin: 5px 5px 5px 0px;
}

.submitbutton:hover {
  color: #fea474;
  background: #FFFFFF;
}


#headimage{
	width:280px;
	height:40px;
	padding: 10px 0 10px 0px;
	float: left;
}

.headimage{
	height: 20px;
}

#footer{
	width:980px;
	min-height: 100px;
	background: #FFFFFF;
	float: left;
        margin-top: 20px;
	border-top: 2px solid #8c0f05;
	text-align: center;
	position: relative;
}

#search{
	height: 2em;
	text-align: left;
	float: left;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 0 20px 0;
}

/*title page big image*/
#loveimage{
	position: relative;
	float: left;
	z-index: 2;
	height: 440px;
}



/*menu links style */

#container a, a:visited{
	text-decoration: none;
	color: #8c0f05;
	cursor: pointer;
        font-weight: 300;
}
#top_menu a:hover{
	color: #fea474;
	cursor: pointer;
	text-decoration: none;
}

#top_menu a, a:visited{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}


a:active {
	text-decoration:none;
	color: #999999;
}

/* image hover gallery */

a img {
	text-decoration: underline;
	cursor: pointer;
}

.post_title {
	color: #8c050f;
}

/* reset all borders and margins to 0px */

* {
	border: 0px;
	margin: 0px;
	padding: 0 0 0 0;
	position: relative;
}


ul{
       padding-left: 20px;
}

li{
       //padding: 0.5em 0 0.5em;
       margin-left: 25px;
}

.inline-block{
       display: inline-block;
}

.splash-question{
       float: left;
       width: 200px;
       padding-right: 10px;
       vertical-align: top;
}

div.inline-block img{
       border: 1px black solid;
}

.selection{
       border-top:1px dashed black;
       height: 120px;
       padding: 10px 0;
}

.hidden{
      display: none;
}

.clear{
      clear: both;
}

.right{
      float: right;
}

.tool{
	padding-bottom: 25px;
        border: 1px solid lightGrey;
}
#flash_content{
       text-align: center;
}

.view_all{
	float: right;
	padding-right: 20px;
}

#above_md, #single_column1{
        padding-right: 20px;
}

.userlist{
        display: none;
}
