/* @override 
	http://menuomatic.com/s_tmpl/css/main_styles.css
*/

/* --------------------------------------------------------------------
// Author: Patrick Forringer ( patrick@forringer.com ), ( add yours here if you work on this file )
// File info: Styles fo Sartup Weekend site menuomatic.com
// Ver: 0.1
// Last modified: Nov 14th 09
//
*/

/* @group Reset */

/* v1.0 | 20080212 CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body{ 
	font-family: Calibri, Geneva, Helvetica;
	background: #bca372 url(../img/bg_tile.png) repeat fixed;
}

#biggun{
	border-top: 20px solid #cc2400;
}
.wrap_pad, .wrap_main, .wrap{
	margin: 0 auto;
	width: 940px;
}
.wrap_pad{
	padding: 0 20px;
	background: url(../img/wrap_pad_bg.png) repeat-y center center;
}
.wrap_main{
	background: #f0d8a8 url(../img/star.png) no-repeat 226px 600px;
	padding-bottom: 30px;
	min-height: 500px;
}

a:link{
	color: #4674c0;
}
a:hover{
	color: #294a7d;
}
/* @group Header */

#header{
	height: 270px;
	position: relative;
	z-index: 5;
	background: url(../img/header_imgs.png) no-repeat 20px 27px;
	padding-bottom: 0;
}

#header h1{
	position: absolute;
	width: 323px;
	height: 255px;
	z-index: 4;
	overflow: hidden;
	text-indent: -40em;
	top: 20px;
	left: 40px;
}

#header h1 a{
	width: 323px;
	height: 255px;
	display: block;
	background: url(../img/MoM_logo.png) no-repeat left top;
}#header h1 a:hover{
	opacity: 0.4;
}

#header b{
	display: block;
	width: 200px;
	height: 185px;
	position: absolute;
	z-index: 3;
	background: url(../img/indisposed.png) no-repeat left center;
	text-indent: -30em;
	top: 45px;
	left: 100px;
	overflow: hidden;
}
#header ul.header_menu{
	position: absolute;
	right: 173px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	background-color: #cc2400;
	padding: 0 10px;
}
	#header ul.header_menu li{
		float: left;
	}
	
	#header ul.header_menu li a{
		padding: 0 10px;
		display: block;
		height: 23px; 
		color: #fffeff;
		border-right: 1px solid #f0d8a8;
		text-decoration: none;
	}#header ul.header_menu li a:hover{
		background-color: #d57a49;
		/*Change hover color*/
	}#header ul.header_menu li:last-child a{
		border-right: none;
	}
	
#header ul.header_menu{

	
}

/* @end */

/* @group Page Layout */

#page{
	position: relative;
	margin-top: -38px;
	z-index: 10;
}

#page #front{
	text-align: center;
	margin-top: 55px;
	
}
#sidebar{
	top: 70px;
	position: absolute;
	left: 40px;
}

#sidebar ul.nav_tabs {
	width: 290px;
	/* Wider than 280 to put rounded corners under main box. quick fix*/
}

#sidebar ul.nav_tabs li {
	margin: 0 0 20px;
	font-size: 20px;
}	
	#sidebar ul.nav_tabs li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		border: 3px solid #e4ba66;
		border-right-style: none;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		color: #d57a49;
	background: #f0d8a8 url(../img/menu_grads.png) repeat-y 126px;
}#sidebar ul.nav_tabs li a:hover {
		background-color: #d67c4c;
		color: #f0d8a8;
		background-position: -222px;
	}
	/* Current Page*/
	#sidebar ul.nav_tabs li.cur a {
		color: #cc2400;
		background-color: #fff0d3;
		font-size: 30px;
	}
	#sidebar ul.nav_tabs li.cur a:hover {
		color: #cc2400;
		background-color: #fff0d3;
		cursor: default;
		background-image: none;
	}

#admin_extra{
	float: right;
	width: 560px;
	margin-right: 20px;
	padding: 10px 20px;
}
	#admin_extra ul{
		font-size: 14px;
		line-height: 25px;
		height: 25px;
	}
	#admin_extra ul li{
		float: right;
	}
	#admin_extra ul li.rest,
	#admin_extra ul li.pdf{
		float: left;
	}
	#admin_extra ul li.pdf{
		margin-left: 20px;
		background: url(../img/page_white_acrobat.png) no-repeat left center;
		padding-left: 22px;
	}
	#admin_extra ul li.rest a{
		
		display: block;
		padding-left: 32px;
		background: url(../img/menu_icon.png) no-repeat left center;
		color: #4674c0;
	}
	
#page #main{
	position: relative;
	float: right;
	width: 600px;
	margin-right: 20px;
	background-color: #fff0d3;

}


/* @end */

/* @group Content Styling */


#main{
	min-height: 280px;
}

.padded_content{
	padding: 20px;
}

.padded_content p{
	margin: 20px 0;
}

.padded_content h2{
	margin: 0 0 20px;
	color: #cc2400;
}


/* Template poage */

.template_page form{
	display: block;
}

.template_page form label{
	float: left;
	width: 240px;
	padding: 20px;
	height: 220px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
}
.template_page form label img{
	padding: 10px;
	background-color: #fffeff;
	border: 2px solid #e2cb9f;
}
/*.template_page form label input:checked,*/
.template_page form label:hover,
.template_page form label.selected {
	background-color: #4674c0;
	color: #fff;
}
.template_page form label span{
	margin: 10px;
	display: block;
	font-size: 15px;
}
.template_page form label input{
	display: none;
}
.template_page input[type=submit]{
	float: right;
	clear: left;
	margin-bottom: 20px;
}

.template_page{
	
}

/* @group generic forms */

.form{
	
}

.form label{
	display: block;
	margin: 20px 0;
}

.form label input, .form label textarea{
	display: block;
	margin: 6px 0 10px;
	width: 210px;
	font: 12px "Geneva", Arial, Helvetica;
}

.form label input{
	
}
.form label textarea{
	height: 40px;
}

.form input[type=submit]{
	float: right;
	margin-bottom: 20px;
}

.form p.error{
	padding: 10px 0;
	background-color: #cc2400;
	font-size: 17px;
	text-align: center;
	color: #fffeff;
	line-height: 23px;
	letter-spacing: 0.1em;
}

.login{
	
}

.register_page fieldset{
	float: left;
	width: 279px;
}
.form.register_page  input[type=submit]{
	margin-left: 490px;
}

/* @end */


/* @group Menu Forms */

#admin_menu{
	
}



#admin_menu > p{
	padding: 20px ;
}

/* General form styling*/

/* Shared Button styleing */
#admin_menu span.deleteCatLink,
#admin_menu span.deleteItemLink{
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: -30em;
}
#admin_menu span.deleteCatLink a,
#admin_menu span.deleteItemLink a{
	display: block;
	height: 16px;
	width: 16px;
	background: url(../img/a_m_buttons.png) no-repeat left top;
}

#admin_menu span.deleteCatLink a:hover,
#admin_menu span.deleteItemLink a:hover{
	background-position: center top;
}

#admin_menu span.deleteCatLink a:active,
#admin_menu span.deleteItemLink a:active{
	background-position: right top;
}

/* Delete Cat */

#admin_menu span.deleteCatLink{
	position: absolute;
	left: 11px;
	top: 25px;
}

/* Delete Item */
#admin_menu span.deleteItemLink{
	position: absolute;
	left: -8px;
	top: 25px;
}


/* Add link */

/* Add */
#admin_menu > form > ul > li > div.addItemLink{
	padding: 6px 20px 4px;
	margin: 10px;
	min-height: 10px;
	background-color: #c7ffd3;
}
#admin_menu div.addItemLink a {
	line-height: 18px;
	font-size: 12px;
}
#admin_menu div.addItemLink a span,
#admin_menu span.addCatLink a span{
	float: left;
	margin-right: 10px;
	display: block;
	height: 16px;
	width: 16px;
	background: url(../img/a_m_buttons.png) no-repeat left bottom;
}

#admin_menu div.addItemLink a:hover span
#admin_menu span.addCatLink a:hover span{
	background-position: center bottom;
}

#admin_menu div.addItemLink a:active span,
#admin_menu span.addCatLink a:active span{
	background-position: right bottom;
}

#admin_menu span.addCatLink {
	padding-left: 30px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	float: left;
	height: 30px;
}
#admin_menu span.addCatLink a span{
	margin-top: 7px;
}

#admin_menu label,
#admin_menu .img{
	display: none;
}

#admin_menu input,
#admin_menu textarea{
	border: 1px solid transparent;
	background: transparent;
	font: 12px "Geneva", Arial, Helvetica;
}
#admin_menu li.submit{
	height: 30px;
}
#admin_menu input[type=submit]{
	
	float: right;
	border: 2px solid #b4a17e;
	margin-right: 20px;
	
	padding: 2px 11px;
	background-color: #9eeaa6;
	color: #004a21;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	-webkit-box-shadow: 0px 2px 0px #fff;
	-moz-box-shadow: 0px 2px 0px #fff;
	box-shadow: 0px 2px 0px #fff;
}
#admin_menu input[type=submit]:active{
	
	border: 2px solid #fff;
	
	-webkit-box-shadow: 0px -2px 0px #b4a17e;
	-moz-box-shadow: 0px -2px 0px #b4a17e;
	box-shadow: 0px -2px 0px #b4a17e;
}
#admin_menu input:focus,
#admin_menu textarea:focus{
	border: 1px solid #444;
	background: #fff;
}

#admin_menu input.name{
	font-size: 16px;
}

/*#admin_menu input.price:before{
	content: '$';
}*/
/* ---- CATEGORY ------ */

/* holds everything */
#admin_menu > form > ul > li{
	border: 2px solid ;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #b4a17e;
	border-top-color: #f9eeeb;
	background: url(../img/grad.png) repeat-x 0 -217px;
	position: relative;
	min-height: 20px;
}
#admin_menu > form > ul > li > div > input.name{
	font-size: 20px;
}
/* Cat holder*/
#admin_menu > form > ul > li > div{
	padding: 20px 40px;
	min-height: 40px;
}


#admin_menu > form > ul > li:nth-child(even){
	background-color: #ffe99a;
}

/* ------ ITEM -------- */
#admin_menu > form > ul > li > ul > li{
	padding: 20px;
	margin: 0 20px;
	border: none;
	border-top: 2px solid #f9eeeb;
	border-bottom: 2px solid #b4a17e;
	position: relative;
	background: #c2443a url(../img/grad.png) repeat-x 0 -177px;
	min-height: 50px;
	clear: both;
}
#admin_menu > form > ul > li > ul > li:nth-child(odd){
	background: #52a7df url(../img/grad.png) repeat-x 0 -177px;
}

/* Custom input styling for items */
#admin_menu > form > ul > li > ul > li input,
#admin_menu > form > ul > li > ul > li textarea{
	color: #fff;
}
#admin_menu > form > ul > li > ul > li input:focus,
#admin_menu > form > ul > li > ul > li textarea:focus{
	color: #000;
}

#admin_menu > form > ul > li input.name{
	width: 160px;
	float: left;
}

#admin_menu > form > ul > li textarea.descrip{
	float: left;
	width: 310px;
	height: 50px;
	margin-top: 5px;
}

#admin_menu > form > ul > li  input.sort{
	float: right;
}
/* Item price*/
#admin_menu > form > ul > li > ul > li input.price{
	float: left;
	width: 140px;
	margin-top: -31px;
}
#admin_menu > form > ul > li > ul > li input.price:before{
	content: 'sadf';
}
/*#admin_menu > form > ul > li > ul > li input input[type=hidden]{

}*/

#admin_menu > form > ul > li > ul > li input.descrip{
	
}

/* border radiuses */
#admin_menu > form > ul > li > ul > li:first-child{
	border-top: none;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}
#admin_menu > form > ul > li > ul > li:last-child{
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom: none;
}
#admin_menu > form > ul > li > ul > li:single-child{
	-webkit-border-radius: 9px;
}
	
/* @end */


/* @end */

/* @group Footer */

#f{
	background-color: #650701;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #fff0d3;
	line-height: 19px;

}

#f .wrap{
	padding-left: 10px;
	width: 930px;
}

#f dl{
	width: 293px;
	padding: 0 20px 0 0px;
	float: left;
}
#f dl.last{
	padding-right: 0;
}


#f dl dt{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
#f dl dd{
	margin-top: 8px;
	margin-bottom: 8px;
}
	#f dl dd strong{
		display: block;
	}
	#f .copy{
		text-align: center;
		clear: both;
		padding: 20px 20px 0;
	}
	
#f dl a{
	color: #aacaff;
}

#f dl a:hover{
	color: #aacaff;
	text-decoration: none;
}
/* Tweet specific styling - links ect*/
#f dl.tweets{
	background: url(../img/tweety.png) no-repeat 190px top;
	margin-top: -40px;
	padding-top: 40px;
}

#f dl.tweets strong{
	display: inline;
}



#f dl.tweets{
	
}

#f dl.tweets{
	
}

.clear_both{
	display: block;
	clear: both;
}
/* @end */
