/*
Theme Name: Christie Kelley Theme
Theme URI: http://christiekelley.com/
Description: The new theme for Christie Kelley's site.
Version: 1
Author: Tessa Elwood
Author URI: http://andanything.com/
Tags: 


*/



/*                                                        Overall basics
######################################################################## */

html,body{
	height:100%;
	margin:0;
	padding:0;
	}

body{
	background-color:#703724;
	background:url(i/ck-wallpaper2.jpg);
	background-position:top right;
	height:100%;
	}

a img {
	border: none;
}

a {
	color: #710b0b;
	text-decoration: none;
	
}

a:visited {
	color: #710b0b;
	text-decoration: none;
	
}

a:hover {
	color: #23663a;
	text-decoration: none;
}

p {
	margin-top: 0px;
}


blockquote {
	font-style:italic;
	color:#999999;
	margin: 10px 20px 10px 20px;
	}

input {
	border: solid 1px #d49100;
	width: 200px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:15px;
	letter-spacing:1px;
	color:#000;
	margin-bottom:6px;
	}
textarea {
	border: solid 1px #d49100;
	width: 300px;
	height: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:15px;
	letter-spacing:1px;
	color:#000;
	margin-bottom:10px;
}


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



/*                                                               Headers
######################################################################## */

h3 {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:13pt;
	color: #676767;
	border-bottom: solid 1px #d0d4d9;
	margin:2px 0px 6px 0px;
	padding:14px 0px 0px 0px;
	font-weight:normal;
	}

h2 {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:18pt;
	letter-spacing:2px;
	font-weight:normal;
	color:#595959;
	margin:10px 0px 20px 0px;
	}
	
.clearfix:after { /* so the floats work */
    content: "."; 
    display: block; 
    height: 0; 
	margin:0;
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	


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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/*                                                              Top Logo
######################################################################## */

#topouter {
	background:url(i/ck-topback.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	width:100%;
	
	padding:0px;
	margin:0px;
	
	}

#topinner {
	background:url(i/ck-topbg3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	height:293px;
	padding:0px;
	margin:0px;
	
	}	



/*                                                       Main containers
######################################################################## */

#mainholder {
	width:100%;
	}

#mainpaper {
	float:right;
	margin-right:23px;
	margin-top:0px;
	width:683px;
	padding:0px;
	}
			


/*                                                       Central Content
######################################################################## */

#navi {
	float:left;
	background:url(i/ck-bookmarks2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:123px;
	height:433px;
	padding-left:69px;
	padding-top:90px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:9pt;
	line-height:25px;
	letter-spacing:1px;
	}

#maininfo {
	width:440px;
	margin:0px 0px 0px 193px;
	}

.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:16px;
	letter-spacing:1px;
	color:#000;
	padding:20px 0px 0px 0px;
	}	

#maininfo img {
	border:solid 1px #000;
	margin:0px 10px 3px 0px;
	}
	
span {
/*	color:#CC0000; 
	color:#660099; */
	color:#996633;
	font-style:italic;
	}	


/*                                                            Menu links
######################################################################## */