/*
DESIGN: Simpler
Orignal Design and Images by Carlo Forghieri (http://www.drugo.biz)
COPYRIGHT: Public Domain License via http://openwebdesign.org/viewdesign.phtml?id=2828 
Adapted for Blogfusion v5 2006
*/
/* TYPOGRAPHY */

body{
	background: url('images/body_bg.png') #CCCCCC repeat-x;
	color: #333333;
	font: 70%/1.6em 'Lucida Grande','Lucida Sans',Verdana,sans-serif;
	margin: 0;
}

a:link,a:visited,a:active{
	border-bottom: #990000 1px dotted;
	color: #990000;
	text-decoration: none;
}

a:hover{
	border-color: #660000;
	color: #660000;
}



.popupShell{
	width: 90%;
	background: #ffffff;
	margin: 7px auto;
	padding: 15px;
}

/* MAIN WRAP */
#wrap {
width: 760px;
margin: 0 auto;
}
#content{
	background: url('images/main_bg.gif') center repeat-y;
	margin: 0 auto;
	width: 760px;
}
/* HEADER */
#header{
	background: url('images/top.png') no-repeat;
	height: 130px;
}

#header h1, #header h1 a{
	border-bottom: none;
	color: #FFFFFF;
	font-size: 1.6em;
	font-variant: small-caps;
	margin: 0;
	padding: 90px 0 0 20px;
	text-shadow: #333333 -1px 2px 5px;
}

/* FOOTER*/
#footer{
	background: url('images/bot_bg.gif') center no-repeat;
	clear: both;
	color: #999999;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align: right;
}

#footer h6{
	margin: 0;
	padding: 20px 0 0 0;
}
/* PORTAL LINKS */

#paBug {
position:relative;
width: inherit;
}
#paBug #paBugLogo{
	background-image:none!important;
	position:absolute;
	text-indent: -999em;
	top: 0px;
	left: 0px;
	height:30px;
	width: 45%!important;
	}
#paBug #paBugLogo a{
border-bottom: none;
text-indent: -999em;
position:absolute!important;
top: 0px;
left: 30px;
width: 100px;
height:25px;
background: url(../files/palogo_t2.gif) left no-repeat!important;
padding: 10px;}

#paBug #paLinks{
	height: 25px;
	width: 45%!important;
	position: absolute;
	float:right;
	top: 15px;
	right: -15px;	}

/* CONTENT WRAP */
#mainContent{
	overflow: hidden;
	padding: 0 0 0 1px;
	width: 760px;
}

#mainContent h2{
	font-size: 1.4em;
	background: url('images/content_h2.png') top left no-repeat;
	color: #990000;
	line-height: 20px;
	margin: 20px 0 0 0;
	padding: 0px 0 0 15px;
}
/*NAVIGATION AND HEADER*/
#mainNav{
	background: url('images/title.jpg') no-repeat;
	background-position: 1px 0px;
	margin: 0 8px;
	padding-top: 126px;
	text-align: right;
}

#mainNav li {
	display: inline;
}

#mainNav li a{
	border-bottom: none;
	color: #FFFFFF;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
	padding: 0 5px 0 0;
	text-decoration: none;
}

#mainNav li a:hover {
	color: #CCCCCC;
	text-decoration: underline!important;
}

#mainNav ul {
	position: relative;
	bottom:0px;
	left: 0px;
	background: #000000;
	height: 30px;
	list-style: none;
	width: inherit;
	margin-top: -2px;
	margin-left: 1px!important;
	margin-right: 1px!important;
}

/*SIDEBARS*/
#subNav #calendar table {
	font-size: .85em;
	line-height: 1em;
	text-align: center;
	width: 100%;
}

#subNav #calendar table a:hover {
	background: #CCCCCC;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	color: #666666;
}

#subNav a, #also a {
	border-bottom: none;
}

#subNav h3,#also h3 {
	font-size: 1.2em;
	border-bottom: 2px solid #666666;
	border-top: 1px solid #CCCCCC;
	color: #000000;
	height: 2em;
	line-height: 2em;
	padding: 0 2em;
}

#subNav ul li, #also ul li {
	background: transparent url(images/3col_bullet.gif) 0px 2px no-repeat;
	padding: 3px 3px 3px 20px;
}

#subNav ul li, #also ul li {
	line-height: 2em;
}

#subNav ul,#also ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subNav, #also{
	background: url('images/content_sep.png') repeat-y;
	padding-left: 20px;
	text-align: justify;
	float: right;
	clear:right;
	margin: 0 15px 20px 0;
	width: 190px;
	overflow:hidden;
}

/* SIDEBAR MODULES*/

#calendar caption {
	margin-bottom: 5px;
}

#calendar table a {
	background: #FFFFFF;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

#calendar table tr{
	border-bottom: 1px #CCCCCC solid;
}
.RSSbutton{
	background: #990000;
	border: 1px solid;
	border-color: #FFCC99 #663300 #333300 #FF9966;
	color: #FFFFFF;
	font: bold 10px;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


/* ENTRY CONTENT */
#blogEntries {
	padding-top: 10px;
	float: left;
	margin-left: 20px;
	width: 480px;
	overflow: hidden;
}
#blogEntries h2, #blogEntries h2 a{
text-shadow: #666666 -1px 2px 4px;
}
#blogEntries .contentHeader{
font-size: 1.2em;
text-align:right;
margin-bottom: -20px;
}
.entryBox {
	padding-right: 10px;
	font: 1.1em;
	}
.entryBox .entryDate {
	text-align:right;
	margin-bottom: -2em;
	}

.entryBox a, .entryBox a img {
	position:relative;
	border:none!important;
	}
#blogEntries .entryBox img, #blogEntries .entryBox img a {
	max-width: 375px;
	}
.contentSmallLinks{
	clear:both;
	border-bottom: 1px #333333 solid;
	border-top: 1px #cccccc dashed;
	font: normal 11px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

.contentSmallLinks {
	width: 480px!important;
	overflow:visible;
	clear: both;
}

.contentSmallLinks .last {
	border: none!important;
}

.contentSmallLinks li {
	display: inline;
	line-height: 2em;
	padding: 0px 10px 0px 10px;
}

.contentSmallLinks ul {
	list-style: none;
	margin: 0px auto;
	width: 90%;
}

/* COMMENTS */
#trackbackHeaderContent, #trackbackHeader{
font-size: 1.2em;
font-weight:bold;
margin-bottom: 5px;
}
.commentBlock{
background: none;
margin-bottom: 10px;
padding: 10px 0px 20px 0px;
border-bottom: 1px #cccccc dashed;
}
div#tracklink {
display: block;
width: 200px;
float: right;
clear: right;
margin-top: -25px;
}
div#tracklink img {border: none!important;}
.commentBlock img, .commentBlock img a {
border: none!important;
}
.commentFontSmall {
	font-size: .9em;
}

.commentFontSmall img {
height: 40px;
position: relative;
float: left;	
margin: -15px 5px -15px 5px;
}

.commentPosted {
	color: #333333;
	font: bold 14px Lucida Sans, Arial, Helvetica, sans-serif;
}

.commentPosted a {
	border-bottom: none !important;
	color: inherit;
	font: inherit;
}

.commentPosted img {
	border: none !important;
	margin: 0px;
	padding: 0px;
}

.commentsContent{
	border-bottom: 1px #cccccc solid;
	margin: 10px 0px 10px 20px;
}
/* PHOTOS SECTION */ 
#photoSection{
width: inherit;
overflow: visible;
font-size: 1.2em;
line-height: 1.4em;
}
.photoHeader {
	font-size: .846em;
	padding-top: 1em;
}
.photoHeader ul {
	overflow: auto;
}
.photoHeader ul li {
	display: block;
	float: left;
}
#photoTab0 a, #photoTab1 a, #photoTab2 a, #photoTab3 a, #photoTab4 a, #photoTab5 a {
	display: block;
	width: auto;
	padding: 0 .5em;
}
#photoTabCurrent0 #photoTab0 a, #photoTabCurrent1 #photoTab1 a, #photoTabCurrent2 #photoTab3 a, #photoTabCurrent3 #photoTab3 a, 
#photoTabCurrent4 #photoTab4 a, #photoTabCurrent5 #photoTab5 a, #photoTabCurrent0 #photoTab0 a:hover, #photoTabCurrent1 #photoTab1 a:hover, 
#photoTabCurrent2 #photoTab2 a:hover, #photoTabCurrent3 #photoTab3 a:hover, #photoTabCurrent4 #photoTab4 a:hover, #photoTabCurrent5 #photoTab5 a:hover { 
	text-decoration: none;
	cursor: default;
}
.photoHomeGallery, .photoGalleryDisplay {
	clear: both;
}
.photoHomeGallery table {
	width: 95%;
	voice-family: inherit;
	width: 100%;
	border: 0;
	padding-bottom: 1em;
}
.photoHomeGallery table td, .photoHomeGallery table th {
	text-align: center;
}
.photoHomeGallery table td.leftColumn {text-align: left;}
.photoGalleryDisplay {
	padding-bottom: 1em;
}
.photoGalleryDisplay ul {
	overflow: auto;
}
.photoGalleryDisplay ul li {
	display: block;
	float: left;
	font-size: .69em;
	line-height: 1em;
	padding: .5em;
}
#photoSection .photoHomeBarImage, #photoSection .galleryImage{
background: #333333;
padding: 2px;
border: 3px #cccccc solid;
border-bottom: 10px #cccccc solid;
border-top-width: 4px;
}
.author {
	font-size: .69em;;
}
/* TAG CLOUD */
#tagCloud, #photoTagCloud {background-color: #efefef; border: 1px #cccccc solid; padding: 10px;}
#tagThisPhoto {position:relative; margin: 10px auto 10px auto; clear:both;}
#tagThisPhoto,#tagCloud, #photoTagCloud { margin: 0px auto; text-align:center; margin-bottom: 10px;}
#tagThisPhoto ul,#tagCloud ul {margin: 0; padding: 0; list-style: none; display: inline;}
#tagThisPhoto ul li,#tagCloud ul li {display: inline!important; margin:2px 5px 2px 5px;}
.smallestTag { font-size: xx-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largestTag { font-size: xx-large; }
/* MISC AND FIXES */
* html #footer{
	margin: 0 0 0 1px;
}

* html #mainContent{
	margin: -2px 0 0 -1px;
	padding: 0 0 0 2px;
}

* html #mainContent{
	background-position: 50% 0%;
	margin-left: 0px;
	margin-top: 20px;
}

* html #mainContent h2{
	margin: 0;
}





