/*

Theme Name: Freedom University
Theme URI: http://www.freedomuniversity.com
Description: Custom Freedom University Theme
Version: 1.0
Author: Adam Hughes
Author URI: http://www.gawdworx.com

*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* MAIN LAYOUT PROPERTIES */

body	{
	background: #194562;
	height: 100%;
	text-align: center;
}

#page	{
	background: transparent;
	margin: 10px auto 15px auto;
	width: 950px;
}

#header	{ 
	background: transparent;
	background-image: url(images/bkgrd-header.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 144px;
	overflow: auto;
	text-align: center;
	width: 950px;
}

#menu-top	{
	height: 25px;
	margin: 0 auto;
	width: 900px;
}

#content-box	{
	background: transparent;
	background-image: url(images/bkgrd-content.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	border-bottom: 3px solid #787878;
	padding-bottom: 25px;
	text-align: center;
	height: 100%;
	overflow: auto;
}

#footer {	
	background: transparent;
	background-image: url(images/bkgrd-footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 75px;
}

/* LINK PROPERTIES */

a		{ color: #194562; text-decoration: underline; background: transparent; }
a:link	{ color: #194562; text-decoration: underline; background: transparent; }
a:visited	{ color: #4d7a97; text-decoration: underline; background: transparent; }
a:hover	{ color: #ee7a2d; text-decoration: none; background: transparent; }

/* FONT PROPERTIES */

body, p, ul, li, h1, h2, h3, h4, h5	{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p	{
	color: #000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	letter-spacing: 1pt;
}


/* MENU PROPERTIES */

#menu-list	{
	background: transparent;
	text-align: center;
}

#menu-list li	{
	color: #194562;
	display: inline;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1pt;
}

#menu-list li a		{ color: #194562; text-decoration: none; background: transparent; }
#menu-list li a:link	{ color: #194562; text-decoration: none; background: transparent; }
#menu-list li a:visited	{ color: #194562; text-decoration: none; background: transparent; }
#menu-list li a:hover	{ color: #fff; text-decoration: none; background: transparent; }

/* Header Elements */

.page-header-h1	{
	height: 100px;
	visibility: hidden;
}


/* CONTENT BOX PROPERTIES */

.entry	{
	margin-top: 15px;
}

#content .content-lists	{
	margin: 0 auto;
	width: 90%;
}

#content .content-lists li	{
	font-size: 10pt;
	font-weight: bold;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}

#content	{
	float: left;
	padding-top: 15px;
	width: 670px;
}

#sidebar	{
	float: right;
	width: 260px;
}

#links-box	{
	border: 1px solid #000;
	height: 300px;
	width: 280px;
}

#content h1	{
	border-bottom: 2px dotted #194562;
	color: #ee7a2d; 
	font-size: 18pt; 
	font-weight: bold;
	margin: 10px auto;
	text-align: left;
	width: 100%;
	}
	
#content h1 a, #content h1 a:link, #content h1 a:visited	{ text-decoration: none; }

#content h2 a, #content h1 a:link, #content h1 a:visited	{ text-decoration: none; }

#content h2	{
	border-bottom: 2px dotted #194562;
	color: #194562; 
	font-size: 14pt; 
	font-weight: bold;
	margin: 10px auto;
	text-align: left;
	width: 90%;
	}
	
#content-box hr	{
	border:0;
	background-color: #194562;
	color: #194562;
	height: 2px;
	width: 90%;
	margin: 10px auto;
}
	
#content-box p	{
	color: #000; 
	font-weight: normal;
	margin: 0 auto 10px auto;
	text-align: left;
	width: 90%;
	}



.captcha-box	{padding-left: 30px;}

/* SIDEBAR Properties */

#sidebar	{
	background: transparent;
	color: #fff;
	height: 100%;
}

#sidebar h2	{
	color: #fff; 
	background: #ee7a2d;
	border-bottom: 1px solid #fff;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	width: 255px;
	text-align: left;
}

#sidebar ul	{
	text-align: left;
}

#sidebar ul li { 
	border-bottom: 1px solid #fff;
	font-size: 9pt;
	font-weight: normal;
	height: 90%;
	padding: 2px 0px 2px 5px;
	width: 255px;
	}

#sidebar a	{ color: #fff; text-decoration: none;}
#sidebar a:hover {color: #194562;}

#sidebar li:hover { background: #fff;}

#upcoming-shows li:hover { background: transparent;}


/* FOOTER PROPERTIES */

#footer-menu	{
	background: transparent;
	padding: 10px;
	text-align: center;
}

#footer-menu li	{
	color: #194562;
	display: inline;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 2pt;
}

#footer-menu li a		{ color: #194562; text-decoration: none; background: transparent; }
#footer-menu li a:link	{ color: #194562; text-decoration: none; background: transparent; }
#footer-menu li a:visited	{ color: #194562; text-decoration: none; background: transparent; }
#footer-menu li a:hover	{ color: #fff; text-decoration: none; background: transparent; }

#signup-box p	{ 
	color: #fff; 
	font-weight: bold;
	}	
	
/* COMMENTS BOX - PROPERITES */

.comment {
	background: #194562;
	background-image: url(images/comment-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 10px auto;
	text-align: left;
	width: 550px;
}

.comment a	{ color: #94B5CB;}

.comment a:hover	{ color: #fff;}

.comment-text p { color: #fff; font-size: 9pt; margin-left: 10px;}

.comment-bottom { 
	background: #194562;
	background-image: url(images/comment-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 30px;
	width: 550px;
}

.resource-tool-box {
	background: #194562;
	background-image: url(images/comment-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 10px auto 25px auto;
	text-align: left;
	width: 550px;
}

.resource-tool-box table	{
	color: #fff;
	margin: 10px auto; 
	width: 500px;
}

.resource-tool-box table tr td p	{
	color: #fff;
	margin: 10px auto; 
	text-align: center;
}

.resource-tool-bottom { 
	background: #194562;
	background-image: url(images/comment-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 30px;
	width: 550px;
}

.resource-tool-box a	{ color: #94B5CB;}

.span-resource a	{ color: #fff;}
.span-resource a:hover	{ color: #ee7a2d;}

.span-resource 	{ 
	color: #fff; 
	margin: 20px 0 10px 0; 
	padding-left: 5px;
	text-align: left; 
}

.comment-author	{
	color: #fff;
	padding: 10px;
}

.comment-meta	{
	color: #fff;
	font-size: 9pt;
	padding: 0px 10px;
}

.comment .comment-body p	{
	color: #fff;
	font-size: 9pt;
	padding: 0px 10px;
}

#respond	{
	text-align: left;
}

#respond h3 {
	margin: 10px auto;
	width: 90%;
}

#submit	{
	margin: 10px 30px;
	width: 150px;
}

#content-box .comment-text p	{
	color: #fff;
	font-size: 9pt;
	margin: 10px;
	width: 90%;
}

#content-box #commentform input	{
	width: 150px;
}

/* Search Page Properties */

#searchform	{
	font-size: 9pt;
	margin: 10px 0;
}

.searchform-input	{
	width: 150px;
}

.search-h3	{
	color: #194562; 
	font-size: 10pt; 
	font-weight: bold;
	margin: 0 auto;
	text-align: left;
	width: 90%;
}

.postmetadata	{
	font-size: 9pt;
}

/* SITEMAP PROPERITES */

.sitemap	{
	margin: 0 auto; 
	width: 90%; 
}

.sitemap li { 
	font-size: 9pt;
	font-weight: normal;
	line-height: 2em;
	text-align: left; 
}

.ddsg-wrapper ul	{
	margin: 10px auto;
	text-align: left;
	width: 90%;
}

.ddsg-wrapper ul li	{
	font-size: 9pt;
	text-align: left;
}

#content-box .post-title	{
	margin-top: 25px;
	margin-bottom: 25px;
}

/* WHOIS PAGE STYLE */

swData	{
	text-align: left;
}

.surrounding_div	{ background: #000;}

#content-box .entry h2	{
	font-size: 12pt;
	margin: 25px auto 10px auto;
}

.entry ul	{
	margin: 0 auto;
	width: 90%;
}

.entry	ul li {
	font-size: 10pt;
	text-align: left;
}

#copyright-story	{
	color: #194562;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	margin: 0px auto;
	width: 90%;
}

.copyright-box	{
	color: #194562;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	margin: 0px auto;
	width: 90%;
}

#frontpage	{ margin: 0 auto; width: 90%;}

.frontpage p { font-size: 8pt;}
