* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

ul {
margin:0 0 1em 2em;
}

img { border: none; }
a {text-decoration: none; color: #5E809C; }
a:hover { text-decoration: none; color : #999; background-color:black;}
h1.heading { font-size: 24px; color: #5E809C; margin-top:10px}
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: inherit; font-size: 100%; line-height: auto; }
h1 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 1.2em; height: 1.25em; line-height: 1.25; margin-bottom: 1.25em; }
h3 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h4 { font-size: 1em; font-weight: bold; }
h5 { font-size: 1em; }
textarea {width: 100%;}

h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }


#blog_wrap {
width: 800px;
margin: 20px auto;
}

#blog_header {
background: #fff url(/images/header.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 110px;
}
#blog_header_title {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 0 33px;
text-align: left;
}
#blog_header_title {
color: #fff;
text-decoration: none;
}
#blog_header_subtitle {
font-size: 13px;
color: #eee;
padding: 4px 0 0 33px;
text-align: left;
font-weight: 100;
}

#blog_menu {
background: #fff url(/images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#blog_menu ul {
margin:0;
}
#blog_menu li {
float:left;
list-style-type:none;
}
#blog_menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#blog_menu li a:hover {
color:#fff;
text-decoration:none;
background: #282F35 url(/images/menuover.jpg) repeat-x;
}
#blog_menu li a.active {
	color: white;
	background: #ff6633;}


#blog_content { 
padding: 0 30px;
background: #fff url(/images/content.jpg) repeat-y;
}

#blog_left {
padding: 10px 0;
width: 520px;
float: left;
font-size: 12px;
text-align: justify;
}
#blog_left h3 { border-bottom: 1px dotted #aaa; }

#blog_right{
padding: 20px 0;
width: 180px;
float: right;
}
#blog_right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; background: #D7E0E9 url(/images/sidebarh2.jpg) no-repeat; height: 30px; line-height: 30px; }
#blog_right ul { margin:0; list-style-type: none; padding: 10px 0 20px 10px; }
#blog_right ul li { padding: 2px 0 3px 0; }
#blog_right ul li a { color: #5E809C; font-weight: 100; text-decoration: none; font-size: 12px;  }
#blog_right ul li a:hover { color : #999; }

#blog_footer {
font-size: 10px;
color: #ccc;
text-align: center;
height: 30px;
line-height: 30px;
background: #fff url(/images/footer.jpg) no-repeat;
}
#blog_footer a { 
color: #ccc;
text-decoration: none;
}
#blog_footer a:hover {
color: #aaa; 
text-decoration: underline; 
}

#blog_bottom {
background: #fff url(/images/bottom.jpg) no-repeat;
padding: 10px 0;
}

/* FOOTER */
.footer {
	color: #aaa;
	font-size: 80%;
	text-align: left;}
.footer a { color: #aaa;}
.footer ul {list-style: none; margin-left: 0em;}
.footer ul ul {margin-left: 1.5em;}
.footer .commands ul, .footer .views ul {display: inline;}
.footer .commands ul li, .footer .views ul li {display: inline; padding-right: 1em;}


/* META */
.metaenvironment h1.heading {display: none;}
.metaheader {background: #C3D9FF; font-size: 200%}
.metaheader ul {display: inline; margin: 0;}
.metaheader li {list-style: none; display: inline; margin: 0;}
.metaheader li:after {content: "/"}
.metaenvironment.container {border: 1px solid #C3D9FF; margin-top: 0;}
.metafooter {background: #C3D9FF;}
.metafooter li {list-style: none;}


/* PIER */
.broken { color: red; text-weight: bold;}
.protected { color: #aaa; }
a.view, a.command {color: gray;}
a.environment:after {content: "*";}
.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}
.float {float: right;}
.nobullets ul {list-style: none; margin-left: 0;}
.nobullets ul li {list-style: none; margin-left: 0;}


/*BLOG*/
div.post {margin-bottom: 4.5em;}
div.comment {margin-bottom: 3em;}
.meta {font-size: 80%; color: #aaa;}
.leavecomment {margin-top: 4.5em; margin-bottom: 4.5em;}
.comments {margin-top: 4.5em;}

p img {float:none;clear:both}