
/*  

*****************************************************
-----------------------------------------------------

Theme Name: Jessica
Description: A single layout based on simplixity by James Barclay
Author: Jessica Ede


-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

jessicaede
{
	background: url( http://jessicaede.com/public_html/jessicaede/wp-content/themes/Copy%20of%20Jessica/img/jessicaede.jpg);
	width: 500px;
	height: 500px;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, li
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	
	margin: 0;
	padding: 0;
	background: url( http://jessicaede.com/public_html/jessicaede/wp-content/themes/Copy%20of%20Jessica/img/jessicaede.jpg);
	
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;	
}

body.Homepage
{
	background-image:;
}


img
{
	border: 0;

}

h1
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	padding: 0 0 10px 0;
}

h2
{
	color:#000000;
}

h2 a:hover
{
	color:#000000; 
	background-color:#FFFFFF;
}

a:hover
{
   
	color:#000000; 
	
}

a:link, a:visited
{
	text-decoration: none;
	color: #000;
}

p{
	position:relative;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
	z-index:3;
	font-size: 3em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	line-height: 40px;
}

p1{
	color:#000;
	position:relative;
	text-decoration:none;
	text-shadow:.5px .5px .5px rgba(110, 110, 110, 1.5);
	z-index:3;
	margin-top: 45px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 3em;
}
p3{
	color:#fff;
	position:relative;
	text-decoration:none;
	text-shadow:.7px 2px .7px rgba(2, 2, 2, 1.8);
	z-index:3;
	margin-top: 45px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 3em;
}
p:hover
{
	font-size: 200%;
}

/**
 * Core Structure (Containers and Contents)
 */

.Container
{
}

.Content
{
	width: 1012px;
	margin-top: 50px;
	min-height:100%;
	

	
}

.Clear
{
	clear: both;
}

/**
 * Navigation
 */

#Navigation
{

	background-color: #000;
	height:100px;
}

#Navigation-Logo
{
	float: left;
	width: 100px;
}

#Navigation-Menu
{
	margin: 0 auto;	
}




#Navigation-Menu li
{
	display:inline;
	list-style-type:none;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 1.2em;	

}

#Navigation-Menu li a
{
	height:30px;
	line-height: 30px;
	
	background:#000000;
	color: #ffffff;
	
	font-size: .88em;
	
	padding: 0 10px;
}


#Navigation-Menu .current_page_item a
{
	color:#000000; 
	background-color:#FFFFFF;
}




/**
 * Body
 */

#Body
{
	float: left;
	width: auto;
	margin-left: 40px;
	background-repeat: repeat;
	padding-left:12px;
	height:100%;
	clear: both;	
	
	
}



/**
 * Sidebar
 */

#Sidebar
{
	
	float: left;
	width: 193px;
	font-size: 0.85em;
	text-align: right;
	margin-right: 7px;
	
}

#Sidebar ul
{
	color:white;
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#Sidebar h2
{
	color:white;
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}

#Sidebar ul li
{
	color:white;
    padding: 0;
    line-height: 20px;
}

#Sidebar a
{
    color:white;
}

#Sidebar a:hover
{
    color:#CCC;
}

#wp-calendar a{
    color: #a52713;
}
#wp-calendar{
    width: 100%;
}

/**
 */

#header h1 a{
    color: #5b5b5b;
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}

/*******************
 **    Layout     **
 *******************/

#dropshadow {
	
	background-image: url(http://www.jessicaede.com/wp-content/uploads/2009/09/dropshadow.png);
	background-repeat: repeat-x;
	height:20px;
	margin-top:-5px;
	
}

#header_wrapper{
   
    width: 100%;
	
}


/*******************
 **    Content    **
 *******************/

.post{
    padding: 10px 0 10px 0;
    clear: both;
    width: auto;
    float: left;
	margin-top: 25px;
}
.post h2{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 2.2em;
}
.post h2 a{
    color: #5b5b5b;
}
.post h2 a:hover{
    color: #333333;
}
.entry{
    line-height: 3em;
    float: left;
    width: auto;
}
.entryjessicaede{
    line-height: 18px;
    float: left;
    width: 600px;
}
p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    clear: both;
}
p.postmetadata a{
    color: #a52713;
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #5b5b5b;
    border: 4px solid #ccc;
    background: transparent;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/

#footer{
	display:block;
	min-width:900px;
	width: 100%;
	z-index: 5;
	bottom: 0px;
	margin: 0 auto;
	height: 200px;
	background-color: #000000;
	position: fixed;
	top:520px;
	left:0px;
	right:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	padding-top: 0px;
	text-align: center;
}

#footer p{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
}
#footer_logo{
	text-decoration: none;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	
	position: absolute;
	background-color: #000000;
}
#footer_rss{
	float: right; 
	padding-top:10px;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	position: relative;
	background-color: #000000;
	z-index: 20;
}
/*#footer a{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}*/
img {
	background-color:black;
	}
#footer_background{
	min-width:770px;
	width: 100%;
	z-index: 4;
	bottom: 0px;
	margin: 0 auto;
	height: 1000px;
	background-color: #000000;
	position: fixed;
	top:600px;
	left:0px;
	right:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	padding-top: 0px;
	text-align: center;
}

#footer .credit{
    float: right;
}



/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    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-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}