/*

Theme Name: Jipende V2

Theme URI: 

Description: Inspired by Wordpress Default theme, created by QualTek Ventures Productions. No plugin required.

Version: 2

Author: Andrew Rutazamba

Author URI: 

Tags: two columns, fixed width, widget ready, comment pages ready, right sidebar, white, mac, stylish, valid XHTML, valid CSS, admin options

*/


body {
	background-color: #7E7C7D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #333;
}


#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
}
#meta {
	color: #4A0000;
	font-size: 9pt;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 8px;
}
#meta a, meta a:active, meta a:visited {
	color: #4A0000;
	font-size: 9pt;
	text-decoration: none;
}

#meta a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* Beging Header*/
#header {
	width: 850px;
	padding-top: 30px;
	position: relative;
	background-color: #7A0000;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-bottom: 30px;
}

#siteName a, #siteName a:hover, #siteName a:visited{
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 20px;
}

#description {
	padding-left: 50px;
	clear: both;
	margin: 0px;
	float: left;
	font-size: 10pt;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 2px;
}

#searchBox {
	position: relative;
	float: right;
	top: -70px;
}
#rssFeed {
	position: relative;
	top: 10px;
	height: 50px;
	width: 50px;
	float: right;
	right: -200px;
}
#searchsubmit {
	background-color: #F90;
	color: #FFF;
	border: 1px solid #333;
}

#menuContainer {
	padding-left: 20px;
	background-color: #DEFFD5;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	z-index: 50;
}
ul#menus {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}
#menuContainer li {	
	display: inline;
	list-style-type: none;
}
#menuContainer li a, #menuContainer li a:visited {
	display:inline;
	margin-left:0px;
	text-decoration:none;
	font-size:10pt;
	margin-top: 0px;
	color: #666;
	padding: 10px;
}
/*#menuContainer li a:active,*/ #menuContainer li a:hover  {
	display:inline;
	margin-left:0px;
	text-decoration:none;
	font-size:10pt;
	margin-top: 0px;
	color: #860000;
	padding: 10px;
	background-color: #FFF;
}

/*End header*/


/*Main content*/
#mainContainer {
	padding-bottom: 10px;
	background-color: #FFF;	/*display: block;*/
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: -12px;
}

#contentContainer {
	width: 500px;
	float: left;
	margin-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
}

#mainContainerWide {
	padding-top: -2px;
	padding-bottom: 10px;
	background-color: #FFF;	/*display: block;*/
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#contentContainerWide {
	width: 750px;
	float: left;
	margin-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
}

#content {
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	position: relative;
}

.postTitle {
	position: relative;
	font-size: 1.6em;
	text-align: left;
	float: left;
	width: 100%;
}

.bigTitle {
	position: relative;
	text-align: left;
	float: left;
	width: 100%;
	bottom: 0px;
}
.theTitle   {
	color: #900;
	font-size: 2.2em;
}

.authorTitle {
	font-size: 9pt;
	color:#700000;
	position: relative;
	float: left;
	background-color: #EDEDED;
	margin-bottom: 15px;
	width: 100%;
	padding: 5px;
	border: 1px solid #DDD;
	margin-top: 5px;
}

.archiveTitle {
	font-size: 1.6em;
	color:#999;
	position: relative;
	float: left;
	width: 100%;
	padding: 5px;
}

.authorTitle a, .authorTitle a:visited , 
.archiveTitle a, .archiveTitle a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#666;
	margin-bottom: 5px;
}
.authorTitle a:hover, .archiveTitle a:hover {
	color: #333;
	text-decoration: underline;
}

.postContent {
	clear: both;
	margin-bottom: 60px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DADADA;
	padding-bottom: 80px;
}
.postContent img {
	padding: 5px;
	border: 1px solid #999;
}

#postMetaData {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E9FFEA;
	border-radius: 4px;
	color: #4A1004;
	border: 1px solid #860000;
	position: relative;
	width: 450px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.postTag {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #E9FFEA;
	border-radius: 4px;
	color: #4A1004;
	border: 1px solid #860000;
	font-size: 8pt;
	position: relative;
	padding: 0px;
	width: 500px;
}

.postTagLeft {
	width: 250px;
	float: left;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.postTagLeft a, .postTagLeft a:active, .postTagLeft a:visited {
}

.postTagLeft a:hover {
}

.postTagRight {
	width: 130px;
	float: right;
	text-align: right;
	background-color: #860000;
	height: 100%;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 10px;	
}

div.postTagRight a, div.postTagRight a:active, div.postTagRight a:visited {
	color: #FFF;
	text-decoration: none;
}

div.postTagRight a:hover {
	color: #FFF;
	text-decoration: underline;
}

.postContent a, .postContent a:visited, .postTagLeft a, .postTagLeft a:visited {
	color: #900;
	text-decoration: none;
}

.postContent a:hover, .postTagLeft a:hover {
	color: #900;
	text-decoration: underline;
}


.spacer {
	clear: both;
}

#authorDesc {
	font-style: italic;
	font-family: Geneva, Verdana, Arial;
	font-size: 9pt;
	background-color: #E9FFEA;
	border: 1px solid #BCD8B4;
	padding: 8px;
	-moz-border-radius: 5px;
	-khtml--border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.authorImg {
	background-color: #DEDEDE;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-khtml--border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
}

#sidebar {
	top: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	right: 0px;
	margin-left: 530px;
}

#sidebar li {
	list-style-type: none;
}

#sidebarContainer {
	float: left;
	width: 230px;
	top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sideBarContent {
	background-image: url(images/sideBarBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9c1010;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
	-khtml--border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sideBarFT {
	background-image: url(images/sideBarFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}

#sideBarContent a, #sideBarContent a:visited {
	text-decoration: none;
	color:#FF9;
}

#sideBarContent a:hover, #sideBarContent a:active {
	text-decoration: none;
	color:#900;
}

#sideBarContent a:hover {
	text-decoration: underline;
	color:#900;
}

#sideBarContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#sideBarContent li {
	list-style-type: circle;
	text-decoration: none;
	color:#FF9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#sideBarContent ul li {
	margin: 0px;
	padding: 0px;
	
}

#sideBarContent ul ul li {
	
	
}

#sideBarContent ul ul ul li {
	
	
}
/*End sidebar content*/


/*Footer*/
#preFooter , #preFooter a, preFooter a:visited, preFooter a:hover {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 9pt;
	color: #666;
	clear: both;
	text-decoration: none;
}

#footer {
	width: 100%;
	font-size: 9pt;
}

#pageNavi {
	position: relative;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
}
#pageNavi a, #pageNavi a:visited, #pageNavi a:active {
	color: #860000;
	text-decoration: none;
	background-color: #DFF5E1;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 2px solid #BED1C0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#pageNavi a:hover {
	color: #860000;
	text-decoration: none;
	background-color: #C6D9C7;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 2px solid #BED1C0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#designBy {
	text-align: right;
	padding-right: 25px;
	font-size: 8pt;
	color: #73290E;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* End footer*/
	

/* Captions */
.wp-caption {
	border: 1px solid #600;
	background-color: #E3E3E3;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 9pt;
	line-height: 17px;
	margin: 0;
	padding-top: 2;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* End captions */


/*Content calendar*/
#cal {
	background-color: #B7571C;
	width: 50px;
	color: #FFF;
	font-size: 14pt;
	float: left;
	position: relative;
	top: 70px;
	border: 1px solid #FFF;
	margin: 0px;	/*-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;*/
	left: -81px;
	clear: right;
}

#calMonth {
	text-align: center;
	padding: 3px;
	background-color: #860000;
	font-size: 11pt;
}

#calDate {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #68200A;
	background-color: #E9E9E9;
}

#calYear {
	text-align: center;
	background-color: #860000;
	font-size: 11pt;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*End content calendar*/


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h1, h2, h3 , h4, h5, h6{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h2.pagetitle {	
	color: #900;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #333;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #wp-calendar caption, cite {
	color: #C14D00;
	text-decoration: none;
}

h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	text-decoration: none;
	color: #DD8400;
}
.sidebarHD {
	color: #FFF;
	font-size: 20pt;
	padding-top: 11px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	text-align: center;
	padding-bottom: 10px;
}
.alignRight {
	float: right;
	text-align: right;
}
.alignLeft {
	text-align: left;
	float: left;
}
#content tbody {
	
}

#content table {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 2px;
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #300;
	border-bottom-color: #300;
	border-left-color: #900;
}

#content td, .post th {
	background-color:#FF9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #996E63;
	border-bottom-color: #900;
	border-right-style: solid;
	padding: 10px;
	font-size: 10pt;
}

#content th {
	background-color: #900;
	color: #FC0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	font-size: 12pt;
}
#content pre {
	border: 1px solid #DEDEDE;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#text_field, #text_area, /*#content,*/ .password {
	padding: 3px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAA096;
	border-right-color: #D8B7A5;
	border-bottom-color: #ECD8CC;
	border-left-color: #F7E2D5;
}
#text_field{
	width: 400px;
}
#content form {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 5px;
	border: 2px dashed #CCC;
	background-color: #EEE;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content blockquote {
	background-color: #F0EFDB;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(images/qoute.jpg);
	background-repeat: no-repeat;
	background-position: -10px -5px;
	color: #9B0500;
}
#content .button {
	background-color: #DC7435;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #950000;
	border-right-color: #670000;
	border-bottom-color: #650000;
	border-left-color: #950000;
	color: #FEF5CC;
	font-weight: bold;
}
fieldset {
	border: 1px solid #900;
}
#searchform {
	padding-bottom: 15px;
}
#search {
	background-color: #FFFBBB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BC4716;
	padding: 5px;
	width: 150px;
}
.commentlist, .commentlist li {
	padding: 10px;
}
#commentContainer {
	width: 500px;
	text-align: left;
}
.alt{
	background-color: #EEE;
}
#advertize a{
	text-decoration: none;
}
#advertize {
	text-align: center;
}
.advertizeIMG {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 50px;
}


