/*
Theme Name: AS Communications
Theme URI: http://www.ascommunications.co.uk
Description: Custom Wordpress theme for AS Communications (Based on <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a>)
Version: 1.0
Author: Luke Canvin
Author URI: http://www.lukecanvin.com
Tags: AS Communications, custom
*/

/*
	AS Communications CSS for screen.
	
	COLOURS
	-------
	Background	#f1f1f1
	Brown		#754c24
	
	Group box background
	--------------------
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
*/

/* 1. Layout & global classes
   ------------------------------------------------------------------------------------ */
div#page-wrap
{
	width: 820px;
	margin: 0 auto;
}

.hidden
{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.alignright
{
	float:right;
	margin:0 0 1em 1em;
}

.alignleft
{
	float:left;
	margin:0 1em 1em 0;
}

.aligncenter
{
	display: block;
	margin: 0 auto 1em auto;
}

.alignnone
{
	margin-bottom: 1em;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	padding: 0 4px 5px;
	margin: 0;
}

.clickable
{
	cursor: pointer;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* 2. Header
   ------------------------------------------------------------------------------------ */
div#header
{
	padding: 20px;
	overflow: hidden;
}

div#header h1,
div#header p#site-logo
{
	float: left;
	margin: 0;
}

div#header h1 a,
div#header p#site-logo a
{
	width: 380px;
	height: 105px;
	display: block;
	background: url(./images/AS-Communications-logo.png) no-repeat left top;
	text-indent: -9999px;
}

/* 3. Header Tools
   ------------------------------------------------------------------------------------ */
div#tools
{
	width: 160px;
	margin-top: 42px;
	float: right;
}

div#tools form#search-form
{
	width: 160px;
	border: 2px solid #e2e2e2;
	overflow: hidden;
}

div#tools input#search-text
{
	width: 125px;
	height: 25px;
	border: none;
	float: left;
	padding-left: 5px;
	color: #414141;
	/* For IE */
	height: 22px\9;
	padding-top: 3px\9;
	border: 0\9;
}

div#tools input#search-submit
{
	width: 19px;
	height: 19px;
	margin: 3px 2px 0 0;
	background: transparent url(./images/nav-search-submit.png) no-repeat center top;
	float: right;
	border: none;
	cursor: pointer;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	/* for IE */
	font-size: 0;
	display:block;
	line-height: 0;
}

div#tools ul
{
	margin: 4px 0 0 1px;
}

div#tools ul li
{
	display: inline;
	float: left;
	font-size: 80%;
	margin-left: 4px;
	color: #e2e2e2;
	padding-top: 1px;
}

div#tools ul li#basket
{
	padding-left: 20px;
	margin-left: 0;
	background: transparent url(./images/basket.png) no-repeat left center;
}

/* 4. Navigation
   ------------------------------------------------------------------------------------ */
ul#nav
{
	margin: 10px 20px 8px 20px;
	font-size: 110%;
}

ul#nav li
{
	display: inline;
	padding: 8px 10px 10px 10px; 
}

ul#nav li.current_page_item,
ul#nav li.current_page_parent,
ul#nav li.current_page_ancestor
{
	background-color: #f1f1f1;
	box-shadow: 2px -2px 2px #eaeaea, -2px -2px 2px #eaeaea;
	-moz-box-shadow: 2px -2px 2px #eaeaea, -2px -2px 2px #eaeaea;
	-webkit-box-shadow: 2px -2px 2px #eaeaea, -2px -2px 2px #eaeaea;
}

ul#nav li a
{
	color: #333333;
	text-decoration: none;
}

ul#nav li a:hover
{
	text-decoration: underline;
}

/* 5. Content
   ------------------------------------------------------------------------------------ */

/* Content Sections & Columns */

div#content
{
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div.section
{
	padding: 0 20px 20px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
}

* html div#content div.section { zoom: 1; } /* IE 6 */

div#content div.section div.left-large-col
{
	float: left;
	width: 510px;
}

div#content div.section div.right-small-col
{
	float: right;
	width: 200px;
}

div#content div.section div.left-half-col
{
	float: left;
	width: 360px;
}

div#content div.section div.right-half-col
{
	float: right;
	width: 360px;
}

div#content div.flow-list
{
	padding-right: 0;
}

div#content div.col-border
{
	border-right: 1px solid #cfcfcf;
}

/* Content Style */

div#content .page-title
{
	margin-top: 0;
}

div#content div.section p,
div#content div.section ul
{
	font-size: 80%;
}

div#content div.section ul p,
div#content div.section ul ul
{
	font-size: 100%;
}

div#content div.section a.big-link
{
	font-size: 110%;
}

div#content div.section ul
{
	margin: 1em 0;
}

div#content div.section ul ul
{
	margin-left: 1em;
}

div#content div.section ul li
{
	margin-bottom: 1em;
}

div#content div.section blockquote
{
	padding: 13px 0 0 36px;
	margin: 1em 1em 0.5em -1em;
	background: transparent url(./images/quote.gif) no-repeat left top;
}

div#content div.section blockquote p
{
	margin-bottom: 0.5em;
}

div#content div.section p.attribution
{
	text-align: right;
	font-style: italic;
}

/* buttons */

.big-button,
.small-button
{
	padding: 10px 22px;
	color: #ffffff;
	font-weight: bold;
	background-color: #6e9947;
	font-size: 100%;
	float: right;
	margin: 0 0 10px 10px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	color: #ffffff;
	text-shadow:  1px 1px 2px #000;
	cursor: pointer;
}

.small-button
{
	padding: 7px 10px 5px 10px;
}

.big-button a,
.small-button a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 125%
}

/* banners */

div#content div#banner
{
	width: 780px;
	height: 100px;
	position: relative;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

div#content div#banner.home
{
	height: 269px;
	background-image: url(../../uploads/banner-home.jpg);
}

div#content div#banner.about
{
	background-image: url(../../uploads/banner-about.jpg);
}

div#content div#banner.case-studies
{
	background-image: url(../../uploads/banner-case-studies.jpg);
}

div#content div#banner.contact
{
	background-image: url(../../uploads/banner-contact.jpg);
}

div#content div#banner.events
{
	background-image: url(../../uploads/banner-events.jpg);
}

div#content div#banner.shop
{
	background-image: url(../../uploads/banner-shop.jpg);
}

div#content div#banner.stockists
{
	background-image: url(../../uploads/banner-stockists.jpg);
}

div#content div#banner.support
{
	background-image: url(../../uploads/banner-support.jpg);
}

div#content div#banner p.inset
{
	color: #ffffff;
	font-size: 120%;
	padding: 4px 5px;
	position: absolute;
	bottom: 20px;
	left: 15px;
	margin: 0 20px 0 0;
	background: rgb(25, 25, 25);
	background: rgba(0, 0, 0, 0.3);
}

div#content div#banner.home p.inset
{
	width: 505px;
}

/* 6. Footer
   ------------------------------------------------------------------------------------ */
div#footer
{
	overflow: hidden;
	font-size: 80%;
}

div#footer ul
{
	float: left;
	margin: 20px 0 10px 20px;
	color: #bbbbbb;
}

div#footer ul li
{
	display: inline;
}

div#footer p
{
	float: right;
	margin: 20px 20px 10px 0;
}

/* 7. Homepage
   ------------------------------------------------------------------------------------ */
div#content div#banner.home div.shop-links
{
	width: 207px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#content div#banner.home .big-button
{
	font-size: 135%;
	margin: 0 0 2px 0;
	box-shadow: 2px 2px 6px #000;
	-moz-box-shadow: 2px 2px 6px #000;
	-webkit-box-shadow: 2px 2px 6px #000;
}

div#content div#banner.home p.stockists
{
	color: #ffffff;
	font-size: 80%;
	margin: 0 0 4px 0;
	text-shadow:  1px 1px 2px #000;
}

div#content div#banner.home p.stockists a
{
	color: #ffffff;
}

div#content div.section ul.manufacturers li
{
	margin: 25px 0 0 0;
	list-style: none;
	text-align: center;
}

div#content div.section ul.manufacturers li a
{
	display: block;
}

div#content div.section div.right-small-col ul.events
{
	margin-bottom: 0;
}

div#content div.section div.right-small-col ul.events li
{
	list-style: none;
	overflow: hidden;
	margin-bottom: 1.5em;
}

div#content div.section div.right-small-col ul.events li p
{
	float: right;
	width: 130px;
	font-size: 95%;
	margin-bottom: 0.2em;
}

div#content div.section div.right-small-col ul.events li img
{
	float: left;
}

/* 7. About Us
   ------------------------------------------------------------------------------------ */

div#content div.section ul.staff
{
	margin: 0 -10px 1em -10px;
}

div#content div.section ul.staff li
{
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 345px;
	margin: 0 20px 20px 0;
	padding: 10px 10px 0 10px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div.section ul.staff li img
{
	float: left;
	margin: 0 10px 10px 0;
}

div#content div.section ul.staff li .staff-details
{
	float: right;
	width: 215px;
}

div#content div.section ul.staff li h3
{
	margin: 0.1em 0 0.1em 0;
}

div#content div.section ul.staff li p.position
{
	font-style: italic;
}

/* 8. Case Studies
   ------------------------------------------------------------------------------------ */
div#content div.section ul.case-studies li
{
	list-style: none;
	padding-left: 60px;
	background: transparent url(./images/tick.png) no-repeat left center;
}

div#content div.section ul.case-studies ul
{
	margin-left: 0;
}

div#content div.section ul.case-studies ul li
{
	list-style: disc;
	padding-left: 0;
	background: none;
}

div#content div.section ul.case-studies li div
{
	overflow: hidden;
	padding: 10px 10px 0 25px;
	margin: 0 -10px 0 -10px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div.section ul.case-studies h2,
div#content div.section ul.case-studies ul,
div#content div.section ul.case-studies p
{
	width: 440px;
	margin-top: 0;
}

div#content div.section ul.case-studies img
{
	float: right;
	margin-bottom: 10px;
}

/* 9. Events
   ------------------------------------------------------------------------------------ */
div#content div#events ul.events
{
	margin-top: 20px;
}

div#content div#events ul.events li.event
{
	list-style: none;
	margin: 0 -10px 20px -10px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div#events ul.events li .event-details
{
	float: right;
	width: 520px;
}

div#content div#events ul.events li img
{
	float: left;
}


div#content div#events ul.events li h2
{
	margin-top: 0;
}

div#content div#events ul.events li div ul li
{
	list-style: disc;
	overflow: visible;
	margin-bottom: 1em;
}

/* 10. Contact Us
   ------------------------------------------------------------------------------------ */
div#content div#contact p.thanks
{
	background: #caf2a6;
	padding:10px;
}

div#content div#contact p.error
{
	background: #f3a3a3;
	padding:10px;
}

div#content div#contact ol.forms
{
	margin: 0;
}

div#content div#contact ol.forms li
{
	list-style: none;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}

div#content div#contact ol.forms label
{
	cursor: pointer;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}

div#content div#contact ol.forms input.field,
div#content div#contact ol.forms textarea
{
	display: block;
	border: 1px solid #7E8AA2;
	padding: 2px;
	margin-top: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 360px;
}

div#content div#contact ol.forms textarea
{
	height: 150px;
}

div#content div#contact ol.forms input:focus,
div#content div#contact ol.forms textarea:focus 
{
	border-color: #ff9800;
	box-shadow: 0 0 4px #222;
	-moz-box-shadow: 0 0 4px #222;
	-webkit-box-shadow: 0 0 4px #222;
}

div#content div#contact ol.forms li .error
{
	color: #f00;
	font-size: 12px;
	margin-left: 20px;
	padding-top: 2px;
	float: right;
}

div#content div#contact ol.forms li.hidden
{
	margin-bottom: 0;
}

div#content div#contact ol.forms li.buttons
{
	margin-bottom: 10px;
}

div#content div#contact ol.forms li.buttons .small-button
{
	float: none;
	margin: 0;
}

div#content div#contact ol.forms li.inline input
{
	width: auto;
	margin: 0 10px 0 0;
	display: inline;
}

div#content div#contact ol.forms li.inline label
{
	display: inline;
}

div#content div#contact-names h3
{
	margin-bottom: 10px;
}

div#content div#contact p,
div#content div#contact-names p
{
	margin-bottom: 3px;
}

div#content div#contact div.adr
{
	margin-bottom: 10px;
	font-weight: bold;
}

div#content div#contact iframe
{
	margin: 10px 0;
}

/* 11. Support
   ------------------------------------------------------------------------------------ */
div#content div#bookmarks h3
{
	margin-bottom: 10px;
}

div#content div#bookmarks ul
{
	margin-left: 1em;
}

/* 12. Archive (product listings)
   ------------------------------------------------------------------------------------ */
div#content div.listing
{
	overflow: hidden;
	margin: 20px -10px 0 -10px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

* html div#content div.listing { zoom: 1; } /* IE6 */

div#content div.listing img
{
	float: left;
	width: 148px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

div#content div.listing .product-details
{
	float: right;
	width: 570px;
}

div#content div.listing h2
{
	margin: 3px 0 0.8em 0;
}

div#content div.post-nav div
{
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 80%;
}

/* 13. Products & Services
   ------------------------------------------------------------------------------------ */
div#content div#shopfront ul.categories
{
	margin: 0;
}

div#content div#shopfront ul.categories li
{
    width: 120px;
    float: left;
    list-style: none;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

div#content div#shopfront ul.categories li:hover,
div#content div#shopfront h2.find-stockists a:hover
{
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}

div#content div#shopfront ul.categories li.row-end
{
	margin-right: 0;
}

div#content div#shopfront ul.categories li a
{
	display: block;
	width: 120px;
	height: 120px;
	position: relative;
	text-decoration: none;
}

div#content div#shopfront ul.categories li a span
{
	position: absolute;
	bottom: 0;
	width: 104px;
	margin: 0;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
	background: rgb(25, 25, 25);
	background: rgba(0, 0, 0, 0.3);
}

div#content div#shopfront ul.manufacturers li
{
	margin-top: 20px;
}

div#content div#shopfront div.listing img
{
	width: 118px;
}

div#content div#shopfront div.listing .product-details
{
	width: 368px;
	margin: 0;
}

div#content div#shopfront div.listing h3.product-details
{
	margin: 3px 0 0.8em 0;
	font-size: 100%;
}

div#content div#shopfront h2.find-stockists a
{
	display: block;
	width: 200px;
	height: 250px;
	margin: 71px 0 29px 0;
	background: url(./images/small-stockists-map.jpg) no-repeat left top;
	position: relative;
	text-decoration: none;
}

div#content div#shopfront h2.find-stockists a span
{
	position: absolute;
	bottom: 0;
	width: 184px;
	margin: 0;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	background: rgb(25, 25, 25);
	background: rgba(0, 0, 0, 0.3);
}

/* 14. Product Detail
   ------------------------------------------------------------------------------------ */
div#content div#product h2
{
	font-size: 150%;
}

div#content div#product div.description
{
	font-size: 120%;
	margin-bottom: 20px;
}

div#content div#product div.price-zone
{
	background-color: #fafafa;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 23px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div#product div.price-zone p.option
{
	font-size: 95%;
	text-align: center;
	margin-bottom: 0.5em;
}

div#content div#product div.price-zone p.price
{
	text-align: center;
	font-size: 200%;
	margin-bottom: 0em;
}

div#content div#product div.price-zone p.ex-vat
{
	text-align: center;
	font-size: 75%;
	margin-bottom: 1em;
}

div#content div#product div.price-zone p.stock
{
	font-size: 95%;
	text-align: center;
}

div#content div#product div.price-zone .big-button,
div#content div#product div.price-zone .small-button
{
	text-align: center;
	float: none;
	margin: 0;
}

div#content div#product div.price-zone p.small-button
{
	margin: 0 20px;
}

div#content div#product div.price-zone form div
{
	text-align: left;
	margin-bottom: 0.6em;
}

div#content div#product div.price-zone form div label
{
	cursor: pointer;
}

div#content div#product div.price-zone form div span.product-price
{
	font-weight: bold;
}

div#content div#product div.price-zone ul
{
	margin-left: 2em;
}

div#content div#product div.price-zone ul li
{
	margin-bottom: 0.5em;
}

div#content div#product div.more-info p
{
	margin-top: 15px;
}

div#content div#product div.more-info p,
div#content div#product div.more-info li
{
	margin-bottom: 5px;
}

div#content div#product div.more-info ul
{
	margin: 0 0 1em 1em;
}

div#content div#product img
{
	border: 1px solid #cccccc;
	background-color: #fafafa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div#product img:hover
{
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
}

div#content div#product ul.secondary-images
{
	margin: 0;
}

div#content div#product ul.secondary-images li
{
    width: 150px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 25px 26px 0 0;
    zoom: 1;
    *display: inline;
}

div#content div#product ul.secondary-images li.row-end
{
	margin-right: 0;
}

div#content a.hide-show-detail
{
	text-decoration: underline;
	font-size: 70%;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: normal;
}

/* 15. Search results
   ------------------------------------------------------------------------------------ */
div#content div#search-results h3
{
	font-weight: normal;
	margin-bottom: 0.6em;
}

/* 15. Local stockists
   ------------------------------------------------------------------------------------ */
div#content div#stockists-map div#map
{
	height: 520px;
	margin-top: 15px;
}

.map-info-window h2
{
	margin: 10px 0 0.7em 0;
	font-size: 20px;
	line-height: 24px;
}

.map-info-window p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
}

.map-info-window p strong
{
	font-size: 14px;
}

/* 16. Checkout
   ------------------------------------------------------------------------------------ */
div#content div#fc_checkout_container,
div#content div#receipt_container
{
	margin-top: 0;
	padding: 90px 15px 0 15px;
	background-position: center 15px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

div#content div#fc_receipt_container
{
	padding-top: 90px 0 0 0;
	background-position: center 15px;
}

div#content div#receipt_container
{
	overflow: hidden;
	padding: 0 15px;
	background-color: #ffffff;
}

div#content div#fc_checkout_cart
{
	margin-right: 15px;
}

div#content div#fc_checkout_container ol#fc_login_register_list li
{
	list-style: none;
}

div#content div#fc_checkout_container div#fc_cancel_continue_shopping
{
	margin-bottom: 25px;
}

body.page
{
	padding: 0;
}
