/* @override 
	http://192.168.1.100:8000/media/cs.css
	http://www.codeshorts.ca/media/cs.css
*/

body,
html {
    margin:0;
    padding:0;
    background:#a7a09a;
	background: #F3F3F3;
    }
body {
    min-width:800px;
    
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
    }
#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;
    }
#footer {
    background:#cc9;
    clear:both;
    }
#header h1 {
    padding:5px;
    margin:0;
    }
#nav {
    padding:5px;
    }

#sidebar {
    float:right;
    width: 175px;
    }

#sidebar ul {
    margin-bottom:0;
    }
#sidebar-inner {
    margin-right:35px;
    }
#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: 88;
	text-align: left;
	left: 675;
	font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

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

div.subHead {
	text-align: center;
	padding: 5px;
	font:  bold 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #B98A19;
}

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

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

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

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: #555;
	font:  bold 9px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

div.postTitle {
	margin-top: 2px;
	font:  bold 18px '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: #CC6600;
	text-decoration: none;
}
a.postTitle:visited {
	color: #CC6600;
	text-decoration: none;
}
a.postTitle:hover {
	color: #CC6600;
	text-decoration: underline;
}

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

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

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

pre {

	text-overflow: ellipsis;
	overflow: auto;
	padding: 10px;
	width: 95%;
	border-color: #c59b38;
	border-style: solid;
	border-width: 1px;
	background-color: #ffd367;
}

a:link {
	text-decoration: none;
	color: #c38d0e;
}

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

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