/* ===================== CSS Reset ===================== */
* {
	border: 0 none;	
	font-family: Tahoma,Arial,Helvetica,sans-serif;	
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ===================== General Styles ===================== */
body {
	border-top: 30px solid #1a1a1a;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	width: 940px;
}

a {
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	background: url("images/quote.jpg") no-repeat top left;
	padding-left: 25px;
}

blockquote span {
	color: #999;
	font-size: 11px;
	font-style: italic;
}

em {
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

img {
	border: 5px solid #ccc;
	margin-bottom: 15px;
}

img.left {
	margin: 0 15px 10px 0;
}

img.right {
	margin: 0 0 10px 15px;
}


input, textarea {
	border: 1px solid #EEE;
	color: #777;
	font-size: 12px;
}

label {
	color: #777;
	float: left;
	font-size: 14px;
	line-height: 30px;
	width: 80px;
}

p, pre, ul {
	color: #777;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: left;
}

p.date {
	color: #999;
	font-size: 11px;
	margin-bottom: 0;
}

pre {
	background-color: #EEE;
	border-left: 4px solid #CCC;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	white-space: normal;
	width: 620px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ===================== Table Styles ===================== */
table {
	border-top: 1px solid #EEE;
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}

table td {
	border-bottom: 1px solid #EEE;
	color: #777;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0;
	width: 25%;
}

/* ===================== Header Styles ===================== */
#header {
	border-bottom: 1px solid #eee;
	height: 25px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	position: relative;
}

#header h1 a {
	font-size: 37px;
	text-transform: uppercase;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 a span {
	color: #ccc;
}

#header ul {
	bottom: 0px;
	position: absolute;
	right: 0;
}

#header ul li {
	float: left;
	margin-left: 20px;
}

#header ul li a {
	color: #bbb;
	font-size: 13px;
}

#header ul li a:hover, #header ul li.active a {
	color: #555;
	text-decoration: none;
}

/* ===================== Featured Styles ===================== */
#featured {
	border: 1px solid #eee;
	height: 250px;
	overflow: hidden;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#featured .item {
	height: 250px;
	overflow: hidden;
}

#featured h2 {
	margin-top: 25px;
}

#featured img {
	border: none;
}

.featured-content {
	float: left;
	margin-right: 60px;
	padding-left: 28px;
	width: 370px;
}

.featured-image {
	float: left;
	width: 480px;
}

.featured-box {
	background-color: #EEE;
	height: 45px;
	overflow: hidden;
	padding: 0 15px;
	width: 368px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.featured-box p {
	float: left;
	line-height: 45px;
}

.featured-box a {
	float: right;
	line-height: 45px;
}

#featuredNav {
	background-color: #EEE;
	height: 40px;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding-left: 30px;
	text-align:center;
	width: 910px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#featuredNav a {
	background: url("images/featuredNav.png") no-repeat top left;
	display: block;
	float: left;
	height: 10px;
	margin: 15px 4px 0 0;
	text-indent: -999px;
	width: 10px;
}

#featuredNav a.activeSlide {
	background: url("images/featuredNav_hover.png") no-repeat top left;
}

/* ===================== Location Styles ===================== */
#location {
	border-bottom: 1px solid #eee;
	margin: -25px 0 25px 0;
	overflow: hidden;
	padding: 30px 0 25px 0;
	width: 940px;
}

#location h2 {
	float: left;
	margin: -12px 0 0 0;
}

#location .button {
	color: #EEE;
	float: right;
	height: 35px;
	line-height: 34px;
	margin-top: -7px;
	padding: 0 22px;
}

/* ===================== Content Styles ===================== */
#content {
	overflow: hidden;
}

/* ===================== Main Content Styles ===================== */
#mainContent {
	float: left;
	overflow: hidden;
	width: 620px;
}

#left_sidebar #mainContent {
	float: right;
}

/* ===================== Sidebar Styles ===================== */
#sidebar {
	float: right;
	margin-left: 20px;
	overflow: hidden;
	width: 300px;
}

#left_sidebar #sidebar {
	float: left;
	margin: 0 20px 0 0;
}

#sidebar .box {
	margin-bottom: 25px;
	overflow: hidden;
}

/* ===================== Boxes Styles ===================== */
.box {
	width: 300px;
}

.box.left {
	margin-right: 20px;
}

.box h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}

/* ===================== Blog Headlines Styles ===================== */
.blogHeadlines li {
	margin-bottom: 12px;
}

.blogHeadlines a {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

.blogHeadlines a {
	color: #777;
	font-size: 18px;
}

.blogHeadlines a:hover {
	color: #444;
	text-decoration: none;
}

/* ===================== Search Form Styles ===================== */
#searchForm div {
	float: left;
}

#searchForm input {
	font-style: italic;
	padding: 10px 5px;
	width: 228px;
}

#searchForm #submit {
	background-color: #EEE;
	border: none;
	font-style: normal;
	padding: 10px 0;
	width: 60px;
}

/* ===================== News Headlines Styles ===================== */
.news {
	list-style: none;
	margin: 0
}

.news li {
	margin-bottom: 15px;
}

.news li.last {
	margin-bottom: 0;
}

.news li p, .news li h4, .news li a {
	display: block;
	margin-bottom: 5px;
}

.news li a {
	line-height: 14px;
}

.news li.last p.date {
	margin-bottom: 0;
}

/* ===================== Portfolio Carrousel Styles ===================== */
#buttonsContainer {
	border-bottom: 1px solid #EEE;
	padding-bottom: 8px;
}

#buttonsContainer button {
	background: url("images/arrow_up.jpg") no-repeat top left;
	border: none;
	height: 20px;
	margin-left: 100px;
	width: 20px;
}

#buttonsContainer button.next {
	background-image: url("images/arrow_down.jpg");
	margin: 0 100px 0 50px;
}

#carrousel li {
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	padding: 23px 20px;
	width: 260px;
}

#carrousel li.selected {
	background-color: #EEE;
}

#carrousel li img {
	border: none;
	margin: 0 10px 0 0;
	float: left;
}

#carrousel li p, #carrousel li a {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}

/* ===================== Portfolio Gallery Styles ===================== */
.gallery {
	list-style: none;
	list-style-position: outside;
}

.gallery li {
	float: left;
	margin: 0 16px 0 0;
}

.gallery li.last {
	margin-right: 0;
}

.gallery img {
	border: 5px solid #CCC;
	margin: 0;
}

/* ===================== Footer Styles ===================== */
#footer {
	background-color: #eee;
	border-top: 1px solid #ddd;
	clear: both;
	margin-top: 25px;
	overflow: hidden;
	padding: 15px 0;
}

#footer #footer-inner {
	margin: 0 auto;
	width: 940px;
}

#footer li {
	float: left;
	margin-right: 15px;
}

#footer ul, #footer li, #footer p, #footer a {
	font-size: 11px;
	margin-bottom: 0;
}

#footer li a {
	color: #777;
	font-weight: bold;
}

/* ===================== Social List Styles ===================== */
#socialList {
	list-style: none;
	overflow: hidden;
}

#socialList li {
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
}

#socialList li a {
	background: url("images/socialicons.jpg") no-repeat top left;
	display: block;
	height: 32px;	
	width: 32px;
} 

#socialList li a[title="Facebook"] {
	background-position: -32px 0;
}

#socialList li a[title="Flickr"] {
	background-position: -64px 0;
}

#socialList li a[title="Linkedin"] {
	background-position: -96px 0;
}

#socialList li a[title="MySpace"] {
	background-position: -128px 0;
}

#socialList li a[title="Twitter"] {
	background-position: -160px;
}

/* ===================== Blog Box Styles ===================== */
.blogBox {
	margin-top: 20px;
	float: left;
	width: 143px;
}

.blogBox h5 {
	color: #555;
	margin-bottom: 10px;
}

.blogBox ul {
	list-style: none;
}

.blogBox ul li {
	line-height: 15px;
	margin-bottom: 10px;
}

/* ===================== Blog Post Styles ===================== */
.blogPost {
	margin-bottom: 30px;
}

.blogPost .date {
	margin-bottom: 0;
}

.blogPost .postInfo {
	border-top: 1px solid #EEE;
	margin-top: 12px;
	padding-top: 12px;
}

/* ===================== Contact Form Styles ===================== */
#contactForm div {
	margin-top: 20px;
}

#contactForm input, #contactForm textarea, #commentsForm input, #commentsForm textarea {
	font-size: 11px;
	padding: 10px;
	width: 300px;
}

#contactForm #submit, #comments #submitComment {
	background-color: #EEE;
	font-size: 12px;
	margin-left: 80px;
	padding: 10px 20px;
	width: auto;
}

#commentsForm div {
	margin-bottom: 10px;
}

#commentsForm label {
	font-size: 11px;
	width: 60px;
}

#commentsForm textarea {
	width: 540px;
}

#commentsForm input, #commentsForm textarea {
	padding: 5px;
}

#comments #submitComment {
	margin-left: 60px;
	padding: 8px 15px;
}

/* ===================== Comments Styles ===================== */
#comments img {
	border: none;
}

#comments h5 {
	margin-bottom: 0px;
	margin-top: 5px;
}

#comments .commentAuthor {
	overflow: hidden;
}

#comments li {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#header h1 img {
	border-style: none;
}

#content div.box.left div.featured-box {
	width: 90%;
}
