/* Personality CSS */

/* ------------------------------------------------------------------------ */
/* Import CSS - WARNING: only edit these files for advanced changes */
/* ------------------------------------------------------------------------ */

@import "reset.css"; /* generic reset file for cross-browser consistency */
@import "fontface.css"; /* includes the custom fonts using font-face */
@import "tooltip.css"; /* controls the look and feel of the menu tooltips */
@import "jcarousel.css"; /* controls the look and feel of the carousel */
@import "fancybox.css"; /* controls the look and feel of the lightbox */

/* ------------------------------------------------------------------------ */
/* Tag Styling */
/* ------------------------------------------------------------------------ */

body {
	font-family: 'DroidSansRegular';
	font-size: 13px;
	line-height: 1.5;
}

strong {
	font-family: 'DroidSansBold';
}

em {
	font-family: 'DroidSansItalic';
}

hr {
	border: none 0;	
	height: 2px;
	margin: 15px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: 'NovecentoWide';
	letter-spacing: 0px;
	font-size: 145%;
	text-align: center;
	margin-bottom: 40px;
}

h2 span {
	padding: 0 15px;
}

h3 {
	font-size: 120%;
	font-family: 'DroidSerifItalic';
	margin-bottom: 15px;	
}

p {
	margin-bottom: 15px;
	line-height: 1.4;
}

ul li {
	padding: 8px 0 10px 0;
}

ul li:first-child {
	padding-top: 0;
}

blockquote {
	padding-left: 40px;
	font-family: 'DroidSerifItalic';
	margin-bottom: 15px;
	line-height: 1.4;
}

/* ------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------ */

#header {
	width: 100%;
	height: 280px;
}

#logo {
	position: relative;
	top: 50px;
	margin: 0 auto;	
}

#logo a {
	display: block;
}

#logo a span { display: none }

#menu {
	overflow: hidden;
	width: 900px;
	position: relative;
	top: 90px;
	margin: 0 auto;
}

#menu li {
	padding: 0;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 20px;
}

#menu li a {
	display: block;
	width: 110px;
	height: 30px;
}

#menu li span {
	display: none;
}

#menu li:first-child {
	margin-left: 0;
}

#menu li:hover {
	background-position: 0 -30px !important;
}

/* ------------------------------------------------------------------------ */
/* Container */
/* ------------------------------------------------------------------------ */

#container {
	width: 960px;
	margin: 0 auto;	
	overflow: hidden;
}

.section {
	padding: 50px 0;
	overflow: hidden;
}

.column-1 {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.column-2 {
	width: 630px;
	float: left;
	margin-right: 30px;
}

.nomargin {
	margin-right: 0;
}

/* Carousel */

#carousel {
	overflow: hidden;
}

#carousel li {
	float: left;
	margin: 0 30px 20px 0;
	padding: 0 !important;
}

#carousel li:last-child {
	margin-right: 0;
}

#carousel li div {
	padding: 8px;
	position: relative;
}

#carousel li img {
	padding: 2px;
}

#carousel li div span {
	width: 280px;
	height: 210px;  	
  	position: absolute;
  	top: 10px;
  	left: 10px;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3) inset; 
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3) inset;
}

#carousel li div span.imghover {
	background: #000000 url("../images/zoom.png") no-repeat center center;	
}

#carousel li div span.vidhover {
	background: #000000 url("../images/play.png") no-repeat center center;
}

#carousel li p {
	padding: 10px 10px 0 10px;
}

#carousel li p span {
	font-family: Arial, sans-serif;
	font-size: 85%;
	margin-top: 3px;
}

/* Connect */

#contact {
	margin-bottom: 40px;
}

#contact li img {
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

#social {
	overflow: hidden;
}

#social li {
	padding: 0 !important;
	background: none !important;
	float: left;
	margin-right: 9px;
}

#contactform {
	overflow: hidden;
}

#contactform .left {
	width: 260px;
	float: left;
}

#contactform .right {
	width: 350px;
	float: right;
}

#name,
#email,
#subject,
#comments,
#verify {
	width: 247px;
	font-family: Arial, sans-serif;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 10px;
}

#comments {
	width: 337px;
	height: 136px;
}

#verify {
	width: 30px;
}

#submit {
	float: right;
	font-size: 0;
	border: none;
	cursor: pointer;
	width: 71px;
	height: 32px;
	background: url("../images/btn_submit.png") no-repeat top left;
}

#submit:hover {
	background-position: 0 -32px;
}

#submit:active {
	background-position: 0 -64px;
}

span.required {
	color: #CC0000;
}

.error_message {
	display: block;
	background: url('../images/error.png') no-repeat left center;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

.loader {
	float: right;
	padding: 10px;
}

#success_page {
	display: block;
	background: url('../images/success.png') no-repeat left center;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	padding: 30px 0;
	text-align: center;
	font-size: 90%;
}

#footer a {
	font-weight: bold;
}

#footer a#btn_top {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
}

#footer a#btn_top span {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Misc Styling */
/* ------------------------------------------------------------------------ */

.icon {
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

.checklist li span {
	padding-left: 22px;
}

.ratings li span {
	display: block;
}

.steps {
	overflow: hidden;
}

.steps li {
	padding: 20px 15px !important;
	width: 185px;
	float: left;
	margin-left: 30px;
	text-align: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 8px;
}

.steps li:first-child {
	margin-left: 0;
}

/* ------------------------------------------------------------------------ */
/* Content Specific Styling */
/* ------------------------------------------------------------------------ */

#portrait {	
	float: left;
	margin: 0 25px 15px 0;
}