/*
I&A Intelligence & Art template: Main Stylesheet
Author: BCProducties 
*/

/** Standard Reset **/
@import 'reset.css';

/** Basic Styles **/

body {
	background: #fff;
	font: 12px 'Arial', 'Verdana', sans-serif;
	color:#000;
}

#container {
	width: 910px;
	margin:0 auto;
	background: #fff;
	padding:25px;
	overflow: hidden;
}

p {
	margin-bottom:40px;
	line-height:24px;
}

ul {
	list-style-type:disc;
	margin:0px 0px 20px 40px;
	line-height:24px;
}

ol {
	list-style-type:decimal;
	margin:0px 0px 20px 40px;
	line-height:24px;
}


h1 {
	font-size:24px;
	font-weight:normal;
	color:#000;
	margin-bottom:20px;
	line-height:36px;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#000;
	margin-bottom:20px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}

h4 {
	font-size:11px;
	color:#000;
	line-height:18px;
}

h5 {
	font-size:10px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}

h6 {
	font-size:8px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}

a {
	color:#a40d0d;
	line-height:24px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.alignleft {
	float:left;
	margin:10px 15px 10px 0px;
}

.alignright {
	float:right;
	margin:10px 0px 10px 15px;	
}

.wrapper {
	width:910px;
	margin-bottom: 20px;
	overflow: hidden;
}

/** Header Styles **/

#logo {
	margin-bottom: 25px;
}

/** Navigation Styles **/

#navigation{
	width: 910px;
	list-style-type: none;
	background: #000;
	position:relative;
	float:left;
}

#navigation li {
	float: left;
	height:30px;
}

#navigation li a {
	display:block;
	text-decoration: none;
	text-align:right;
	text-transform: uppercase;
	font-size: 14px;
	color:#fff;
	padding:0px 15px;
	line-height:30px;
}

#navigation li a:hover, #navigation li.selected a {
	background:#333;
}

#navigation li.selected ul li a {
	background:#000;
}

#navigation li.selected ul li a:hover {
	background:#333;
}

/** Featured Styles **/

#featured-wrap {
	position: relative;
	clear:both;
	height: 380px;
	width:910px;
}

#featured {
	position: relative;
	margin:0;
	margin-bottom: 35px;
	clear:both;
	background: url('../img/loader.gif') 50% 50% no-repeat;
	height: 350px;
	width:910px;
	list-style:none;
}

.caption {
	width: 890px;
	background: #000;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	padding: 0px 10px;
	position: absolute;
	bottom:-22px;
}

#featured-nav {
	list-style:none;
	position:absolute;
	bottom:-10px;
	right:10px;
	z-index:999;
}


#featured-nav li {
	display:block;
	float:left;
	height:11px;
	width:11px;
	text-indent:9999px;
	margin-left:4px;
}

#featured-nav li a {
	background: url('../img/featured.png') no-repeat;
	display:block;
	height:11px;
	width:11px;
	overflow:hidden;
}

#featured-nav li a.activeSlide {
	background: url('../img/featured-current.png') no-repeat;
}


/** Main Styles **/

#main {
	clear:both;
	padding-top:30px;
}

#main img {
	padding: 4px;
	border: 1px solid #ddd;
}

.widget {
	margin-bottom:30px;
}

.one_half {
	float: left;
	width: 440px;
	margin-right: 30px;
}

.one_third {
	float: left;
	width: 280px;
	margin-right: 35px;
}

.two_third {
	float: left;
	width: 595px;
	margin-right: 35px;
}

.one_fourth {
	float: left;
	width: 205px;
	margin-right: 30px;
}

.three_fourth {
	float: left;
	width: 675px;
	margin-right: 30px;
}

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

ul.subnav li {
	border-top:1px solid #ddd;
	height:30px;
	width:280px;
	padding:0px;
	margin:0;
}

ul.subnav li:last-child {
	border-bottom:1px solid #ddd;
}

ul.subnav li a {
	text-decoration:none;
	color:#414141;
	width:280px;
	display:block;
	line-height:30px;
	padding-left:5px;
	font-size:11px;
}

ul.subnav li a:hover {
	color:#a40d0d;
}

a.read-more {
	dispay: block;
	background: #000;
	color: #fff;
	padding:5px 8px;
	line-height:16px;
	float:right;
	margin-top:15px;
}

.pagination {
	margin-bottom:20px;
	overflow:hidden;
	float:right;
}

.pagination li {
	display:inline;
	list-style:none;
	float:left;
}

.pagination li a {
	dispay: block;
	background: #000;
	color: #fff;
	padding:5px 8px;	
	line-height:24px;
}

.acc_widget h5 {
	color:#fff;
	display block;
	width:100%;
	background: #000;
	padding:5px 8px;
	line-height:16px;
	margin:1px 0px;
	font: 12px 'Arial', 'Verdana', sans-serif;
	cursor:pointer;
}

.acc_widget div {
	padding:10px 0px;
}

a.top {
	font-size:10px;
	text-transform:uppercase;
	color:#ddd;
	float:right;
}

.separator {
	border-top: 1px solid #ddd;
	margin:0px 0px 35px;
	clear:both;
}

code {
	display:block;
	background:#f2f2f2;
	border:1px solid #ddd;
	padding: 10px;
	white-space:pre;
	font:11px monaco,"Lucida Console",courier,mono-space;
}

.loading_images {
	position:fixed;
	top:0;
	left:50%;
	background:#000;
	color:#fff;
	padding:6px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}

blockquote {
	font-style: italic;
	line-height:24px;
	border-left:3px solid #ddd;
	padding-left:10px;
	margin-bottom:40px;	
}

.info {
	background:#f2f2f2 url('../img/info_icon.png') 6px 6px no-repeat;
	padding:5px 5px 5px 30px;
	font-size:11px;
	border:1px solid #ddd;
	line-height:18px;
	margin-bottom:15px;
}

.alert {
	background:#f2f2f2 url('../img/alert_icon.png') 6px 6px no-repeat;
	padding:5px 5px 5px 30px;
	font-size:11px;
	border:1px solid #ddd;
	line-height:18px;
	margin-bottom:15px;
}

.error {
	background:#f2f2f2 url('../img/error_icon.png') 6px 6px no-repeat;
	padding:5px 5px 5px 30px;
	font-size:11px;
	border:1px solid #ddd;
	line-height:18px;
	margin-bottom:15px;
}

.portfolio {
	margin:0px 0px 20px 0px;
	list-style:none;
	overflow: hidden;
}

.portfolio .item {
	width:280px;
	float:left;
	margin:0px 35px 14px 0px;
	background:url('../img/loader_small.gif') 50% 80px no-repeat;
	position:relative;	
}

.portfolio .item h5 {
	display:none;
	position:absolute;
	top:133px;
	width:262px;
	background:url('../img/BG_transparent_black.png');
	margin:0px 5px 10px 5px;
	text-align:right;
	padding:4px;
}

.portfolio .item h5 a {
	color:#fff;
	font-size:14px;
}

.portfolio .item h5 a:hover {
	text-decoration:none;
}

.portfolio .item p {
	font-style:italic;
	margin-bottom:0;
}

.portfolio .last {
	margin-right:0px;
}

.portfolio .item img {
	margin-bottom:10px;
}

.blog_entry {
	margin-bottom:30px;
}

.blog_entry .blogtitle h1 a {
	color:#000;
}

.blog_entry .blogtitle h1 a:hover {
	color:#a40d0d;
	text-decoration:none;
}

.blog_entry .meta {
	overflow:visible;
	margin-bottom:15px;
}

.blog_entry .meta .date {
	float:right;
	margin-top:-50px;
}

.blog_entry .meta .date .day {
	font-size:30px;
	text-align:center;
}

.blog_entry .meta .date .month {
	text-transform:uppercase;
}

.blogpost {
	margin:20px 0px;
}

#comments {
	list-style:none;
	margin:0 0 25px;
	overflow:hidden;
}

#comments li {
	width:590px;
	clear:both;
}

#comments li ul.nested_comments {
	list-style:none;
	margin-left:0;
}

#comments li ul.nested_comments li {
	list-style:none;
	width:445px;
	margin-left:109px;
	overflow:hidden;
	padding:15px;
	background:#f9f9f9;
	line-height:24px;	
	margin-bottom:20px;
	border-left:3px solid #ddd;
}

#comments li ul.nested_comments li .avatar {
	float:right;
	margin:0 0 10px 10px;
}

#comments li .comment_left {
	float:left;
	width:80px;
	text-align:center;
	margin-right:15px;
}

#comments li .comment_left img {
	margin-bottom:10px;
}

#comments li .comment_content {
	margin-bottom:10px;
}

#comments li .comment_right {
	float:left;
	width:460px;
	margin-bottom:20px;
	padding:15px;
	background:#f9f9f9;
	line-height:24px;
}

#comments li .comment_meta {
	overflow:hidden;
}

#comments li .comment_right .name, #comments li ul.nested_comments li .name {
	float:left;
	width:245px;
}

#comments li .comment_right .date, #comments li ul.nested_comments li .date {
	float:right;
	width:200px;
	text-align:right;
}


#leave_comment p {
	margin-bottom:20px;
}

input#search {
	background:#ffffff;
	border:1px solid #ddd;
	padding:4px;
	font-size:11px;
	width:200px;
	color:#aaa;
}

input#search:focus {
	color:#000;
}

input#submit, input#searchsubmit {
	background:#000;
	padding:4px 6px;
	font-size:11px;
	color:#fff;
	border:none;
}

input#submit:hover, input#searchsubmit:hover {
	cursor:pointer;
}

input#name, input#email, input#url {
	background:#fff;
	border:1px solid #ddd;
	padding:6px;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#000;
	border:none;
	padding:6px;
	font-size:11px;
	color:#eaeaea;
}

label {
	margin:10px;
}

textarea#comment, textarea#message {
	background:#fff;
	border:1px solid #ddd;
	padding:4px;
	width:500px;
	height:150px;
	font-size:11px;
	margin:0;
	padding:6px;
	font: 12px 'Arial', 'Verdana', sans-serif;
	line-height:24px;
}

label.error {
	color:#a40d0d;
	background:none;
	border:none;
	margin:0 0 0 10px;
	padding:0;
}

input.error {
	margin:0;
}

#contactForm {
	margin-bottom:25px;	
}

#contactForm p {
	margin-bottom:15px;	
}

.business-details p {
	margin-bottom:5px;	
}

.business-details img {
	margin-bottom:15px;	
}

.last { margin-right: 0; margin-bottom: 0; } /*** IMPORTANT: always leave this class right here, above the Footer Styles comment. ***/

/** Footer Styles **/

#footer {
	width: 890px;
	background: #000;
	height: 30px;
	color: #fff;
	padding: 0px 10px;
}

#copyright {
	font-size:10px;
	width:450px;
	float:left;
	line-height: 30px;
}

#footer_navigation {
	list-style:none;
	float:right;
	margin:0;
}

#footer_navigation li {
	display:inline;
	padding:0px;	
}

#footer_navigation li a {
	text-decoration:none;
	margin:0px 5px;	
	font-size:10px;	
	padding:0px;
	color:#fff;	
	line-height: 30px;	
}

#footer_navigation li a:hover {
	color:#ddd;
}