@charset "utf-8";
/* CSS Document */

/*

Theme Name:		OrangeWeb.

Theme URL:		http://www.web-design-melbourne.net

Description:	By <a href="http://www.web-design-melbourne.net">Michael Raffaele</a>.

Version:		1.0

Author:			Michael Raffaele

Author URL:		http://www.web-design-melbourne.net

*/



* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	background:url(images/main-bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:16px;
	color:#fff;
}
#wrapper {
	background:url(images/header-bg.gif) repeat-x;
}
.container {
	width:940px;
	margin:0 auto;
	padding:0 0 40px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*   MENU   */

#menu {
	float:right;
}
#menu ul {
	list-style:none;
	text-transform:uppercase;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	padding:20px 15px 25px;
	font-size:16px;
	display:block;
	text-decoration:none;
	color:#777;
}
#menu ul li a:hover, #menu ul .current_page_item a {
	background:url(images/menu-item-back.gif) repeat-x;
	color:#fff !important;
}
#titles {
	width:405px;
}
h1 {
	font-size:55px;
	color:#ff7b00;
	font-weight:100;
	line-height:55px;
}
#subtitle {
	display:block;
	color:#fff;
	line-height:18px;
	font-size:16px;
	margin:-10px 0 0 5px;
	padding:0 0 10px 0;
	text-transform:lowercase;
}
/*   LEFT   */

#left {
	float:left;
	margin:50px 0 0 0;
	width:605px;
}
#left .post-wrapper .cat-title {
	font-size:43px;
	display:block;
	line-height:43px;
	margin:-5px 0 0;
	padding:0 0 10px;
	color:#ff7b00;
	font-weight:100;
}
* html #left .post-wrapper .cat-title {
	padding:0 0 12px;
}
#left .postwrapper {
	clear:both;
	padding:0 0 50px;
}
#left .post {
	padding:0 30px 60px;
}
#left .post img {
	background:#fff;
	padding:5px;
}
#left .posttitle {
	background:url(images/orange-back2.gif) repeat;
	margin:0 0 20px 0;
}
#left h3, #left .date {
	padding:10px 20px 8px;
	float:left;
	font-weight:100;
}
#left h3 {
	font-size:20px;
	width:418px;
}
#left .date {
	display:block;
	font-size:16px;
	color:#000;
	width:105px;
	text-align:right;
	margin:5px 0 0;
}
#left p {
	margin:0 0 25px;
}
#left h5 {
	margin:0 0 25px;
	font-weight:100;
	font-size:22px;
	color:#ff7b00;
	font-style:italic;
}
#left .post .author {
	text-align:right;
	color:#333;
	font-weight:700;
	font-style:italic;
	font-size:12px;
	display:block;
	margin:50px 0 0;
	border-top:1px solid #333;
}
#left a {
	color:#444;
	font-weight:700;
	text-decoration:none;
}
#left a:hover {
	color:#333;
}
#left #older {
	float:right;
	width:150px;
	padding: 0 50px 0 0;
	text-align:right;
}
#left #newer {
	float:left;
	width:150px;
	padding: 0 0 0 50px;
}
#left #older a, #left #newer a {
	color:#ff7b00;
	font-weight:100;
	font-size:20px;
}
#left #older a:hover, #left #newer a:hover {
	color:#fff !important;
}
#left .readmore {
	text-align:right;
}
#left .readmore a {
	color:#ff7b00;
}
#left .readmore a:hover {
	text-decoration:underline !important;
}
#left .post ol, #left .post ul {
	padding:0 0 20px 30px;
}
/*   RIGHT   */

#right {
	background:url(images/right-top.gif) no-repeat;
	width:272px;
	float:right;
	margin:-45px 0 0;
	padding:30px 15px;
	font-size:12px;
	line-height:18px;
	color:#888
}
#right .welcome {
	color:#ff7b00;
	font-weight:100;
	font-size:24px;
	display:block;
	padding:0 15px 0px;
	line-height:24px;
}
#right h4 {
	background:url(images/orange-back.gif) repeat;
	padding:10px 15px 8px;
	margin:40px 0 20px;
	font-weight:100;
	font-size:20px;
	color:#000;
	text-transform:lowercase;
}
#right ul {
	list-style:none;
}
#right #sidebar li ul, #right .textwidget {
	padding:0 15px 16px;
	color:#fff;
}
#right a {
	color:#888;
	text-decoration:none;
}
#right a:hover {
	color:#fff;
}
/*   FOOTER   */

#footer {
	clear:both;
	background:url(images/footer-bg.gif) repeat-x;
	height:30px;
	color:#333;
	overflow:hidden;
	font-size:12px;
	text-align:right;
	padding:106px 0 0;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#ccc;
}
#advert {
	width:250px;
	margin:0 auto;
	padding:0;
}
.caption {
	color:#555;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:0 0 15px;
}
/*   CFORMS CSS   */

#cformsform {
	width:420px;
	margin:0 auto;
}
#cformsform .cf_hidden, .linklove, #cformsform ol li label span {
	display:none;
}
#cformsform ol li {
	list-style:decimal inside;
	font-size:20px;
	font-weight:700;
	padding:0 0 10px 0;
}
#cformsform ol li input, #cformsform ol li textarea {
	margin:0 0 0 30px;
	width:350px;
	background:#ccc;
	border:1px solid #fff;
	padding:5px;
	color:#333;
}
.fldrequired {
	background:#ccc url(images/star.gif) no-repeat bottom right !important;
}
#cformsform ol li input:hover, #cformsform ol li textarea:hover {
	background:#333 !important;
	color:#ccc !important;
}
#cformsform ol li .reqtxt, #cformsform ol li .emailreqtxt {
	display:none;
}
.failure {
	clear:both;
	display:block;
	font-size:24px;
	line-height:24px;
	padding:30px 0 10px;
	text-align:center;
}
#cformsform .sendbutton {
	width:192px;
	height:60px;
	overflow:hidden;
	float:right;
	display:block;
	background:url(images/send.gif) no-repeat bottom left !important;
	border:0 !important;
	cursor:pointer;
}
.code {
	clear:both;
	padding:10px;
	margin:10px 0;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	background:#232323;
	font-size:12px;
	line-height:14px;
}
.code .code-text {
	display:block;
	padding:0;
	color:#666;
	font-style:italic;
}
#main-ad {
	width:468px;
	margin:0 auto;
	padding:10px 0;
}