/*  
Theme Name: Verve
Theme URI: http://bjvicks.com/
Description: BJ Vicks
Version: 1
Author: BJ Vicks
Author URI: http://bjvicks.com/

*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
a, .pink {
	color: #a70058;
}
h2 {
	font-size: 1.5em;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #c1bcbc;
	color: #000;
	text-align: center;
}
#content {
	width: 1018px;
	min-height: 875px;
	margin: 0 auto;
	border-left: 5px solid #7d7d7d;
	border-right: 5px solid #7d7d7d;
	background: #000 url(images/bg.jpg) no-repeat;
	padding-bottom: 80px;
}

/* HEADER */
#header {
	text-align: left;
	width: 1018px;
	margin: 0 auto;
	background: transparent;
}
#navdiv {
	position: relative;
	top: -20px;
	left: 242px; /*300*/
	width: 650px;
	color: #FFF;
	font-size: 1.2em;
	text-align: right;
}
#navdiv #contactinfo {
/* 	margin-right: 58px; */
}
#navdiv span {
	text-align: right;
}
#header ul#nav {
	list-style: none;
	margin-top: 15px;	
}
#header ul#nav li {
	display: inline;
	background: #000 url(images/pinkdot.gif) 0 5px no-repeat;
	padding: 0 6px 0 12px;
}
#header ul#nav li.first_listitem {
	background-image: none;
}
#header ul#nav li a {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
}
#vervelogo {
	position: relative;
	top: 25px;
	left: 125px;
}

.copyright_privacy {
	color: #AAA;
	margin: 2px auto;
	width: 800px;
}
.copyright_privacy a {
	color: #AAA;
}

/* POSTS */
#posts {
	margin-top: 70px;
}
.post {
	width: 800px;
	margin: 0 auto;
}

.post_top {
	background: transparent url(images/post_top.png) no-repeat;
	height: 68px;
	width: 800px;
}
.entry {
	width: 794px;
	background-color: #FFF;
	border-left: 3px solid #c1bcbc;
	border-right: 3px solid #c1bcbc;overflow: hidden;
	
}
.news_entry {
	border-bottom: 1px dashed #a70058;
	width: 420px;
	display: block;
	margin-bottom: 10px;
}
.post_bottom {
	background: transparent url(images/post_bottom.png) no-repeat;
	height: 45px;
	width: 800px;
}
.post h2, .post p {
	margin: 0 auto;
	width: 420px;
	text-align: left;
}
.post p {
	font-size: 1.2em;
	margin: 8px 0;
}
.post h2, .post h2 a {
	color: #a70058;
	text-decoration: none;
	margin-left: 0;
	margin-bottom: 5px;
}
h2.date {
	font-size: 1.1em;
	color: #000;
	margin: 0;
}
#col1 {
	float: left;
}
#col2 {
	float: left;
	display: inline;
	padding-top: 25px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 454px;
}
#col3 {
	margin: 0 auto;
}
#leftcol_img {
	border: 4px solid #7d7d7d;
	margin: 25px 25px 25px 45px;
}
.header_image {
	float: left;
	margin: 30px 0 0 35px;
}

/* Google Map */
#googlemap {
	float: left;
	display: block;
	margin: 0;
}
#contactform {
	width: 400px;
}
/* Employee About Page */
.employee {
	width: 794px;
	float: left;
	margin: 10px 0;
}
.employee p {
	width: 725px;
	margin: 10px auto;
}
.employee_image {
	float: left;
	display: inline;
	margin-left: 35px;
}
.employee_image img {
	border: 4px solid #7d7d7d;
}
.employee_desc {
	width: 520px;
	float: left;
	margin-left: 30px;
}
.employee_desc p {
	width: 520px;
	margin: 10px;
}
.employee_desc h2 {
	width: 520px;
	margin: 0 10px 10px 10px;
}


/* PORTFOLIO */
#flash_portfolio {
	margin: 0 auto;
	display: inline;
}

.ngg-galleryoverview, .ngg-albumoverview {
	margin-left: 30px;
/* 	margin-bottom: 10px; */
}

.ngg-galleryoverview {
	margin-bottom: 10px;
}

/* FORMS */
#contactform td {
	text-align: left;
	font-weight: bold;
	height: 24px;
}
#contactform input[type="submit"] {
	margin-top: 20px;
}


/* POPUPS */
.bubbleInfo {
    position: relative;
	display: inline;
}

.popup {
    position: absolute;
	margin: 20px 0 0 200px;
    display: none; /* keeps the popup hidden if no JS available */
    background: #FFF;
    width: 400px;
    border: 3px solid #a70058;
}

.popup p {
	width: 380px;
	font: 1em/1.5em normal Verdana, Arial, Sans-Serif;

}
.popup h2 {
	margin: 10px 0 0 10px;
}