/*Include other css docs*/
@import url(./common_classes.css);
@import url(./general.css);
/*Globals*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: "Trebuchet MS", "Georgia", "Verdana", "Arial", sans-serif;
	font-size: 1.0em;
	text-align: center;
	background: #efecca url('../images/bg_body.jpg') repeat-x;
}
/*Container*/
#wrapper {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	height: 100%;
	overflow: auto;
}
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	height: 100%;
	background: #fff;
}
/*Header*/
#header {
	height: 200px;
}
html > #header {
	height: 300px;
}
#logo {
	float: left;
	padding: 25px 0 0 0;
}
#authentication {
	float: right;
	font-size: 0.80em;
}
#authentication h2 {
	font-size: 1.2em;
}
#authentication label {
	font-weight: bold;
}
#authentication input[type=text], input[type=password] {
	font-size: 0.80em;
}
#search {
	clear: both;
	float: right;
	margin: 7px 0;
	padding: 3px 15px;
	border-top: 2px solid #191919;
	border-bottom: 2px solid #191919;
}
/*Header Navigation*/
#header_nav {
	clear: both;
	text-align: center;
	font-size: 20px;
	border-top: 2px solid #191919;
	border-bottom: 2px solid #191919;
	height: 30px;
}
#header_nav ul {
	list-style: none;
}
#header_nav li {
	float: left;
	margin: 3px 15px 0 15px;
}
/*
#header_nav div {
	float: left;
}
*/
#header_nav div a {
	display: block;
	padding: 2px 15px;
	font-weight: bold;
}
/*Rollovers*/
#mov {
	display: block;
}
#pic {
	display: block;
}
.rollovers {
	position: absolute;
	z-index: 1;
	display: none;
	visibility: hidden;
	background: #191919;
	width: 130px;
	font-size: 0.7em;
	padding: 5px;
	text-align: left;
}
.rollovers div {
	float: left;
}
.rollovers div a {
	display: block;
	width: 120px;
	padding: 2px 0 2px 10px;
	font-weight: bold;
}
.rollovers div a:hover {
	color: #fff; /*#efecca;*/
	text-decoration: none;
}
.photo_albums {
	width: 190px;
}
.photo_albums div a {
	width: 170px;
}
/*End Rollovers*/
/*End Header Navigation*/
/*End Header*/
/*Main Content*/
#content {
	clear: both;
	background: #fff;
	margin: 0 0 50px 0;
	min-height: 350px;
	height: 100%;
	overflow: auto;
}
#content p {
	margin: 10px;
}
#content table, #content table tr, #content table td {
	padding: 5px;
}
/*Homepage Specific*/
#section_links {
	float: left;
	width: 50%;
}
#posts {
	float: right;
	text-align: left;
	width: 50%;
}
.post_date {
	font-size: .80em;
}
/*End Homepage Specific*/
/*Articles Specific*/
#left {
	float: left;
	width: 70%;
}
#right {
	float: left;
	text-align: left;
	width: 25%;
}
#right #email_a_friend {
	border: 1px solid #191919;
	font-size: 0.80em;
	margin: 5px 0;
}
#right #email_a_friend h4 {
	font-size: 1.2em;
}
#right #email_a_friend label {
	font-weight: bold;
}
#right #email_a_friend input[type=text] {
	font-size: 0.80em;
}
h4.comment {
	color: #2665ad;
}
/*Movie Reviews Specific*/
#right #movie_quotes {
	border: 1px solid #191919;
	font-size: 0.80em;
	margin: 5px 0;
	padding: 5px;
}
#right #movie_quotes h4 {
	font-size: 1.2em;
}
#right #movie_quotes label {
	font-weight: bold;
}
#right #movie_quotes input[type=text] {
	font-size: 0.80em;
}
/*End Movie Reviews Specific*/
/*End Article Specific*/
/*Pictures Specific*/
.pages {
	display: block;
	float: left;
	width: 100%;
}
.previous {
	float: left;
	font-weight: bold;
	margin: 7px 0;
}
.next {
	float: left;
	font-weight: bold;
	margin: 7px 0;
}
.back_to_album {
	float: left;
	font-weight: bold;
	margin: 7px 95px;
}
.album {
	float: left;
	width: 200px;
	height: 180px;
	text-align: center;
}
.album h2 {
	font-size: 1.0em;
}
.album a {
	color: #191919;
}
.album a:hover {
	color: #2665ad;
}
.album a img {
	border: 1px solid #191919;
	padding: 5px;
}
.album a:hover img {
	border: 2px solid #2665ad;
	padding: 4px;
}
.thumbnail {
	float: left;
	width: 200px;
	height: 180px;
	text-align: center;
}
.thumbnail a img {
	border: 1px solid #191919;
	padding: 5px;
}
.thumbnail a:hover img {
	border: 2px solid #2665ad;
	padding: 4px;
}
.pic_display {
	width: 50%;
}
.pic_display img {
	clear: both;
}
#imghotlink {
	display: block;
}
/*End Pictures Specific*/
.comments {
	border: 1px solid #191919;
	width: 75%;
	padding: 10px;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #191919;
}
#footer p {
	margin: 10px 0;
	font-size: 0.85em;
}
#footer p span {
	padding: 0 10px;
}
