/*
Theme Name: Custom
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}
/* END RESET */


/* MAIN */
body {
    background:#E8E8E8;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
}

#wrapper {
	width:963px;
	margin:0 auto;
}

#header {
	height:90px;
	margin-bottom:30px;
	margin-top:30px;
}

#logo {
    background-image: url(images/rotaract-club-logo.png);
	background-position:top left;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 87px;
	height: 87px;
	float: left;
}

#logo span {
	display: none;
}

#navigation {
	background-image:url(images/navigation-bar.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:right;
	height:87px;
	padding-left:10px;
	padding-right:10px;
	width:843px;
}

#navigation li {
	display: inline;
	width: 103px;
	height: 64px;
}

#navigation li a {
	text-decoration: none;
	color: #D03232;
	display: inline-block;
	line-height: 87px;
	width: 103px;
	text-align: center;
	padding-left: 6px;
	font-weight: bold;
}

#navigation li a:hover, #navigation li.current_page_item a {
	background-image: url(images/header-link.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
}

#content {
	width:657px;
	float:left;
	margin-right: 30px;
}

.post, .comment-author {
	background-image: url(images/post-title.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.post h2 {
	margin-left: 20px;
	line-height: 49px;
	color: #C80000;
	font-family: sans-serif;
	font-weight: bold;
	float: left;
}

.post h2 a {
	color: #C80000;
}

.post h2 a:hover {
	color: #6D6D91;
}

.entry {
	background-image: url(images/post-holder.png);
	background-repeat: repeat-y;
	padding:10px;
	clear: both;
}
.home .postmetadata, .page .postmetadata, .pagemeta {
	background-image: url(images/post-footer.png);
	background-repeat: no-repeat;
	width: 657px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}

.single .postmetadata {
	background-image: url(images/post-footer-special.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #F4F4F4;
	width: 657px;
	border-top: 1px solid #999;
}

.single .postmetadata p {
	margin: 1em;
	padding-bottom: 1em;
}

small {
	font-size:1em;
	text-transform:lowercase;
}

.comments {
	float: right;
	background-image: url(images/comment-bubble.png);
	width: 68px;
	height: 49px;
}

.comments a {
	line-height: 49px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	font-weight: bold;
}

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

#footer {
	clear: both;
	text-align: center;
	background-color: #F0F0F0;
	background-image: url(images/footer-separator.jpg);
	background-position: top;
	background-repeat:repeat-x;
	padding: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#sidebar h2 {
	background-image: url(images/right-holder-title.png);
	line-height: 48px;
	padding-left: 10px;
	text-transform: lowercase;
}

#sidebar > ul {
	list-style-type: none;
}

ul {
	list-style-position: inside;
}

#sidebar ul ul, #searchform {
	background-image: url(images/right-holder.png);
	background-repeat: repeat-y;
	padding: 10px;
}

.screen-reader-text {display: none;}

.widget {
	padding-bottom: 15px;
	background-image: url(images/right-holder-footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

ol.commentlist {
	list-style-type: none;
}

.avatar {padding: 6px;
float: left;}

.fn {
	float: left;
	padding-right:4pt;
}

.commentmetadata {
	bottom:31px;
	clear:right;
	float:right;
	font-size:0.9em;
	padding-right:10px;
	position:relative;
}

.comment-author {
	height:48px;
	line-height:48px;
}

.comment-body {
	margin-bottom: 1em;
}

.comment-body p {
	background-image: url(images/post-holder.png);
	background-repeat: repeat-y;
	padding:10px;
	border-bottom:1px solid #CCCCCC;
}

#comment {
	width: 100%;
}