/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	color: #333333;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
}

/* links */
a, a:visited {
	color: #CC0000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
}

a:hover img {  
  border: none;
}

/* headers */
h1, h2, h3, h5 {
	font-family: Arial, Tahoma, Sans-serif;
	color: #CC0000;
}

p {
	line-height: 1.3em;
	padding-top: 4px;
	padding-bottom: 4px;
}
h1 {
	font-size: 140%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h5 {
	font-size: 130%;
	padding-bottom: 10px;
}

h1, h2, h3, p {		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}



/* form elements */
form {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:135px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:90px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0;
	border-top: 5px solid #fff;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
}
#header {
	position: relative;
	height: 130px;
	width:100%;
	padding: 0;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	height: 130px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/Verve_Web_Header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 59px;
	left: 420px;
	width: 416px;
	height: 34px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #000000;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 83px;
	left: 376px;
	width: 513px;
	height: 24px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	width: 850px;
	padding: 0;
	height: 43px;
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 55px;
	background-image: none;
	background-repeat: repeat-x;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;
	border-bottom: none;
	color: #333333;
	font-family: 'Droid Sans', sans-serif;
	
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 45px;
	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFFFFF;
	background-color: #000000;
}
#nav ul li#current a {
	background: #000000 repeat-x;
	color: #CCCCCC;
}

/* Main Column */
.three-col #main {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 200px;
}
.two-col #main {
	margin: 10px 5px 0 200px;
}

#main h1 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 185px;
	margin-top: 10px;
	margin-left: 10px;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
#rightcolumn h1, #sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	color: #CC0000;
	border: none;
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	text-align: left;
	background-image: url(../images/verve_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #999999;
	margin: 0 0 0 20px;
	width: 870px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


#newfooter {
	color: #000;
	margin: 0px 0px 0px 20px;
	width: 870px;
	padding: 0px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	color: #666666;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* jQuery lightBox plugin - Gallery style */

	#gallery {
	width: 450px;
	padding-left: 0px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	
	border-width: 8px 5px 5px;
	background-color: #FFFFFF;
	}
	#gallery ul a:hover img {
	
	border-width: 8px 5px 5px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	}
	#gallery ul a:hover { color: #fff; }


#gallery2 {
		padding: 10px;
		width: 520px;
	}
	#gallery2 ul { list-style: none; }
	#gallery2 ul li { display: inline; }
	#gallery2 ul img {
		border: 0px;
		border-width: 0px;
	}
	#gallery2 ul a:hover img {
	border: 0px;
	border-width: 0px;
	color: #252525;
	background-color: #252525;
	}
	#gallery2 ul a:hover { color: #fff; }
	
#twitter_update_list li {
	list-style-type: none;
	font-size: 100%;
	padding: 10px 8px 8px -5px;
	line-height: 130%;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/icons.png);
	margin-left: 35px;
	margin-top: -2px;
}
	
.tableCellBack2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9A9A9;
	color: #666666;
	font-size: 110%;
}

.tableCellBack2 h6 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	background-image: none;
	background-repeat: repeat-y;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.tableCellBack3 h6 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	background-image: none;
	background-repeat: repeat-y;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


.tableCellBack3 a {
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: bold;
	color: #0066FF;
	margin-top: 10px;
}

.tableCellBack2 a {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0066FF;
	margin-top: 15px;
}

.tableCellBack3 {
	color: #666666;
	font-size: 110%;
}

/*Slider*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
	}
	
.slides_container {
	width:635px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a img {
	width:635px;
	height:198px;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

