/*
Theme Name: wpShopLight
Theme URI: http://wpshop-reloaded.sarah-neuber.de/
Description: A child theme of wpShop with light tones.
Template: wpShop
Author: Sarah Neuber
Author URI: http://www.sarah-neuber.de
Version: 1.0
*/
@import url(../wpShop/style.css);
/*

STYLE SHEET FOR [MODROPHENIA CLOTHING]
Created by [DAVID CHADWICK]
[WWW.DAVID-CHADWICK.COM]

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/


/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
		}

body {
        font: 1.2em Verdana, Arial, Tahoma;
        background: #fff url(images/modbg.gif) 0 0 repeat-x;
		}


		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 998px;
	margin: 0 auto;
        padding: 30px 0 25px;
        margin-top: 0;
		}

#header {
	width: 950px;
        height: 97px;
        padding-left: 20px;
}
		
#logo {
	width: 232px;
        height: 97px;
	float: left;
	background: #bb3c3c url(images/logocurve.gif) 0 0 no-repeat;
	margin-right: 50px;
	margin-left: 30px;
		}

#shoppingNavHolder {
	width: 638px;
        height: 97px;
	float: left;
}


#shopping {
	width: 638px;
	height: 52px;
}

#items {
	width: 150px;
	height: 52px;
	float: right;
	text-align: right;
        margin-right: 35px;
}

.freeShipping {
       width: 128px;
       height: 30px;
       float: right;
       text-align: center;
       margin-right: 10px;
       color: #333;
       background: #eee;
       border: 2px solid #bab9b9;
       padding: 2px 5px 5px;
}

span.free {
       font-size: 1.1em;
       font-weight: bold;
}  

#searchArea {
	width: 268px;
	height: 52px;
	float: right;
}

#searchBar {
	width: 186px;
	float: right;
}

#searchBar .postform {
	font-family: Tahoma, Verdana;
	font-size: 1em;
	color: #7e7e7e;
	background-color: #FFFFFF;
	border: 1px solid #b2b2b2;
	width: 170px;
	margin: 8px 0 0;
	padding: 5px;
}

.searchGo {
        width: 61px;
	float: right;
	margin: 4px 0 0;
}



#sidebar {
	width: 232px;
	float: left;
	margin-left: 50px;
	margin-right: 12px;
}

#sidebarBox {
        width: 212px;
	background: #bb3c3c;
	padding: 12px 10px 11px;
        margin-bottom: 14px;
}

#sidebar .postform {
	font-family: Tahoma, Verdana;
	font-size: 0.9em;
	color: #7e7e7e;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	width: 170px;
	margin: 8px 0 0;
	padding: 4px;
}

#content {
	width: 676px;
	float: left;
	padding: 12px 0;
		}

#advert {
	width: 682px;
	margin-bottom: 10px;
}

#styleHolder {
	width: 200px;
	float: left;
}

.itemHolder {
	width: 720px;
        margin-bottom: 20px;
}

.item, .prod, .prod_info {
        background: #fff;
}

.latestItems {
	width: 720px;
	margin-bottom: 15px;
	padding: 0;
}

.latestItems .item {
	width: 152px;
	float: left;
	margin-right: 20px;
	border: 1px solid #9e9fa0;
	margin-bottom: 0;
        text-align: center;
}

#featuredArea {
	width: 696px;
	margin-bottom: 30px;
}

#featuredItem {
	width: 444px;
	float: left;
	background: #eee;
	padding: 10px;
	margin-right: 20px;
}

#featuredItem .item {
	width: 152px;
	float: left;
	background: #fff;
	margin-right: 20px;
	border: 1px solid #9e9fa0;
	text-align: center;
	margin-bottom: 0;
}

#trackOrder {
	width: 192px;
	float: left;
	padding: 10px 0;
}

#productImages {
	width: 302px;
	height: 438px;
	float: left;
	margin-right: 12px;
	margin-bottom: 21px;
}

#productInfo {
	width: 342px;
	height: 416px;
	float: left;
	background: url(images/dottedLine.gif) 0 3% no-repeat;
	padding: 24px 10px 0;
	margin-bottom: 21px;
}

.itemDesc {
        width: 342px;
        height: 110px;
}

.dottedBreak {
	width: 342px;
        height: 35px;
	background: url(images/dottedLine.gif) 0 100% no-repeat;
}

#product {
        width: 300px;
        height: 354px;
	border: 1px solid #9e9fa0;
	margin-bottom: 15px;
}

.otherItems {
	width: 652px;
	padding: 12px;
	background: #222 url(images/halfModLogoSmall.png) 100% 100% no-repeat;
	color: #fff;
	margin-bottom: 30px;
}

.notFound {
        width: 676px;
        margin: 0;
}

.break {
	width: 920px;
	height: 0;
	border-top: 2px solid #4e4f4f;
	margin-left: 14px;
	margin-bottom: 0;
}

#footer {
	width: 950px;
	height: 100px;
	margin: 0 auto;
        background: #fff;
	padding: 0 12px 0 36px;
		}

	/* float-clearing rules */


.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}


.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

		
		
/* ---------- 3. links and navigation ---------- */

a {
	color: #4e4f4f;
	text-decoration: underline;
		}
		
a:hover {
		}

#navigation {
	width: 633px;
        margin-left: 5px;
	border-bottom: 5px solid #bb3c3c;
}

#navigation ul {
	list-style-type: none;
	height: 40px;
	background: #272727 url(images/navbg.gif) 0 0 repeat-x;
}

#navigation li {
	float: left;
	border-right: 1px solid #545454;
}

#navigation #contactLink {
        border-right: 0;
}

#navigation a {
	display: block;
	height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #EEE;
	padding: 13px 19px;
		}

#navigation a:hover {
	background: #bb3c3c;
}

#homePage #homePageLink a:link, #homePage #homePageLink a:visited, 
#aboutUsPage #aboutUsPageLink a:link, #aboutUsPage #aboutUsPageLink a:visited, 
#shippingPage #shippingPageLink a:link, #shippingPage #shippingPageLink a:visited, 
#blogPage #blogPageLink a:link, #blogPage #blogPageLink a:visited,
#contactPage #contactPageLink a:link, #contactPage #contactPageLink a:visited {
	background: #bb3c3c;
}

#productThumbs a {

}

#productThumbs p {
font-size: 0.9em;
margin-bottom: 0.6em;
}

a.back {
font-weight: bold;
color: #272727;
}

		
/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
		}

body {
	font-size: 62.5%;
	color: #4e4f4f;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font: bold 1.6em Verdana, Tahoma, Arial;
	letter-spacing: 0;
		}

h2 {
	font: bold 1.2em Verdana, Tahoma, Arial;
	text-decoration: underline;
	margin-bottom: 1em;
	letter-spacing: 0;
		}

.productTitle {
	font: bold 1.2em Verdana, Tahoma Arial;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1.2em;
		}

h3 {
	font: bold 1em Verdana, Tahoma, Arial;
	color: #FFF;
	background: #4e4f4f;
	padding: 7px 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0;
		}

h3.sidebarCats {
       height: 22px;
       padding: 0;
       margin-bottom: 5px;
       background: #454445 url(images/categories.png) 50% 50% no-repeat;
       text-align: center;
       border: 1px solid #b4b2b2;
}

h3.sidebarBrands {
       height: 22px;
       padding: 0;
       margin-bottom: 5px;
       background: #454445 url(images/shopbybrand.png) 50% 50% no-repeat;
       text-align: center;
       border: 1px solid #b4b2b2;
}

h3.terms {
	font: bold 1.1em Verdana, Tahoma, Arial;
	color: #3c7ead;
	background: none;
	text-transform: none;
        padding: 5px 0;
	margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
}
		
h4 {
	font: bold 1em  Verdana, Tahoma, Arial;
	letter-spacing: 0;
		}

p {
	font: 1em  Verdana, Tahoma, Arial;
	margin-bottom: 1.5em;
		}

#shopping p {
	font: bold 1em Tahoma, Verdana, Arial;
	color: #272727;
	margin-top: 7px;
	margin-bottom: 0;
}

ul {
		}

#navigation li {
	font: 0.9em Verdana, Tahoma, Arial;
	font-weight: bold;
}

#sidebar p {
	font: 1em Arial, Verdana, Tahoma;
	color: #333;
	margin-top: 4px;
	margin-bottom: 1em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 12px;
}

#sidebar li {
	font: 1em Arial, Verdana, Tahoma;
	color: #272727;
	text-decoration: none;
	margin-bottom: 1px;
}

#sidebar a {
        font-weight: bold;
}      

#sidebar a:hover {
        color: #000;
}

#sidebar li a {
	display: block;
        font-weight: normal;
	background: #ddddde url(images/sidebarlinksbg.gif) 0 0 repeat-x;
	padding: 3px 8px;
	color: #000;
	text-decoration: none;
}

#sidebar li a:hover {
	background: #eee;
        text-decoration: underline;
}

#sidebar #sale {
        margin-bottom: 0;
}

#sidebar #sale li a {
        font-weight: bold;
	background: #e7f1fe;
}

#sidebar #sale li a:hover {
        background: #ddd;
}

#sidebar #worldcup {
        margin-bottom: 20px;
}

#sidebar #worldcup li a {
	background: #e7f1fe;
}

#sidebar #worldcup li a:hover {
        background: #ddd;
}

p.sidebarDesc {
	float: left;
        width: 145px;
        height: 90px;
}

#styleHolder p {
	margin: 15px 0 3px;
	text-align: right;
}

.latest {
	font: bold 1.2em Times New Roman, Verdana, Tahoma, Arial;
	color: #b70709;
	text-decoration: underline;
}

.item p, .item2 p {
	text-align: center;
	color: #7a7a7a;
	margin-bottom: 0;
}

.item a, .item2 a {
	text-decoration: none;
}

.item a:hover, .item2 a:hover {
	text-decoration: underline;
}

#featuredBlogEntries ul {
	list-style-type: none;
}

#featuredBlogEntries li {
	font: 1.1em Verdana, Tahoma;
	margin-bottom: 0.6em;
}

.itemTitle {
	width: 142px;
	float: left;
	height: 32px;
	font: 1em Verdana, Tahoma, Arial;
	padding: 0 5px;
	text-align: center;
}

.price {
	display: block;
	height: 14px;
	color: #FFF;
	background: #9e9fa0;
	padding: 5px;
	font-weight: bold;
}

span.was {
	color:#000;
	text-decoration:line-through;
}

span.was2 {
	background: #bb3c3c;
	font: 1.2em Verdana, Tahoma, Arial;
	font-weight: bold;
	color:#FFF;
	padding: 5px
}

span.isPrice {
	background: #272727;
	font: 1.2em Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

.productPrice {
	background: #272727;
	font: 1.2em Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

p.productDescription {
	width: 290px;
}

#productInfo a {	
	font-size: 0.8em;
	background: #eee;
	text-decoration: none;
	padding: 5px;
	margin-right: 25px;
}

.otherItems p {
	padding-top: 5px;
	margin-bottom: 0;
}

#productInfo a:hover {
	text-decoration: underline;
	background: #ddd;
}

#productInfo b {
	font: 1.1em Arial;
	font-weight: bold;
}

.mainText {
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #9e9fa0;
}

.breadcrumbs p {
	font: 0.9em Tahoma, Verdana;
	margin-bottom: 10px;
}

.breadcrumbs a {
        text-decoration: none;
}

.breadcrumbs a:hover {
        text-decoration: underline;
}

#featuredBlogEntries li {
	font: 0.9em Verdana, Arial, Tahoma;
	margin-bottom: 0.8em;
}

#footer p {
	margin-top: 12px;
	margin-left: 13px;
	margin-bottom: 0;
}

#footer ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 13px;
}

#footer li {
	font: bold 0.9em Verdana, Tahoma, Arial;
	float: left;
	padding: 0 5px;
	border-right: 1px solid #8b8a8a;
	text-transform: uppercase;
}

#footer li a {
	text-decoration: none;
}

#footer #footerLinkStart {
	font: bold 0.9em Verdana, Tahoma, Arial;
	display: inline;
	padding: 0 5px 0 0;
	border-right: 1px solid #8b8a8a;
	text-transform: uppercase;
}

#footer #footerLinkEnd {
	font: bold 0.9em Verdana, Tahoma, Arial;
	display: inline;
	padding: 0 5px;
	border-right: 0;
	text-transform: uppercase;
}	

#footer .payment {
        margin-top: 12px;
        margin-right: 16px;
	float: right;
}

/* ---------- 5. images ---------- */

a img {
	border: 0;
		}

#logo img {
	margin-top: -12px;
	margin-left: -32px;
}

#items .bag {
	float: right;
	margin-left: 8px;
}

#modStyle img {
	padding: 10px 0 0 10px;
}

#productThumbs img {
	border: 1px solid #9e9fa0;

	margin-right: 0;
}

.otherItems img {
	float: left;
	border: 1px solid #999;
        padding: 1px;
	margin-right: 20px;	
}

.recImage {
        float: left;
        border: 1px solid #999;
        margin-right: 5px;
}








/* Product holders */
.prod {float:left;width:152px;margin:0 20px 30px 0;border: 1px solid #9e9fa0;no-repeat;text-align:center;}

.prod p {
	text-align: center;
	color: #7a7a7a;
	margin-bottom: 0;
}
.prod a {
	text-decoration: none;
}
.prod a:hover {
	text-decoration: underline;
}


/* Product Info Btns */
#productInfo fieldset { margin: 0 0 18px 0;}
#productInfo legend { font-weight: bold; font-size:1.2em;margin-bottom: 0;}
#productInfo select {width:150px;height:22px;cursor: pointer;margin-top: 5px;margin-bottom: 0;}
#productInfo label {font: 0.9em Verdana, Tahoma, Arial;font-weight:bold;margin-bottom: 0;}
#productInfo input[type='button'], #productInfo input[type='submit'], #productInfo input[type='checkbox'], #productInfo input[type='image'], #productInfo input[type='reset'], button { cursor: pointer;float:left;margin-top: 16px;margin-right:15px;margin-left:10px; }
input[type='hidden'] { display:none; }
#productInfo img {float: left;margin-top: 16px;margin-right:5px;margin-left:10px;}

#productInfo input.addit {width: 111px;height:35px;background: url(images/addToCart.png) no-repeat;cursor: pointer;border: none;margin-right: 15px;}

#productInfo input.addit:focus, #productInfo input.addit:hover {width: 111px;height:35px;background: url(images/addToCartHover.png) no-repeat;cursor: pointer;border: none;margin-right: 15px;}

#productInfo input.view_cart {width: 111px;height:35px;background: url(images/viewCart.png) no-repeat;cursor: pointer;border: none;margin-right: 15px;}

#productInfo input.view_cart:focus, #productInfo input.view_cart:hover {width: 111px;height:35px;background: url(images/viewCartHover.png) no-repeat;cursor: pointer;border: none;margin-right: 15px;}






/*############## SHOPPING CART ###########################*/
/*the table*/
.shopCart form.order_table {padding-top:0;}
.shopCart table.order_table {clear:both;margin-top:0;width:100%;}
.shopCart .order_table .c_img_wrap {display:block;float:left;border:1px solid #9e9fa0;}
.shopCart .order_table .c_img_wrap img {border:1px solid #fff;padding:4px;}
.shopCart table.order_table td {vertical-align:middle;}
.shopCart table.order_table tr.sums  {background:#fff;}
.shopCart table.order_table tr.sums td {vertical-align:top;background:#fff;}
.shopCart table.order_table input {margin:0;}
.shopCart table.order_table input.text {width:30px;}

/*Buttons*/
.shopCart .btn, .shopCart .button, .shopCart .formbutton {float:left;}

.shopCart .order_table .cont_shop, .shopCart input.order, .shopCart input.update {margin:0;}
.shopCart input.order, .shopCart input.update {padding:3px 6px;}

.cont_shop {font: 1em Verdana, Arial, Tahoma;background:#eee;border:1px solid #9e9fa0;color:#333;padding:5px;padding:6px;margin:0 12px;float:none;text-decoration:none}

.cont_shop:hover, .cont_shop:focus {background:#eee;border:1px solid #9e9fa0;color:#333;padding:5px;padding:6px;margin:0 12px;float:none;text-decoration:underline}

.shopCart input.order, .shopCart input.update {width: 111px;height:35px;background: url(images/ordernow.png) no-repeat;cursor: pointer;border: none;margin-top:14px;margin-right: 18px;}

.shopCart input.update {background: url(images/update.png) no-repeat;margin-top:14px;margin-left: 418px;}

.shopCart input.order:focus, .shopCart input.order:hover {width: 111px;height:35px;background: url(images/ordernowHover.png) no-repeat;cursor: pointer;border: none;margin-top:14px;margin-right: 18px;}

.shopCart input.update:focus, .shopCart input.update:hover {width: 111px;height:35px;background: url(images/updateHover.png) no-repeat;cursor: pointer;border: none;margin-top:14px;margin-right: 18px;}

/* TABLES */
/* tables still need 'cellspacing="0"' in the markup */
.shopCart table {font:1em Verdana}
.shopCart table {margin-bottom: 18px;border: 1px solid #eee;border-bottom:0;background:#fff;}
.shopCart caption, .shopCart th, .shopCart td { text-align:left;}
.shopCart th { border: none;background:#9e9fa0;color:#fff;font: bold 1em Verdana, Arial, Tahoma;}
.shopCart td { border-top: 1px solid #eee;border-bottom: 0; }
.shopCart .sums td { border-bottom: 1px solid #eee;}
.shopCart th, .shopCart td { padding:0.5em; }
.shopCart .even td {background:#edeade;}
.shopCart tfoot { font-style: italic; }
.shopCart caption { background: #edeade;margin-bottom:9px;}


/*############## SHOPPING CART END ###########################*/












/*############## CHECKOUT ###########################*/



/*Shopping cart*/
#navi .cart {float:right;width:170px;background:url(images/cart-trans.png) no-repeat top right;}
#navi .cart a, #navi .cart span {padding:5px 0 0 15px;display:block;color:#888;font-weight:bold;line-height:1.75em;background:url(images/divider-trans.png) no-repeat left center;}
#navi .cart a:focus, #navi .cart a:hover, #navi .cart a:active {color:#444;text-decoration:none;}
#navi .cart span {color:#bf9c69;}


/* FORMS */
fieldset { margin: 0 0 18px 0;}
legend { font-weight: bold; font-size:1.2em; margin-bottom:6px; }
.checkout label, .checkout input, .checkout textarea, .checkout select {margin-bottom:6px;display:block;width:250px;}
input.text, input[type='text'], textarea, select {border:1px solid #9e9fa0; background:#fff;}
select {width:262px;cursor: pointer; }
textarea {width:550px;height:225px;}
label {font-size:1.1em;}
input, textarea {padding:4px;}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], button { cursor: pointer;width:auto;float:left;margin-right:6px; }
input[type='hidden'] { display:none; }
form br {clear:both;}

.checkout label {width:400px;}


/*hover and focus styles*/
textarea:focus, textarea:hover, input[type='text']:focus, input.text:focus, input[type='text']:hover, 
input[type='password']:focus, input[type='password']:hover, select:focus, select:hover { background: #fafafa; }



/* TABLES */
/* tables still need 'cellspacing="0"' in the markup */
table, thead, tbody, tr, th, td {font-size:1em}
table {border-spacing:0; margin-bottom: 18px;border:1px solid #eee;background:#fff;}
caption, th, td { text-align:left;}
th { border-top: 1px solid #eee;border-bottom: 1px solid #eee; font-weight: bold;background:#9e9fa0;color:#fff; }
td { border-top: 1px solid #eee;border-bottom: 0; }
.sums td { border-bottom: 1px solid #eee;}
th,td { padding:0.5em; }
.even td {background:#eee;}
tfoot { font-style: italic; }
caption { background: #eee;margin-bottom:9px;}



table {border-spacing:0; margin-bottom: 18px;border:1px solid #eee;background:#fff;}

/*the table*/
form.order_table {padding-top:18px;}
table.order_table {clear:both;margin-top:18px;width:100%;}
.order_table .c_img_wrap {display:block;float:left;border:1px solid #9e9fa0;}
.order_table .c_img_wrap img {border:1px solid #fff;padding:4px;}
table.order_table td {vertical-align:middle;}
table.order_table tr.sums  {background:#fff;}
table.order_table tr.sums td {vertical-align:top;background:#fff;}
table.order_table input {margin:0;}
table.order_table input.text {width:30px;}



/*notes,  messages, error, success*/
.order_table small {display:block;margin-top:12px;}
.error, h4.cart_empty, .shopCheckout .order_pending {color:#bb3c3c;}
.order_success {color:#FFF;}
.order_success, #main_col .order_pending {margin-bottom:18px;}
.order_table .total_cart_price {font-weight: bold;color:#bb3c3c;}
.order_remark {font: bold 1.2em Tahoma;clear:both;}
/*order steps*/
.oSteps {border:0 none;background:transparent;}
.oSteps td {border-top:0 none;border-bottom:0 none;border-right:1px solid #ebe9e9;}
.oSteps td span {color:#4e4f4f;margin-right:3px;}
.oSteps td.aktiv {font: bold 1.2em Tahoma;color:#832929;}
.oSteps td.aktiv span {color:#832929;margin-right:6px;}
.oSteps td.passiv {font-size: 1em;color:#4e4f4f;}
/*the headings going through checkout*/
.step1 h4, h4.step2, h4.step3 {padding:6px 12px;margin-bottom:18px;background:#e5e5e5;color:#4e4f4f;}
form.step2 {padding:18px;}
form.step2 label, form.step2 input, form.step2 select {margin-bottom:8px;}
form.step2 label {width:250px;}
table.order_table .sum td {background:#eee;}

.shopform_btn {width: 676px;height: 40px;}

input.next_step {width: 111px;height:35px;float:right;background: url(images/continue.png) no-repeat;cursor: pointer;border: none;margin-right: 18px;}

input.next_step:focus, input.next_step:hover {width: 111px;height:35px;float:right;background: url(images/continueHover.png) no-repeat;cursor: pointer;border: none;margin-right: 18px;}

input.next_step2 {width: 111px;height:35px;float:right;background: url(images/continue.png) no-repeat;cursor: pointer;border: none;margin-right: 0px;}

input.next_step2:focus, input.next_step2:hover {width: 111px;height:35px;float:right;background: url(images/continueHover.png) no-repeat;cursor: pointer;border: none;margin-right: 0px;}


input.place_order {width: 111px;height:35px;float:right;background: url(images/placeorder.png) no-repeat;cursor: pointer;border: none;margin-right: 18px;}

input.place_order:focus, input.place_order:hover {width: 111px;height:35px;float:right;background: url(images/placeorderHover.png) no-repeat;cursor: pointer;border: none;margin-right: 18px;}

#trackOrder .postform {
	width: 139px;
        height: 16px;
        float: left;
        border: 1px solid #dadada;
	margin: 0 0 10px;
	padding: 4px;
}

#trackOrder .btn, #trackOrder #tracksubmit {
        margin-top: -4px;
        margin-bottom: 10px;
}

#trackOrder .trackingIf {
        font-style: italic;
}




/*Product pagination*/
.wp-pagenavi {height:25px;padding:5px 0;clear:both;font:1em Verdana, Arial, Tahoma;}
.wp-pagenavi a, .wp-pagenavi a:link {padding:4px 6px;margin:4px;border:1px solid #9e9fa0;color:#333;background:#fff;}
.wp-pagenavi a:focus, .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current {border:1px solid #333;color:#333;background:#eee;}
.wp-pagenavi span.pages {padding:4px 6px;margin:4px;margin-left:0;color:#333;border:1px solid #9e9fa0;background:#FFF;}
.wp-pagenavi span.extend {padding:4px 6px;margin:4px;color:#333;border:1px solid #9e9fa0;background:#FFF;}
.wp-pagenavi span.current {padding:4px 6px;margin:4px;font-weight:bold;}


/*Scf contact form*/
#scf2 textarea { 
width: 400px;
}

#scf2_submit {width: 111px !important;height:35px;background: url(images/send.png) no-repeat;cursor: pointer;border: none;}

#scf2_submit:focus, #scf2_submit:hover {width: 111px !important;height:35px;background: url(images/sendHover.png) no-repeat;cursor: pointer;border: none;}






.main_view {
	float: left;
	position: relative;
        margin-right: 10px;
}
/*--Window/Masking Styles--*/
.window {
	height:240px;	width: 464px;
	border: solid 1px #ccc;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
        bottom: -10px;
        left: 3px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
        font-weight: bold;
        padding: 0 5px;
	text-decoration: none;
	color: #FFF;
        background: #ccc;
}
.paging a.active {
	font-weight: bold;
        background: #545353;
}
.paging a:hover {font-weight: bold;}







.boxgrid{ 
	width: 198px; 
	height: 114px; 
	margin-bottom :10px; 
	float:left; 
	background:#eee; 
	border: solid 1px #ccc; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid h3, .boxgrid2 h3, .boxgrid3 h3 {
        text-align: center;
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#000;  
}

.boxgrid2{ 
	width: 198px; 
	height: 114px; 
	float:left; 
	background:#eee; 
	border: solid 1px #ccc; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid2 img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid2 p{ 
	padding: 0 10px; 
	color:#000; 
}

.boxgrid3{ 
	width: 230px; 
	height: 112px;
	margin-bottom :0; 
	float:left; 
	background:#eee; 
	border: solid 1px #ccc; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid3 img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

#sidebar .boxgrid3 p{ 
        font-size: 1em;
	padding: 0 10px; 
	color:#000; 
}

#sidebar .boxgrid3 a {
        font-weight: normal;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
 
.captionfull .boxcaption {
        top: 260;
 	left: 0;
}

 .caption .boxcaption {
 	top: 220;
 	left: 0;
}
