/*  
Theme Name: WSWM Online Support
Theme URI: http://wswmonlinesupport.schoolnetuganda.sc.ug/wp-content/wswmonlinesupport/
Author: Richard Matovu
Author URI: http://www.matrich.net/
Author Email: rkmatrich@yahoo.com

This Theme, CSS, XHTML and design is copyright of Matovu Richard: http://www.matrich.net/

*/

/* ----------- Reset All Browser Defaults ---------- */

html, body, form, fieldset, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, blockquote, textarea {
	margin: 0;
	padding: 0;
	}
	
fieldset, img {
	border: none;
	}
	
p {
	padding: 6px 0;
	}

body,html {
	min-height: 101%;
	}

/* -------------------[ Main Page Elements ]------------------- */

body {
	background: url(images/body.jpg) top left repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: justify;
	width: 900px;
	}
	
#header {
	height: 200px;
	}
	
#topheader {
	height: 157px;
	}
	
#logo {
	padding: 40px 0 0 150px;
	width: 300px;
	text-align: center;
	}
	
/* ---------- [ Search Form ] ----------- */

#topright {
	float: right;
	width: 400px;
	}

#searchform {
	float: right;
	width: 234px;
	margin: 0 55px 0 0;
	padding: 0;
	background: url(images/searchbg.jpg) no-repeat top;
	height: 33px;
	}

#searchform .searchinput {
	background: transparent url(images/search.jpg) center top no-repeat;
	height: 24px;
	width: 173px;
	border: none;
	padding: 6px 0 5px 14px;
	margin: 1px 0;
	float: left;
	clear: none;
	}

#searchform .searchbtn {
	clear: none;
	border: none;
	float: left;
	height: 30px;
	width: 43px;
	}
	
/* -------------------[ Top Navigation Bar ]------------------- */

#menu {
	margin: 0 auto;
	padding: 0 0 0 60px;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
}

#menu ul {
	margin: 0 auto;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	background: transparent url(images/tab.jpg) repeat-x top left;
	padding: 6px 25px 0 25px;
	text-decoration: none;
	height: 36px;
	color: #fff;
	border-right: 2px solid #ac002b;
}
		
#menu a:hover {
	background: transparent url(images/ovatab.jpg) repeat-x top left;
	color: #ac002b;
}

/*----------- [ Main frame ] --------------- */

#container {
	clear: both;
	width: 100%;
	}

#content {
        width: 580px;
        float: left;
        margin: 0;
        padding: 15px 5px 0 5px;
	}

#sidebar {
	width: 250px;
	text-align: justify;
	font-size: 12px;
	float: left;
	margin: 0;
	padding: 15px 0 0 5px;
	}

.sidebarbox {
	margin: 5px 0 15px 5px;
	padding: 0 10px 10px 10px;
	border: 1px solid #fd928c;
	background: #fff url(images/sidebarbg.jpg) top left repeat-x;
}

.sidebarbox h2 {
	font-size: 1.4em;
	color: #fff;
	padding: 5px 2px 5px 3px;
	margin: 2px 0 5px 0;
	border: none;
	height: 29px;
	background: url(images/sidebarheading.jpg) top left repeat-x;
	}
	
/* -------------------[ Headings ]------------------- */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	color: #ac002b;
	}

h1 {
	font-size: 2.3em;
	padding: 10px 5px 5px 10px;
	}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #fd928c;
	}

h3 {
	font-size: 1.7em;
    border-bottom: 1px solid #111;
	}

h4 {
	font-size: 1.2em;
	}

.comments h2 {
	font-size: 1.6em;
	border-top: 4px solid #111;
	padding: 5px 0;
	margin: 0;
	}

.pagetitle {
	font-size: 2em;
	border-top: 4px solid #111;
	padding: 5px 0;
	border-bottom: 2px solid #cc0000;
	margin: 0;
	}

/* -------------------[ Links ]------------------- */

a, a:link {
	color: #c60031;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	}
	
a:visited {
	color: #ac002b;
	}       
	
/* -------------------[ Images ]------------------- */

.entry img {
        background: #fff;
        padding: 1px;
        }

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.centered {
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
		
img.alignright {
	float: left;
	margin: 4px 10px 4px 0;
	padding: 4px;
	display: inline;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	}

img.alignleft {
	float: right;
	margin: 4px 0 8px 10px;
	padding: 4px;
	display: inline;
	border: 1px solid #000000;
	}
	
/* -------------------[ Form Elements ]------------------- */

select {
	width: 160px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform textarea {
        width: 448px;
        padding: 0px; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	float: left;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */

.commentlist li {
	display: block;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #FD928C;
	}
	
.count {
	float:right;
	font-size:26px;
	color: #FD928C;
}

.commentlist li.alt {
        background-color: #FFFCF9;
        }

.commentlist p {
	margin: 10px 0 0 0;
	}

.comments h3 {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 3px 0;
	}

.commentsheading {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #AC002B;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

.dropcase {
	float: left;
	font: 2.8em Arial, Helvetica, sans-serif;
	line-height:100%;
	margin: 3px 6px 0 0;
	width: 20px;
	color: #ac002b;
	text-align:center;
}
	
img.avatar {
	float: left; 
	margin: 5px;
	padding: 3px;
	border: 1px solid #B2B2B2;
	background-color: #fff;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
        color: #666;
	}

.facts {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
        background-color: #F8F8F6;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	}

.navigation .alignright {
	float: right;
	margin: 0 0 10px 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0 0 10px 0;
	}

p {
	margin-top: 0;
	margin-bottom: 10px;
	} 

.postmetadata {
	font-size: 11px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: left;
	margin: 0 0 20px 0;
	}

.entry {
	padding: 10px 0 0 0;
	text-align: justify;
	margin: 0;
	line-height: 20px;
	}

.postinfo {
	width: 100%;
	padding: 5px 0;
	color: #AC002B;
	text-align: center;
	font-weight: bold;
	}
	
.postinfo2 {
	width: 100%;
	padding: 5px 0;
	color: #AC002B;
	font-weight: bold;
	text-align: right;
	}
		
.postinfo a, .postinfo2 a {
	color: #000099;
	text-decoration: underline;
	}
	
.postinfo a:hover, .postinfo2 a:hover {
	text-decoration: none;
	}
	
.post {
	margin: 5px 0 15px 5px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #fd928c;
	background: #fff url(images/postbg.jpg) top left repeat-x;
}

.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.entry li {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}

.relatedpost {
	margin: 5px 0 15px 5px;
	padding: 20px;
	border: 1px solid #fd928c;
	background: #fff url(images/postbg.jpg) top left repeat-x;
}

.description {
        color: #fff;
        text-align: center;
        padding: 0 50px;
        }

.date {
        text-align: center;
        font-size: 12px;
        font-weight: bold; 
		padding: 0 0 5px 0;
        }

.search {
        float: right;
        }

code {
	font-size: 1.1em;
	margin: 5px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #8d8d8d;
	background-color: #f5f5f5;
	display: block;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
/* -------------- [ Side Bar ] ---------------- */

#sidebar ul li {
	display: block;
	list-style: none;
}

#sidebar ul li a {
	color: #ff0000;
	text-decoration:none;
	padding: 3px;	
	display: block;	
	border-bottom: 1px solid #ff0000; 
	font-size:12px;	
}

#sidebar ul li a:hover{
	color: #6D440E;
}

/* -------------- [ Footer ] ------------------ */

#footer {
	clear: both;
	padding: 10px 0;
	color: #fff;
	background: #b2012d url(images/footer.jpg) top left repeat-x;
	font-size: 13px;
	}
		
#footer a {
	color: #00CCFF;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #00FFFF;
	}
	
.footer_column {
	float: left;
	width: 290px;
	margin-left: 5px;
	line-height: 1.5em;
	}

.footer_column h2 {
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	}

#footer ul li {
	list-style: none;
	background-color: #cc4742;
	padding: 3px 10px 3px 10px;	
	display: block;	
	border-bottom:1px solid #b4052e;
	font-size:11px;	
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#copyright {
	clear: both;
	padding-top: 15px;
	text-align: center;
}