/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Custom child theme for PRO Members.
Version: 1.40
Author: Drew Strojny
Author URI: http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Page Templates
-----------------------------------------------------------*/
#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }
body.page-template-left-sidebar-php #sidebar {
	width: 300px;
	float: left;
	padding: 0;
}
body.page-template-left-sidebar-php #content {
	width: 600px;
	float: right;
	padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Custom Replace Img with CSS
-----------------------------------------------------------*/

    #title-logoCustom h1 {
     position: relative;
	 top:-10px;
	 left:-5px;
	 width:610px;
	 height:60px;
	 background-image:url("/wp-content/themes/myvigilance/images/elite_airbrush_tattoo_banner.jpg");
	 background-repeat:no-repeat;
	 text-indent: -9999px;
	}


/* NextGen
-----------------------------------------------------------*/

div.pagerbox a {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 10px;
	display:-moz-inline-box;
	display: inline-block;
	font-weight: normal;
	color: #772124;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-decoration: none;
}

div.pagerbox a:hover, div.pagerbox a:active, div.pagerbox .current {
	border: 1px solid #000000;
	font-size: 10px;
	display:-moz-inline-box;
	display: inline-block;
	font-weight: normal;
	color: #ffffff;
	background-color: #58181b;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}

/*
Used in Services Page
-----------------------------------------------------------*/
td.sTable{background-color:#ffffff";}
#rss-feed  { padding-top: 0px; }

/*
Business Card
-----------------------------------------------------------*/

div.card1 {
height: 171px;
width: 300px;
margin:0;
padding:0;
background-image:url("http://www.eliteairbrushtattoo.com/wp-content/uploads/2009/09/business_card_details.png");
}

div.card1 a, div.card1 a:link, div.card1 a:visited {
display:block;
}

div.card1 img {
width:100%;
height:100%;
border:0;
}

div.card1 a:hover img {
visibility:hidden;
}

div.card2 {
height: 171px;
width: 300px;
margin:0;
padding:0;
background-image:url("http://www.eliteairbrushtattoo.com/wp-content/uploads/2009/09/business_card_details.png");
}

div.card2 a, div.card2 a:link, div.card2 a:visited {
display:block;
}

div.card2 img {
width:100%;
height:100%;
border:0;
}

div.card2 a:hover img {
visibility:hidden;
}

/*
Bring Back Bold Links
-----------------------------------------------------------*/

//a:link, a:visited { font-weight: bold; }