/*
Theme Name: Starter WP-003
Theme URI: http://www.benb.com.au/
Author: BENB Creative Studio
Author URI: http://www.benb.com.au/
Description: Benb's new Worpress template
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: gray, white, two-columns, fixed-width, custom-background, editor-style
*/

@import url(css/reset.css);

body {
	background: url(images/bg-main.jpg) repeat;
	color:#666; /* Customize */
	font:normal 12px/18px Arial, sans-serif;
}

p {
	margin-top:10px;
}

h1, h2, h3, .title{
	color:#212A54; /*86668*/
	text-shadow:1px 1px 0px #fff;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}

h1 {
	font-size:30px;
	line-height:30px;
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:30px;
}
	h1.entry-title {
		margin:0 0 20px 0;;
		font-size:24px;
		border:none;
		color:#212A54;
	}

h2 {
	font-size:18px;
	line-height:22px;
}

h3 {
	margin-top:20px;
	font-size:14px;
	line-height:18px;
}	

a {
	text-decoration:none;
	color:#212A54;
	}
	a:hover {
		text-decoration:underline;
	}
 
strong {
	font-weight:bold;
	color:#444;
}

/*=================== FONTS */

@font-face {
    font-family: 'RockwellRegular';
    src: url('font/rock-webfont.eot');
    src: url('font/rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rock-webfont.woff') format('woff'),
         url('font/rock-webfont.ttf') format('truetype'),
         url('font/rock-webfont.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==================================== CONTENT */

.wrapper {
	width:980px;
	position:relative;
	height:auto;
	margin:0 auto;	
	box-shadow:0px 0px 6px #c7c7c7;
	}
	.top-wrapper	{
		margin-top:30px;
	}
.content {
	padding-left:30px;
	background:#fff;
	position:relative;
	height:100%;
}
.middle {
	background:#fff;
	padding:30px 0 30px 30px;
}		

.clear {
	clear:both;
	line-height:0;
}

.nomargin {
	margin-right:0 !important;
}

.shadow {
	width:100%;
	height:5px;
	background:url(images/bg-content.png) repeat-x top;
	position:absolute;
	top:0;
	z-index:50;
	left:0;
}



/* -------- Header */

.header {
	width:980px;
	height:100px;
	margin:0 auto;
	background:#fff;
	border-bottom:solid 6px #e8731f;
	}
	.header .logo {
		float:left; 
		padding:9px 0 0 30px;
	}
	/*_________ Menu */
	.header .nav1 {
		float:right;
		font:normal 16px/20px Arial, sans-serif;
		padding-right:20px; 
		}
		.nav1 li {
			float:left;
			}
			.nav1 li a {
				font-size:13px;
				padding:51px 10px 29px 10px;
				color:#24254F;
				text-decoration:none;
				text-transform:uppercase;
				font-weight:bold;
				display:block;
				}
				.nav1 li a:hover {
					color:#fff;
					background:#e8731f url(images/bg-menu-hover.png) bottom center no-repeat;
				}
				.nav1 li.current a, .nav1 li.current_page_item a {
					background:url(images/bg-menu-current.png) center bottom no-repeat;
					color:#383838;
				}
	/* Search */
	.search_mod {
		float:right;
		width:200px;
		padding:12px 18px 0 0;
		}
		.form {
			width:198px;
			height:24px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			background: #ffffff;
			background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
			background: -moz-linear-gradient(top,  #e9e9e9,  #ffffff);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff');
			}
			.form img {
				vertical-align:middle;
				float:left;
				margin:1px 5px 0 3px;
			}
			.form .text {
				width:153px;
				background:none;
				border:none;
				height:24px;
				float:left;
				font:italic 13px/24px Arial, Helvetica, sans-serif;
				color:#666;
			}	
			.form .btn-search {
				float:right;
				width:18px;
				height:24px;
				background:url(images/btn-search.gif) 0 1px no-repeat;
			}

/* Footer */

.footer {
	font-size:11px;
	height:30px;
	background:#B22725;
	color:#fff;
	}
	.footer a {
		color:#fff;
	}
	.footer .credits , .footer .links {
		line-height:30px;
	}
	.footer .credits {
		float:left;	
		padding-left:30px;
	}
	.footer .links {
		float:right;
		text-align:right;
		padding-right:30px;
		}
		.footer .links a {
			margin-left:20px;
}

.breadcrumbs {
	font-size:12px;
	line-height:40px;
	padding:0 20px 0 0;
	margin-bottom:30px;
	border-bottom:dotted 1px #CCCCCC;
	}
	.breadcrumbs a {
		background:url(images/separator.png) 100% 1px no-repeat;
		padding-right:12px;
		margin-right:10px;
		color:#212A54;
		text-decoration:underline;
	}
	.breadcrumbs span {
		font-weight:normal;
	}	
	

.call-mod {
	width:280px;
	float:left;
	margin:30px 30px 0 0 ;
	font:normal 12px Helvetica, sans-serif;
	}
	.call-mod p {
		margin: 0;
	}
	.call-mod a, .call-mod div {
		display:block;
		height:80px;
		color:#666;
		text-decoration:none;
		}
		.call-mod a img, .call-mod div img {
			border:solid 5px #E0E0E0;
			float:left;
			margin-right:10px;
			height:60px;	
		}
		.call-mod a .description, .call-mod div .description {
			width:190px;
			float:left;
		}
		.call-mod a .title, .call-mod div .title {
			font: normal bold 14px/18px Arial, "Times New Roman", Times, serif;
			margin-bottom:3px;
			color:#212A54;
}

.intro-text {
	width:600px;
	float:left;
	margin:0 30px 0 0;
	}
	.intro-text h1 {
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		margin-bottom:0;
		padding:0;
		border:none;
		text-transform:uppercase;
		color:#212A54;
	}
	.intro-text p {
		margin-top:5px;
	}	
	
.text-mod {
	width:280px;
	float:left;
	}
	.text-mod h2 {
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
		color:#212A54;
	}
	.text-mod .quote {
		font-style:italic;
		margin-top:5px;
		}
		.text-mod .quote p {
			margin:0;
		}
		.text-mod img {
			float:left;
		}
		.text-mod a img {
			margin-right:20px;
		}
	.text-mod .author {
		font-weight:bold;
		color:#333;
		text-align:right;
		margin-top:3px;
}

.left-col {
	width:599px;
	height:100%;
	min-height:470px;
	float:left;
	padding:0 30px 20px 0;
	border-right:solid 1px #ccc;
	}
	.left-col .break {
		height:5px; 
	}
	.left-col .call-mod  {
		margin-top:20px;
	}
	.left-col li {
		margin-bottom:15px;
		}
		.left-col li p {
			margin:0;
		}
		.left-col li h2 a, .left-col li h3 a {
			color:#333;
		}
	
.right-col {
	width:320px;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	background:#ffffff;
	}
	.right-col .call-mod, .right-col .text-mod {
		float:none;
		}
		.right-col .call-mod {
			margin:20px auto 0 auto !important;
			}
			.right-col .call-mod a, .right-col .call-mod div {
			}	
		.right-col .text-mod {
			margin:10px auto;
	}
	.right-col .break {
		height:3px;
		padding-top:15px;
		margin-bottom:5px;
		border-bottom:solid 1px #fff;
		background:url(images/bg-break.png) 0 100% repeat-x;
	}


/* Comments */
.required {
	color:#FF0000;
}

.comment-notes {
	font-style:italic;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	margin-bottom:5px;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	display:block;
	width:250px;
	height:22px;
} 

.comment {
	border-bottom:dotted 1px #ccc;
	padding:10px 0;
	min-height:46px;
	position:relative;
	}
	.comment img {
		position:absolute;
		right:0;
	}
	.comment p {
	width:90%;
	}
	.comment cite {
		font-size:11px;
		font-style:italic;
		color:#999;
	}
	
.form-allowed-tags {
	font-size:11px;
	color:#999;
}	

.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea {
	border:solid 1px #ccc;
	font:normal 12px Helvetica, sans-serif;
	color:#666;
}

.comment-form-comment textarea  {
	width:588px;
	max-width:588px;
	height:100px;
	padding:5px;
}

.form-allowed-tags {
	display:none;
}

/* buttons */
.link-button {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	padding-right:10px;
	background:url(images/bg-link.png) 100% 2px no-repeat;
	color:#0C8DC6;
}

.link-arrow {
	font: normal 12px/16px BitterRegular;
	padding-right:8px;
	background: url(images/bg-link.png) 100% 3px no-repeat;
	color:#333;
}
	
/* Slideshow */
.teaser, .slide, .belt {
	width:980px;
	height:373px;
}

.teaser {
	background:#fff;
	position:relative;
	height:373px;
	border-bottom:solid 6px #EA7300;
	}	
	.slide-wrap{
		width:980px;
		height:373px;
		margin:0 auto;
		display:block;
	}	
	.slide img {
		float:right;
	}
	.slide .text {
		width:470px;
		height:auto;
		float:left;
		padding-left:30px;
		}
		.slide .text .title {
			font-size:40px;
			line-height:40px;
			margin:40px 0 20px 0;
		}
		.slide .text .description {
			font:normal 18px/22px Helvetica, sans-serif;
			margin:0px 0 30px 0;
			display:block;
		}
		.slide .text a {
			background:url(images/bg-slide-link.gif) 100% 0 no-repeat;
			font:normal 18px/20px RockwellRegular, sans-serif;
			color:#333;
			padding-right:15px;
			text-transform:uppercase;
		}
		.teaser .page {
			width:100%;
			position:absolute;
			top:340px;
			z-index:10;
			}
			.teaser .page .pagination {
				width:470px;
				top:0;
				position:relative;
				margin-left:-470px;
				left:50%;
				}
				.teaser .page .pagination a {
					display:block;
					width:17px;
					height: 16px;
					background: url(images/slide-indicator.png) 0 0 no-repeat;
					float: left;
					margin-right: 5px;
					}
					.teaser .page .pagination a:hover, .teaser .page .pagination .activeSlide {
						background-position: 0 -17px;
					}
	
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.gallery-caption, .bypostauthor, .sticky  {}


.entry-content ul {
	padding-left: 40px;
	margin: 15px 0 20px;
	}
	.entry-content li {
		list-style: disc;
		margin-bottom: 5px;
		}
		.entry-content li ul li {
			list-style: circle;
		}


/* Contact form
-------------------------------------------------------------- */

.wpcf7 {
	float:left;
	width:360px;
}

.wpcf7 p {
	margin-bottom:5px;
}
.wpcf7 label {
	color:#4D4F53;
	font-size:14px;
	font-family: Helvetica, sans-serif;
	line-height:20px;
}
.wpcf7 input[type="text"], .wpcf7 textarea, #accept_paypal_payment_form input[type="text"], #accept_paypal_payment_form select{
	padding:2px;
	width:354px;
	border:solid 1px #ddd !important;
	color:#4D4F53;
	font-size:12px;
	}
	.wpcf7 input[type="text"],  #accept_paypal_payment_form input[type="text"] {
		height:20px;
	}
.wpcf7 #recaptcha_area {
	overflow:hidden;
	margin-top:5px;
	width:358px;
	border:solid 1px #ddd;
}
.wpcf7 img {
	padding:0;
	background:none;
}

.wpcf7 .recaptchatable .recaptcha_image_cell {
	background:none;
	}
	.wpcf7 .recaptchatable {
		border:none !important;
		background:#fff;
		line-height:normal;
}	

.wpcf7-submit {
	width:80px;
	height:30px;
	border:none;
	border-radius:4px;
	background: #e8731f;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-family: Helvetica, sans-serif;
	line-height:30px;
	cursor:pointer;
	}
	.wpcf7-submit:hover {
		background: #24254F;
	}
