/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  07: 2 Col Fixed Sidebar Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px 0;
	padding: 0px;
	background: #FDFAC7;
}



/*Masthead, includes Logo and Banner. It carries a bottom shadow that creates a bevel effect between the masthead and your page content. All modern browsers except Safari 5.x support box-shadow. As of this writing, Safari still requires the proprietary webkit prefix. Once Safari 6 is released, you can remove the webkit property.*/
.masthead {
	padding: 0px;
	text-align: left;
	position: relative;
}

/*The masthead logo DIV rule can be used to assign padding or colors to your masthead area that contains your logo. The default logo we provide is simply a level 1 heading, which may be replaced with an image of your logo. If you choose to keep your image logo inside the H1 tag, then edit the masthead h1 rule to remove all properties except for margin: 0. */
.masthead .logo {
	background: #601907;
}
.masthead .logo h1{
	margin: 0;
	color: #FDFAC7;
	padding: 3px 30px 5px;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.logo {
	height: 20px;
	text-align: center;
	color: #FFF;
}

.stripe {
	height: 15px;
	text-align: center;
	color: #CCC;
	background: #000 url(../../../p7csspbm/img/pattern_tile_20.jpg) repeat-x bottom;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}

.logo a {
	color: #FDFAC7;
	text-decoration: none;
}

.logo a:hover {
	color: #FAEF23;
	text-decoration: none;
}

/*We set height and overflow hidden to allow you place an image in the banner that would normally be too large. You can edit or remove this rule if you design your banner image to fit your layout.*/
.masthead .banner {
	height: 80px;
	overflow: hidden;
	background: url(../../../p7csspbm/img/salad_banner_top_1000.jpg) no-repeat;
	border: 3px solid #000;
}
.masthead .banner img {}

/*Main Layout Container. The entire page is inside this element.*/
.content-wrapper {
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	width: 980px;
	background: #CAD8E7;
}
/*The containing element for the the main content. We simply set the content area to have a white background.*/
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

/*This container is inside the columns wrapper and serves as a container for the content inside, allowing you to adjust whitespace (padding) without altering the CSS box model. This is the rule to use to set text attributes for your main content.*/
.main-content .content {
	padding: 30px;
	font-size: 14px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
/*A utility rule assigned to the first heading to remove all margins. This class can be used on any element for which you would like to remove margin.*/
.page-topper {
	margin: 0px;
	padding-bottom: 0px;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0 0 0;
	line-height: normal;
	color: #601907;
}
h1 { font-family: 'Asul', sans-serif; font-weight: 700;  font-size: 24px; }
h2 { font-family: 'Asul', sans-serif; font-weight: 400;   font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

/*Misc. Typographic Styles*/
.content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 110%;
}
.content em.big {
	font-size: 125%;
}

.side-content h1, h2, h3 {
	color: #FABF41;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*Sidebar*/
.sidebar {
	width: 220px;
	float: left;
	border-right: 4px double #000;
	background: #601907;
	border-left: 3px solid #000;
	color: #FFFFFF;
}
/*DO NOT EDIT*/
.p7desktop .sidebar {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/*The Sidebar content. Edit padding and font attributes to suit*/
.sidebar .content {
	padding: 30px;
	font-size: 12px;
	line-height: 1.5em;
}

.side-content {
	padding-left: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
/*Main Content*/
.main-content {
	margin-left: 220px;
	border-right: 3px solid #000;
	color: #000;
}

.columns-wrapper .main-content .content h2 {
	color: #601907;
}

.columns-wrapper .main-content {
	background: url(../../../p7csspbm/img/alladins_title_tan_300.jpg) no-repeat right bottom;
}

.main-content img {
	border: 4px double #CCC;
	margin-right: 25px;
	float: left;
}

/*Ordinary Link Styles*/
.content a {
	color: #601907;
	text-decoration: none;
}
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #000000;
}
.footer a:hover, .footer a:focus { color: #FFF; }

/*Lists: We reduce normal indentation and remove bullets for ordered and unordered lists  when placed in a sidebar*/
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
/*The menu list items. Margin-bottom provides some separation between each item and may be edited.*/
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
/*The menu links. MUST BE DISPLAY BLOCK. Padding provides white space within the link box. The first padding value controls the height of the box. The second value controls width. A box shadow is set.*/
.menuside a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 1em;
	border: 1px solid #FFF;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 15px #DDD;
	box-shadow: 0px 0px 15px #DDD;
	background: #CAD8E7;
}
/*The menu links hover and focus states. A box shadow effect changes for this state. */
.menuside a:hover, .menuside a:focus {
	color: #FFF;
	border-color: #222;
	background-color: #222;
	box-shadow: 5px 5px 30px #999;
	outline: 0;
}
.footer {
	padding: 10px 30px;
	font-size: 11px;
	color: #000;
	background: url(../../../p7csspbm/img/new_salad_banner_1000.jpg) no-repeat -5px bottom;
	border: 3px solid #000;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	text-align: right;
}

.copyright {
	font-size: .6em;
	text-align: center;
}

/*P7MOBILE Styles. These styles will be used only by mobile devices (phones and tablets) and will be ignored by desktop and laptop browsers.*/
body.p7mobile { 
	-webkit-text-size-adjust:100%; 
	min-width: 0;
	margin: 1em;
}
.p7mobile .main-content { margin-left: 0; }
.p7mobile .content-wrapper { width: auto; }
.p7mobile .content {
	padding: 1.5em;
	font-size: large;
	line-height: 1.35em;
}
.p7mobile .sidebar {
	width: auto;
	float: none;
	background-color: transparent;
	border-right: none;
}
.p7mobile .menuside {
	margin: 0;
	padding: 0;
}
.p7mobile .menuside li {
	list-style-type: none;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 5px;
}
.p7mobile .menuside a, .p7mobile .footer { font-size: large; }
