/*  
Theme Name: JAYA
Theme URI: http://jaya123.com
Description: Custom WordPress theme for Jaya123.com
Version: 1.0
Author: Virginia Van Vynckt
Author URI: http://v3graphics.com
*/


html, body{
	background-color: #fff;
	margin:0;
	text-align:center;/*for IE/WIN*/
    height:100%;
	}
body, td, p, div, li, span, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	}
td, p, div, li, span, blockquote {
	text-align: left;
}

#contentwrapper {
	width:100%;
	min-width:840px;
	max-width:1280px;
	margin: 0 auto;
}
.logo {
	width:100%;
	height:224px;
	background: url(images/headerbg2.jpg) bottom repeat-x #fff;
	}
#content {
	/*padding: 225px 12px 6px 0;*/
	float:left;
	width:63%;
	margin:1% 1% 1% 10%;
	border-right: 1px solid #79828d;
	padding-right:2%;
	background: #fff;
	}
#sidebar {
    float:left;
    width:20%;
  	padding:1em 0 1em 2em;
	margin-right:1%;
	background:#fff;
/*	background-position:right;*/
  	/*background-repeat:repeat-y;*/
text-align: left;
font-weight: bold;
  }
.frontimg_box {
	position: absolute;
	top:10%;
	left:38%;
	overflow:hidden;
	}

#sidebar h2 {
	font-size: 1.4em;
	}
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	padding:0.5em 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul li a{
	text-indent:-0.8em;
	padding-left:1em;
}
li .widgettitle {
	list-style: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/*the Jaya user login box */
.login, .demo a{
	display:block;
	margin: 5px auto;
	text-align:center;
	font-weight: bold;
	line-height: 2em;
	color: #CE0A1D;
	text-decoration:none;
	}
.login {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	}
.topnav{
	width:180px;
	padding: 4px;
	}
img {
	border: 0;
	}
.demotext {
	padding: 10px;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	}

h1 {
	font-size: 1.8em;
	color: #CE0A1D/*red*/;
	font-weight: bold;
	}
h2 { 
	font-size: 1.4em;
	}
#left{
  width:10%;
  position:relative;
  background-color: #fff;
}
#footer {
	clear:both;
	background-color:#fff;
	text-align: center;
	width: 99%;
	font-size:0.8em;
	padding: 3px;
	line-height:1.5em;
	border-top: 1px solid #000000;
	margin-top: 12px;
	}
/* styling for testimonial quotes */
.quote {
	font-size:0.8em;
	font-weight:normal;
	}
li {
	padding-bottom:5px;
	}
li.page_item {
	list-style-type:none;
	font-weight:bold;
	line-height:1.7em;
	}
li.page_item ul li {
	list-style-type:none;
	font-weight:normal;
	}
