/*
Theme Name: City Surf store theme
Theme URI: http://boxadesign.co.uk
Description: This is a custom built wordpress store theme for City Surf.
Version: 1
Author: Matt Simon
Author URI: http://boxadesign.co.uk

*/


* 	{ margin: 0; padding: 0; }

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS",Arial,sans-serif;
	background: url(http://citysurfshops.co.uk/blog/wp-content/themes/jq/img/wood_bg.jpg) repeat;
background-attachment:fixed;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}


#content {
	font-size: 1.2em;
	clear:both;
	width:934px;
	background: url(images/content_bg.png) repeat-y;
	padding-bottom: 20px;
 	overflow: hidden;	
	}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	margin: 10px 0;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding:0;
	}
	
.widecolumn .entry {
	width: 620px;
	}

.widecolumn {
	line-height: 1.6em;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.3em;
	color: #C76200;
	margin: 0 0 5px 0;
	padding:0;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry p a {
	color: #22699c;
	}

.entry p a:visited {
	color: #22699c;
	}

.entry p a:hover {
	border-bottom: 1px dotted #22699c;
	}

a {
	color: #000000;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #ae1b17;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 934px;
	}

#header {
	background: url(images/header_bg.png) no-repeat;
	height: 174px;
	width: 934px;
	margin:0 auto;
	position:relative;
	}

#home-link {
	height:160px;
	width:385px;
	left:0;
	position:absolute;
	text-indent:-9999px;
	top:0;
}

.narrowcolumn {
	padding: 0 0 0 0;
	margin: 0 0 0 240px;
	width: 455px;
	}


.widecolumn {
	padding: 0 0 0 20px;
	margin: 0 0 0 240px;
	width: 620px;
	}

.post {
	margin: 0;
	text-align: justify;
	width:460px;
	}
	
#map {
	background-color: #ececec;
	padding:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}

.wpcf7-form {
	background-color: #FFF;
	padding:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background: url(images/product_display_bg.png) repeat;
	}

.wpcf7-form input {
	border: none;
	padding:5px 0;
	margin: 5px 0 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
	
.wpcf7-form textarea {
	border: none;
	margin: 5px 0 0 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer_top {
	background:  url(images/footer_top.png) no-repeat;
	width: 934px;
	height:10px;
	}

#footer {
	padding: 10px 20px 10px 30px;
	margin: 0 auto;
	clear:both;
	width:884px;
	background: url(images/content_bg.png) repeat-y;
	overflow:auto;
	}

#footer_btm {
	padding: 0;
	margin: 0 auto;
	clear:both;
	width:934px;
	height:31px;
	background: url(images/footer_btm.png) repeat-y;
	overflow:auto;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}
	
.catgroup {
	margin:0;
	padding:0 25px 0 0;
	float: left;
	}
	
.linkswrap {
	border-right: 1px dashed #CCCCCC;
	float:left;
	margin-left: 20px;
	height:315px;
	}

.productswrap {
	border-right: 1px dashed #CCCCCC;
	float:left;
	}

.productswrap ul.cat li a, .linkswrap ul.cat li a {
	color: #909090;
	}
	
.productswrap ul.cat li a:hover, .linkswrap ul.cat li a:hover {
	text-decoration: underline;
	}

div.product_footer {
        clear:both;
}

.endwrap {
	margin-left: 20px;
	float:left;
	}
	
.endwrap span.blue a{
	color:#6bceef;
	text-transform: uppercase;
	font-size: 10px;
	}

.endwrap span.green a{
	color:#27d13b;
	text-transform: uppercase;
	font-size: 10px;
	}

li.icons {
	display: inline;
	}
	
li.icons img{
	padding: 5px 5px 0 0;
	}
	
ul.cat {
	list-style-type: none;
	margin:0;
	padding:0 0 10px 0;
	}

ul.cat.last {
	list-style-type: none;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top: 1px dashed #CCCCCC;
	}
	
ul.cat li {
	line-height: 2em;
	text-transform: capitalize;
	color: #909090;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}

ul.cat li.first {
	text-transform: uppercase;
	background: url(images/arrow_right.png) no-repeat right 50%;
	display: inline;
	padding-right: 10px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 10px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */

/* Navigation */

#navwrap {
	width:934px;
	height:60px;
	background: url(images/nav_bg.png) no-repeat;
	position:relative;
	}

#menu {
	width: 450px;
	float:left;
	padding:0;
	margin: 0;
	}

#menu ul {
	list-style-type:none;
	padding: 22px 0 0 30px;
	margin:0;
	}

#menu ul li { 
	display:inline;
	padding:0;
	margin:0;
	}	

#menu ul li a {
	color:#FFFFFF;
	font-size:14px;
	padding: 0 10px 0 0;
	background: url(images/nav_diag.png) no-repeat;
	background-position: right 0;
	margin-right:2px;
	} 
	
#menu ul li a:hover {
	color:#ffbb03;
	} 
	
a.blog {
	color:#ffbb03;
	font-size:14px;
	padding: 0 10px 0 0;
	background: url(images/nav_diag.png) no-repeat;
	background-position: right 0;
	margin-right:2px;
	} 
	
a:hover.blog {
	color:#FFFFFF;
	} 	
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img a {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

p.validation-error {
	color:#FFFFFF;
	background-color:#FF0000;
	display:inline;
	padding: 2px;
	}

/* End Form Elements */



/* Begin Sidebar */
#sidebar
{	padding: 20px 0 10px 0;
	width: 225px;
	float:right;
	}

#sidebarLeft
{	padding: 20px 0 10px 30px;
	width: 210px;
	float:left;
	}

#sidebar form {
	margin: 0;
}
	
#store_search {
	width:105px;
	height:13px;
	padding: 0 0 3px 0;
}

#search_box {
	padding:0 0 10px 0;
}

#search_box .submit {
	background: url(images/find_btn.png) no-repeat;
	width: 42px;
	height: 32px;
	border: none;
}

.sidebar_search {
	width:137px;
	border: none;
}

#search_bg {
	width:144px;
	height:32px;
	background: url(images/sidebar_search.png) no-repeat;
	border: none;
	float: left;
	margin-right: 5px;
	padding: 7px 0 0 7px;
}
	
#sidebarLeft ul{
	list-style-type:none;
	}
	
#products-inner{
	padding:0 0 0 35px;
	}
	
#sidebarLeft ul li{
	padding:0;
	margin:0;
	list-style-type:none;
	}

#sidebar_btm {
	width:238px;
	height:22px;
	background: url(images/sidebar_btm.png) no-repeat;
	margin: 0 0 0 -30px;
}

li.widget {
	margin: 0;
	padding: 0;
	}

ul.wpsc_categories {
	margin: 0 0 0 15px;
	padding: 0;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	}

ul.wpsc_categories li{
	list-style-image: url(images/arrow_down.png);
	padding: 0;
	margin: 0;
	}
	
ul.wpsc_categories ul li {
	list-style-image:none;
	list-style-type:none;
	font-weight:normal;
	border-bottom: 1px solid #dedede;
	width: 85%;
	}
	
ul.wpsc_categories ul li a {
	color:#666666;
	line-height: 2em;
    height:100%;
	width: 91%;
    padding-left:7px;
	}

ul.wpsc_categories ul li a:hover {
	color: #000000;
	}
	
ul.wpsc_categories ul{
	margin: 5px 0 10px -13px;
	text-transform:none;
	padding:10px;
	list-style-type:none;
	}

#brands {
	width:225px;
	height:734px;
	margin: 0;
	padding: 10px 0;
}

#products_top {
	width: 238px;
	height:54px;
	margin:0 0 0 -30px;
	padding: 0;
}

#products {
	width:238px;
	background: url(images/product_bg.png) repeat-y;
	margin: 0 0 0 -30px;
	padding-bottom:10px;
}

#products li {
	margin: 0;
	padding:0;
}
	
	
/* End Sidebar */

/* Begin homepage featured */

#featured_products {
	width:455px;
	margin: 20px 0 0 0;
	background: url(images/featured_bg.png) repeat-y;
	overflow: auto;
	}

#featured_products .breadcrumb {
	display: none;
	}
	
/* End homepage featured */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.left {
	float:left;
	height:100%;
	}

.right {
	float:right;
	height:100%;
	}
	
/* End Various Tags & Classes*/

#twitter {
	width: 300px;
	height: 76px;
	padding: 45px 40px 10px 115px;
	margin: 10px 0 0 0;
	background: url(images/twitter_bg.png) no-repeat;
	}
	
#twitter a, #twitter a:visited {
	color:#8a8a8a;
	font-size: 12px;
	}

#twitter a:hover{
	color:#ae1b17;
	}

	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}


.wp-caption.alignright {
	padding: 7px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.wp-caption.alignleft {
	padding: 7px 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.wp-caption img {
	margin: 0;
	padding: 0 0 0 5px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	max-width:85%;
	padding: 4px;
	margin: 0;
	position: absolute;
	top: 82%;
	left: 8px;
	background-color: #FFFFFF;
	color: #000000;
}

/* End captions */


