/*
This file is part of the Digital Raindrops CMS-portfolio for WordPress and Artisteer
Copyright 2010 David Cox; (email : david.cox@digitalraindrops.net)
Plugin Support: http://www.digitalraindrops.net/Boards/
This CSS file will be loaded last, make any changes to your styles only in this file
*/
/* Start CMS-Portfolio post thumbnail images */
.cms-home-image
{
	float: left;
	overflow: hidden;
	margin-right: 5px;
	width: 290px;
	height: auto;
}

.cms-home-image a.hover, .cms-home-image a:hover
{
	  
}
/* End CMS-Portfolio post thumbnail images */

/* Start Slideshow */
.art-content-layout .cms-slideshow
{
  width: 100%;
  height: 371px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-image: url('images/slideshow_shadow.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* End Slideshow */

/* Start Header Logo */ 
#cms-header-logo
{
	position: absolute;
	float:left;
	height:80px;
	margin-left:5px;
	width:425px;
	overflow:hidden;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
 
}
#cms-header-logo a {
	position: absolute;
	display: block;
	height:75px;
	width: 425px;
}
/* End Header Logo */ 

/* Start Social Links */
.social {
	position:relative;
	float:right;
	width: 400px;
	padding-right:5px;
	padding-top:10px;
	height:80px;
}
.social_inner {
	float:right;
	margin: 0;
	padding:0;
}
/* End Social Links */

/* Start Horizontal Ads */
.adblock {
	position:relative;
	width: 100%;
	padding-left:2px;
	margin-bottom: 10px;
	height:120px;
}
.adblock_inner {
	float:left;
	margin: 2px;
	padding:0;
}
/* End Horizontal Ads */

/* Start Home Posts */
.home-posts {
	position:relative;
	width: 100%;
}
.featured {
	position: relative;
	float:left;
	height:auto;
	width:33%;
	overflow: hidden;
}
/* End Home Posts */

/* Start Footer Container */
/* Footer Panel layout */
.cms-footer
{
	position: relative;
	margin-top: 15px;
	padding: 0;
	border: 0;
	background-color: #141414;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 220px;
	z-index: 1;
} 

.cms-footer-base
{
	position: relative;
	margin-top: 0;
	padding: 0;
	border: 0;
	background-color: #141414;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 1;
}

.cms-footer-inner, .cms-footer-bottom
{
	position: relative;
	margin: 0 auto;
	width: 1020px;
	z-index: 0;
} 

.cms-footer-bottom
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: center;
}

.cms-footer-bottom .art-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 1020px;
  height: 150px;
  bottom: 0;
  left: 0;
}

.cms-footer-bottom .art-footer-text p
{
  margin: 0;
}

.cms-footer-bottom .art-footer-text
{
  display: inline-block;
  font-size: 13px;
}

.cms-footer-bottom .art-footer-text a:link
{
  text-decoration: none;

}

.cms-footer-bottom .art-footer-text a:visited
{
  text-decoration: none;

}

.cms-footer-bottom .art-footer-text a:hover
{
  text-decoration: none;
}

/* Start Layout */
.cms-footer .cms-footer1{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 25%;
} 

.cms-footer .cms-footer2{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 25%;
} 

.cms-footer .cms-footer3{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 25%;
} 

.cms-footer .cms-footer4{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 25%;
} 

/* Begin Styling of Footer Widgets */
/* Start Widgets Container */

.cmsf-Widgets
{
	position:relative;
	z-index:0;
	margin: 0 auto;
	min-width:12px;
	min-height:12px;
} 

.cmsf-Widgets-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.cmsf-Widgets
{
	margin: 10px;
} 

/* End Widgets Container */

/* Begin Widgets Header */
.cmsf-WidgetsHeader
{
	position:relative;
	z-index:0;
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.cmsf-WidgetsHeader .t
{
	height: 30px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;
}

.cmsf-WidgetsHeader .l, .cmsf-WidgetsHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/cmsf-BlockHeader.png');
}

.cmsf-WidgetsHeader .l
{
	left: 0;
	right: 1px;
}

.cmsf-WidgetsHeader .r
{
	width:1020px;
	right:0;
	clip: rect(auto, auto, auto, 1019px);
}

 /* End Widget Header layout */

/* Begin Widgets Content Layout */
.cmsf-WidgetsContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}

.cmsf-WidgetsContent-trc, .cmsf-WidgetsContent-tlc, .cmsf-WidgetsContent-brc, .cmsf-WidgetsContent-blc
{
	position:absolute;
	z-index:-1;
}

.cmsf-WidgetsContent-tb, .cmsf-WidgetsContent-bb,.cmsf-WidgetsContent-br, .cmsf-WidgetsContent-bl
{
	position:absolute;
	z-index:-1;
}

.cmsf-WidgetsContent-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

/* Begin Widgets Container Borders */
.cmsf-WidgetsContent-trc, .cmsf-WidgetsContent-tlc, .cmsf-WidgetsContent-brc, .cmsf-WidgetsContent-blc
{
	width: 12px;
	height: 12px;
	background-image: url('images/cmsf-Block-s.png');
}
.cmsf-WidgetsContent-tlc
{
	top:0;
	left:0;
	clip: rect(auto, 6px, 6px, auto);
}

.cmsf-WidgetsContent-trc
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 6px, 6px);
}

.cmsf-WidgetsContent-blc
{
	bottom: 0;
	left: 0;
	clip: rect(6px, 6px, auto, auto);
}

.cmsf-WidgetsContent-brc
{
	bottom: 0;
	right: 0;
	clip: rect(6px, auto, auto, 6px);
}

.cmsf-WidgetsContent-tb, .cmsf-WidgetsContent-bb
{
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/cmsf-Block-h.png');
}

.cmsf-WidgetsContent-tb
{
	top: 0;
	clip: rect(auto, auto, 6px, auto);
}

.cmsf-WidgetsContent-bb
{
	bottom: 0;
	clip: rect(6px, auto, auto, auto);
}

.cmsf-WidgetsContent-br, .cmsf-WidgetsContent-bl
{
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/cmsf-Block-v.png');
}

.cmsf-WidgetsContent-br
{
	right:0;
	clip: rect(auto, auto, auto, 6px);
}

.cmsf-WidgetsContent-bl
{
	left:0;
	clip: rect(auto, 6px, auto, auto);
}

.cmsf-WidgetsContent-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
/* End Widgets Content Layout */

/* Start Widgets Content Style */
.cmsf-WidgetsContent-body
{
	font-size: 13px;
}

.cmsf-WidgetsContent-body a:visited, .cmsf-WidgetsContent-body a.visited
{
	text-decoration: none;
}

.cmsf-WidgetsContent-body a:hover, .cmsf-WidgetsContent-body a.hover
{
	text-decoration: none;
}

.cmsf-WidgetsContent-body ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.cmsf-WidgetsContent-body ul li
{
	font-size: 13px;
	height: 125%;
	line-height: 1.25em;
	padding: 0px 0 0px 14px;
	background-image: url('images/cmsf-BlockContentBullets.png');
	background-repeat: no-repeat;
	border-bottom: solid 1px #8E0303;
}
/* End Widgets Content */
/* End CMS-Portfolio Widgets Footer Styles */

.nav-search	{
	float:left;
	width:auto;
	height:30px;
    margin-top: 14px;
	margin-left: 10px;
}
.nav-searchbox	{
	position:relative;
	background-color: #141414 !important;
	color:#AAAAAA;
	font-size: 13px;
  	font-weight: normal;
	border: 0px;
	border-left: 1px dotted #8E0303;
	margin: 0px 0px 0px 7px;
	display: inline;
	width:160px;
}
#searchbutton	{	
	background-color: #141414 !important;
	color:#AAAAAA;
    font-size: 13px;
    text-align: center;
	text-transform: uppercase;
	line-height: 20px;
    border: 1px dotted #8E0303;
	margin:0;
    display:inline;
	width:auto;
    height: auto;
	cursor:pointer;
}

#searchbutton:hover
{
	background-color: #8E0303 !important;
	color: #AAAAAA !important;
}