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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	background-color: #CCC;
	margin: 0px 0;
	padding: 0px;
}

#css-image-swap-1{
    width:754px; height:133px; background:url(../assets/banner_template_hover.jpg);
}
#css-image-swap-1 img:hover{
    opacity:0;
}
/*Border Radius for CURVED CORNERS. The overall wrapper is assigned an 8px radius on all 4 corners. The masthead is assigned a 6px radius for its top corners. The footer is assigned a 6px radius for its bottom corners. The footer and masthead radii must always be 2px less than the radii set on the content wrapper so that its border displays properly.*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
/*.footer { border-radius: 0px 0px 6px 6px; }*/


/*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 {
	text-align:center;
	background-color: #FFF;
	border-bottom: 0px solid #FFF;
	padding: 0px;
	text-align: left;
	position: relative;
	-webkit-box-shadow: 0 0 20px #AAA;
	box-shadow: 0 0 20px #AAA;
}

/*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 {
	/*width: 178px;*/
	border-bottom: 0px solid #000;
	text-align:center;
	background-color:#FFF;
	float:left;
}

/*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: 132px;*/
	overflow: hidden;
	float:right;
}
.masthead .banner img {}

/*Main Layout Container. The entire page is inside this element.*/
.content-wrapper {
	border: 0px solid #222;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px #754;
	box-shadow: 0 0 20px #754;
	width: 754px;
}
/*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: #333399; /*dark blue*/
}

/*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 {
	font-size: 14px;
	line-height: 1.5em;
}

/*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; }

/*Misc. Typographic Styles*/
.content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 110%;
}
.content em.big {
	font-size: 125%;
}
/*Sidebar*/
.sidebar {
	width: 170px; /*drm was 175px;*/
	float: left;
}
.sidebarheader {
	background-color: #336699;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
/* Sidebar Heading styles */
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 { 
	margin: 2px 0 0 0;
	line-height: normal;
	color:#FFFFFF 
}
.sidebar h1 { font-size: 20px; }
.sidebar h2 { font-size: 16px; }
.sidebar h3 { font-size: 12px; }
.sidebar h4 { font-size: 10px; }

/*DO NOT EDIT*/
.p7desktop .sidebar {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/*The Sidebar content. Edit padding and font attributes to suit*/
.sidebar .content {
	padding: 2px 8px 8px 8px;
	font-size: 12px;
	line-height: 1.5em;
}
/*Main Content*/
.main-content { 
	margin-left: 175px; 
	background-color: #FFF;
}
.main-content .content p {
	text-indent: 6px;
}
.design-content { 
	background-color: #F00;
}
.design-content .content p {
	text-indent: 6px;
}
.header {
	background-color:#CCC;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
.colheader {
	text-align:center;
	width: 583px;
}
.colleft {
	width: 270px;
	float: left;
	padding-left: 20px;
}
.colleft p {
	margin-top: 0px;
}
.colright {
	width: 270px;
	float: right;
	padding-left: 20px;
}
.copy {
	padding-left: 20px;
	color: #000;
}

/* Copy Heading styles*/
.copy h1, .copy h2, .copy h3, .copy h4 { 
	color: #000;
	line-height: normal;
}
.copy h1 { font-size: 24px; }
.copy h2 { font-size: 20px; }
.copy h3 { font-size: 18px; }
.copy h4 { font-size: 16px; }

/*Ordinary Link Styles*/
.content a { color: #0066CC; text-decoration: none;  }
.content a:hover, .content a:focus { color: #FFF; }
.sidebar a { color: #FFF; text-decoration: none; }
.sidebar a:hover, .content a:focus { 
	text-shadow: 4px 4px 8px #000; 
}
.footer a { color: #689BF0; }
.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: 20px 0 0 0 ;
}
/*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: #000;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 4px;
	background-color: #D2D2D2;
	-webkit-box-shadow: 0px 0px 15px #DDD;
	box-shadow: 0px 0px 15px #DDD;
}
/*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 #754;
	outline: 0;
}
.footer {
	background-color: #FFF;
	/*border-top: 0px solid #222;*/
	padding: 10px 30px;
	font-size: 24px;
	color: #009;
	text-align:center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

img.floatleft {
	float: left;
	margin-right: 12px;
}
img.floatright {
	float: right;
	margin-left: 12px;
}

/*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; }
