@font-face {
  font-family: Angelina;
  src: url('../fonts/angelina.ttf');
}

body {
	background:#B3A0B5 url(../images/bgmoms.gif) top center repeat-y;
	font: 1em/17px arial,verdana,tahoma, sans-serif;
	color:#222;	
}

/*  HEADERS  */
h1 {
	font:25px Georgia,Times New Roman,Trebuchet;
	display:block;
	margin-top:5px;
	padding-left:10px;
} 
h2 {
	padding-top:10px;
	font:bold 1.2em arial, helvetica, sans-serif;
	color:#ae7e48;
}

h3 {
	font: bold 1.2em arial, helvetica, sans-serif;
	padding-bottom:2px;
	color:#ae7e48;
	border-bottom:1px dotted #efefef;
}
h4{ 
	font: bold 1.em arial, helvetica, sans-serif;
}  
h5 {
	font:bold 12 arial, helvetica, sans-serif;
	color:#ae7e48;
}

h1 a:link, h1 a:visited, h1 a:hover {
	color:#444;
}
h1 span {
	display:block;
	font-size:.5em;
}
h2.singlePageTitle {
	margin: 0 0 10px 0;
	font:bold 1.3em arial, helvetica, sans-serif;
	color:#5F365F;
}
h2.sidebar{
	padding-top:15px;
}
h2.media{
	height:30px;
	font:bold .9em arial, sans-serif;
}
h2.titleFooter {
	margin-bottom:3px;
	font:bold 1.1em arial, tahoma, sans-serif;
	letter-spacing:-1px;
	color:#bd8b43;
	border-bottom:1px dotted #bd8b43;	
}
h2.widgetTitle {
	padding-top:10px;
	font:1px arial, helvetica, sans-serif;
	letter-spacing:-1px;
	color:#ffffff;
}
h3.ad250 {
	padding-top:10px;
}
h3#comments {
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	padding:0;
	font-size:1.2em;
	color:#666;
}
h3#leaveComment {
	margin-top:10px;
	margin-bottom:3px;
	border:none;
	padding:0;
	color:#666;
}
h3.searchResults {
	margin-bottom:15px;
}
h4 a {
	background: url(../images/rss.png) no-repeat left center;
	padding-left:22px;
	float:right;
	margin-left:10px;
	color:#f60;
} 
h4 a:hover{	color:#222;}

/* ***********************************************************
*	Links									*
***********************************************************/
a {
	color:#5f365f;
}
a:hover {
	color:#996699;
}
#footer-credit a {
	color:#fff;
}
#footer-credit a:hover {
	text-decoration:underline;
}
hr {
  border: 0;
  width: 80%;
  color: #ae7e48;
  background-color: #ae7e48;
  height: 1px;
}
/* ********************************************************** */
/*	GENERIC					*/
/***********************************************************/
#wrapper {
	width: 1034px;
	margin: 0 auto;
	padding-bottom:7px;
	background: #fff;
	z-index:0;
}
.postinfo { /* pos info shown under the summary of posts on search results */
	text-align:right;
	padding-top:3px;
	font:.85em verdana, arial, tahoma,sans-serif;
	color:#777;
	border-top:1px dotted #f1f1f1;
	margin-bottom:10px;
	clear:both;
	display:block;
}
.gray { /* Every second post on the main page below the flickr photo stram gets assigned with this class */
	background-color:#f3eff3;
	padding-top:5px;
}
.details { /* This class styles the post details  where the date, comment and read more text is placed on main page. (Featured area, left and right sections below the flickr photos) */
	text-align:right;
	display:block;
	clear:both;
	font:.8em verdana;
}
.mediadetails { /* This class styles the post details  where the date, permalink and comment numbers are placed on video and photos category template. */
	text-align:center;
	display:block;
	clear:both;
	padding-top:5px;
	font:.8em verdana;
}
.navigation {
	display:block;
}
.previous {
	float:left;
}
.next {
	float:right
}
p,
dl,
hr,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	line-height:1.3em;
}
/* ********************************************************** */
/*	HEADER					*/
/***********************************************************/
#header { /*Site logo - Searchbox and navigation bar wrapper */
	position: relative;
	width: 1020px;
	font-size: .8em;
	margin: 0 auto 15px;
	z-index: 10;
}

#cpanel {
	width: 1016px;
	height: 10px;
	margin: 0 auto;
	padding: 0 10px;
	background: #5F365F;
}

#cpanel ul {
	display: none;
}

#header h1 a {
	position: absolute;
	top: 20px;
	left: 10px;
  display: block;
  width: 425px;
  height: 80px;
  background: url(../images/cvmlogo.gif) top left no-repeat;
  text-indent: -9000px;
}

#headerleft {
	width: 626px;
	padding-top:10px;
	float: left;
}

#headerright {
	width: 334px;
	height: 100px;
	float: right;
	padding:10px 0 0;
}
#search {
	position:relative;
	display:block;
	height:35px;
	border:1px solid #ddd;
	background: #f7f7f1;
}
#form {
	padding:5px;
}
#searchform label{
	color:#87d50d;
	font-weight:bold;
	position:absolute;
	left:10px;
	font-size: .9em;
	background: url(../images/bgsearchlabel.gif) no-repeat right center;
	padding:4px 25px 4px 0;
}
#s {
	width: 185px;
	padding: 3px;
	position:absolute;
	left:82px;
}
#searchsubmit {
	background: url(../images/search-btn.gif) no-repeat;
	width: 37px;
	height:25px;
	cursor:pointer;
	position:absolute;
	left:285px;
	border:0;
}
#rss {
	margin-top:5px;
	margin-bottom:5px;
}

#header .ad160x90 {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 160px;
	height: 90px;
}

/* ******************************************** DROPDOWN NAVIGATION - PAGES */
#navpages {
	position: relative;
	width:1020px;
	background:#f3eff3;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	clear:both;
	z-index: 100;
}
#navpages #navpagelist li {
	float: left;
	width: auto;
}
#navpages ul li a {
	display: block;
	width: auto;
	height: 30px;
	color: #222;
	padding:0 12px;
	font: 13px/30px Arial;
}
#navpages ul li a:hover {
	background: #5f365f;
	color:#fff;
}
#navpagelist li li {
	float: left;
	width: 160px;
}
#navpagelist li li a {
	background: #bfafbf;
	color:#222;
	float: none;
	padding:3px 12px 2px;
	border-top: 1px solid #555;
	border-right:0;
	width: 136px!important;
	width:160px;
	width/**/:/**/136px;
}
#navpagelist li li a:hover {
	background: #f9f9f9;
	color:#222;
}
#navpagelist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border-bottom:1px solid #555;
}
#navpagelist li:hover ul {
	left: auto;
	display: block;
}
#navpagelist li:hover ul{
	left: auto;
}

#navpages #adminLinks {
	float: right;
	width: auto;
}

#navpages #adminLinks li {
	float: left;
}

#navpages #adminLinks li a {
	background: #dbd2db;
}

#navpages #adminLinks li a:hover {
	background: #5f365f;
	color:#fff;
}

/**************************************** DROPDOWN NAVIGATION - CATEGORIES */
#navcats {
	position: relative;
	width:1020px;
	background: #fff;
	border-bottom:2px solid #5f365f;
	font: 13px/30px Arial;	
}	
#navcats #navcatlist li {
	float: left;
	width: auto;
}
#navcats ul li a {
	display: block;
	color: #222;
	padding: 0 12px;
	border-right:1px solid #ddd;
}
#navcats ul li a:hover {
	background: #5f365f;
	color:#fff;
}
#navcatlist li li {
	float: left;
	width: 160px;
}
#navcatlist li li a{
	background: #e1d6e1;
	color:#222;
	float: none;
	padding:3px 12px 2px;
	border-top: 1px solid #996699;
	border-right:0;
	width: 136px!important;
	width:160px;
	width/**/:/**/136px;
	line-height: 20px;
}
#navcatlist li li a:hover {
	background: #b287b2;
	color:#222;
}
#navcatlist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border-bottom:1px solid #996699;
}
#navcatlist li:hover ul {
	left: auto;
	display: block;
}
#navcatlist li:hover ul {
	left: auto;
}

#navcats #social {
	float: right;
	list-style: none;
	width: auto;
	padding: 0 12px 0 0;
}

#navcats #social li {
	float: left;
}

#navcats #social li a {
	float: left;
	display: block;
	width: 16px;
	height: 30px;
	margin: 0 0 0 6px;
	padding: 0;
	background: transparent url() center center no-repeat;
	border: 0;
	text-indent: -9000px;
}

#navcats #social li a.flickr {
	background-image: url(../images/flickr_16.png);
}

#navcats #social li a.facebook {
	background-image: url(../images/facebook_16.png);
}

#navcats #social li a.twitter {
	background-image: url(../images/twitter_16.png);
}

#navcats #social li a.rss {
	background-image: url(../images/rss_16.png);
}

/* ********************************************************** */
/*	CONTENT-WRAPPER				*/
/***********************************************************/
#content-wrap {
	width:1020px;
	margin: 0 auto;
	clear:both;
}
/* ********************************************************** */
/*	CONTENT-LEFT COLUMN			*/
/***********************************************************/
#leftcol-wrapper {
	float:left;
	text-align:left;
	background:#f3eff3;
	width: 170px;
}
#leftcolumn {
	padding:5px;
	font-size:.75em;
}

#leftcolumn h3, #leftcolumn h3 a {
  display: block;
  width: 160px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: url() top left no-repeat;
  text-indent: -9000px;
}

#leftcolumn h3.familyNews {
  background-image: url(../images/hd_familynews.gif);
}

#leftcolumn h3.giveaways {
  background-image: url(../images/hd_giveaways.gif);
}

#leftcolumn .widget_categoryposts ul {
	list-style: none;
}

#leftcolumn a.post-title {
	font-size: 14px;
	font-weight: bold;
	color: #ae7e48;
}

#categoryposts-3 {
	
}
/* ********************************************************** */
/*	CONTENT-MIDDLE COLUMN				*/
/***********************************************************/
#singlepage .authorPageInfo {
	width: 500px;
	background: #ccc;
}

#singlepage #nav-above {
  width: 476px;
  height: 25px;
}

#singlepage #nav-above .previous,
#singlepage #nav-above .nav-next {
  float: left;
  display: block;
  width: 48%;
  height: 25px;
}

#singlepage #nav-above .nav-next {
  float: right;
}

#singlepage .authorPageInfo img {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #dadada;
}

h2.pagetitle span {
	font: 24px Arial;
	color: #5F365F;
}

#midcolumn {
	float:left;
	margin-right:10px;
	margin-left:10px;
	display:inline;
	width:520px;
	font-size:.8em;
}

#midcolumn h3, #midcolumn h3 a {
  display: block;
  width: 255px;
  height: 30px;
  background: url() top left no-repeat;
  text-indent: -9000px;
}

#midcolumn h3.featuredBloggers {
  background-image: url(../images/7.gif);
}

#midcolumn h3.guestBloggers {
  background-image: url(../images/hd_themoms.gif);
}

/* MIDDLE COLUMN */
.featuredcontainer {
	background:#f9f9f9;
	width:520px;
}
.featuredinner {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
}
.featuredcontainer img {
	float:left;
	margin-top:3px;
	margin-right:10px;
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}

ul#sideTabs{
	height:31px;
	font-size:1em;
	
	border-bottom:1px solid #ccc;
	font-weight:bold;
	list-style: none;
}

#sideTabs li {
	float: left;border: 0;
}

#sideTabs li a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 8px;
	background: #fafafa;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	font: 12px/30px Arial;
	text-align: center;
}

#sideTabs li a:hover {
	background:#efefef;
}

#sideTabs li a.selected {
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

#gallery {
	margin-top:10px;
	padding:7px;
	background: url(../images/bgPhotoGallery.gif) repeat-x;
}

#gallery a {
	color:#222;
	font:bold .85em georgia, serif;
}
.feaGalPost {
	display:inline;
	float:left;
	width:122px;
	margin-top:5px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
}

#gallery li {
	float: left;
}

#gallery img {
	float: left;
	background:#f5f5f5;
	margin: 0 4px;
	padding:2px;
	display:block;
	border:1px solid #ccc;
}
#midcolumnleft {
	width:255px;
	float:left;
	margin-right:10px;
	display:inline;
	margin-top:10px;
}
#midcolumnright {
	width:255px;
	float:left;
	margin-top:10px;
}
.midcolumnpost {
	margin-bottom:10px;
	padding:0 5px 5px;
}
#midcolumnleft img, #midcolumnright img {
	margin-bottom:5px;
}
/* ********************************************************** */
/*	CONTENT-SIDEBAR			*/
/***********************************************************/
#sidebar{
	width:310px;
	float:left;
	padding-bottom:10px;
	font-size:.8em;
}

.home #sidebar {
	margin: -30px 0 0;
}

#sidebar .widget, #single2ndCol .widget {
  margin: 0 0 20px;
}

#sidebar .widget h3.widgetTitle, 
#sidebar .widget h3.widgetTitle a {
  display: block;
  width: 310px;
  height: 24px;
  background: url() top left no-repeat;
  text-indent: -9000px;
}

#single2ndCol .widget h3.widgetTitle,
#single2ndCol .widget h3.widgetTitle a {
	display: block;
	width: 170px;
	height: 24px;
	background: url() top left no-repeat;
	text-indent: -9000px;
}

#single2ndCol .widget_authors h3.widgetTitle {
	background-image: url(../images/hd_featuredbloggers.gif);
}

#single2ndCol .widget_authors ul {
	list-style: none;	
}

#single2ndCol .widget_authors ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;	
}

#single2ndCol .widget_authors img {
	margin: 0 5px 0 0;
	padding: 3px;
	border: 1px solid #dadada;
}

#single2ndCol .widget_archive h3.widgetTitle {
	background-image: url(../images/hd_archives.gif);
}

#sidebar .widget.widget_whatshot h3.widgetTitle {
  background-image: url(../images/hd_whatshot.gif);
}

#sidebar .widget.ec3_widget_cal h3.widgetTitle {
  background-image: url(../images/hd_eventsCalendar.gif);
}

#sidebar .widget.widget_recent_comments h3.widgetTitle {
  background-image: url(../images/hd_twss.gif);
}

#sidebar .widget.widget_categories h3.widgetTitle {
  background-image: url(../images/hd_categories.gif);
}

#sidebar #text-3 h3.widgetTitle {
	margin-top: 10px;
	background-image: url(../images/hd_subscribe.gif);
}

#sidebar .widget.widget_rrm_popular_posts h3.widgetTitle {
	background-image: url(../images/hd_popularposts.gif);
}

#sidebar .widget.widget_recent_entries h3.widgetTitle {
	background-image: url(../images/hd_mostrecent.gif);
}

#sidebar .widget.widget_most_commented_widget h3.widgetTitle {
	background-image: url(../images/hd_mostcommented.gif);
}

#adcontainer125px .ad1 {
	float:left;
	margin-bottom:10px;
}
#adcontainer125px .ad2 {
	float:right;
	margin-bottom:10px;
}
#adcontainer125px .ad3 {
	float:left;
}
#adcontainer125px .ad4 {
	float:right;
}
#adcontainer250x250 {
	padding:2px;
	background:#f9f9f9;
	border:1px solid #ccc;
}
#sideTabs {
	margin-top:12px;
}
.sidebartabs {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:5px;
	background:#f9f9f9;
}
.sidebartabs ul li {
	line-height:18px;
	color:#666;
	border-bottom:1px dotted #D3D9EB;
	padding-left:18px;
	padding-top:2px;
	padding-bottom:2px;
}

#sidetwo, #sidethree {

}

.sidebartabs ul.recentposts li, #sidetwo li {
	background: url(../images/bgrecentposts.gif) no-repeat left 5px;
}
.sidebartabs a  {
	display:inline;
	color:#666;
}

.sidebartabs a:hover {
	color:#29568f;
	text-decoration:underline;
}

ul#feaTabs {
	width: 520px;
	height: 27px;
	font: bold 14px/26px Arial;
	border-bottom:1px solid #ccc;
}

#feaTabs li {
	float: left;
}

#feaTabs li a {
	display: block;
	float: left;
	height: 26px;
	padding: 0 8px;
	background: #fafafa;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

ul#feaTabs li a:hover {
	background:#efefef;
}

ul#feaTabs li a.selected {
	display: block;
	float: left;
	height: 26px;
	padding: 0 8px;
	background: url(../images/bgtabsfeatured.gif) repeat-x bottom;
	border: 1px solid #ccc;
	color: #000;
	border-bottom:1px solid #fff;
	text-align: center;
}

#tagcloud {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#tagcloud a {
	margin: 0 5px;
	line-height: 105%;
	white-space: nowrap;
	color:#333;
	text-transform: capitalize;
}
#tagcloud a:hover {
	color:#d92100;
}
.widget {
	margin-left:5px;
	text-align:left;
}
.leftcolwidget {
	margin-left:5px;
	text-align:left;
	margin-top:7px;
	margin-bottom:7px;
}
.widget ul, .leftcolwidget ul {
	list-style: square inside;
}

.widget.widget_whatshot ul {
	list-style: none;
}

.widget ul li,.leftcolwidget ul li {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
.widget li ul li,.leftcolwidget li ul li {
	border:none;
}
.widget ul li a,.leftcolwidget ul li a  {
	color:#777;
	display:inline;
	font:1em Tahoma,Arial,"Trebuchet MS",Verdana;
}
.widget ul li a:hover, .leftcolwidget ul li a:hover {
	color:#29568f;
	text-decoration:underline;
}
.widget ul ul,.leftcolwidget ul ul{
	margin-left:10px;
}
/* ********************************************************** */
/*	CONTENT-SINGLE POST PAGE			*/
/***********************************************************/
#singlepage { /* Content area container on single post page */
	width: 500px;
	/*width:530px;
	width: 680px;*/
	margin-right:10px;
	padding: 0 10px;
	float:left;
	display:inline;
	font-size:.8em;
}

#singlePost {
	background:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
}

#singlePost .postmeta {
	margin: -10px 0 5px 0;
	font: italic 11px Verdana;
}

#photoGalleryItem {
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-top:5px;
}
.aligncenter {
	margin:0 auto;
	display:block;
}
.wp-caption img {
	margin-bottom: 5px;
	padding:4px;
	border: 1px solid #ddd;
	background-color:#FFFFFF;
}
.wp-caption-text {
	text-align:center;
	font-size:11px;
	padding-bottom: 2px;
	width: auto;
	font-weight: bold;
}
#singleimage, .autoThumb { 
	float:left;
}
#singleimage img {
	margin-top:4px;
	margin-right:10px;
}
#singlepostinfo {
	background:#f9f9f9;
	padding:10px;
	display:block;
	float:none;
	clear:both;
	border:1px solid #ccc;
	border-top:none;
	font:.8em/1.4em verdana;
}

#singlepostinfo .avatar {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #c5c5c5;
}

#singlePost ul, #page ul{
	padding-bottom:10px;
	list-style: square inside;
}
#singlePost ol, #page ol{
	padding-bottom:10px;
	list-style: decimal inside;
}
#singlePost li, #page li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color:#4c4c4c;
}
.photoTitle {
	font:1em georgia, "trebuchet ms", serif;
	text-align:center;
	height:10px;
}
.medias {
	border-bottom:1px solid #ccc;
	float:left;
	padding:3px;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	width:169px!important;
	width:175px;
	width/**/:/**/169px;
}
#videoinfo {
	background: #f7f7f7;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	clear:both;
	float:none;
	display:block;
	margin-bottom:10px;
}
.post_avatar { padding: 2px; margin: 0; border: 1px solid #ddd; background: white; }
.featavatar { float: left; padding: 2px; margin-right: 3px; border: 1px solid #ddd; background: white; }
/*
.titles { float: left; padding: 2px; margin-right: 3px;  background: white;}
*/
/* ********************************************************** */
/*	CONTENT-SINGLE POST PAGE SECOND COLUMN		*/
/***********************************************************/
#single2ndCol {
	width:170px;
	font-size:.8em;
	float:left;
	margin-right:10px;
}
/******************************* BLOCKQUOTE AND CODE STYLE - STYLE IS APPLICABLE FOR BOTH ENTRIES AND COMMENTS */
blockquote {
	padding: 2px 10px;
	background: #e1d6e1;
	color:#369;
	clear:both;
	border:1px solid #cccccc;
	margin-bottom:10px;
}
code {
	color:#444;
	font:11px/17px tahoma, arial, sans-serif;
	display:block;
}
blockquote p {
	font-size: 11px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color:#369;
}
blockquote a {
	color:#5f365f;
	text-decoration:underline;
}
blockquote a:hover {
	color:#039;
}
/**********************************************************
*	FOOTER		
***********************************************************/
#footer {
	width:1034px;
	padding-top:15px;
	padding-bottom:10px;
	font:.8em arial, verdana, sans-serif;
	background:#111;
	margin: 0 auto;
	color: #ccc;
}
#footer1 {
	width:450px;
	float:left;
	margin-left:10px;
	display:inline;
}
#footer1 li {
	float:left;
	padding:6px 7px 0;
	display:inline;
	margin-right:4px;
	margin-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:.85em;
	line-height:13px;
}
#footer1 li.liOff {
	border:1px solid #2a2a2a;
	color:#ccc;
	background:#333;
	height:52px!important;
	height:58px;
	height/**/:/**/52px;
	width:200px!important;
	width:216px;
	width/**/:/**/200px;
}
#footer1 li.liOn {
	border:1px solid #333;
	color:#ccc;
	background:#1a1a1a;
	height:52px!important;
	height:58px;
	height/**/:/**/52px;
	width:200px!important;
	width:216px;
	width/**/:/**/200px;
}
#footer1 li a {	
	font-size:1.2em;
	margin-bottom:3px;
	display:block;
	color:#88af00;
}
#footer1 li a:hover {
	color:#88AF00;
	text-decoration:underline;
}
#footer2 {
	width:200px;
	float:left;
	margin-left:12px;
	display:inline;
}
#searchCat  select, #archiveform  select, #cat, #googlequery{
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	color: #555;
	font: .9em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	width:190px;
	padding: 1px;
}
#footer2 span {
	display:block;
}
#footer3 {
	width:290px;
	float:left;
	color:#88AF00;
	margin-left:12px;
	display:inline;
}
#footer3 a {
	color:#ccc;
	text-decoration:none;
}
#footer3 a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer4 {
	float:left;
	width:609px;
	margin-left:10px;
	display:inline;
}
#footer4 a img{
	float:left;
	margin:3px;
	display:inline;
	padding:2px;
	border:1px solid #333;
	background:#1a1a1a;
}
#footer4 a:hover img{
	border:1px solid #509700;
	background:#f90;
}
#footer5 {
	float:left;
	margin-left:13px;
	display:inline;
	width:341px;
}
#footer-credit {
	margin:0 auto;
	background:url(../images/bgCredit.gif) repeat-x;
	font-size:.6em;
	text-align:right;
	color:#ccc;
	width:1034px;
}
span.creditLinks {
	display:block;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:4px;
}





/* ***********************************************************
*	COMMENT  	*
***********************************************************/
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */
	display:block;
	margin-top:7px;
	background:#f9f9f9;
	padding:3px 5px;
	font-weight:bold;
}
ol.commentlist li { /* Comment Wrapper */
	border:1px solid #d5d5d5;
	height:1%;
	margin:0 0 10px;
	padding:5px 5px 5px 53px;
	position:relative;
}
li div.vcard { /* Font style for comment author link*/
	font:bold 12px verdana, arial,sans-serif;
	font-style:normal;
	padding:0 80px 0 0; 
	margin:5px 0;
}
li div.vcard img.avatar { /* Avatar style between comments */
	border:1px solid #d5d5d5;
	padding:2px;
	background:#fff;
	left:5px;
	position:absolute;
	top:7px;
}
li div.comment-meta { /* Style for date of comment */
	font:bold 10px/1.4 helvetica,arial,sans-serif;
	position:absolute;
	right:10px;
	text-align:right; 
	top:10px;
}
li div.comment-meta a {
	color:#8F8F8F;
}
li div.comment-meta a:hover {
	text-decoration:underline;
}
ol.commentlist li p { /* Comment font style */
	font:normal 12px helvetica,arial,sans-serif;
} 
li div.reply {  /* Reply button style */
	background:#666;
	border:1px solid #666;
	color:#fff; 
	font:bold 9px helvetica,arial,sans-serif; 
	padding:3px 4px;  
	text-align:center; 
	width:36px;
}
ol.commentlist li div.reply:hover {
	background:#d92100;
	border:1px solid #c00;
}
li div.reply a {
	color:#fff;
	text-transform:uppercase;
}
ol.commentlist li ul.children { /* Inner comment style */
	margin-top:10px;
}
li.depth-2,li.depth-3,li.depth-4,li.depth-5 { /* inner comment margin-bottom */
	margin:0 0 .20em;
}
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
	background:#fff;
}
ol.commentlist li.odd { /* Background color for 2-4-6... no comments */
	background:#f9f9f9;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

/* ******************************************************** */
/* COMMENT FORM */
/* ******************************************************** */
p#noComment {
	font:bold .8em verdana, tahoma, arial, sans-serif;
	background:#f7f7f7;
	padding:4px 4px 4px 10px;
}
#commentform {
	font-family:verdana, tahoma, arial, sans-serif;
	background: url(../images/bgWriteComment.gif) repeat;
	padding:15px 15px 0;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	margin-bottom:4px;
}
#commentform cite {
	font-size:.9em;
}
#commentform label {
	font-size:.8em;
	padding-left:0px;
	font-family:verdana, tahoma, arial, sans-serif;
}
#author,#email,#url {
	font: 11px verdana,Arial, Helvetica, sans-serif;
	width: 40%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#commentform textarea {
	font: 90% Arial, Helvetica, sans-serif;
	width: 90%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
}
#submit {
	background: url(../images/submit.gif) no-repeat left;
	width: 112px;
	height:24px;
	border:none;
	line-height:0px;
	cursor:pointer;
}
#submit:hover {
	cursor:pointer;
	background: url(../images/submit.gif) no-repeat right;
	width: 112px;
	height:24px;
}

.authorInfo {
	margin: 0 0 10px;
	padding: 0 0 00px;
	border-bottom: 2px solid #ccc;
}

.authorInfo p {
	margin: 0 0 10px;
	padding: 0;
}

.authorInfo p.url {
	margin: 0;
}

.authorInfo p.occ,
.authorInfo p.url {
	font: bold 11px Verdana;
}


#singlepage p.giveawayDate {
	font-weight: bold; 
	font-size: 20px;
	font-family: 'Angelina', Arial !important;
	color: #B18451;
}

#singlepage p.giveawayEnter a {
	display: block;
	height: 25px;
	padding: 0 10px;
	background: #5F365F;
	line-height: 25px;
	color: #fff;
	text-align: center;
}

#singlepage p.giveawayEnter a:hover {
	background: #4F274F;
}

.fbconnectbtn {
	position: absolute;
	top: -1px;
	left: 860px;
}

.FB_share_button {
	float: right;
	margin: 0 0 0 10px;
}

/* homepage gallery */
#galleryWrap,
#gallery li {
  position: relative;
  width: 520px;
  height: 250px;
	margin: 0;
	padding: 0;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}

#midcolumn #galleryWrap ul {
	margin: 0;
	padding: 0;
}

#midcolumn #galleryWrap h3,
#midcolumn #galleryWrap h3 a,
#midcolumn #galleryWrap p {
	width: auto;
	height: auto;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font: 12px/14px Arial;
}

#midcolumn #galleryWrap h3 a {
	font-weight: bold;
}

#midcolumn #galleryWrap p {
	font: 11px Arial;
	line-height: 14px;
}

#midcolumn #gallery .tooltip {
  position: absolute;
  top: 200px;
  left: 0;
  width: 800px;
  height: 50px;
  background: #000;
  opacity: 0.4;
	filter: alpha(opacity = 40);
}

#midcolumn #gallery .wrap {
  position: absolute;
  top: 205px;
  left: 0;
  width: 490px;
  height: 50px;
  padding: 5px 15px 0;
  color: #fff;
}

#midcolumn #gallery a.img img {
	float: none;
	border: 0;
	padding: 0;
	margin: 0 auto;
}

#midcolumn #gallery a.img {
	display: block;
	width: 520px;
	height: 250px;
	padding: 0;
	margin: 0;
}

#midcolumn #gallery .wrap h3 {
  font: bold 13px Arial;
}

#next2, #prev2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 200px;
  background: transparent url('../images/btn_gallery_prev.png') center center no-repeat;
  text-indent: -9000px;
	z-index: 10;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

#next2:hover, #prev2:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
} 

#next2 {
  left: 480px;
	background-image: url('../images/btn_gallery_next.png');
}

/* Event Cal */

.story div.DemoWrapper
{
	display: block;
	width: 460px;
	min-height: 130px;
	padding: 5px;
}

div.DemoWrapper label.ZventsSponsoredLabel
{
	display: block;
	margin: 0 0 5px;
	font: 14px/20px Georgia;
	color: #003663;
}

div.DemoWrapper ul.ZventsSponsoredList
{
	margin: 0;
}

div.DemoWrapper ul.ZventsSponsoredList a
{
	color: #5F3563;
}

div.DemoWrapper ul.ZventsQuickDayList
{
	margin: 0;
	padding: 0;
}

div.DemoWrapper ul.ZventsQuickDayList li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: inside none;
}

div.DemoWrapper ul.ZventsQuickDayList li .ZventsDayButton
{
	float: left;
	margin: 0 2px 0 0;
	background: #eee;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	color: #333;
}

div.DemoWrapper ul.ZventsQuickDayList li .ZventsDayButton:hover
{
	border: 1px solid #333;
}

div.DemoWrapper ul.ZventsQuickDayList li .ZventsDayButton.ZventsDayButtonToday
{
	background: #ddd;
}

div.DemoWrapper ul.ZventsQuickDayList li .ZventsDayButton span.ZventsDayButtonDate
{
	display: block;
	width: 42px;
	height: 18px;
	background: #603562;
	color: #fefefe;
	line-height: 18px;
}

div.DemoWrapper ul.ZventsQuickDayList li .ZventsDayButton span.ZventsDayButtonDay
{
	display: block;
	width: 42px;
	height: 22px;
	background: #fff;
	font: bold 10px/20px Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}

div.DemoWrapper ul.ZventsEventList
{
	margin: 0;
	padding: 0;
	list-style: disc inside;
}

div.DemoWrapper ul.ZventsEventList li
{
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

.widget div.DemoWrapper ul.ZventsEventList li {
  margin: 0 0 3px;
  padding: 3px;
}

div.DemoWrapper ul.ZventsEventList li span.ZventsEventTime
{
	font-weight: bold;
}

div.DemoWrapper ul.ZventsEventList li span.ZventsEventDate
{
	font-weight: bold;
}

div.DemoWrapper ul.ZventsEventList li a.ZventsEventName
{
	color: #603562;
}

div.DemoWrapper ul.ZventsEventList li a.ZventsEventName:hover
{
	text-decoration: none;
}

div.DemoWrapper a#addEvent
{
	border: 0;
	background: #222 url(/wp-content/themes/clovisind2010/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial, sans-serif;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	background-color: #ac7710;
}

div.DemoWrapper a#addEvent:hover
{
	background-color: #111;
}

div.DemoWrapper a#addEvent:hover
{
	background-color: #8F6108;
}


