
/*  @author			Maxwell Berkel | Solo Media Works, Inc.
 *  @copyright		Copyright (c) 2006 Solo Media Works, Inc.  All rights reserved.
 *	@description	Default website layout styles
 *
 *  General Styles
 ***************************************************************************************/

* {
	padding: 0;
	margin: 0;
}

a {
	color: #6CA42C;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px dotted #6CA42C;
}

body {
	color: #2c2c2c;
	background: transparent url(../img/footer_bg.jpg) repeat-x bottom center;
	font-family: Georgia, "Times New Roman", Garamond, Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Garamond, Times, serif;
	color: #000;
	margin: 0 0 8px 0;
}

h2 {
	height: 24px;
	font-size: 28px;
	text-indent: -99999px;
}

h3 {
	height: 16px;
	font-size: 18px;
	text-indent: -99999px;
	margin: 0 0 6px 0;
}

img, a img {
	border: 0;
}

img.bordered {
	border: 1px solid #e9e9e9;
	padding: 3px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

p {
	text-align: justify;
	margin: 0 0 12px 0;
}

ul {
	list-style: none;
	margin: 0 0 15px;
}

ol li {
	margin: 0 0 6px 23px;
}

ul li {
	margin: 0 0 6px 10px;
}

ul.list li {
	display: block;
}

ul.inline li {
	display: inline;
}

ul.bulleted li {
	display: list-item;
	list-style: circle url(../img/bullet1.png);
	margin: 0 0 6px 18px;
}

ul.indented li {
	margin-left: 18px;
}

.error {
	color: #f00;
}

.left {
	float: left;
}

.required {
	color: #f00;
}

.right {
	float: right;
}

.row {
	display: block;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	clear: both;
}

html>body .row {
	overflow: auto;
}

p.small, span.small, li.small, a.small {
	font-size: 10px;
}


/*  Wrapper Styles
 ***************************************************************************************/
 
#wrapper {
	width: 440px;
	margin: 0 auto;
	text-align: left;
	margin: 0 auto;
	padding: 25px 0 0;
	overflow: visible;
}
 
 
/*  Header Styles
 ***************************************************************************************/

#header {
	height: 95px;
	clear: both;
}

h1 {
	width: 356px;
	height: 82px;
	background: transparent url(../img/smw_logo.jpg) no-repeat top left;
	text-indent: -99999px;
	margin-left: 20px;
}


/*  Content Styles
 ***************************************************************************************/

#content {
	position: relative;
	width: 440px;
	clear: both;
}

#content-main {
	width: 355px;
	height: 490px;
	float: left;
	background: url(../img/content_bg.png) no-repeat top center;
	padding: 35px 30px 15px;
}

#content-sidebar {
	position: absolute;
	left: 415px;
	float: left;	
}

#contact-form {
	display: none;
	width: 0;
	height: 390px;
	float: left;
	color: #fff;
	background: #6CA42C;
	margin-top: 24px;
	padding: 25px 20px 0;
	overflow: hidden;
}

#contact-form form {
	display: none;
}

#contact-form.active {
	display: block;
	width: 225px;
}

#contact-form.active form {
	display: block;
}

#contact-tab {
	float: left;
	margin-top: 64px;
}

ul.projects-list {
	height: 200px;
	list-style: none;
	text-align: left;
	clear: both;
}

ul.projects-list li {
	display: inline;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
}

ul.projects-list li.first {
	margin-left: 0;
}

/* Headings */

html>body h2.recent-projects {
	background: url(../img/hdr_recent_projects.png) no-repeat top left;
}

html>body h2.welcome {
	background: url(../img/hdr_welcome.png) no-repeat top left;
}

/* forms */

form {
	clear: both;
}

label {
	font-weight: normal;
	padding-bottom: 3px;
	clear: both;
}

form div.row {
	padding: 4px 0 6px;
}

form div.row-buttons {
	padding: 10px 0 8px;
	clear: both;
}

input.text, textarea {
	width: 210px;
	padding: 2px 0;
	clear: both;
}

input.text.error, textarea.error {
	color: #000;
	background: #FFDEDE;
}

textarea {
	height: 120px;
}

div.row-buttons {
	clear: both;
}

#error-view, #message-view, #success-view {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	line-height: 145%;
	border: 1px solid #efefef;
	padding: 15px 15px 15px 50px;
	margin-bottom: 15px;
	clear: both;
}

#error-view {
	background: #FAFFCA;
}

#error-view ul.errors {
	list-style: circle;
	margin: 8px 0;
}

#error-view ul.errors li {
	font-style: italic;
	margin-left: 15px;
}

#message-view {
	background: #FAFFCA;
}

#success-view {
	background: #FAFFCA;
}


/*  Footer Styles
 ***************************************************************************************/
 
#footer {
	width: 415px;
	height: 130px;
	color: #BACF82;
	font-size: 9px;
	text-align: center;
	padding: 15px 0 0;
	clear: both;
}
