/*
Theme Name: Raoul Wegat Blog v2
Theme URI: http://blog.raoulwegat.com.au/
Description: Raoul Wegat Blog theme v2.
Version: 2.0
Author: Raoul Wegat
Author URI: http://raoulwegat.com.au/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; background-color: #ededed; }

a img { border: none; }

#sidebar {
    width: 185px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #fff;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#sidebar ul li {
	padding: 0 0 2px 0;
}

#sidebar ul li.section-title {
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.section-title {
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}


#content {
    height: 100%;
    margin: 0 0 0 175px;
    top: 20px;
    padding-top:20px;
    width:auto;
}

.container {
    padding: 5px 5px 25px 30px;

}

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 16px; text-transform: uppercase; font-weight:lighter; padding-bottom:20px; }
h1:first-line { color:#CCCCCC;}
h2 { font-size: 16px; text-transform: uppercase; font-weight:lighter; padding-bottom:10px; }
h2:first-line { color:#CCCCCC;}
h3 { font-size: 14px; }
h4 { font-size: 12px; }
.small { font-size: 10px; color: #aaa; }

#img-container	{ margin: 15px 0 0 0; padding: 0; position:absolute; }
#img-container p	{ margin: 0; padding: 10px 0 0 0; }
#img-container img	{ padding: 0 0 10px 0; }

#img-container p.caption { 
	width:500px; 
	z-index:50; 
	padding: 0 50px 0 0;
	border-right:1px dashed #CCCCCC; 
}

#img-container p.caption-collection { 
	width:500px; 
	z-index:50; 
	padding: 0 50px 0 0;
	font-style: italic;
}


#once { clear: left; }

.bold {font-weight: bold}






#post {
	width:500px;
}

#footer {
	width: 832px;
	font: 9pt/10pt Arial, sans-serif;
	padding: 10px 0 0 0;
	color: #555;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#footer a {
	color: #555;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

hr {
	border: 0;color: #ddd;background-color: #ddd;margin: 20px 0 20px 0;height: 1px;
}

hr.post {
	border: 0;color: #ddd;background-color: #ddd;margin:0;padding:0;height: 1px;
}


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 3px 14px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0;
	padding:0;
}
	
.post {
	margin: 0 0 40px;
	}

.entry {
	margin: 10px 0 0 0;
	font-size: 10pt;
}

.oddcomment {
	background: #f5f5f5 url('images/comment.gif') no-repeat 8px 8px;
	padding:20px 20px 10px 50px;
}

.comment {
	background: #ebebeb url('images/comment.gif') no-repeat 8px 8px;
	padding:20px 20px 10px 50px;
}

blockquote {
	margin: 10px 10px 10px 0;
	padding:0 0 0 15px;
	border-left: 25px solid #f1f1f1;
	font-style: italic;
}

#navigation {
	margin-top: 20px;
	float: right;
	height: 22px;
}
#navigation li {
	float: left;
	width: 95px;
	margin-right: 1px;
}
#navigation li:hover,
#navigation li.hover {
	position: relative;
}
#navigation a {
	display: block;
	height: 1%;
	background: #555;
	text-align: center;
	color: #aaa;
	padding: 5px 3px;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
#navigation ul {
	display: none;
	position: absolute;
	z-index: 11;
	left: 0;
	top: 25px;
	width: 95px;
}
#navigation li:hover ul,
#navigation li.hover ul {
	display: block;
}
#navigation ul li {
	border-top: 1px solid #fff;
}

#navigation a:hover, #navigation .active a {
	background: #777;
	text-decoration: none;
	color: #fff;
}

*/
