/*-----:[ GENERAL ]:-----*/

body
{
background:#406080; 
color:#494949;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size:14px;
}

a 
{
color: #406080;
padding: 4px;
}

a.tip 
{
	font-size: 11px;
	position: relative;
}

a.tip span 
{
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #333;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip 
{
 	font-size: 11px;
	#font-size: 99%; /* this is just for IE */
}

a:hover.tip span 
{
	display: block;
}

fieldset 
{
border: 0px;
}

input 
{
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
background: #ededed;
padding: 4px;
font-size: 14px;
}

input:focus
{
border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
background: #fff;
padding: 4px;
font-size: 14px;
}

#dropper 
{ 
display: none; 
}

#btn-submit
{
background: #ccc;
font-weight: bold;
}

#container
{
width: 990px;
margin: 0 auto;
margin-bottom: 50px;
margin-top:30px;
background-color: #fff;
-moz-border-radius: 20px; /* this works only in camino/firefox */
-webkit-border-radius: 20px; /* this is just for Safari */
}

.wrap
{
margin: 0 auto;
overflow:hidden;
width:925px;
padding-bottom: 20px;
}

.clr { clear:both; }

.inline { display:inline; }

/*-----:[ HEADER ]:-----*/

#hdr
{
padding-top:25px;
position:relative;
}

/*---:[ logo ]:---*/

#logo
{
background:url("images/fullwidth.gif") no-repeat;
background-color: #fff;
height:90px;
text-indent:-9999px;
width: 925px;
}

#logo a
{
display:block;
height:100%;
width:460px;
}

/*---:[ page content ]:---*/

#subscribe
{
background:url("images/pdfsplash.gif") no-repeat;
float: left;
width: 360px;
font-size: 13px;
padding-left: 195px;
min-height: 240px;
}

#splashoutside
{
width: 345px;
height: 260px;
border-left: 1px solid #ccc;
float: right;
padding: 0px;
padding-left: 10px;
}

#splashinside
{
height: 99%;
padding-left: 15px;
}

#intro
{
font-size: 14px;
}

#intro img
{
border: 0px solid;
}

#quote
{
padding-top: 10px;
font-family: Georgia;
font-size: 15px;
}

#alsobackup
{
width: 560px;
height: 20px;
float: right;
padding-top: 10px;
}

#alsotext
{
font-style: italic;
font-size: 11px;
}

#mid
{
clear:both;
position:relative;
}

#mid h1
{
border-bottom:solid 8px #ededed;
font-size:24px;
line-height:24px;
padding:8px 0 7px;
}


.tagbox
{
width: 278px;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;

}

.taginfo {
margin: 0px;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 10px;
background: #ededed;
font-size: 13px;
-moz-border-radius: 5px; /* this works only in camino/firefox */
-webkit-border-radius: 5px; /* this is just for Safari */
}

.taginfo a
{
font-size: 20px;
font-weight: bold;
padding-bottom: 4px;
}

.tagdescription
{
line-height: 20px;
}

.tagsessiondetails
{
font-style: italic;
line-height: 20px;
}

.taggroup {
margin: 0px;
padding: 0px;
margin: 0px;

}

.taggroup li
{
display: block;
list-style-type: none;
line-height: 25px;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid #ccc;
}

.tagbook a
{
padding-left: 30px;
background:url("images/pdf-icon.gif") no-repeat;
}

.lastupdatebook
{
text-align: right;
padding-top: 10px;
font-size: 11px;
font-style: italic;
}

.lastupdatetime
{
text-transform: uppercase;
}

#hashtag-form
{
font-size: 13px;
}

/*-----:[ FOOTER ]:-----*/

#ftr 
{ 
background:#406080; 
}

#ftr a
{
color: #FFF;
font-weight: bold;
}

#ftr p
{
color:#FFF;
font-size: 12px;
#line-height:44px;
padding-left: 10px;
padding-bottom: 50px;
}