/*
Theme Name: PatEvangelista Theme
Theme URI: http://patriciaevangelista.com/
Description: Theme for PatriciaEvangelista.com
Version: 1.0
Author: Christine Po
Author URI: http://rainbowscraps.net/
*/

* {
	margin: 0;
}

body, 
html {
    	margin:0;
	padding:0;
	height: 100%;
}

body {
    	background: #ffe6eb url('images/tilebg.png') top left repeat;
    	color: #8e7264;
	font-size: 9pt;
	font-family: Georgia;
    	}

#wrap {
	margin: 0px auto 10px auto;
	width: 915px;
	background: url('images/pe_body.png') top left repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}


#push {
	height: 4em;
}


#header p{
	display: none;
}

#header {
	display: block;
	height: 268px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url('images/pe_header.png') top center no-repeat;
	width: 915px;
}


/* _____________NAV_____________ */

#nav {
    width: 915px;
    height: 30px;
    background: #7e5f4e;
}

#nav ul{
    margin: 0 5px 0 5px;
    padding:0;
    list-style:none;
    }
    
#nav li{
    display:inline;
    }
    
#nav li a{
    text-decoration:none;
    padding: 8px 0 0 27px;
    margin-left: 20px;
    color: #ffe2ee;
    float:left;  
    text-align: left;
    font-size: 8pt;
    height: 22px;
}

#nav li a:hover{
    color: #ffffff;
}

#home {
	background: url('images/nav_home.png') center left no-repeat;
}

#about {
	background: url('images/nav_about.png') center left no-repeat;
}

#contact {
	background: url('images/nav_contact.png') center left no-repeat;
}

#exits {
	background: url('images/nav_exits.png') center left no-repeat;
}

#subscribe {
	background: url('images/nav_subscribe.png') center left no-repeat;
}

#home:hover {
	background: url('images/nav_home_h.png') center left no-repeat;
}

#about:hover {
	background: url('images/nav_about_h.png') center left no-repeat;
}

#contact:hover {
	background: url('images/nav_contact_h.png') center left no-repeat;
}

#exits:hover {
	background: url('images/nav_exits_h.png') center left no-repeat;
}

#subscribe:hover {
	background: url('images/nav_subscribe_h.png') center left no-repeat;
}


/* _____________END NAV_____________ */

/* _____________BLOG CONTENT_____________ */

#content {
	width: 465px;
	float: left;
	margin: 10px 10px 10px 20px;
	text-align: justify;
}

#content h2{
	font-size: 2em;
	color: #dc74aa;
	font-weight: lighter;
	letter-spacing: -2px;
	margin: 0 0 10px 0;
	background: url('images/content_title.png') bottom left no-repeat;
}

#content h2 a {
 	color: #dc74aa;
 	font-weight: lighter;
 }

#content h2:first-letter{
	color: #ca5491;
	font-weight: bold;
	font-size: 1.3em;
}

#content h2 a:hover {
	color: #f870a3;
}

.details {
	padding: 3px;
	color: #f870a3;
	font-family: Verdana;
	font-size: 8pt;
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-top: 2px dotted #f5d0df;
}

#content p{
	margin: 0px;
	padding: 0 0 8px 0;
}


/* _____________ENG BLOG CONTENT_____________ */

/*_____________SIDEBAR_____________*/

#sidebar{
	float: right;
	width: 420px;
	font-size: 8pt;
}

#sidebarleft, #sidebarright {
	width: 180px;
	text-align: justify;
	padding: 10px;
}

#sidebarleft {
	float: left;
}

#sidebarright {
	margin-left: 205px;
}

#sidebar h3{
	color: #dc74aa;
	margin: 0 0 5px 0;
	font-size: 1.8em;
	letter-spacing: -1px;
	border-bottom: 2px dotted #7e5f4e;
}

#sidebar p{
	margin: 0px;
	padding: 0 0 5px 0;
}

#content ul, #content ol, #sidebar ul, #sidebar ol {
	margin-top: 0px;
margin-bottom: 10px;
}

#content ul li, #sidebar ul li{
	list-style-image: disc;
}

#content ul li, #sidebar ul li, #content ol li, #sidebar ol li{
	line-height: 16px;
	margin-left: 0px;
}

/* _____________END SIDEBAR_____________*/

/* _____________FOOTER START_____________*/

#footer {
	font-size: 8pt;
	background: url('images/pe_footer.png') top center repeat-y;
	padding-bottom: 6px;
	padding-top: 4px;
	border-top: 10px solid #7e5f4e;
	margin: 0px auto;
	width: 915px;
	height: 4em;
}

#footer p{
	margin: 5px 20px;
	padding: 0;
}

/* _____________END FOOTER_____________*/

/*_____________OTHERS_____________*/

a{
	text-decoration: none;
	font-weight: bold;
	color: #ca5491;
}

a:hover {
	color: #f870a3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	color: #ca5491;
}

.clear{
	clear:both;
        height: 0;
	
}

blockquote {
	padding: 5px 5px 5px 15px;
	margin: 5px 10px 5px 20px;
	font-family: Verdana;
	color: #ca5491;
	border-left: 10px #f870a3 solid;
	background: #ffe4ee;
}

strong {
	color: #f870a3;
	font-family: Verdana;
}

em {
	color: #732115;
}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter {
	text-align: center;
}

/*_____________COMMENTS__________________*/

ol li .commenthead {
	color: #ca5491;
	text-align: left;
	padding-left: 75px;
	background: url('images/comment_bubble.png') bottom left no-repeat;
}

ol li .commentbody {
	padding: 10px;
	font-size: 8pt;
	margin-bottom: 15px;
	background: #fef2f7;
}

ol.commentlist {
	list-style-type: none;
	margin-left: 0px;
}

ol li .commenthead cite{
	letter-spacing: 2px;
	font-style: normal;
	font-size: 10pt;
}

h5#comments, h5#respond {
	font-size: 10pt;
}

#commentform input, #commentform textarea {
	border: 1px solid #ffd1e2;
	background: #fff5fa;
}

#commentform input#button {
	color: #ffffff;
	background: #ca5491;
	border: none;
}

/*_____________IMAGES__________________*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

a img{
	border: none;
}

/*_____________NAVI__________________*/

div.navi {
	margin: 30px 0 10px 0;
}

