/*
Theme Name: Eva Vega Diversity - Main Theme
Theme URI: http://pimnyc.com/
Version: 1.0
Author: Fahmy Ferdian D
Author URI: http://vectoraspect.com/
Tags: orange, custom header, fixed width, two columns, widgets


	This theme was designed and built by Fahmy Ferdian D,
	whose blog you will find at http://vectoraspect.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.jpg) repeat;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

#wrap{
	width:894px;
	margin:0 auto;
}

#header{
	background:url(images/header.png) no-repeat;
	height:224px;
	width:894px;
}

#header img{
	margin:30px 0 0 32px;
}

#body{
	background:url(images/body-bg.png) repeat-y;
	padding:0 24px;
}

#content{
	padding:10px;
}

#main-content{
	width:560px;
	float:right;
margin-right:5px;
}

#main-content p{
	color:#494949;
	font-size:13px;
	line-height:22px;
	padding-right:10px;
}

#main-content ul{
	font-size:13px;
	color:#b67a06;
	line-height:22px;
	padding:0 0 0 15px;
}

#footer{
	background:url(images/footer.png) no-repeat;
	height:35px;
	width:894px;
}

#footnotes{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#ff6c00;
	padding:2px 10px;
}

#footnotes a{
	text-decoration:none;
	color:#fff;
}

#footnotes a:hover{
	text-decoration:underline;
}

#copyright{
	float:left;
}

#email{
	background:url(images/email-ico.jpg) no-repeat;
	float:left;
	padding-left:18px;
	margin-left:5px;
}

#phone{
	background:url(images/phone-ico.jpg) no-repeat;
	float:left;
	padding-left:18px;
	margin-left:4px;
}

#creator{
	float:right;
}

#bar{
	width:245px;
	float:left;
}
.clear{
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}

.content-image{
	padding:5px;
	margin:5px;
}

#bar ul, #bar li{
	margin:0;
	padding:0;
}

#bar li{
	list-style:none;
	height:29px;
	font-size:0px;
	border-bottom:1px solid #ea7e0a;
	padding: 1px 0;
	margin:0 0 2px 0;
}

#bar li.active, #bar li:hover{
	background:url(images/active.png) no-repeat;
}

#bar li.active.long, #bar li.long:hover{
	background:url(images/active-long.png) no-repeat;
}


#bar li a{
	display:block;
}

#bar li a#home{
	background:url(images/home.png) no-repeat;
	width:244px;
	height:29px;
}

#bar li a#about{
	background:url(images/abouteva.png) no-repeat;
	width:244px;
	height:29px;
}

#bar li a#services{
	background:url(images/services.png) no-repeat;
	width:244px;
	height:29px;
}

#bar li a#blog{
	background:url(images/blog.png) no-repeat;
	width:244px;
	height:29px;
}

#bar li a#testimonials{
	background:url(images/testimonials.png) no-repeat;
	width:244px;
	height:26px;
}

h2{
	font-size:19px;
	font-weight:normal;
padding:0;
margin:0;
}

h2 a{
text-decoration:none;
color:maroon
}

h2 a:hover{
text-decoration:none;
color:black;
}

pre{
	background-color:#d4d4d4;
	padding:10px;
	white-space:normal;
	line-height:22px;
	color:#494949;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
width:520px;
}

small{
font-size:10px;
}

.testimonials strong{
	font-size:10px;
	color:#494949;
}

p.postmetadata a{
text-decoration:none;
color:maroon;
}

p.postmetadata a:hover{
text-decoration:underline;
color:black;
}

.entry{
margin-left:-5px;
}