/*
Theme Name: Eva Vega Diversity
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:30px auto 0 auto;
}

#header{
	background:url(images/header.png) no-repeat;
	height:224px;
	width:894px;
	margin-left:5px;
}

#header img{
	margin:50px 0 0 32px;
}

#header img.hollographic{
	margin:-30px 35px 0 0;
	float:right;
}

#body{
	background:url(images/body-bg.png) repeat-y;
	padding:0 24px;
}

#content{
	padding:10px;
}

#main-content{
	width:550px;
	float:left;
	padding-left:10px;
}

#main-content p{
	color:#494949;
	font-size:13px;
	line-height:22px;
	padding-right:10px;
}

#main-content h2{
	margin:0;
	padding:0;
}

#main-content a{
	color:#9f1d35;
	text-decoration:none;
}

#main-content a:hover{
	color:#9f1d35;
	text-decoration:underline;
}

#main-content h2 a{

	color:#9f1d35;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
}

#main-content h2 a:hover{
	color:#9f1d35;
	text-decoration:underline;
}

#main-content ul{
	font-size:13px;
	color:#9f1d35;
	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:right;
	text-align:right;
	margin-right:-230px;
	font-size:13px;
}
.clear{
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}

.content-image{
	padding:5px;
	margin:5px;
}

#menu{
	clear:both;
	padding-top:20px;
	color:#9f1d35;
}

#bar ul, #bar li{
	margin:0;
	padding:0;
}

#bar ul#bar li{
	list-style:none;
	height:29px;
	font-size:0px;
	border-bottom:1px solid #c4808d;
	padding: 1px 0;
	margin:0 0 2px 0;
}

#bar ul#bar li.active, #bar ul#bar li:hover{
	background:url(images/active.png) no-repeat;
}

#bar ul#bar li.active.long, #bar ul#bar li.long:hover{
	background:url(images/active-long.png) no-repeat;
}

#bar ul{
	text-align:right;
	list-style:none;
	font-size:13px;
	margin-bottom:10px;
	color::#9f1d35;
}

#bar li{
	line-height:22px;
}

#bar li a{
	display:block;
	color:#9f1d35;
	text-decoration:none;
}

#bar li a:hover{
	color:#000;
}

#bar li a#home{
	background:url(images/home.png) no-repeat;
	width:244px;
	height:29px;
}

#bar li a#about{
	background:url(images/about.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 h2{
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#9f1d35;
}

#bar li a#testimonials{
	background:url(images/testimonials.png) no-repeat;
	width:244px;
	height:26px;
}

h2{
	font-size:19px;
	font-weight:normal;
}

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;
}

.testimonials strong{
	font-size:10px;
	color:#494949;
}

textarea#comment{
	width:400px;
	height:100px;
}

.comment-body{
	font-size:13px;
}

.comment-body p{
	background-color:#CCC;
	padding:5px;
	font-style:italic;
}

input#email{
	background:none;
	background-color:#fff;
	border:1px solid #7f9DB9;
	padding:0;
	margin:0 5px 0 0;
	height:20px;
}

.post{
	border-bottom:1px solid #999;
	padding:20px 0;
}