﻿/*

Theme Name: ACT Sub-Template

Description: For use with ALL non-4act.com websites

Author: Patrick Daly/Jono Brooks

Author URI: http://4act.com

Version: 1.0

Tags: 2-columns, left sidebar, widget ready, fixed width, seo friendly



*/

* {

	padding: 0px;

	margin:0px;

}

body {
background:#8a8a8a url(images/bg-image.gif) repeat-x scroll 0 0;
color:#3B3B3B;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
}

#doc{ margin-bottom:20px; }

a{ color:#0000FF; }

#hd {
	border-bottom: 20px solid #2f6558;
	text-align:center;
}

#bd{ background:#E2E2E2; border:1px solid #333; }

#sidebar{ width:200px; }
#yui-main .yui-b{ background:#fff; border-left:1px solid #333; min-height:600px; }
.yui-t3 #yui-main .yui-b { margin-left:200px; padding:15px; }

h1{ color:#2d7162; font-family: Georgia,"Times New Roman",Times,serif; font-size:24px; line-height:26px; }

#loginform, #sidebar p{ padding:15px; }

.entry{ line-height:1.6em; }

#ft{ background:#2f6558; border:1px solid #333; color:#fff; font-size:75%; padding:5px; }
#ft a{ color:#fff; }
#title {
	height:89px;
	
	float:left;
}
#topright {
	float:right;
	padding: 30px 10px 0px 20px;
}
#pagenav {
	height:35px;
	line-height:35px;
	font-size: 9pt;
	color: #ffffff;

}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	color: #ffffff;
	margin-right:25px;
	text-decoration: none;
}
#main {
	padding: 0 20px 20px 0px;
}
#sidebar {
	padding:0;
	width: 200px;
	float:left;
	background: #e2e2e2;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: inline;
}

#sidebar .current_page_item a{ 
	background:#2f6558; 
	color: #ffffff; 

}

#sidebar a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	background: #2f6558;
	color: #FFFFFF;
}

#content {
	width: 680px;
	float:right;
}
#footer {
	margin: 20px 0px;
	text-align:center;
	color:#CCCCCC;
}
/* default */
p, h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
img {
	border: 0px;
	
}
.clear {
	height:1px;
	clear:both;
}
/* text */
#title h1 {
	padding: 10px 0px 0px 0px;
	font-size: 24pt;
	font-weight: normal;
}
#title h1 a {
	color: #790000;
	text-decoration: none;
}
.description {
	font-size:12pt;
	color:#999999;
}
#footer a {
	color:#CCCCCC;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #790000;
}
#content h1 a {
	color: #790000;
	text-decoration: none;
}
h2 {
	font-size: 11pt;
}
#sidebar h2 {
	color: #790000;
}
#content h2 a, #content h2 {
	color:#8fc400;
	text-decoration: none;
	font-size:14pt;
	font-weight:normal;
}
h3, h4 {
	font-size: 11pt;
	color: #790000;
}
#sidebar h3, h4 {
	background:#2f6558 none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.77em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:10px 15px;
	text-transform:uppercase;
}
#sidebar ul li {
	list-style: none;
	font-size: 10pt;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#loginform .signin {
	padding: 25px 25px 0px 0px;
}
.blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	padding: 10px 0px;
	color: #666666;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
a {
	color: #790000;
	text-decoration:none;
}
.searchform {
	padding-bottom: 10px;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #464646;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}

/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #464646; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#submit, .searchsubmit {
	background-color: #790000;
	color: #ffffff;
	border: 1px solid #464646; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}

/* Post */

.post {
	clear: both;
	padding: 10px;
}

.post .content {
	line-height: 1.6em;
}

.post .video {
	
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post ol {
	margin-bottom: 1em;
}

.post ul {
	margin-bottom: 1em;
}

.post blockquote {
	margin-bottom: 1em;
}

.post p {
	margin-bottom: 1em;
}

.post ol {
	margin-left: 3em;
}

.post ul {
	margin-left: 3em;
}

.post blockquote {
	margin-left: 3em;
}

