
* { margin: 0; }
body
{
	margin-top: 5px;
	font-family: Georgia;
}
a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #AD0707;
}
img, img a
{
	border: 0;
}



p{
	font-family: Georgia;
	font-size: 13px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}



h2{
	font-family: Copperplate Gothic Light;
	font-size: 16px;
      border-bottom: 1px dotted #000;
	color: #AD0707;
}

h2.twitter-title{
	line-height:45px;
}

#wrap
{
	width: 900px;
}

#header
{
	padding-top: 60px;
	padding-bottom: 0px;
	width: 880px;
	height: 52px;
	background: #fff url(images/theseize.jpg) no-repeat;
	display: block; 
}

#header a{ 
	text-decoration: none; 
	display: block; 
	width: 880px;
	height: 52px;
}

#header span.blog_title
{
	float: left;
	margin-left: 20px;
	font-size: 40px;
	color: #ffffff;

}

#header span.blog_title a { color: #484647; text-decoration: none; }

#tabs
{
	float: right;
}

#header_below
{
	background: url(images/content_top.jpg) no-repeat;
	width: 900px;
	height: 32px;
	margin: 0;
	padding: 0;
}

#footer
{
	background: url(images/content_bot.jpg) no-repeat;
	width: 860px;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #CCC;
	text-align: left;
	padding: 0 20px;
}
#footer a { color: #DDD; }
#footer a:hover { color: #FFF; }



#menu ul 
{ 
	margin-top: -32px;
	margin-right: 10px;
	list-style: none; 
}

#menu ul li{
	float: left;
	margin: 0 0 0 10px;
	font-size: 13px;
	font-weight: bold;
       font-variant: small-caps;
	font-family: Copperplate Gothic Light;
	background: url(images/menu-in-right.jpg) no-repeat right;
	color: #fff;
}
#menu ul li a{
	display: block;
	padding: 9px 20px 10px;
     font-variant: small-caps;
	text-decoration: none;
	background: url(images/menu-in-left.jpg) no-repeat left;
	color: #fff;
}

#menu ul li:hover{
	float: left;
     font-variant: small-caps;
	margin: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/menu-right.jpg) no-repeat right;
	color: #fff;
}
#menu ul li a:hover{
	display: block;
	padding: 9px 20px 10px;
	text-decoration: none;
     font-variant: small-caps;
	background: url(images/menu-left.jpg) no-repeat left;
	color: #fff;
}


ul.obtabs {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
    	list-style: none;
    	padding: 0;
	margin: 20px 0 0 0;
}

ul.obtabs li {
    float: left;
    display: block;
    height: 34px;
    padding-right: 15px;
    margin-left: 15px;
    position: relative;
    background: url(images/menu-in-right.jpg) 100% 0 no-repeat;
    white-space: nowrap;

}

ul.obtabs span {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    background: url(images/menu-in-left.jpg) no-repeat;
}

ul.obtabs li.active {
    float: left;
    display: block;
    height: 34px;
    padding-right: 15px;
    margin-left: 15px;
    position: relative;
    background: url(images/menu-right.jpg) 100% 0 no-repeat;
    white-space: nowrap;

}

ul.obtabs span.active {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    background: url(images/menu-left.jpg) no-repeat;
}



html>body ul.obtabs span {
    display: block;
}

ul.obtabs a 
{
    	color: #AD0707;
	text-decoration: none;
}
ul.obtabs a:hover
{
    	color: #FFF;
}

#content
{
	text-align: left;
	margin: 0;
	background: #AD0707;
}

#left
{
	font-size: 13px;
	line-height: 1.8em;
	float: left;
	width: 600px;
	padding: 0 0 20px 30px;
}
#left img, #left img a
{
	margin: 5px;
	padding: 3px;
	border: 1px solid #AD0707;
	max-width: 98%;
}

#left img.centered {
	margin-left:60px;
}

#left ul, #left blockquote
{
	margin-bottom: 0;
}
#right
{
	font-size: 11px;
	line-height: 1.8em;
	float: left;
	width: 224px;
	padding: 0 0 15px 15px;
}

.ptop
{
	background: url(images/post-top.jpg) no-repeat;
	width: 610px;
	height: 17px;
}
.pmid
{
	background: url(images/post-mid.jpg) repeat-y;
	width: 588px;
	padding: 0px 10px 0px 10px;
	margin: 0;
}
.pbot
{
	background: url(images/post-bot.jpg) no-repeat;
	width: 610px;
	height: 21px;
	margin-top: 0px;
	margin-bottom: 30px;
}


.ltop
{
	background: url(images/ltop.jpg) no-repeat;
	width: 240px;
	height: 16px;
}
.lmid
{
	background: url(images/lmid.jpg) repeat-y;
	width: 220px;
	padding: 0 10px;
}
.lmid h2
{
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	padding-bottom: 5px;
}
.lbot
{
	background: url(images/lbot.jpg) no-repeat;
	width: 240px;
	height: 18px;
	margin-bottom: 30px;
}



.post
{
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.post p
{
	margin: 0;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/calendar.jpg) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-head
{	
	padding-bottom: 5px;
	margin-bottom: 5px;

}
.post-head .title
{
	background: #ffffff
	margin-top: -5px;
	padding-bottom: 1px;
	margin-left: 50px;
	width: 530px;
	border-bottom: 1px solid #AD0707;
}
.post-head div.title, .post-head div.title a
{
	font-size: 25px;
	color: #AD0707;
	line-height: 1.2em;
	text-decoration: none;
	font-family: Copperplate Gothic Light;

}
.post-head div.title a:hover
{
	color: #AD0707;
}
.post-head .posted
{
	font-size: 11px;
	margin-left: 8px;
	float: left;
}

.post-head span.comments
{
	font-size: 11px;
	background: #ffffff;
	float: right;
}
.post-head span.comments a
{
	background: url(images/comments.png) right no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	height: 11px;
}

.rss
{
	background: url(images/feed.png) right no-repeat;
	height: 40px;
	width: 40px;
	margin-top: -10px;
	float: right;
}


.post-bot
{	
	border-top: 1px solid #AD0707;
	padding: 5px 5px 0 5px;
	margin-top: 5px;
}
.post-bot span.posted
{
	margin-top: 5px;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-decoration: none;
}

#right ul
{
	font-size: 12px;
	width: 200px;
	margin: 0;
	padding: 5px 5px;
	list-style-type: none;
	list-style-image: none;
}
#right ul li, #right .sidebody ul li a
{
	background: url(images/bullet.jpg) top no-repeat left;
	background-position: 0 1px; 
	margin-bottom: 2px;
	padding: 0 0 0 20px;


}


#left .comm-top
{
	background: url(images/comm-top.jpg) no-repeat bottom;
	width: 550px;
	height: 19px;
	margin: 0;
	padding: 0;
}
#left .comm-mid
{
	margin: 0px;
	background: url(images/comm-mid.jpg) repeat-y;
	width: 550px;
}
#left .comm-mid p
{	
	text-align: left;
	font-size: 11px;
	margin: 0 20px;
}
#left .comm-bot
{
	background: url(images/comm-bot.jpg) no-repeat top;
	padding-top: 20px;
	width: 550px;
	margin: 0;
}
#left .comm-bot p
{
	text-align: left;
	font-size: 11px;
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#left .comm-title
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color:  color: #CCC; margin: 10px;;
	line-height: 1.3em;
	text-decoration: none;
}

.nav-link, .nav-link a { color: #CCC; margin: 10px; }
.nav-link a:hover { color: #72FE4D; }

padding-right: 80px;
	}
 
p.dent{ padding-left: 5px; }

.nocomments {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #72FE4D;
}

.botcomments {
	padding-left:479px;
	padding-top:2px;
	margin-top: 16px;
	font-family:Georgia;
	background: url(images/comments.png) right no-repeat;
	display: block;
	text-decoration: none;
	height: 10px;
}

.avatar {

}

.hey {
	color: #AD0707; 
	margin: 10px;
}