/* @override http://192.168.1.100:8000/media/blog.css */

body,
html {
    margin:0;
    padding:0;
    background:#a7a09a;
	background: #F3F3F3;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
body {
    min-width:800px;	
    text-align: center;
    font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}
       
p {
	color: #666;
	font-size: 12px;
}
 
strong
{
	color: #861d1a;
}

em
{
	color: #861d1a;
}

ol
{
	color: #666;
}

ul
{
	color: #666;
}

.centered {
	text-align: center;
}

img.centered_img {
	margin: 20px auto;
}
    
#wrap {
	background: #f3f3f3 url(/media/background.png) repeat-y center;
    margin:0 auto;
    width:800px;
    overflow:hidden;
    }
#header {
	background: #F3F3F3 url(/media/header.png) center;
	height: 115px;
    }
#main {
	padding-left: 40px;
    float:left;
    width: 570px;
    text-align: left;
    }
#sidebar {
    float:right;
    width: 175px;
    }
#footer {
    background:#cc9;
    clear:both;
    }
#header h1 {
    padding:5px;
    margin:0;
    }
#nav {
    padding:5px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar-inner {
    margin-right:35px;
    text-align: left;

    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
#footer p {
	background: #F3F3F3 url(/media/background_bottom.gif) center;
	height: 45px;
    margin:0;
    }

div.navLinks {
	position: relative;
	top: 76;
	text-align: left;
	left: 660;
	font-size: 12px;
}

a.navLinks:link {
	color: #7f7f7f;
	text-decoration: none;
}
a.navLinks:visited {
	color: #7f7f7f;
	text-decoration: none;
}
a.navLinks:hover {
	color: #7f7f7f;
	text-decoration: underline;
}

div.subHead {
	text-align: center;
	padding: 5px;
	
	color: #55a2a8;
	font-size: 16px;
}

/* @group My Group */



/* @end */

div.disclaimer {
	font-size: 10px;
	text-align: center;
	margin: 10px 100px 0px 100px;
	color: #b3b3b3;
}

div.sideBarTitle {
	font:  bold 14px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

a.sideBarLink:link {
	color: #000;
	text-decoration: none;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.sideBarLink:visited {
	color: #000;
	text-decoration: none;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.sideBarLink:hover {
	color: #000;
	text-decoration: underline;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.rssTitle {
	font:  bold 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

a.rssTitle:link {
	color: #000;
	text-decoration: none;
}
a.rssTitle:visited {
	color: #000;
	text-decoration: none;
}
a.rssTitle:hover {
	color: #000;
	text-decoration: underline;
}

#twitter ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.pageContent span.postList {
	float: left;
	width: 600px;
	padding: 10px;
}

div.pageContent span.previewComment {
	float: left;
	width: 600px;
	padding: 10px;
}

div.post {
	padding: 4px;
}

div.postDate {
	color: #861d1a;
	font:  bold 9px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}


div.postTitle {
	margin-top: 2px;
	font: 20px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

div.postBody {
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	margin-top: 6px;
	margin-bottom: 7px;
	background-color: #FFF;
}

div.postFooter {
	color: #777;
	background-color: #FFF;
	font:  bold 9px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

a.postFooter:link {
	color: #777;
	text-decoration: none;
}
a.postFooter:visited {
	color: #777;
	text-decoration: none;
}
a.postFooter:hover {
	color: #777;
	text-decoration: underline;
}

a.postTitle:link {
	color: #57a0a7;
	text-decoration: none;
}
a.postTitle:visited {
	color: #57a0a7;
	text-decoration: none;
}
a.postTitle:hover {
	color: #57a0a7;
	text-decoration: underline;
}

div.comment {
	margin-top: 5px;
	padding: 4px;
	border: 1px #e3a91e solid;
	background-color: #d4e8e9;
}

div.commentTitle {
	color: #57a0a7;
	margin-top: 25px;
	margin-bottom: 5px;
	font:  bold 14px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;	
}

div.sectionTitle {
	color: #57a0a7;
	margin-top: 15px;
	margin-bottom: 15px;
	font: 20px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;	
}

pre {

	text-overflow: ellipsis;
	overflow: auto;
	padding: 10px;
	width: 95%;
	background-color: #c8dadb;
	border: 1px solid #79b4b8;
}

a:link {
	text-decoration: underline;
	color: #57a0a7;
}

a:hover {
	text-decoration: underline;
	color: #57a0a7;
}

a:visited {
	text-decoration: none;
	color: #57a0a7;
}

