/*
Theme Name: Kimberly Jonas.com
Theme URI: http://www.vectordefector.com
Description: A custom theme designed on existing branding for Kimberly Jonas.com.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/


 
/* Begin Typography & Colors */
body {
	font-size: 12px; 
	font-family: 'Verdana', Verdana, Arial, Sans-Serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a2a537;
	/*
	background-image: url(images/site_bg.jpg);
	background-position: bottom center;
	background-attachment: fixed;*/
	color: #3f3f36;
}

h1,h2,h3,h4,h5 {
	color:#A3A510;	
}

a {
	color: #731472;
	text-decoration: none;
	font-weight: none;
}

a:hover {
	color: #731472;
	text-decoration: underline;
	font-weight: none;
}

.clear {
	clear: both;	
}

#page {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;	
}

#header {
	float:left;
	width:999px;
	height:217px;
	margin-top: 25px;
	background-image: url(images/frame_bg.gif);
}

#headerContent {
	float:left;
	width:965px;
	height:181px;
	margin-top: 22px;
	margin-left:17px;
	background-color: #ffffff;
	background-image: url(images/header_bg.gif);
}

#headerLogo {
	float:left;
	width:406px;
	height: 140px;
	margin-left: 42px;
	margin-top: 10px;
}

#headerRight {
	float:right;
	width:145px;
	margin-top:32px;
	margin-right:32px;
}

#headerRight a{
	font-size: 11px;
	text-decoration: none;
	
}

/* Navigation Elements */

#navigation {
	float:left;
	width: 965px; 
	height: 45px;
	background-image: url(images/nav_bg.gif);
}


/* Content Elements */
#navEntries {
	float:left;
	margin-top:8px;
	margin-left:50px;
}

#navEntries li {
	float:left;
	height: 20px;
	margin-left:5px;
    	margin-right: 65px;
    	margin-top: 0px;
	list-style-image: url(images/nav_bullet.gif);
}

#navEntries li a{
	color: #b7b838;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
    font-weight: bold;
}

#navEntries li a:hover{
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
}

#navEntries ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navEntries li ul {
	position: absolute;
	width: 130px;
	left: -1500px;
	}

#navEntries li:hover ul {
	left: auto;
	display: block;
	width: 130px;
	list-style: none;
	margin-top: 3px;
}
	
#navEntries ul li {
	float: left;
	padding: 0px;
	width: 130px;
	list-style: none;
}

#navEntries li li {
	float:left;
	width: 130px;
	height: 15px;
	background-color: #712672;
	color: #C1CD23;
    	margin-left: -20px;
    	padding: 6px;
	list-style: none;
}
	
#navEntries li li a{	
	color:#C1CD23;
	font-size: 11px;
	text-transform: lowercase;
	font-weight:normal;
	margin-top: 0px;
}
	
#navEntries li li:hover, #navigation li li:active {
	float:left;
	width: 130px;
	height: 15px;
		margin-left: -20px;
    	padding: 6px;
	text-transform: lowercase;
	font-weight:normal;
	list-style: none;
}

#navEntries li li:hover a, #navigation li li:active a{
	color:#ffffff;
	font-size: 11px;
	text-transform: lowercase;
	font-weight:normal;
	margin-top: 0px;
}

.navParent {
		
}

/* Special Home Elements */

.homeTab {
	float:left;
	width:190px;
	height:260px;
	padding: 10px;
	background-color:#f8f7f2;
	margin-left:20px;
	color: #A2A537;
	text-align: justify;
}

.homeTab a{
	font-size: 10px;
	color: #767661;
	text-decoration: none;
}

#homeTopContent {
	float:left;
	width: 680px;
	min-height:100px;
}

/* Content Elements */

#content {
	float:left;
	width: 1000px;
	font-size: 11px;
	min-height: 400px;
}

.innerBox {
	background-color:#f8f7f2;
	padding: 10px;
}

.frameLeft {
	width:17px;
	height: 100%;
	background-image: url(images/frame_left.gif);
	background-repeat: repeat-y; 
	background-position: top left;
}

.frameCenter {
	width:770px;
	height: 100%;
	background-color: #ffffff;
}

#innerContent {
	float:left;
	width: 700px;
	min-height: 150px;
	margin-top: 10px;
	margin-left: 25px;
	padding: 10px;
	background-color: #f0eee5;
}

.post {
	width: 680px;
	padding: 10px;
	min-height:500px;
}

#single h2 {
	color: #731472;
}	

.entry {
	width: 680px;
}

.pageHeader {
	font-size: 22px;
	margin-bottom: 25px;	
}

.entry h1 {
	width: 220px;
	height:16px;
	color: #C1CD23;
	font-size: 12px;
	background-image: url(images/header_bar.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #731472;
	margin-left: -20px;
	padding-top: 5px;
	padding-left: 30px;
}

.entry h2 {
	font-weight: bold;
	font-size: 12px;
	color: #A3A510;
}

.recentPostings {
	font-weight: bold;	
}

#archives li {
	list-style: none;	
}

/* Events Page Elements */

.eventEntryLeft {
	width:180px;
	background-color:#f4f2eb;
	padding: 10px;
	border-bottom: 1px dotted #767661;
}

.eventEntryLeftDates {
	font-weight: bold;
	color: #722672;
}

.eventEntryRight {
	 width:450px;
	 margin-left:5px;
	 background-color:#f4f2eb;
	 padding: 10px;
	 border-bottom: 1px dotted #767661;
}

.eventEntryRight h1{
	margin-top: 0px;
	color: #722672;
	font-size: 12px;
}

.eventEntryRight h2{
	margin-top: 0px;
	color: #A2A437;
	font-size: 11px;
}

.frameRight {
	width: 17px;
	height: 100%;
	background-image: url(images/frame_right.gif);
	background-repeat: repeat-y; 
	background-position: top right;
}

/* comments */

.commentEntryLeft {
	width:160px;
	background-color:#f4f2eb;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #767661;
}

.commentEntryLeftDates {
	font-weight: bold;
	color: #722672;
}

.commentEntryRight {
	 width:470px;
	 margin-left:5px;
	 background-color:#f4f2eb;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 border-bottom: 1px dotted #767661;
}


/* e news form */

#enewsForm {
	float:left;
	width:550px;
	background-color:#f4f2eb;
	min-height: 200px;
	padding: 10px;
}

#enewsForm .input{
	background-color:#ffffff;
	border: 1px solid #67C8C6;
	width: 200px;
	
}

/* Sidebar */

.frameSidebar {
	width: 197px;
	height: 100%;
	background-image: url(images/sidebar_bg.gif);
}

#sidebar {
	float: right;
	width:197px;
	color: #ffffff;
	font-size: 9px;
	padding-bottom: 20px;
}


.sidebarBox {
	float:left;
	margin-left: 10px;
	width: 158px;
	padding: 8px;
	border: 1px solid #712672;
	background-color: #67c7c6;	
}

.sidebarBox ul {
	margin-top: 0px;
	margin-left: -40px;
}

.sidebarBox li {
	float: left;
	margin-left: 0px;
	list-style-type: none;
}

.widgettitle {
	font-size: 11px;
	font-weight: bold;
	color: #712672;
	text-align: left;
}

.textwidget {
	font-size: 10px;
	color: #712672;		
}

.textwidget a{
	font-size: 10px;
	color: #ffffff;		
}

#sidebar h1 {
	font-size: 11px;
	font-weight: bold;
	color: #712672;
	text-align: left;
}

#sidebar p {
	font-size: 10px;
	color: #712672;	
}

#sidebar a {
	font-size: 10px;
	color: #ffffff;	
}




#footer {
	float: left;
	width: 700px;
	margin-top: 20px;
	margin-left: 25px;
	color: #712672;
}

#footer a {
	font-weight: bold;	
}

#frameCap {
	float: left;
	width:1000px;
	height: 22px;
	margin-bottom: 20px;
	background-image: url(images/frame_bottom.gif);
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


.alignright {
	float: right;
	margin-left: 10px;
	}

.alignleft {
	float: left;
	margin-right: 10px;
	}
	
.aligncenter {
	margin-left:auto;
	margin-right: auto;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

