/*
Theme Name: Foxy
Description: Custom theme developer for Foxy.
Version: 1.0
Author: Vince Kruger
*/



/* @group Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	}

.entry p{
	margin: 0;
	padding: 0;
	}

#sidebar .page_item a{
	width: 131px;
	height: 21px;
	display: block;
	text-indent: -30000px;
}
.page-item-6 a{background: url(images/button-home.jpg) no-repeat;}
.page-item-7 a{background: url(images/button-jeans.jpg) no-repeat;}
.page-item-9 a{background: url(images/button-swimwear.jpg) no-repeat;}
.page-item-11 a{background: url(images/button-outontown.jpg) no-repeat;}
.page-item-13 a{background: url(images/button-somthingsexy.jpg) no-repeat;}
.page-item-15 a{background: url(images/button-everyday.jpg) no-repeat;}
.page-item-17 a{background: url(images/button-accessories.jpg) no-repeat;}
.page-item-19 a{background: url(images/button-contactus.jpg) no-repeat;}

.page-item-6 a:hover{background: url(images/button-home-hover.jpg) no-repeat;}
.page-item-7 a:hover{background: url(images/button-jeans-hover.jpg) no-repeat;}
.page-item-9 a:hover{background: url(images/button-swimwear-hover.jpg) no-repeat;}
.page-item-11 a:hover{background: url(images/button-outontown-hover.jpg) no-repeat;}
.page-item-13 a:hover{background: url(images/button-somthingsexy-hover.jpg) no-repeat;}
.page-item-15 a:hover{background: url(images/button-everyday-hover.jpg) no-repeat;}
.page-item-17 a:hover{background: url(images/button-accessories-hover.jpg) no-repeat;}
.page-item-19 a:hover{background: url(images/button-contactus-hover.jpg) no-repeat;}

#post-19{
	background: url(images/contact-background.jpg) no-repeat right top;
	height: 588px;
	}
#post-19 img{
	margin: 0 0 0 55px;
	border: 0;
	}
div.wpcf7 {
	margin: 0;
	padding: 28px 0 0 75px !important;
	}
div.wpcf7-mail-sent-ok{
	border: none !important;
	display: inline !important;
	width: 234px !important;
	height: 30px !important;
	background: url(images/mail-sent.gif) no-repeat !important;
	color: transparent;
	margin-left:100px !important;
}
.name-name, .name-email, .name-subject, .name-message{
	text-indent: -30000px;
	display: block;
	width: 133px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: -12px;
	}
.name-name{background-image: url(images/name-name.gif)}
.name-email{background-image: url(images/name-email.gif)}
.name-subject{background-image: url(images/name-subject.gif)}
.name-message{background-image: url(images/name-message.gif)}

/* @end Typography & Colors */



/* @group Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 950px;
	height: 588px;
	overflow: hidden;
	border: 1px solid #ffe6f1;
	}

#header {
	display: none;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 819px;
	/*margin-left: 131px;*/
	}

.clear {
	clear: both;
}

#footer {
	display: none;
	}
/* @end Structure */



/* @group Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* @end Entry Lists */



/* @group Sidebar */
#sidebar
{
	float: left;
	margin: 0;
	padding: 0;
	width: 131px;
	}
/* @end Sidebar */



/* @group Various Tags & Classes */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
#extradiv1{
	margin: 0;
	padding: 0;
	width: 131px;
	height: 223px;
	background: url(images/sidebar-top.jpg) no-repeat left top;
}
	
#extradiv2{
	margin: 0;
	padding: 0;
	width: 131px;
	height: 199px;
	background: url(images/sidebar-bottom.jpg) no-repeat left top;
}
/* @end Various Tags & Classes*/



/* @group Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* @end captions */
