/*

Theme Name: Digital
Theme Style: ACU Inspired WordPress Theme
Theme URI: http://www.351mpco.com
Description: Digital is an ACU inspired, 2 column, widget ready, SEO optimized, displaying machine of a wordpress theme.
Author: Paul Batavia
Author URI: http://www.351mpco.com

Copyright 2009 351mpco.com

*/
*{  /*  Set all margin and padding to 0 and kill the ugly gap around the page  */
margin:0;
padding:0;
}
body {
	font-family: Verdana, Arial, sans-serif, "Times New Roman";
	font-size: 65.7%;
	color: #565656;
	margin: 0;
	padding: 0;
	background: #A6A4A5
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", "Times New Roman", Georgia, Geneva, Verdana;
	font-weight: normal;
}
#maincontainer {
	margin: 0 auto;
	width: 960px;
}
#centercontainer {
	margin: 0 auto;
	width: 960px;
	float: left;
}
/*###############  Header  ##############################*/

#header {
	margin: 0;
	width: 960px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url(images/ACU_hdr3.jpg) repeat-x bottom;
}
#h-logo {
	margin-left: 30px;
	padding: 0;
	float: left;
	width: 400px;
}
#h-logo h1 {
	font-size: 36px;
	color: #F7F7F7;
	margin: 0;
	padding: 0;
	float: left;
	width: 550px;
}
#h-logo p {
	font-size: 16px;
	font-weight: bold;
	color: #F7F7F7;
	margin: 0;
	padding: 0;
	float: left;
	width: 550px;
}
#h-logo h1 a {
	color: #f7f7f7;
	text-decoration: none;
}
#h-logo h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
/*###############  Navigation  ##############################*/
#navigation {
	margin: 0 0 0;
	padding: 0;
	float: left;
	width: 960px;
}
#navigation .nav {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#navigation .nav ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
.nav li {
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: inline;
}
.nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: inline;
}
.nav li a {
	margin: 0;
	padding: 5px 12px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
}
.nav li a:hover {
	margin: 0;
	padding: 5px 12px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	background: #3F3F3F;
}
#home a {
	margin: 0;
	padding: 5px 12px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	background: #616161;
}
#home a:hover {
	margin: 0;
	padding: 5px 12px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #CCC;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: underline;
	background: #616161;
}
.nav li.current_page_item a {
	margin: 0;
	padding: 5px 12px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	background: #616161;
}
.nav li.current_page_item a:hover {
	margin: 0;
	padding: 5px 12px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: underline;
	background: #4F4F4F;
}
/*###############  Content  ##############################*/
#content {
	background: #FFF;
	margin: 0 0 10px;
	padding: 15px;
	float: left;
	width: 928px;
	position: relative;
	border: 1px solid #000;
}
#post-entry {
	float: left;
	width: 690px;
}
#post-entry h2 {
	font-size: 22px;
	color: #000;
	margin: 0 0 10px;
	float: left;
}
/*###################  Post Header  ######################*/
.post-meta {
	float: left;
	width: 690px;
	border-top: 1px solid #dedede;
	margin-bottom: 30px;
}
.top-meta {
	margin: 0;
	padding: 0 0 2px;
	float: left;
	width: 690px;
	position: relative;
	border-bottom: 1px dotted #efefef;
}
.post-title {
	float: left;
	width: 620px;
}
.post-title h2 {
	font-size: 26px;
	line-height: 29px;
	color: #000;
	margin: 0;
	padding: 5px 0px 0px;
	float: left;
	width: 620px;
	font-weight: 400;
}
.post-date {
	background: url(images/calendar.gif) no-repeat;
	float: right;
	height: 66px;
	width: 70px;
	text-align: center;
	font-size: 21px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
	padding-top: 8px;
	font-family: "Palatino Linotype", "Times New Roman", Georgia;
}
.c-month {
	color: #666;
}
.post-title h2 a {
	color: #2a6277;
	text-decoration: none;
}
.post-title h2 a:hover {
	color: #000;
	text-decoration: underline;
}
.post-author {
	font-size: 11px;
	line-height: 20px;
	color: #666;
	margin: 0;
	padding: 0;
	float: left;
	width: 620px;
}
.post-author a {
	color: #2a6277;
	text-decoration: none;
}
.post-author a:hover {
	color: #2a6277;
	text-decoration: underline;
}
.entry-edit a {
	margin-left:7px;
	border: none;
	padding: 2px;
	padding-left: 20px;
	background: url('images/pencil.png') left center no-repeat;
	height: 16px;
	}
/*###################  Post Content  #####################*/
.post-content {
	font-size: 11px;
	line-height: 19px;
	margin: 0;
	float: left;
	width: 620px;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: hidden;
}
.post-content img {
	border-width: 0;
	border-style: none;
}
.post-content a {
	color: #003366;
	text-decoration: underline;
}
.post-content a:hover {
	color: #000066;
	text-decoration: none;
}
.post-content ul ul {
	margin: 0;
	padding: 0;
}
.post-content h2 {
	margin: 0 0 5px;
	padding: 0 0 3px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
}
.post-content h3 {
	margin: 0 0 5px;
	padding: 0 0 3px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
}
.post-content h4 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.post-content h5 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}
.post-content h6 {
	margin: 15px 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	border-bottom: 1px solid #dedede;
}
.post-content .related-search {
	margin: 0;
	padding: 0;
}
.post-content p {
padding: 1em 0;
}

/*###################  Post Footer  ######################*/
.post-social {
	margin: 0;
	padding: 8px 10px;
	float: left;
	width: 668px;
	background: #f8f8f8;
	border: 1px solid #dedede;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
.post-social a {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
.post-social a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.mini-social {
	float: left;
	width: 668px;
}
.mini-social p {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	line-height: 17px;
}
.mini-social p a {
	color: #565656;
	text-decoration: underline;
}
.mini-social p a:hover {
	color: #003366;
	text-decoration: none;
}
.mini-social .digg {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/socials/digg.gif) no-repeat left 4px;
}
.mini-social .delicious {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/socials/delicious.png) no-repeat left 4px;
}
.mini-social .reddit {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/socials/reddit.png) no-repeat left 4px;
}
.mini-social .stumble {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/socials/stumbleupon.png) no-repeat left 4px;
}
.mini-social .facebook {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/socials/facebook.png) no-repeat left 4px;
}
.mini-social .myspace {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/socials/myspace.png) no-repeat left 4px;
}
.mini-social .twitter {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 8px;
	padding-left: 18px;
	background: url(images/socials/twitter.png) no-repeat left 4px;
}
.mini-social .emailtofriend {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/socials/email.gif) no-repeat left 5px;
}
.the-com a {
	display: inline-block;
	background: url(images/socials/icomment.png) no-repeat left center;
	padding-left: 16px;
	margin: 0;
}
.post-subscribe {
	background: url(images/rss.png) no-repeat left center;
	color: #990000;
	text-decoration: underline;
	float: right;
	padding-left: 16px;
}
.post-subscribe a:hover {
	color: #660000;
	text-decoration: none;
}
/*###################  Search Box  ################### */
#searchform {
	float: left;
	width: 100%;
	padding-left: 5px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;
}
#searchform p {
	margin: 5px 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
#searchform .textf {
	padding: 4px;
	width: 85%;
	border: 2px solid #ddd;
	background: #FFF;
	color: #000;
	font-size: 14px;
}
#searchform .textb {
	padding: 1px 12px;
	background: #262626;
	float: left;
	display: inline;
	margin-left: 2px;
	margin-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #111;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #111;
}
#searchform .textf:hover {
	padding: 4px;
	width: 85%;
	border: 2px solid #dedede;
	background: #F9F9F9;
	color: #000;
	font-size: 14px;
}
.akpc_pop {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin: 5px 0 0;
	padding: 0;
	clear: both;
	font-family: Arial, Helvetica;
}
.pullquote-left {
	color: #000;
	background: #F9F9F9;
	margin: 8px 8px 0 2px;
	padding: 8px;
	float: left;
	width: 30%;
	text-align: center;
	font-size: 21px;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, Helvetica;
	font-style: italic;
	line-height: 24px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	font-weight: normal;
}
.pullquote-right {
	color: #000;
	background: #F9F9F9;
	margin: 8px 8px 0 2px;
	padding: 8px;
	float: right;
	width: 30%;
	text-align: center;
	font-size: 21px;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, Helvetica;
	font-style: italic;
	line-height: 24px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	font-weight: normal;
}
.subscribe-to-comments {
	font-size: 11px;
	color: #000;
}
.subscribe-to-comments a {
	color: #003366;
	text-decoration: underline;
}
.caption-img-left {
	display: block;
	margin: 10px 15px 5px 5px;
	padding: 5px;
	float: left;
	background: #F3F3F3;
	width: 40%;
	border: 1px solid #EFEFEF;
}
.caption-img-left p {
	font-size: 1em;
	color: #666;
	padding: 0;
	clear: both;
	display: block;
	margin: 0;
	width: auto;
}
.caption-img-left em {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	clear: both;
	font-style: italic;
	font-family: Arial, Tahoma, "Lucida Sans";
	line-height: 18px;
	text-decoration: none;
	display: block;
	visibility: inherit;
	width: 100%;
}
.caption-img-right em {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	clear: both;
	font-style: italic;
	font-family: Arial, Tahoma, "Lucida Sans";
	line-height: 18px;
	text-decoration: none;
	display: block;
	visibility: inherit;
	width: 100%;
}
.caption-img-right {
	display: block;
	margin: 10px 5px 5px 15px;
	padding: 5px;
	float: right;
	background: #F3F3F3;
	width: 40%;
	border: 1px solid #EFEFEF;
}
.caption-img-right p {
	font-size: 1em;
	color: #666;
	margin: 0;
	padding: 0;
	clear: both;
	width: auto;
}
.caption-img-right img {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.caption-img-left img {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
dl {
	padding-left: 10px;
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
blockquote p {
	margin: 0;
	padding: 0;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0 auto;
	clear: both;
}
img.alignleft {
	padding: 0;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
img.alignright {
	padding: 4px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}
pre {
	margin: 8px 0;
	padding: 0;
	clear: both;
	width: 90%;
	overflow: scroll;
	font-family: Verdana, sans-serif, Arial;
	font-size: 1em;
	background: #FFFFFF;
	color: #000;
	border: 1px solid #999;
}
em {
	color: #333333;
	font-size: 11px;
	text-transform: lowercase;
}
/*  ######################  PAGING-COMMENT-TEMPLATE  ######################*/
#post-navigator {
	color: #000;
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
}
#post-navigator-single {
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
	font-size: 12px;
	line-height: 18px;
}
.wp-pagenavi {
	float: left;
	width: 500px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
}
.pages {
	font-size: 11px;
	color: #000;
	background: #f8f8f8;
	padding: 2px 5px;
	border: 1px solid #ddd;
	margin-right: 5px;
	font-weight: bold;
}
.current {
	background: #FFF;
	padding: 2px 4px;
	border: 1px solid #CCC;
	margin-left: 4px;
	color: #000;
}
#post-navigator a {
	color: #FFF;
	background: #000;
	padding: 2px 4px;
	margin: 0 0 0 3px;
	text-decoration: none;
	border: 1px solid #666;
}
#post-navigator a:hover {
	color: #000;
	background: #EEE;
	padding: 2px 4px;
	margin: 0 0 0 3px;
	text-decoration: none;
	border: 1px solid #CCC;
}
#post-navigator-single .alignleft {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	float: left;
	width: 45%;
	overflow: hidden;
	height: 20px;
}
#post-navigator-single .alignright {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	float: right;
	width: 45%;
	overflow: hidden;
	height: 20px;
}
#post-navigator-single a {
	color: #666;
	padding: 5px 8px;
	margin: 0 0 0 3px;
	text-decoration: underline;
}
#post-navigator-single a:hover {
	color: #333;
	padding: 5px 8px;
	margin: 0 0 0 3px;
	text-decoration: none;
}
#comments-template {
	margin: 15px 0 0;
	padding: 0 0 2em;
	float: left;
	width: 500px;
}
.feed-com {
	margin: 0 0 20px;
	float: left;
	width: 470px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
	background: url(images/rss.gif) no-repeat left center;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.feed-com a {
	color: #990000;
	text-decoration: underline;
}
.feed-com a:hover {
	color: #003366;
	text-decoration: none;
}

#comments-template h4 {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	font-size: 18px;
	line-height: 24px;
	color: #990000;
	width: 500px;
}
#comments-template h5 {
	margin: 15px 0 10px;
	padding: 0;
	float: left;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	display: inline;
	width: 500px;
}
#comments-template h5 a {
	color: #006699;
	text-decoration: none;
}

#comments-template h6 {
	margin: 15px 0 10px;
	padding: 0;
	float: left;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	width: 500px;
	font-weight: normal;
}
.comment-list {
	float: left;
	width: 96%;
	padding: 0 8px;
	margin: 0;
}
.comment-avatar {
	margin: 0 0 0 8px;
	padding: 0;
	float: left;
	height: 52px;
	width: 52px;
}
.comment-avatar img {
	border-width: 0;
}
.comment-block {
	float: left;
	width: 84%;
	margin: 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #eee;
}
.comment-block .comment-author {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	width: 99%;
}
.comment-block .comment-date {
	font-size: 11px;
	color: #000;
	line-height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	width: 99%;
}
.comment-block .comment-date a {
	color: #006666;
	text-decoration: none;
}
.comment-block .comment-date a:hover {
	color: #000;
	text-decoration: underline;
}
.comment-block .comment-text {
	font-size: 11px;
	color: #333;
	line-height: 18px;
	margin: 0;
	padding: 1em 0;
	float: left;
	width: 99%;
}
.comment-block .comment-text code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 12px;
	color: #666;
}
.comment-block .comment-text blockquote {
	margin: 10px;
	padding: 5px;
	clear: both;
	border-left: 5px solid #003366;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	background: url(none);
}
.comment-block .comment-author a {
	color: #006666;
	text-decoration: underline;
}
.comment-block .comment-author a:hover {
	color: #000;
	text-decoration: none;
}
.comment-block .comment-text a {
	color: #006666;
	text-decoration: underline;
}
.comment-block .comment-text a:hover {
	color: #000;
	text-decoration: none;
}
.comment-block .comment-text p {
	margin: 0 0 5px;
}
.comment-block-alt {
	float: left;
	width: 84%;
	margin: 0;
	padding: 5px;
	background: #FCFCFC;
	border: 1px solid #eee;
}
.comment-block-alt .comment-author {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	width: 99%;
}
.comment-block-alt .comment-date {
	font-size: 11px;
	color: #000;
	line-height: 17px;
	margin: 0;
	padding: 0;
	float: left;
	width: 99%;
}
.comment-block-alt .comment-date a {
	color: #990000;
	text-decoration: none;
	padding-left: 20px;
	background: url('images/pencil.png') left center no-repeat;
}
.comment-block-alt .comment-date a:hover {
	color: #990000;
	text-decoration: underline;
}
.comment-block-alt .comment-text {
	font-size: 11px;
	color: #333;
	line-height: 18px;
	margin: 0;
	padding: 1em 0;
	float: left;
	width: 99%;
}
.comment-block-alt .comment-text p {
	margin: 0 0 5px;
}
.comment-block-alt .comment-author a {
	color: #990000;
	text-decoration: underline;
}
.comment-block-alt .comment-author a:hover {
	color: #990000;
	text-decoration: none;
}
.comment-block-alt .comment-text a {
	color: #990000;
	text-decoration: underline;
}
.comment-block-alt .comment-text a:hover {
	color: #990000;
	text-decoration: none;
}
.comment-block-alt .comment-text code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 12px;
	color: #666;
}
.comment-block-alt .comment-text blockquote {
	margin: 10px;
	padding: 5px;
	clear: both;
	border-left: 5px solid #000;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	background: url(none);
}
#comment-form {
	margin: 10px 0 0;
	padding: 12px 3px 12px 8px;
	float: left;
	width: 95%;
}
#comment-form p {
	margin: 0 0 10px;
	padding: 0;
}
#comment-form label {
	font-size: 17px;
	color: #111;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
#comment-form .comment-box {
	margin: 0;
	padding: 1px;
	width: 50%;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 14px;
	color: #000;
	border-top: 2px solid #C1C1C1;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
#comment-form .comment-box:hover {
	margin: 0;
	padding: 1px;
	width: 50%;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 14px;
	color: #000;
	border-top: 2px solid #D4D4D4;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
#comment-form .comment-box-area {
	margin: 0;
	padding: 5px 2px;
	width: 80%;
	height: 180px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	border-top: 2px solid #C1C1C1;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
}
#comment-form .comment-box-area:hover {
	margin: 0;
	padding: 5px 2px;
	width: 80%;
	height: 180px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	border-top: 2px solid #C1C1C1;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
}
#comment-form .comment-submit {
	margin: 0;
	padding: 5px 8px;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: #003366;
	border-top: 1px solid #003366;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #003366;
}
#comment-form #comment-rules {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
/*  ######################  Sidebar Styles  ###################### */
#sidebars {
	float: right;
	width: 220px;
}
.widget-sidebar {
	float: left;
	width: 220px;
	padding: 7px;
}
.widget-sidebar h3 {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	font-size: 17px;
	line-height: 21px;
	color: #990000;
	border-bottom: 1px solid #efefef;
}
.widget-sidebar .list {
	margin: 0;
	padding: 5px 0 25px;
	float: left;
	width: 180px;
	list-style-type: none;
}
.widget-sidebar .list ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	list-style-type: none;
}
.widget-sidebar .list li {
	margin: 0 0 7px;
	padding: 0;
	float: left;
	width: 180px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #666;
}
.widget-sidebar .list ul li {
	margin: 7px 0 0;
	padding: 0;
	float: left;
	width: 170px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #666;
}
.widget-sidebar .list li ul li a {
	background: url(images/bullet-list.gif) no-repeat left 3px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #000;
	text-decoration: none;
}
.widget-sidebar .list li ul li a:hover {
	background: url(images/bullet-list.gif) no-repeat left 3px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #660000;
	text-decoration: underline;
}
.widget-sidebar .list table {
	margin: 8px 0;
	width: 96%;
}
/*  ######################  Footer Styles  ###################### */
#footer {
	float: left;
	width: 960px;
	padding: 15px 0 5px;
}
#footer-blk {
	background: #464646;
	margin: 0;
	padding: 10px;
	float: left;
	width: 938px;
	border: 1px solid #646464;
	position: relative;
}
.layer-blk {
	padding: 8px;
	float: left;
	width: 217px;
}
.layer-blk h3 {
	margin: 0;
	padding: 0 0 2px;
	float: left;
	width: 217px;
	font-size: 17px;
	line-height: 21px;
	color: #999;
	border-bottom: 1px solid #4F4F4F;
}
.layer-blk .list {
	margin: 0;
	padding: 5px 0 10px;
	float: left;
	width: 217px;
	list-style-type: none;
}
.layer-blk .list ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 207px;
	list-style-type: none;
}
.layer-blk .list li {
	margin: 0 0 7px;
	padding: 0;
	float: left;
	width: 217px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #CCC;
}
.layer-blk .list li ul {
	margin: 0px!important;
	padding: 0;
	list-style-type: none;
}
.layer-blk .list ul li {
	margin: 7px 0 0;
	padding: 0;
	float: left;
	width: 207px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #CCC;
}
.layer-blk .list li a {
	background: url(images/bullet-dark.gif) no-repeat left 3px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #f8f8f8;
	text-decoration: none;
}
.layer-blk .list li a:hover {
	background: url(images/bullet-dark.gif) no-repeat left 3px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #FFF;
	text-decoration: underline;
}
.recentcomments a {
	background: none;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #f8f8f8;
	text-decoration: none;
}
.layer-blk .list table {
	width: 96%;
}
#footer-disclaimer {
	margin: 0;
	padding: 0 0 10px;
	float: left;
	width: 960px;
	font-size: 11px;
	line-height: 19px;
	color: #CCC;
	text-align: center;
}
#footer-disclaimer p {
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
}
#footer-disclaimer a {
	color: #eee;
	text-decoration: none;
}
#footer-disclaimer a:hover {
	color: #f8f8f8;
	text-decoration: underline;
}
#tags {
	background: #464646;
	margin: 0;
	padding: 10px 18px 15px;
	float: left;
	width: 922px;
	border: 1px solid #646464;
	position: relative;
	font-size: 12px;
	line-height: 26px;
	color: #CCC;
}
#tags a {
	color: #CCC;
	text-decoration: none;
}
#tags h3 {
	font-size: 17px;
	line-height: 20px;
	color: #999;
	margin: 0 0 8px;
	padding: 0 0 2px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #4F4F4F;
}
#tags p {
	margin: 0;
	padding: 0;
	float: left;
	width: 440px;
}
#footer-tags {
	margin: 0;
	padding: 0;
	float: left;
	width: 447px;
}
#footer-catagories {
	margin: 0;
	padding: 0;
	float: right;
	width: 455px;
}
#footer-catagories ul li{
	margin: 0;
	padding: 0;
}
#tags a:hover {
	color: #FFF;
	text-decoration: none;
}