/*
Theme Name: PearlJamm 2
Theme URI: daniel@18elements.com
Description: Just Another Mobile Monday Theme 
Version: 2.0
Author: Daniel Sachs
Tags: news, blue, white, black, magazine, theme, professional, global
*/
/*
-------------------------------------
COLOURS
-------------------------------------
Dark Blue: #000045
Light Blue: #7598BE

*/
/*
-------------------------------------
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;
}

// Edit tjchan 8-6-10 Switched none to normal.
ol, ul {
	list-style: normal;
        
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
------------------------------------
Body
------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	background: #dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #004276;
	text-decoration: none;
}
a:hover {
	color: #000045;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
h1 {
	margin:5px 0;
	font-size:18px;
}
h2 {
	margin:5px 0;
	font-size:16px;
}
blockquote, q {
	background:#F3F5F7 url("images/bg_blockquote.gif") no-repeat scroll left top;
margin:20px;
padding:1px 10px 1px 70px;
}
/*
----------------------------------
CSS to fix photo posting by BQ
----------------------------------
*/
img.centered, .aligncenter, div.aligncenter {
	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;
}
/*
----------------------------------
All the rest
----------------------------------
*/
#header {
	background: #ffffff;
	border-bottom: 6px solid #000045;
	margin-bottom: 10px;
}
#headerInn {
	margin:0 auto;
	width:985px;
}
img {
	border: 0;
}
#logo {
	width: 300px;
	float: left;
	padding: 12px;
}
#search {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	margin: 12px;
}
#searchinput {
	width: 435px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #646464;
	border-left-color: #646464;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
}
.jammNavStretch {
	clear: both;
	padding-left: 8px;
	background:url("images/topmenu.jpg") no-repeat;
}
.jammHeaderNav {
	height:27px;
	position:relative;
	min-width:984px;
	margin:0 auto;
}
.jammHeaderNav li {
	font-weight:bold;
	font-size: 10px;
}
.jammHeaderNav li a, .jammHeaderNav li a:visited {
	color:#000045;
	text-decoration:none;
	text-transform:uppercase;
	line-height:25px;
}
.jammHeaderNav li a#rss {
	padding-left:24px;
	background:transparent url("images/rss.png") no-repeat scroll 6px 0;
}
.jammHeaderNav li a#rss:hover {
	color:#fff;
	background:#000045 url("images/rss.png") no-repeat scroll 6px 0;
}
.jammHeaderNav li a:hover {
	color:#fff;
	background:#000045;
}
.jammHeaderNav li a.jammCurPage {
	color:#fff;
	background:#000045;
}
.jammHeaderNav li a.jammCurPage:visited {
	color:#fff;
}
.jammHeaderNav ul.jammUtilityNavigation, .jammHeaderNav ul.jammNavigation {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	white-space:nowrap;
}
.jammHeaderNav ul.jammNavigation {
	left:0;
}
.jammHeaderNav ul.jammNavigation li {
	float:left;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#e6e6e6;
	display:block;
}
.jammHeaderNav ul.jammNavigation li a {
	padding:0 6px;
	width:auto;
	height:27px;
	display:block;
	vertical-align:middle;
}
.jammHeaderNav ul.jammNavigation li ul {
	background:#FFFFFF;
	border:5px solid #000045 !important;
	height:auto;
	left:-999em;
	line-height:1;
	/*opacity:0.85;*/
	position:absolute;
	width:178px;
	z-index:100 !important;
}
.jammHeaderNav ul.jammNavigation li:hover ul, .jammHeaderNav ul.jammNavigation li.iehover ul {
	left: auto;
}
.jammHeaderNav ul.jammNavigation li ul li {
	border-right:none;
}
.jammHeaderNav ul.jammNavigation li ul li a {
	color:#7598BE;
	width:168px;
}
.jammHeaderNav ul.jammNavigation li ul li a:hover {
	color:#FFF;
}
/* 
-------------------------------------------------------
Inline Login
-------------------------------------------------------
*/
div#switcher {
	font-size:12px;
	height:36px;
	position:absolute;
	width:125px;
	font-weight:normal;
	z-index:99;
}
div#switcher.show {
	border: 1px solid #f00;
}
div#switcher a {
	color: #5c5148;
	text-decoration: none;
}
div#switcher a:hover, div#switcher td.alt a:hover {
	color: #FFF;
	text-decoration:none;
	border-bottom:2px solid #000045;
	border-bottom:none;
}
div#switcher td a {
	border-bottom:none;
}
div#switcher td.alt a {
	color: #666;
	border-bottom:none;
}
div#switcher h6 {
	cursor:pointer;
	display:block;
	font-size:10px;
	margin:0 0 3px 6px;
	color:#000045;
	line-height:25px;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:17px;
	background:url("images/login.png") no-repeat;
}
body div#switcher h6.hide, body div#switcher h6.hover {
	display: none;
}
div#loginout {
	float: left;
	width: 300px;
	background-color: #fff;
	border: 5px solid #000045;
	display: none;
	text-align:left;
}
div#loginout.show {
	display: block;
}
div#loginout div {
	width: 300px;
	padding: 20px 0;
	padding-top: 10px;
}
div#loginout div.alt, div#loginout div#second {
	background-color: #261e18;
	border-top: 1px solid #999;
}
div#loginout div table {
	margin: 10px;
}
div#loginout div#first table tr {
	border-bottom:1px solid #ccc;
}
div#loginout div#second {
	border-bottom:1px solid #ccc;
	background:#eee;
}
div#loginout div table tr.hover a {
	color: #000;
	text-decoration:none;
	border:none;
}
div#loginout table td {
	/*line-height: 22px;
	vertical-align:top;
	font-size:14px;*/
	font-size:10px;
	font-weight:bold;
	line-height:26px;
	text-transform:uppercase;
	vertical-align:top;
}
div#loginout table td.alt {
	width: 170px;
}
/*
----------------------------------------------------
Forms
----------------------------------------------------
*/
.search {
	padding: 5px;
}
.input {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #fff;
}
.search .form {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	width: 258px;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.button {
	margin: 5px 0px;
	padding: 0px 8px 0px 8px;
	height: 25px;
	background-color: #000045;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	border: 0px;
}
.button-search {
	padding: 0px 8px 0px 8px;
	height: 25px;
	background-color: #000045;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	border: 0px;
}
.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
}
/*
-------------------------------------------------------------------------
Series
-------------------------------------------------------------------------
*/
.seriesmeta {
	margin: 0px 0px 15px 0px;
	color: #999999;
	font-size: 11px;
	padding: 0 0 0 20px;
	background:url("images/series-tag.jpg") no-repeat left center;
}
.seriesbox {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #EEE none repeat scroll 0% 0%;
	width: 200px;
	float: right;
	border: 5px solid #000045;
}

.series-nav-left{
	border:2px solid #7598BE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:3px 6px;
	background:#f5f5f5;
}
.series-nav-right{
	border:2px solid #7598BE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:3px 6px;
	background:#f5f5f5;
}
	
/*
-------------------------------------------------------------------------
FEATURED GALLERY
-------------------------------------------------------------------------
*/
.col_image{
	height:250px;
	overflow:hidden;
}
.col_image img {
	width:267px;
}
#arrows {
	margin-top:10px;
}
.featureditem {
	background:#f6f6f6;
}
.featuredpost {
height:500px;
}
/*
-------------------------------------------------------------------------
Featured Categories
-------------------------------------------------------------------------
*/
.ui-state-highlight {
	height: 300px;
	border:2px dashed #FF9;
	margin-top:10px;
}
/*
-------------------------------------------------------------------------
ABOUT AUTHOR
-------------------------------------------------------------------------
*/
.about-author {
	width: 330px;
	padding: 0px 0 15px 0;
	position: relative;
	position: absolute;
	display: block;
	background: #fff;
	border: #ddd 5px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	color: #2B2B2B;
	overflow: hidden;
}
.about-author img{
	float:right;
}
.about-author span.ae_top {
	width: 100%;
	display: block;
	line-height: 24px;
}
.about-author span.ae_top b {
	padding-left: 10px;
}
.about-author span.ae_about {
	width: 310px;
	display: block;
	padding: 15px 10px 0px 10px;
}
.about-author span.ae_body {
	width: 225px;
	padding: 10px 10px 0px 10px;
	display: block;
	overflow: hidden;
}
.about-author span.ae_close {
	background: #ddd;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 1px 2px 0 5px;
}
.about-author span.ae_close a {
	color: #2B2B2B !important;
	text-decoration: none !important;
}
* html .jammHeaderNav ul.jammNavigation li a {
	width:25px;
}
* html .jammHeaderNav li {
	font-size:11px;
}
* html .jammHeaderNav ul.jammNavigation li a {
	padding:0 4px 0 5px;
}
* html .jammHeaderNav ul.jammUtilityNavigation li a {
	padding:0 12px 0 7px;
}
#leftt {
	width: 12px;
}
#pages {
	padding-left: 12px;
	font-size: 11pt;
	margin-bottom: 12px;
}
#pages ul {
	padding: 0;
	margin: 0;
}
#pages ul li {
	display: inline;
	list-style: none;
	padding: 0 3px;
}
#pages ul li a {
	color: #004276;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
#pages ul li a:hover {
	color: #000045;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
#pgtitle {
	color: #000045;
	font-weight: bold;
	font-size: 10pt;
}
#main {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size:1.2em;
	line-height:1.6em;
}
#left {
	width: 622px;
	float: left;
	margin-bottom: 25px;
}
#left p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
}
#left p.link {
	margin-right:10px;
}
#left p.link a{
	border:2px solid #7598BE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:3px 6px;
	background:#f5f5f5;
	float:right;
	margin-left:10px;
}
#left p.link a:hover{
	border:2px solid #000045;
}
#left p.edit-link {
	margin-right:10px;
}
#left p.edit-link a{
	border:2px solid #7598BE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:3px 6px;
	background:#f5f5f5;
}
#left p.edit-link a:hover{
	border:2px solid #000045;
}
.thumb {
	margin: 0 15px 15px auto;
	float:left;
}
#right {
	width: 355px;
	float: right;
	margin-bottom: 25px;
}
#exctop {
	width: 602px;
	height: 24px;
	background: url("images/exctop.jpg") no-repeat;
	padding: 10px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#info {
	color: #949494;
	width: 330px;
	float: left;
}
#homepage {
	color: #004276;
	width: 265px;
	float: right;
	text-align: right;
}
#exccontent {
	background: url("images/featuredbg.jpg") repeat-y;
	width: 603px;
	padding: 18px 0 5px 18px;
	padding-right: 0;
}
#excpost {
	width: 267px;
	margin-right: 18px;
	float: left;
max-height:600px;
overflow:hidden;
}
#recentposts {
	width: 285px;
	float: right;
	margin: 0 10px 10px 18px;
	line-height:16px;
}
h3 a {
	color: #004276;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
}
#excpost p {
	font-size: 12px;
	font-weight: lighter;
}
#full {
	color: #004276;
	font-size: 12px;
}
#h4 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
#recentposts ul {
	list-style: url("images/bullet2.jpg");
	margin: 0px;
}
#recentposts li {
	margin: 10px 0 0 0;
}
#recentposts ul li a {
	color: #004276;
	font-weight: bolder;
	font-size: 13px;
	text-decoration: none;
}
#recentposts ul li span.meta a {
	color:#999;
	font-size:11px;
}
#recentposts ul li a:hover {
	text-decoration: underline;
}
#clear {
	clear: both;
}
#adsfooter {
	clear: both;
	background: url("images/adsfooter.jpg") no-repeat;
	width: 468px;
	height: 89px;
	padding: 29px 81px 0 73px;
	margin-bottom:10px;
}
#adsheader {
	background:transparent url("images/adsheader.jpg") no-repeat scroll 0 0;
	height:120px;
	margin-top:20px;
	padding:3px 6px;
	width:610px;
}
#adsidebarbig {
	background: url("images/adbig.jpg") no-repeat;
	width: 300px;
	height: 300px;
	padding: 30px;
	margin-bottom:10px;
}
.rtop {
	width: 354px;
	height: 11px;
	background: url("images/rtop.jpg") no-repeat;
}
.rmid {
	width: 335px;
	background: #ffffff;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #dadada;
}
.rmid h2 {
	background:url("images/h2top.jpg") no-repeat;
	font-size:18px;
	height:25px;
	padding:10px;
	margin:0;
}
#ourlinkstop {
	background: url("images/ourlinkstop.jpg") no-repeat;
	width: 336px;
	height: 45px;
}
.links {
	width: 336px;
	background: url("images/rmid.jpg") repeat-y;
}
.links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.links h3 {
	background:#FFF url("images/bullet2.jpg") no-repeat center left;
	padding:6px 3px 6px 10px;
	border-color:#CCC;
	border-width:0 1px 1px;
}
.links li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	/*border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #ffffff;*/
	background: url("images/border-bottom-li.jpg") repeat-x;
	background-position: bottom;
}
.links li a {
	color: #4b4b4b;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.links li a:hover {
	color: #000045;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
.bottomm {
	background: url("images/lbottom.jpg") no-repeat;
	width: 335px;
	height: 23px;
}
.topp {
	background: url("images/topp.jpg") no-repeat;
	width: 335px;
	height: 23px;
}
.rbottom {
	background: url("images/rbottom.jpg") no-repeat;
	width: 354px;
	height: 11px;
	margin-bottom: 15px;
}
.midd {
	width: 336px;
	background: url("images/rmid.jpg") repeat-y;
}
#midda table {
	text-align: center;
	padding: 15px;
	width: 336px;
}
#midda table td {
	padding: 10px;
}
#midda {
	width: 336px;
	background: url("images/rmida.jpg") repeat-y;
}
#archivestop {
	background: url("images/archivestop.jpg") no-repeat;
	width: 336px;
	height: 45px;
}
#rcomments {
	background: url("images/rcommentstop.jpg") no-repeat;
	width: 336px;
	height: 45px;
}
#metatop {
	background: url("images/metatop.jpg") no-repeat;
	width: 336px;
	height: 45px;
}
.postinfotop {
	background: url("images/postinfotop.jpg") no-repeat;
	color:#949494;
	font-size:12px;
	font-weight:bold;
	height:28px;
	padding:6px 10px 0;
	width:602px;
}
.postinfotop h2 {
	font-size:12px;
	margin:0;
	float:left;
	width:507px;
}
.postinfotop a{
	width:16px;
	height:20px;
	
}
.postinfotop a.movit{
	background:url("images/moveit.jpg") no-repeat center right;
	float:right;
	cursor:move;
}
.postinfotop a.hideit{
	background:url("images/hideit.gif") no-repeat center right;
	float:right;
	cursor:pointer;
	margin-right:5px;
}
.postinfotop a span {
	display:none;
}
.postinfotop a:hover span {
	display: block;
	width: 30px;
	position:relative;
	top: 0px;
	left: -80px;
	text-align: left;
	white-space: nowrap;
}
.hide{
	float:right;
	height:30px;
	width:20px;
}
.hide a.hideit{
		background:url("images/hideit.gif") no-repeat center right;
	float:right;
	cursor:pointer;
	margin-right:5px;
	height:30px;
	width:20px;
}
.hide a.hideit span{
	display:none;
}
.hide a:hover span{
		display: block;
	width: 30px;
	position:relative;
	top: 0px;
	left: -100px;
	text-align: left;
	white-space: nowrap;
}
#post {
	color: #414141;
	font-size: 12px;
}
#postcontent {
	width: 591px;
	border-left: 1px #dadada solid;
	background: #ffffff;
	padding: 15px;
	clear: both;
}
#postcontent img {
	margin-right:15px;
}
/*
----------------------------------
CSS to fix photo posting by BQ
----------------------------------
*/
#postcontent img.centered, #postcontent .aligncenter, #postcontent div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
#postcontent img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
#postcontent img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
#postcontent .alignright {
	float: right;
}
#postcontent .alignleft {
	float: left;
}
/*
End of custom CSS
*/
#postcontent ul {
	list-style: url("images/bullet2.jpg");
	margin: 10px 10px 10px 30px;
}
#postcontent table{
	border:1px dashed #CCCCCC;
}
#postcontent td{
	border:1px dashed #CCCCCC;
	padding: 0 10px;
}
/* 
------------------------------------------------------
Tabs (in the sidebar for the AJAX box) 
------------------------------------------------------
*/

.tab_container {
}
.tab_container_in {
}
.tab_menu_container {
	padding: 0px 0px 0px 0px;
	height: 32px;
	background:transparent url(images/border-bottom-li.jpg) repeat-x scroll center bottom;
}
#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	background: none;
}
#tab_menu .first {
	padding: 7px 5px 2px 6px;
}
#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 7px 5px;
	color: #999999;
	text-decoration: none;
	font-size:13px;
}
#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
}
.tab_content_list {
	display: none;
}
#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}
#tab_content_tags a:hover {
	color: #000045;
	text-decoration: none;
}
/* 
------------------------------------------------------
Column Definitions 
------------------------------------------------------
*/

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	width: 640px;
	float: left;
}
.column_main .thumb img {
	float:left;
	margin-right:20px;
	/*height:70px;*/
	width:80px;
	border: 3px solid #ccc;
}
.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	width: 300px;
	float: right;
}
.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	width: 299px;
	float: left;
	border-right: 1px solid #cccccc;
}
.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	width: 299px;
	float: left;
	border-right: 1px solid #cccccc;
}
.column_categories {
	float:left;
	background:#fff;
	margin-left:1px;
	padding:10px;
}
.column_categories_left {
	float:left;
	width:350px;
	/*min-height:325px;*/
	border-right: 1px solid #eee;
	margin-right: 15px;
	padding-right:10px;
}
.column_categories_left img {
	width:135px;
	margin-bottom:10px;
border:6px solid #000045;
}
.column_categories_right {
	width:225px;
	float:left;
}
/* END Column Definitions */

#h3 {
	margin-bottom:10px;
	line-height:30px;
}
#h3 a {
	font-weight: bold;
	font-size: 24px;
	color: #7598BE;
	text-decoration: none;
}
#h3 a:hover {
	text-decoration: underline;
	color:#000045;
}
.postbottom {
	background: url("images/postbottom.jpg") no-repeat;
	width: 601px;
	height: 25px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 20px;
	border-left: 1px #dadada solid;
	color: #949494;
	clear: both;
	margin-bottom:5px;
}
.postbottom a {
	color: #7598BE;
	text-decoration: none;
}
.postbottom a:hover {
	text-decoration: underline;
	color:#000045;
}
.navigation, .navigation a {
	color:#004276;
}
#footer {
	clear: both;
	width: 984px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #aaaaaa;
	font-size: 12px;
}
#footertop {
	/*width: 984px;*/
	height: 56px;
	background: url("images/footertop.jpg") no-repeat;
	padding:17px 15px 0;
}
#footer a {
	color: #004276;
	text-decoration: none;
}
#footer a:hover {
	color: #000045;
}
#footer a:focus {
	outline-style: none;
	outline-width: medium;
}
#footerbottom {
	width: 985px;
	height: 62px;
	background: url("images/footerbottom.jpg") no-repeat;
	margin-bottom: 20px;
	padding: 10px;
}
#footerbottom li {
	border-right:1px solid;
display:inline;
margin-right:10px;
padding-right:10px;
}
/*
-----------------------------------------------------------------------
Comments 
-----------------------------------------------------------------------
*/
#commentss {
	margin-left: 5px;
	background: #fafafa;
	padding: 15px;
	margin-top: 25px;
	border-top: solid 5px #004276;
}
.commentlist li {
	background: #f3f3f3;
	list-style: none;
	padding: 8px;
	border: 1px solid #bfbfbf;
}
#commentss .comment_author {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 100px;
	float: left;
}
.comments {
	background:#F3F3F3 url("images/border-bottom-li.jpg") repeat-x scroll center bottom;
	margin:0 0 0 110px;
	padding:1px 10px;
	min-height:140px;
}
#leave_comment {
	margin: 10px 0px;
	padding: 20px;/*background-color: #eeeeee;*/
}
#leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 530px;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
}
#leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 220px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border: 1px solid #bbbbbb;
}
.pings {
	font-size:10px;
	color:#999;
}
.ping a {
	color:#aaa;
}
/* END Comments */
	
