/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: verdana,arial, sans-serif; 
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	background: #EDEDED;
	text-align: left;
	margin:0 auto;
	}

img {
	border: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #49647d;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin:0px  auto;
	padding:0px  auto;
	width:980px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #476B7f;
}

#header {
	width:550px;
	float:left;
	margin:0px  auto;
	padding:0px  auto;
	position: relative;
	background: #49647d;
	}

.hptabber {
background:#8ea3af;
 float:left;
 width:530px;
 margin:10px 0px 5px 10px;
 padding:10px 10px 10px 10px;
 display:inline;
text-align:left;
	}

.title {
	background:#000000;
	width:530px;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:1px 0px 1px 0px;
	line-height:20px;
	text-align:left;
}

a.stitle:link, .stitle:visited, .stitle:active {
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:1px 0px 1px 0px;
	line-height:19px;
	text-align:left;
	text-decoration:none
}

a.stitle:hover {
	text-decoration:none;
	color:#ff9900;
}

.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}

#feeds {
	height: 80px;
	width: 203px;
	margin:10px 0 0 20px;
}

.feedlink {
	margin-bottom: 12px;
	
}

.feedlink a {
	background: url("images/feed_hover_1.png") center left no-repeat;
	font-size: 1.6em;
	display: block;
	padding-left: 50px;
	color: #ffffff;
	line-height: 34px;
	border: none;
	text-decoration:none;
}

.feedlink a:hover {
	background: url("images/feed.png") center left no-repeat;
	color: #aaaaaa;
	text-decoration:none;
}



#content {
	width:550px;
	float:left;
	color: #00000;
	padding:0 auto;
	background: #476B7f;
	margin:0 auto;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
#content img {
padding-left:5px;
padding-right:5px;
}

.gallery {
width:140px;
height:140px;
margin-bottom:7px;
border: 1px solid #000;
}

#rightbox {
	float:right;
	width:400px;
	height:460px;
	margin:0 auto;
	padding:0;
	background-image:url(images/filthy-earl-big.gif);
	background-repeat:no-repeat;
}

#sidebarRight {
	width: 150px;
	float: right;
	color: #000;
	background: #EEEFE0;
	padding: 5px;
	margin:0 0 0 0;
	border-top: 1px solid #000;
}

* html #sidebarRight {
	width: 150px;
}

#sidebarLeft {
	width: 258px;
	height:100%;
	float: right;
	color: #000;
	padding: 5px;
	margin:0 0 0 0;
	background: #EEEFE0;
	border-top: 1px solid #000;
}

* html #sidebarLeft {
	width: 258px;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	background:#8ea3af;
	float:left;
	width:530px;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	display:inline;
	text-align:left;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}


p {
	margin-bottom:5px;
	line-height: 1.5em;
}

.postmeta {
	background: #EEEFE0;
	border: 1px solid #000;
	padding: 3px;
	font-size: 12px;
}
.postmeta p {
	margin-bottom:  5px;
}

.postmeta a {
	text-decoration:underline;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 30px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 40px;
	line-height:32px;
	letter-spacing: -2.5px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #476B7f;
	border-bottom: 2px #476B7f solid;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

#sidebarRight a {
	color: #8a0808;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #8a0808;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #49647d;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/
#footer {
	clear: both;
	width: 980px;
	background: #000;
	color: #fff;
	text-align: left;
	height: 10px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
img.alignleftnoborder  {
	padding: 5px;
	border: none;
	margin: 8px;
	display: inline;

}
img.alignrightnoborder  {
	padding: 5px;
	border: none;
	background: #fff;
	margin: 10px;
	display: inline;
}
img.centernoborder  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: none;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright, .alignrightnoborder {
	float: right;
}

.alignleft, .alignleftnoborder  {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
.flash {
text-align: left;
padding: 20px 0 4px 15px;
}

	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	height:200px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/*--------tag weights------------*/

.tagweight1 a {
   font-size : 100%;
 }
.tagweight2 a {
   font-size : 100%;
   font-weight : bold;
 }
 .tagweight3 a {
   font-size : 150%;
 }
 .tagweight4 a{
   font-size : 150%;
   font-weight : bold;
   
 }
.tagweight5 a{
    font-size : 180%;
    font-weight : bold;
  }

