/*
Theme Name: photonurds
Theme URI: http://www.thephotoargus.com/
Description: Theme for thephotoargus.com
Version: 1.0
Author: Bill Jones
Author URI: http://www.thephotoargus/

*/

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.jpg) center top no-repeat;
	text-align: center;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #67c4df;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
}
h1 {
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
}
h2 {
	font-size: 2em;
	color: #444;
	padding: 10px 10px 5px 10px;
}
h3 {
	font-size: 1.9em;
	font-weight: bold;
	color: #777;
	padding: 20px 10px 2px 10px;
}



h5 {

	margin-top: 10px;
	padding: 15px 5px 0px 0px;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #c8c8c8;
}
p, dl {
	padding: 10px;
	margin: 0;
}
p.post-info {
	color: #bc1717 ;
	padding: 0;
	margin: 25px 0 -25px 3px;
}

p.post-author{
	color: #bc1717 ;
	padding: 0;
	margin: 0px 0 0px 0px;
	font-size:9px;
}



p.post-commentNum {
	float: right;
	text-align: right;
	color: #bc1717;
	width: 10px;
	background: url(images/comment.png) no-repeat;
	margin: 6px 19px 0 0;
	padding: 2px 0px 0 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
dt {
	font-weight: bold;
	color: #fff;
}
dd {
	padding-left: 25px;
}
img {

}
img.portrait{
	float:left;
	margin-right:8px;
}
img.featurePic {
	padding: 4px 0 0 0;
	margin: 0 0 -23px -1px;
}

img.midPic {
	padding: 0px 0 0 0;
	margin: 0 0 0px 0px;
    float:left;
}

img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
	background: #111;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	background: #111;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #808080;
}
table {
	margin: 15px 10px;
	border-collapse: collapse;
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20;
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;
}
form {
	margin: 20px 10px;
	padding: 5px 10px 20px 10px;
	color: #545454;
	border: 1px solid #000;
	background: #0c0c0c;
}

 #cse-search-box{
	padding: 0px 10px 10px 0px;
	border:none;
	background:none;
}

#cse-search-box input{
	background:#000;
	border: 1px solid #222
}



label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #fff;
	background: url(images/content.png);
	border: 1px solid #222;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;
}
input.button {
	font: 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 2px;
	color: #777;
	

	cursor: pointer;
background: url(images/content.png);

}
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 4px 0 0px 0px;
	width: 280px;
}
.searchform p {
	margin: 0;
	padding: 0 0 10px 0;
}
.searchform input.textbox {
	width: 190px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 0px 5px 2px 3px;
	vertical-align: top;
}
#wrap {
	position: relative;
	width: 948px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0;
	margin-left: 0px;
	
	float: left;
	display: inline;
}
#header {
	position: relative;
	width: 100%;	
	margin: 0;
	padding: 0;
	background: transparent;
}
#logo {
	
	
	padding-top: 12px;
	padding-left: 8px;
}
#header form#quick-search {
	position: absolute;
	top: 4px;
	right: 12px;
	padding: 0;
	margin: 0;
	border: none;
	width: 262px;
	height: 30px;
	background: url(images/header-search.jpg) no-repeat;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0;
	padding: 0;
}
#header form#quick-search .tbox {
	margin: 2px 0 0 0px;
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;
}
#upperNav {
	display: inline;
}
#nav {


}
#nav ul {
	float: left;
	width: 610px;
	list-style: none;
	margin: 11px 0 0 0;
	padding: 10px 0 0px 10px;
	display: inline;
	background: url(images/navBG.png);	border-top: 1px solid #111;
}
#nav ul li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0px 8px 8px 6px;
	font: 11px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #bc1717;
	background: none;
	border: none;
}
#subscribe {
	margin-left: 810px;
	font: 15px Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	height: 0px;
}
#sub a {
	text-decoration: none;
	color: #a0ccdd;
}
#sub {
	margin-left: 750px;
	font: 15px Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	height: 0px;
	color: #a0ccdd;
	margin-top: 14px;
}
#subscribe img {
	margin-right: 10px;
	margin-top: 10px;
}
#subWrap {
	width: 200px;
}
#catNav {
	width: 400px;
	float: right;
}
#catNav ul {
	list-style: none;
	width: 400px;
	display: inline;
	height: 0px;
}
#catNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#catNav ul li a {
	float: left;
	margin: 0 0 0 0;
	padding: 0px 8px 0px;
	font: 13px Georgia,"Times New Roman", Times, serif;
	text-decoration: none;
	color: #b3b3b3;
	height: 10px;
}
#catNav ul li a:hover,
#catNav ul li a:active {
	color: #444;
	background: none;
	background-color: #F8F8F6;
	border: none;
}
#catNav ul li a.active_category {
	color: #444;
	background: none;
	background-color: #F8F8F6;
	border: none;
}
#header h1#ƒ-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 72px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	top: 140px;
	left: 0px;
	display: none;
}
#header h1#logo-text a:hover {
	background: none;
	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	top: 245px;
	left: 15px;
}
#main {
	float: left;
	width: 618px;
	padding: 0;
	margin: 0;
	padding-left: 2px;
	padding-bottom: 20px;
	background: url(images/content.png);
	display: inline;

}



#main a {
	
	color: #bc1717;
	text-decoration:none;
}

#main p {
	color: #9c9c9c;
	padding-left: 15px;
    padding-right: 15px;
	font-size:12px;
}

#main p a {
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#941313;
}

#main p.post-info a {
	color: #bc1717;
	text-decoration:none;
}

#main p a#imageLink {
	font: 16px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	

}

#main p a:hover {
	text-decoration:none;
	
	

}

#main h1 {
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #c8c8c8;
	letter-spacing: 0px;
	text-transform: none;
}
#main h1 a {
	color: #c8c8c8;
	text-decoration: none;
	border: none;
	line-height: 1.1em;
}

#main h1 p {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #c8c8c8;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 1.1em;
}

#main h2 {
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #c8c8c8;
	letter-spacing: 0px;
	text-transform: none;
}
#main h2 a {
	color: #c8c8c8;
	text-decoration: none;
	border: none;
	line-height: 1.1em;
}

#main h2 p {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #c8c8c8;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 1.1em;
}

#main h3 {
	color: #c8c8c8;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}


#main h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
#main h4 a {
	color: #666;
	font-weight: bold;
}

#main ul{
	margin-left:0px;
	
}

}
#main ul li a {
	
}
#main ol li {
	margin-bottom: 0px;
	color: #9c9c9c;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	font-size: 12px;
}

#main ol li a {
	color: #bc1717;
}
#main ol li h4 a {
	color: #666;
}
.more-link {
	color: #bc1717;

}

#main  #subHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #c8c8c8;
	padding: 0px 0px 2px 14px;
}

#main  h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #c8c8c8;
	padding: 0px 0px 2px 14px;
}

#outerSidebar {
	float: right;
	width: 315px;
	padding: 0;
	margin: -1px 0px 0 0;
	display: inline;
	background-color: #efefed;
	background: url(images/content.png);	

}

#commentform  {
	margin-top:10px;
	padding-left: 17px;
}
#commentform p {
	padding-left: 0px;
	padding-bottom:0px;
}

#commentform label{
	margin:10px 0 0 0;
	
}
#commentform #submit {
	color: #bc1717;
}

#upperSidebar {
	
	float: right;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	width: 305px;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 8px 0 6px 10px;
	display: inline;
	background: url(images/navBG.png);		border-top: 1px solid #111;
}
#upperSidebar span{
	padding-left:10px;
	margin-top:-2px;

}

#upperSidebar a{
	color: #bc1717;
	text-decoration:none;

}
#sidebar {
	float: right;
	width: 270px;
	height: 100%;
	padding: 0;
	margin: 0px 19px 0 0;
	display: inline;
}
#sidebar a {
	color: #bc1717;
}

#sidebar h3 {
	border-top: 1px solid #222;
	margin-top: 10px;
	padding: 15px 5px 0px 0px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #c8c8c8;
}


#sidebar ul {
	text-align: left;
	margin: 7px 0px 7px 0px;
	padding: 0;

}
#sidebar ul li {
	list-style: none;
	padding: 1px 6px 1px 0px;
	margin-bottom: 3px;
	width: 277px;
	
 }

#sidebar ul#friends {
	text-align: left;
	margin: 7px 0px 13px 0px;
	padding: 0;

}

#sidebar ul#sideCat {
	text-align: left;
	margin: 7px 0px 7px 0px;
	padding: 0;
    overflow:auto;
}

#sidebar ul#sideCat li  {
	list-style: none;
	padding: 1px 6px 1px 0px;
	margin-bottom: 3px;    
    width:82px;	
    float:left;
}

* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;
	border: none;
	color: #666;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
#sidebar ul li a span {
	color: #444;
	
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul li a:hover,
post #sidebar ul li a:hover span {
	color: #bc1717;
}
#sidebar ul ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul ul li {
	border: none;
	
	
}


#search h3{
	border-top: 1px solid #222;
	margin-top:14px;
}

#subscribeRSS h3{
	
	margin-top:0px;
}

#recentPosts{
		margin: 0 0px 21px 0px;

}

#recentPosts ul li{
	padding: 0px 0 3px 0;
	margin: 0 10px 20px 0px;
	height:25px;
	line-height:140%;
}
#recentPosts ul li img{
		padding: 0px 0 0 0;
		margin: 4px 7px 0px 0px;
		border: 1px solid #666;
	    float:left;
}

#flickr ul a img{
		
		margin: 4px 4px 4px 4px;
		border: 1px solid #333;
	    
}
#flickr a{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;	
	

}

#subscribeLinks{
	
	
	margin-top:12px;
	padding:5px 0 4px 8px;
	width:275px;
}

#subscribeLinks a{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;	

}

#subscribeLinks a img{
	margin-right:5px;
	
	
}

.textwidget {
	
	font-size: 12px;
	margin-top:5px;
	text-decoration: none;
}

.textwidget a{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 0em 0;
	margin-top: 40px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: url(images/footer.jpg) no-repeat;
	color: #999;
	width: 100%;
	float: left;
	display: inline;
	border-bottom: 0px solid #070707;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em Georgia, Tahoma, sans-serif;
	color: #999;
	border-bottom: 1px solid #444;
	padding-right: 100px;
}
#footer-content {
	margin: 0 auto;
	width: 880px;
	text-align: left;
	
}


#footer-content a {
    color: #bc1717;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	text-decoration:none;
	
}
#footer-content ul.col-list {
	list-style: none;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 98%;
}
#footer-content ul.col-list li {
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	padding: 4px 0 7px 8px;
	width: 98%;
	color: #999;
	border: none;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
}
#footer-content ul.col-list li a span {
	color: #666;
	font-style: italic;
	font-weight: normal;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;
	margin: 0 35px 0 0px;
	display: inline;
}
#footer-content .col2 {
	width: 270px;
	padding: 0 0 30px 0;
	margin-right: 20px;
	display: inline;
}
#footer-content .space-sep {
	margin: 0 0px 0 0px;
}
.postmeta {
	padding: 1px 2px;
	margin: 20px 10px 0px 10px;
	font-size: 1em;
	color: #545454;
	border-top: 1px solid #222;
	background: transparent;
	clear: both;
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 5px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.nextPost{
	float: left;
	padding-left:20px;
	
}
.previousPost{
	float: right;
	padding-right:20px;
	
}

.nextPost a {

	font: normal 1.2em 'Trebuchet MS', Tahoma, sans-serif;text-decoration:none;
	display:block;
	background: #000;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #222;
	width: 90px;
	padding:5px 4px 5px 4px;
	text-align:center;
	
}
.previousPost a {

	font: normal 1.2em 'Trebuchet MS', Tahoma, sans-serif;text-decoration:none;
		font: normal 1.2em 'Trebuchet MS', Tahoma, sans-serif;text-decoration:none;
	display:block;
	background: #000;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #222;
	width: 90px;
	padding:5px 4px 5px 4px;
	text-align:center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.clearer {
	clear: both;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.fvCommunityNewsList {
	width: 290px;
}
#main .fvCommunityNewsList {
	width: 550px;
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
}


.fvCommunityNewsList h3 li a {
	color: #bc1717;
}

.fvCommunityNewsList li {
	border: none;
}
.fvCommunityNewsList p {
	padding: 0 0 0 0;
	margin-bottom: -20px;
}
form#fvCommunityNewsForm {
}
form#fvCommunityNewsForm fieldset {
	border: none;
}
form#fvCommunityNewsForm label {
}
form#fvCommunityNewsForm label em {
}
form#fvCommunityNewsForm input {
}
input#fvCommunityNewsName {
}
input#fvCommunityNewsEmail {
}
input#fvCommunityNewsTitle {
}
form#fvCommunityNewsForm img {
}
input#fvCommunityNewsCaptcha {
}
form#fvCommunityNewsForm small a {
}
textarea#fvCommunityNewsDescription {
}
span#fvCommunityNewsErrorResponse {
}
input#fvCommunityNewsSubmit {
	color: #bc1717;
	font: 12px Arial, Sans-serif;
}
div#fvCommunityNewsAjaxResponse {
	display: none;
}
div#fvCommunityNewsLoader {
	display: none;
}
div#fvCommunityNewsLoader p {
}
.eg-image {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
div.sociable {
	margin: 12px 0 0 15px;
	width:300px;
}
div.sociable_tagline {
	margin-bottom: 10px;
	font-size: 14px;
}
span.sociable_tagline {
	position: relative;
}
span.sociable_tagline span {
	display: none;
	width: 14em;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.sociable img {
	float: none;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .9;
	moz-opacity: .9;
	filter: alpha(opacity=90);
}
.sociable-hovers:hover {
	opacity: 1;
	moz-opacity: 1;
	filter: alpha(opacity=100);
}
#main #addPost {
	display: none;
}

#postSub{
	
	margin-top:0px;
	padding-right:25px;
	padding-left:25px;
	font: 13px Arial, Sans-serif;
	background-image: url(images/rssBlack.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -0px -3px;
}





#postTweet{
	
	margin-top:0px;
	margin-left:17px;
	padding-right:30px;
	padding-left:30px;
	font: 13px Arial, Sans-serif;
	background-image: url(images/twr.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -0px -5px;
	
}



#addPost {
	font: 12px Arial, Sans-serif;
	height: 15px;
	margin: 0;
	padding: 6px 6px;
	color: #bc1717;
	background: #F6F4F4;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	width: 80px;
}
#addPostLink {
	font: 12px Arial, Sans-serif;
	height: 15px;
	margin: 20px 0 0 15px;
	padding: 6px 6px;
	color: #bc1717;
	background: #F6F4F4;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	width: 80px;
}
#addPost a {
	font: 12px Arial, Sans-serif;
	text-decoration: none;
}
#main #addMore {
	display: none;
}
#addMore {
	font: 12px Arial, Sans-serif;
	height: 15px;
	margin-top: -29px;
	margin-left: 97px;
	padding: 6px 6px;
	color: #bc1717;
	background: #F6F4F4;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	width: 60px;
	float: left;
}
#addMore a {
	font: 12px Arial, Sans-serif;
	text-decoration: none;
}

.postPicLeft{
	float:left;
	padding-top:32px;
	padding-bottom:32px;
}

#main .postSummaryRight {
    float:right;
	width:400px; 
	margin-top: -0px;
	padding-top:0px;	  
}

#main .postSummaryRight h2 {
	margin-top:0px;
	padding-top:0px;

}

#main .postSummaryRight h2 p {
font-size: 23px;
}



.postTop{
	float:right;
	width:400px;
	
}

#grav{
float:left;
margin-right:15px;
width:60px
}

.comments{
	padding:15px 0 12px 15px;
	margin-left:-8px;
overflow: auto;
	width:580px;
	margin-bottom:10px;
	background-color:#111;
}
.comments h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:-5px;	
	color: #999;
	font-weight:bold;

}

.comments h4 a {
	
	color: #999;
	text-decoration: none;
}
.comments h4 a:hover {
	text-decoration: none;
	color: #999;
}

.comments img{
		border: 3px solid #666;
}

#commentBody{

width:500px;
text-align: left;
margin-left:60px;
}


/*------------ToolTip Styles------------*/
body div#toolTip { 
	position:absolute;
	z-index:1000;
	width:230px;
	background:#111;
	border:1px solid #444;
	text-align:left;
	padding:7px;
	min-height:1em;
	-moz-border-radius:2px; 
	}
	
body div#toolTip p { 
	margin:0;
	padding:0;
	color:#fff;
	font:11px/12px verdana,arial,sans-serif; 
	line-height:120%;
	}
	
body div#toolTip p em { 
	display:block;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:normal;
	 }
	
body div#toolTip p em span { 
	font-weight:normal;
	color:#999fff; 
	}

.bio {
	background:#111;
	border:1px solid #222;
	width:580px;
	display:block;
	clear:left;
	overflow:auto;
	font-size:11px;
	margin-top:20px;
	padding-top:8px;
	line-height:120%;
	height:88px;
}
 .bio a {
	font-size:10px;
}


.bio img{
	
	float:left;
	padding:0px 8px 8px 8px;
	
	
}

#credit em {
	font-size:11px;
}

#credit em a {
	font-size:11px;
}

span.related {
	font-size:12px;
	margin-left:10px;
	color: #9c9c9c;		
}

#relatedTitle h3{
	padding: 20px 10px 2px 10px;
	margin-bottom:6px;
}

#relatedPost li {

	margin-left:-9px;	
}

#relatedPost li a img {

	margin-top:5px;	
}

#relatedPost li a {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#941313;
	margin-bottom:20px;
	
}

.tweetButton
{
	float:right;
	padding-right:20px;
	padding-top:15px;
	margin-left:10px;
}

#ads1
{
	padding-left:10px;
	margin:15px 0 15px 0;
}

#homepageAd
{
	padding-left:15px;
	margin:15px 0 15px 0;
}

#di
{
	margin-bottom:16px;
	display:none;
	
}

#BSASidebar a{
	float:left;
	color:#666
}

#BSASidebar{
	margin-top:16px;
	margin-bottom:18px;
	display: inline-block;
	
}

#premium260{
	margin-top:15px;
	display:none;
	
}

#premiumHeaderAd{
	float:right;
}

#homepageAdsense{
padding-left:75px;
padding-top:15px;
}

#socialBottomPost{
padding-left:10px;

}

#skyscaper{
padding-left:50px;
}


span.contentjumplink {	font-size: 2em; 
							color: #aaa; 
							vertical-align:middle; 
							font-weight: bold; 
							padding: 0 3px 0px 3px}
							
	a.contentjumplink {		font-size: 2em; 
							color: #25A; 
							vertical-align:middle; 
							font-weight: bold; 
							padding: 0 3px 0px 3px}
	
	a.contentjumpall {  }
	
	span.contentjumpall {   }	

	span.contentjumptitle { vertical-align: middle ; 
							color: #aaa; 
							font-weight: bold;						
							
							padding: 3px 3px 3px 3px }
							
	a.contentjumptitle { 	vertical-align: middle;
							border:1px #ddd solid ; 
							border-top-color: #a7a7a7; 
							padding: 3px 3px 3px 3px}

	select.contentjumpddl { vertical-align: middle; 
							margin: 0px 0px 0px 0px ; 
							color: #25A;
							font-weight:bold; 
							width: 160px }

	ol.contentlist { width: 20%; text-align:left; line-height: 3px; padding: 0px; }
	
	ol.contentlist li { padding: 0px; }
	
	span.contentlist { color: #aaa; font-weight: bold; }
	
	a.contentlist { padding: 0px; }
	
	li.contentlistall { float:left;}

	span.contentjumpnumber { 	
								color: #ccc; 
								
								padding: 0px 0px 0px 0px }
								
	a.contentjumpnumber {							padding: 0px 0px 0px 0px}
							
	a.contentjumpnumber:hover {  }

	
	
#pager p{
width:500px;
text-align:center;
font-size: 14px;
}

#pager p a{
font-size: 14px;
}

.FBConnectButton_Text{margin-left:12px !important;padding:2px 3px 3px !important}
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E}
.fb_share_count_nub_top { background-image: url(images/facebookTalkBubblePoint.png)!important;background-repeat: no-repeat!important}
.fb_share_count_top{}