/* load the cool background image, set default font, etc */
body{
	background-color: #deedf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(/assets/images/back.gif); 
}

a{
	color: #5a96da;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	margin-top: 20px;
}

#toplogo{
	float: left;
}

#topnav{
	float: right;
	padding: 5px;
	background-color: #FFF;
	height: 15px;
	position: relative;
	top: 10px;
	font-size: .95em;
	
}

#topnav ul{
	list-style: none;
}

#topnav ul li{
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav ul li.active{
	background-color: #ffffcc;
}

#topnav ul li a{
	color: #5a96da;
}



#content{
	clear: left;
	padding-top: 20px;
	
}
#leftpanel{
	float: left;
	width: 480px;
	min-height: 500px;
	background-color: #FFF;
	padding: 5px;

}

#rightpanel{
	float: right;
	width: 195px;
	
	
}

#rcontent{
	padding: 5px;
	min-height: 300px;
	background-color: #ccece0;
	margin-bottom: 20px;
}

#rad{


}



#viewpanel{
	float: left;
	width: 550px;	
	min-height: 300px;
	background-color: #FFF;
	padding: 5px;
	padding-right: 10px;
}

#viewadpanel{
	float: right;
	width: 120px;
}

#singlepanel{
	float: left;
	width: 700px;	
	min-height: 300px;
	background-color: #FFF;
	padding: 15px;
}

#splashcontent{
	width: 440px;
	float: left;
	font-size: 1.2em;
	
}

#splashbutton{	
	text-align: right;
	margin-top: 15px;
	
}

.buttoncontainer{
	margin-top: 10px;

}
.bigbutton{
	background-color: #ccece0;
	border: 1px solid #5892ad;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #5892ad;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 10px;
	
}

.registerbutton{
	margin-top: 15px;

}
#loginform{
	float: right;
	width: 215px;
	background-color: #ECF8F8;
	padding: 10px;
}

#registerform{
	width: 400px;
	
}

#message{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;

}

#message UL{
 	list-style-type: none;
	
	
}

#message UL.notice LI{
	background-image: url('/assets/images/check.png');
	background-repeat: no-repeat;
	height: 1.5em;
	padding-left: 2em;
	
}

#message UL.error LI{
	background-image: url('/assets/images/x.png');
	background-repeat: no-repeat;
	height: 1.5em;
	padding-left: 2em;
}

#message.error{
	background-color: #feae9b;
}

#message.notice{
	background-color: #d2ffd4;
}

#message.none{

	display: none;
}

#banner{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#teaser{
	font-size: 1.3em;
	font-weight: bold;
}



#footer{
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#postnow{
	text-align: right;
	width: 100%;
	margin-bottom: 20px;
}


#postnow a{
	font-size: 2em;
	color: #5892ad;
}

H2{
	display: block;
}

#footer{
	clear: left;
	text-align: center;
}


#footer ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .95em;

}

#buttons{
	margin-top: 20px;
}

.buttoncontainer{
	text-align: right;
}
.button{
	background-color: #ccece0;
	border: 1px solid #5892ad;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	color: #5892ad;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	
	
}



.button:hover{
	
	text-decoration: none;
	color: #555;
	
}

input{
	font-size: 1.2em;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	margin-bottom: 5px;
}

.fieldlabel{
	font-size: .75em;
	color: #888;

}
/* styles for blip view */

.blipcontainer{
	
	width: 480px;
	margin: 10px;
	float: left;
}



.blipphoto{
	float: left;
	width: 320px;
	margin-right: 10px;
	
}



.blipcaption{
	margin: 10px;
	font-size: 1.2em;
	padding-right: 15px;	
	
}


.blipstamp{
	font-size: .8em;
	color: #666;
}

.startquote{
	font-size: 120%;
}

.endquote{
	font-size: 120%;
}

.pages{
	text-align: right;
}

#flashcontent{
	margin-top: 15px;
	text-align: center;
	background-color: #ECF8F8;
	padding-top: 10px;
	width: 370px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
}

.user{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 450px;
	height: 50px;
	background-color: #ECF8F8;
}

.user:hover{
	background-color: #ffffcc;

}

.user_icon{
	float: left;
	width: 48px;
	height: 48px;
}
.user_name{
	float: left;
	height: 35px;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
	width: 300px;

}

HR{
	height: 1px;
	background-color: #c6ecfd;
	color: #c6ecfd;
}

#topnav ul li.active a{
	color: #5791ac;
}

.user_button{
	float: left
	width: 100px;
	padding-top: 18px;	
}
