/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}


body {
	line-height: 1.286em;
	margin:0em 0 0.643em 0;
	font-size:75%;
	background: #000;
	color: #333;
	font-family: tahoma, helvetica, georgia, "times new roman", serif;
}

html>body {
	font-size:11px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:11px;
	line-height:16.5px;
	margin:16.5px 18px 16.5px 0;
}

h1 {
/* only used for main logo */
}

h2 {
	font-size: 16px;
	line-height: 16.5px;
	margin:0 0 16.5px 0;
	font-weight:normal;
}
h3 {
	font-size:1em;
	line-height: 1.5em;
	font-weight:normal;
}

#extra p , #footer{
}
ul{
	margin-left:20px;
}
ol, ul, li {
	font-size: 11px;
	line-height: 16.5px;
}

/* ---[ links ]------------------------------------ */

/* default */

a {
	outline: none;
	color: #333;
    }
a:link, a:visited {
	color: #333;    
    } 

a:hover{
	text-decoration: none;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#container{
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	position:relative;
}
div#content{
	float:left;
	width:590px;
	padding:0px 20px 0 20px;
}
div#extra{
	padding-top:30px;
	float:right;
	width:250px;	
	padding-right:20px;
}
div#navigation{
	height: 32px;
	border-bottom:1px solid #000;
	clear: both;
}
div#footer{
	clear:both;
	width:100%;
	padding-top:45px;
	padding-bottom:1px;
}

/* --- backgrounds ---------------------------------------------- */
#navigation{
	background: url(/img/backgrounds/navigation.png) repeat-x;
}

#banner{
	padding-bottom:36px;
	background: url(/img/backgrounds/wraper.png) repeat-x bottom;
}

#footer{
	background: #181717 url(/img/backgrounds/footer.png) repeat-x;
}

/* --- home page ---------------------------------------------- */
.home div#wrapper{
	padding: 0;
}
.home div#footer{
	clear: both;
	background-image: none;
	padding-top:10px;
	margin:0;
}
.home #content{
	width:900px;
	margin:0;
	padding:0;
	background: #333332;
	color: #cbcbcb;
}
.home #extra{
	width:900px;
	margin:0;
	padding:0;

	background: #333332;
	color: #cbcbcb;
}

.home_first{
	width: 456px;
	float: left;
	border-bottom: 1px solid #000;
}

.home_second, .home_third{
	padding:10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 201px;
	float: left;
	height:330px;
}
.home_third p{
	padding:0;
	margin:0;
}
#content .home_third p a{
	background: #BCA6BB;
	display: block;
	padding: 6px 10px 2px 10px;
	color: #400D12;
	text-decoration: none;
	text-transform: uppercase;
}
#extra .home_first{
	width: 436px;
	padding:10px;
}
#extra .home_first, #extra .home_second, #extra .home_third{
	height: 250px;
	padding: 10px;
	background: #262626;
}
#extra h3{
	background: #322E2F;
	color: #C1C1C1;
	padding:5px 3px 0 5px;
	text-transform: uppercase;
	margin:0;
}
#extra p{
	background: #BFBFBF;
	color: #262626;
	margin:0;
	padding:5px 10px;
}
.home #content h2{
	font-size: 13px;
	color: #BFBFBF;
}
.home #content p{
	margin-right: 5px;
	color: #BFBFBF;
}
.home #content a{
	color: #BFBFBF;
}
#signup p{
	margin-bottom: 7px;
}
#signup form input{
	margin-bottom: 3px;
	background: transparent;
	color: #6D6D6D;
	border: 1px solid #6D6D6D;
	width: 190px;
}
#signup form input#signupFormSubmit{
	background: #484847;
	color: #9A9A9A;
	width: 90px;
}
/* --- header ---------------------------------------------- */
div#header{
	background-color: #333332;
	padding:20px 0;
	border-bottom:1px solid #000;
}
#header h1 a{
	background: url(/img/backgrounds/barcelona_strength_martial_arts_training.png) no-repeat 0 0;
	text-indent: -10000px;
	width:415px;
	height:110px;
	display:block;
	padding:0;
	outline:none;
	margin-left:20px;
}

#languages{
	position: absolute;
	right:20px;
	top:75px;
	color: #BFBFBF;
}
#languages a{
	color: #BFBFBF;
	text-decoration: none;
}

/* --- navigation ----------------------------------------------- */

#navigation ul{
	padding:0;
	margin:0;
}

#navigation ul li{ 
   	float: left;
	padding:10px 6px 4px 6px;
	background: url(/img/navigation/seperator.png) no-repeat 0 6px;
	list-style-type:none;
}

#navigation ul li#nav-home{
	background-image: none; 
}
#navigation li a{
	display: block;
    letter-spacing: auto;
	color: #CBCBCB;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation li a:hover{
	color: #FFF
}

/* --- sub navigation ---------------------------------------- */

#sub_navigation{
	list-style-type: none;
	margin-top: 3px;
	margin: 3px 0 20px 0;
}
#sub_navigation li a{
	display: block;
	background: #333332;
	line-height: 18px;
	margin-bottom:1px;
	padding:4px 5px 0 10px;
	color: #C1C1C1;
	text-decoration: none;
	text-transform: uppercase;
}
#sub_navigation li a:hover{
	text-decoration: underline;
}
/* --- error meaages --------------------------------------------------- */
#flashMessage{
	padding: 5px 0;
	font-size: 13px;
	color: #f00;
}
.error-message{
	color: #f00;
}
.form-error{
	border: 1px solid #F00;
}
/* --- products --------------------------------------------------- */
.product_category{
	padding:20px 0 0 0;
	clear: both;
}
.product_category h3{
	color: #000;
	background: #efefef;
	padding: 5px;
	clear:both;
}

.product_category dl{
	padding:10px 0;
	margin-top:15px;
	clear:both;
}

.product_category dl dt{
	float:left;
	width: 100px;
	margin-bottom:10px;
	
}
.product_category dl dd{
	float: right;
	width: 480px;
	padding-top:5px;

}
.product_category dl dd.title{
	font-weight: 700;
	font-size:12px;
}
.product_category dl dd p{
    margin:3px 0;
}
.product_category dl dd a.buy_link{
	color: #FFF;
	background: #333332 url(/img/backgrounds/cart_icon.png) no-repeat 0 1px;
	padding:5px 15px 4px 25px;
	display:block;
	width: 190px;
}
/* --- extra --------------------------------------------------- */


#extra dl.jumpoff{
	margin-bottom: 20px;
}
#extra dl.jumpoff dt{
	background: #000;
	padding: 5px 10px;
}
#extra dl.jumpoff dt a{
	color: #C4C4C4;
	text-decoration: none;	
}
#extra dl.jumpoff dd{
	padding:5px 10px 0px 10px;
	background: #BFBFBF;
}
#extra dl.jumpoff dd p{
	margin:0 5px 0 0;
	padding:5px 0;
}
/* --- galleries ------------------------------------------ */

ol#galleries, ol#photos{
	width:590px;
	margin:0;
	list-style-type: none
}	
ol#galleries li, ol#photos li{
	margin: 5px 16px 16px 0;
	float: left;
	width:135px;
	height:110px;
	position: relative;
	overflow:hidden;
}
 ol#photos li{
	height: 120px;
}

.photo{
	position: relative;
	text-align: center;
}
.photo #next_link{
	position: absolute;
	bottom: 0;
	right: 0;
}
.photo #prev_link{
	position: absolute;
	bottom: 0;
	left: 0;
}

#main_photo_container{
	height: 450px;
	text-align: center;
	background:url(/img/loading.gif) no-repeat center center;
}

ol#galleries li.last, ol#photos li.last{
	margin-right: 0;
}
ol#galleries p, ol#photos p{
	position:absolute;
	bottom: 0;
	right:0;
	padding:0 20px 0 10px;
	font-size: 12px;
	margin:0;
	line-height:20px;
	width:110px;
	background: #cbcbcb url(/img/backgrounds/plus_sign.png) no-repeat 123px 4px;
	font-size: 11px;
}
ol#galleries p a, ol#photos p a{
	display:block;
}
ol#galleries p.actions, ol#photos p.actions{
	font-size: 12px;
	font-weight: 400;
	padding: 15px 0 15px 0;
	margin:0;
	width:210px;
	position: absolute;
	bottom:5px;
}
/* --- footer --------------------------------------------------- */
#footer p, #footer p a{
	color:#4E4E4E;	
	text-decoration: none;
}
#footer p{
	padding-left:20px;
	font-size: 10px;
	clear:left;
	color:#4E4E4E;
}

#footer ul li{
	float: left;
	list-style-type: none;
	padding:0 2px 0 0;
	margin:0;
	display: inline;
	color:#4E4E4E;
}
#footer ul li a{
	font-size: 10px;
	text-decoration: none;
	color:#4E4E4E;
}
#footer ul li a:hover{
	text-decoration: underline;
}


#footer ul li{
}

#footer ul li#site-creator{
}

/* --- forms ------------------------------------------------- */
fieldset{
	border: none;
}

legend{
}

label{
	display: block;
	padding:10px 0 0 0;
	font-size: 12px;
}

input:focus, textarea:focus{
}

input, textarea{
	font-size:11px;
	padding:3px;
	border:1px solid #cbcbcb;
}

input.submit{
}

input.required_Field{
}

#contactFormArea{

}



/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }



/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin: 40px auto;
	width: 1000px;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

pre.cake_debug {
	margin: 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}
