html {

}
body {

}


/* Basic CMS 
#errors, .errors {
*/
.user_warning, .user_notice, .errors {
	width: 80%;
	border: 2px solid #FF0000;
	background: #990000;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and chrome */
	-khtml-border-radius:10px; /* Linux browsers */
	border-radius:10px; /* css 3 */
	text-align: center;
}
.user_notice {
	background: #009900;
	border: 2px solid #00FF00;
}
#errors p, #errors a, .errors p, .errors a {
	color:  #FFFFFF;
	text-align: center;
}

.paginate { display: block; clear: both; text-align: center; }
.right { float: right; }
.left { float: left; }
.center { margin-left: auto; margin-right: auto; }
.blocker { display: block; clear: both; }
.t_left, .tleft { text-align: left; }
.t_right, .tright { text-align: right; }
.t_center, .tcenter { text-align: center; }

label { cursor: pointer; display: block; }
//label:hover { font-weight: 700; }

blockquote {
	margin: 20px;
	padding: 10px;
	text-align: justify;
	border: 1px solid #999;
}
.quoteauthor {
	margin-top: -50px;
	text-align: right;
	margin-right: 30px;
}

.cursor {
	cursor: pointer;
}
.underline {
	text-decoration: underline;
}
/* Paragrpahs */
p {
	margin: 10px 0;
	font-size: 14px;
}

.polaroid {
	background: #FFF;
	padding: 10px 10px 15px 10px;
	margin: 5px;
}
.polaroid p {
	color: #000;
	text-align: center;
}

h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }

ul.bullets { list-style: circle outside; }
.bullets li { position: relative; left: 20px; margin-right: 20px; }

/* nav menu hover/dropdowns */
#navigation li ul {
	position: absolute;
	display: none;
	z-index:50;
}
#navigation li:hover ul {
	display: block;
}

/* rotator */
#rotator div {
	position: absolute;
	display: none;
}

/* userlogin */
#userlogin {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	padding: 5px 0 5px 0;
}
#userlogin legend {
	background: #EFEFEF;
	padding: 20px;
	border: 1px solid #FFF;
	color: #990000;
	margin: 5px;
}
#userlogin label {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
#userlogin input {
	float: right;
}

/* jquery */
.polaroid {
	background: #FFFFFF;
	margin: 5px 5px 0 5px;
	padding: 10px 10px 0 10px;
}
.polaroid_title {
	background: #EEEEEE;
	margin: 0px 5px 5px 5px;
	border: 10px solid #FFFFFF;
	padding: 10px 0px;
	text-align: center;
}

.fb_share_count_inner {
color: #000000;
}


