/*--- CSS RESET ---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*--- Layout ---*/

#container {
	width: 960px;
	margin: 5px auto 5px auto;
	padding: 20px;
}

#header-container {
	margin-bottom: 30px;
}

#header-container #logo {
	width: 550px;	
	float: left;
}

#header-container #subscribe {
	width: 410px;
	float: right;
}

#header-container #subscribe-button {
	width: 120px;
	padding: 8px;
	float: left;	
}

#header-container #subscribe-form {
	width: 245px;
	padding: 5px;
	float: right;	
}

#header-container #subscribe-feedback {
	padding-top: 3px;	
}

#left-column {
	width: 160px;
	float: left;
}

#right-column {
	width: 765px;
	float: right;
}

#right-column #navigation{
	margin-bottom: 20px;
}

#right-column #left-content {
	width: 593px;
	padding-right: 10px;
	float: left;
}

#right-column #right-content {
	width: 147px;
	padding-left: 10px;
	float: right;
}

#right-column #featured-articles {
	width: 320px;
	padding-right: 10px;
	float: left;
}

#right-column div.featured-entry, #right-column div.blog-entry {
	padding: 10px 0;	
}

#right-column div.post-entry {
	margin-bottom: 25px;	
}

#right-column div.article-img {
	/*width: 215px;*/
	width: 165px;
	margin-right: 10px;
	float: left;	
}

#right-column #blog-post-info {
	margin-bottom: 15px;	
}

#right-column #blog-post-img {
	width: 65px;
	float: left;
}

#right-column #blog-post-author {
	width: 300px;
	float: left;
}

#right-column #social {
	width: 250px;
	padding: 0 10px;
	float: left;
}

#right-column #home-ads {
	width: 150px;
	padding-left: 10px;
	float: right;
}

#right-column #search-date {
	position: relative;
	z-index: 100;	
}

#right-column #photo-container {
	width: 580px;
	margin: 0 auto;	
	background: #990000;
}

#right-column #photo-container #big-photo {
	padding: 5px;
	background: #CCC;	
}

#right-column #photo-caption {
	text-align:center;
	padding: 5px;	
}

#right-column div.comment-entry, div.comment-entry {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer {
	width: 1000px;
	margin: 0 auto;	
}

#footer-links {
	padding: 5px 0;	
}

div.clear {
	clear: both;	
}

/*--- Typography ---*/

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 15px;	
}

small {
	font-size: 8px;	
}

#content-container p.red {
	color: #770009;
	font-weight: bold;	
	font-size: 14px;
}

#content-container div.comment-entry small, div.comment-entry small {
	font-size: 11px;		
}

#content-container p.comment {
	color: #770009;
	font-style: italic;	
	font-size: 14px;
}

#content-container p.black {
	color: #000;
	font-weight: bold;	
}

p.red {
	color: #F00;	
}

h1 {
	font-size: 27px;
	color: #900;	
}

h2 {
	color: #999;
	font-size: 23px;	
}

h3 {
	font-size: 16px;
}

h3 a {
	color: #900;	
}

h4 {
	color: #00F;
	font-size: 18px;	
}

h3 a:hover {
	text-decoration: none;	
}

strong {
	color: #000;	
}

textarea {
	font-size: 13px;	
}

#right-column h4 {
	color: #000;
	padding-top: 15px;	
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#subscribe-container {
	font-size: 12px;	
}

#subscribe-container  #subscribe-button{
	font-size: 11px;	
}

#subscribe-container input {
	font-size: 10px;	
}

#subscribe-container #subscribe-form {
	color: #FFF;	
}

#subscribe-container #subscribe-button a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#subscribe #subscribe-feedback {
	font-size: 12px;
	font-weight: bold;
	color: #770009;	
}

#left-column {
	color: #FFF;	
}

#menu a {
	font-size: 16px;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;	
}

#menu a:hover {
	color: #790006;
	background-color: #FFF;	
}

#navigation a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}

#navigation a:hover {
	color: #999;	
}

#content-container #subscribe-table, #content-container #subscribe-content p{
	font-size: 15px;
	font-weight: bold;	
}

#content-container p, #content-container div.dhtmlgoodies_question, #left-content ul {
	font-size: 13px;	
}

#content-container table {
	font-size: 13px;	
}

#content-container {
	color: #666;	
}

#content-container a {
	color: #770009;
	text-decoration: none;	
}

#content-container a.red-button {
	color: #FFF;
	padding: 3px 8px;
	background: #770009;
	text-decoration: none;	
}

#content-container a:hover {
	color: #999;	
}

#content-container h2.page-header {
	color: #770009;
	text-transform: lowercase;	
}

#content-container h2.sub-head {
	color: #999;
	font-size: 18px;
	font-style: italic;
}

#content-container a.read-more {
	font-size: 10px;
	color: #FFF;
	background: #770009;
	padding: 5px;	
}

#content-container a.read-more {
	text-decoration: none;	
}

#content-container #date, #comment-header {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	background: #FC0;
	padding: 3px;
	width: 150px;
	float:right;
	text-align: center;
}

#content-container #right-content p{
	font-size: 12px;	
}

#content-container p.caption {
	font-size: 10px;	
	margin-top: 5px;
}

#content-container #right-content h3 {
	font-size: 15px;	
}

#content-container #right-content ul {
	font-size: 12px;
	line-height: 20px;	
}

#footer-links a {
	font-size: 13px;
	color: #FFF;	
}

#footer-links a:hover {
	text-decoration: none;	
}

/*--- Backgrounds and Images ---*/

a img {
	border: none;
}

body {
	background-color: #ebebeb;	
}

#container {
	background-color: #FFF;	
}

#subscribe-container {
	background-color: #CCC;
	padding: 5px;	
}

#subscribe-container #subscribe-button {
	background: #770009;
}

#subscribe-container #subscribe-form {
	background: #666;	
}

#menu {
	background-color: #790006;
}

#blogs {
	background-color: #000;
}

#blogs img {
	padding-bottom: 15px;	
}

#right-column div.featured-entry img {
	padding: 5px;	
	margin: 0 10px 10px 0;
}

#footer-links {
	background: #666;	
}

/*--- Lists ---*/

#menu ul {
	list-style: none;
	padding-bottom: 15px;	
	margin-left: 15px;
}

#menu ul li {
	padding-bottom: 10px;
}

#content-container ul {
	margin-left: 15px;
	list-style: square;	
}

#content-container ul li {
	padding-bottom: 10px;
}

#content-container #right-content ul {
	list-style: none;
	margin: 0;	
	padding-bottom: 15px;
}

#content-container #right-content ul.sidelist li {
	padding-bottom: 10px;	
}

#table-contents ul {
	padding-bottom: 15px;	
	margin-left: 15px;
	font-size: 12px;
}

/*--- Borders ---*/

#container {
	border: 2px #666 solid;	
}

#left-column {
	border: 5px #CCC solid;	
}

#left-column h3.border {
	border-bottom: 1px #CCC dotted;
	padding-top: 10px;
	margin-bottom: 10px;
}

#right-column h4 {
	border-bottom: 1px #CCC dotted;	
}

#right-column #navigation {
	padding-bottom: 5px;
	border-bottom: #CCC 1px solid;	
}

#right-column #left-content {
	border-right: #CCC 1px solid;	
}

#right-column #featured-articles, #right-column #social {
	border-right: 1px #CCC dotted;
}

#right-column div.featured-entry img {
	border: #CCC 1px solid;	
}

#right-column #social img {
	padding: 5px;
	border: #CCC 1px solid;	
}

#right-column div.article-img img {
	padding: 5px;
	border: #CCC 1px solid;	
}

#right-column div.featured-entry, #right-column div.blog-entry {
	border-bottom: 1px #CCC dotted;	
}

#right-column div.social-entry, div.comment-entry {
	border-bottom: 1px #CCC dotted;
	padding-bottom: 5px;	
	margin-bottom: 5px;
}

/*--- Tables ---*/

table.archives td, #contributors-sites td {
	padding: 0 15px;	
	text-align: center;
}

#contributors-sites td, #contributor-blogs td, #columnists td{
	vertical-align: middle;	
}

table.post-event td {
	padding: 5px;	
}

#comment-table td {
	padding: 5px 0;	
}

/*--- Calendar postings styles ---*/

#content-container div.post-entry p {
	font-size: 11px;	
	padding-bottom: 5px;
}

#content-container div.post-entry p.event-name {
	font-size: 13px;	
}

#content-container div.post-entry img {
	margin: 0 10px 10px 0;	
}

#content-container div.post-img {
	width: 170px;
	float: left;	
}

#content-container div.post-entry {
	width: 590px;	
}

#content-container div.post-top-info {
	width: 420px;
	float: right;	
}

#content-container div.post-top-left {
	width: 200px;
	padding-right: 10px;
	float: left;	
}

#content-container div.post-top-right {
	width: 210px;
	float: right;	
}

/*-- Forms --*/

#comment-table input[type=text], #comment-table textarea {
	width: 400px;
}

#comment-table textarea {
	height: 120px;	
}

/*-- MISC ---*/

#content-container div.dhtmlgoodies_question {
	cursor: pointer;
	color: #790006;
	width: 170px;
	margin-bottom: 10px;
	/*overflow-x: hidden;
	overflow-y: hidden;*/
}

#content-container #right-column div.dhtmlgoodies_question ul {
	margin-bottom: 15px;
	list-style: none;
}

#content-container div.dhtmlgoodies_answer{
	visibility:hidden;
	font-size: 12px;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;

}

#content-container div.dhtmlgoodies_question:hover
{
	color: #999999;
}

/*--- Ad rotator rotator styles ---*/

#ad-rotator {
	position: relative;
}

#ad-rotator div{
	position: absolute;
	z-index: 0;
}

#ad-rotator div.current {
	z-index: 2;
}

#ad-rotator div.previous {
	z-index: 1;
}

/*--- CMS ---*/

#blog-nav, #cms-nav{
	margin: 15px 0;	
}

#blog-nav-left, #cms-nav-left {
	float: left;
	width: 250px;
}

#blog-nav-right, #cms-nav-right {
	float: right;
	width: 250px;
	text-align: right;
}

#login-table td, #edit-event-table td, #add-user-table td, #add-blog-table td{
	padding: 5px 0;
	vertical-align: top;
}

#add-blog-table textarea, #add-blog-table input {
	width: 600px;	
}

#add-blog-table input[type=submit]
{
	width: inherit;	
}

#add-blog-table #blogExcerpt {
	height: 100px;	
}

#add-blog-table #blogContent {
	height: 400px;	
}

#add-blog-table small {
	color: #999;
	font-size: 12px;
	font-style: italic;	
}

#view-blogs-table td{
	border: 1px #000 solid;
	padding: 5px;
	margin: 0;
}

#view-blogs-table tr.table-header {
	background: #999;
	color: #FFF;
	font-weight: bold;
}

#view-blogs-table a {
	color: #900;	
}

#view-blogs-table a:hover {
	text-decoration: none;	
}

#view-blogs-table img {
	position: relative;
	top: 2px;	
}

#search-events input{
	padding: 3px;
	height: 19px;
}

#search-events input[type=image]{
	height: inherit;
	position: relative;
	top: 10px;
}

#edit-event-table {
	width: 850px;
	margin: 0 auto;	
}

#edit-event-table td.cell-space {
	padding-left: 50px;	
}

#mc-menu {
	margin: 15px 0;	
}

#mc-menu a {
	font-size: 16px;
	color: #900;
	font-weight: bold;
	margin: 0 10px;	
}

#mc-menu a:hover {
	text-decoration: none;
}

img.cms-icon {
	padding: 0 43px;	
}

div.event-container {
	width: 850px;
	margin: 10px auto;	
}

div.event-post-left {
	width: 160px;
	float: left;
	margin-right: 40px;
}

div.event-post-center {
	width: 250px;
	float: left;
	margin-right: 40px;
}

div.event-post-right {
	width: 280px;
	float: left;
}

div.event-container a{
	color: #900;
}

div.event-container a:hover{
	text-decoration: none;
}

div.event-container div.approve-btns {
	text-align: center;
}

div.event-container div.approve-btns a {
	margin: 0 50px;
}
