/*
// style.css
// Created by: Geoff Franklin
// URL: http://www.existonline.com.au
// Date Created: 16.April.09
// Date Last Edited: 16.March.10
*/


/************************* GENERAL */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: #222 url(images/bg_body_vines.jpg) bottom center repeat fixed;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 100%;
}
body { font-size: 62.5%; }
p {
	padding: 7px 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.25em;
}
img { border: 0; }
a {	text-decoration: none; }
a:hover { text-decoration: none; }

h1 {
	margin: 5px 0 10px 20px;
	padding: 0;
	font-size: 2.8em;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 2.3em;
	font-weight: lighter;
	}
	h2.mouse {
		background: url(images/icon_mouse.png) no-repeat top left;
		margin: 5px 0 10px 20px;
		padding: 0 0 0 50px;
		font-size: 2.8em;
		font-weight: lighter;
		letter-spacing: 0.05em;
		}	
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: lighter;
	}
	h3.splash {
		margin: 0;
		padding: 0;
		font-size: 1.7em;
		font-weight: lighter;
	}
h4 {
	margin: 3px 6px 0 0;
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #222;
	display: inline;
	float: left;
	width: 85px;
	text-align: center;
}
h5 {
	background-color: #222;
	display: inline;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	height: 23px;
	margin: 10px 1px 20px;
	padding-top: 7px;
	text-align: center;
	width: 209px;
	border-style: solid;
	border-width: 1px;
	border-color: #444 #111 #111 #444;
}
h5 a {
	display: block;
	padding-top: 7px;
	margin-top: -7px;
	height: 23px;
}
h5 a:hover {
	background-color: #333;
}
small {
	font-size: 1em;
	color:#66CCFF;
}

.mouse { background: url(images/icon_mouse.png) no-repeat top left; }
.mouse span { margin-left: 50px; }

.arrow_white {
	background: url(images/icon_arrow_1.gif) no-repeat;
	height: 9px;
	width: 9px;
	margin: 0 6px;
	float: left;
	position: relative;
	top: 2px;
}
.rightmargin { margin-right: 5px; }
.hidden { display: none; }

form textarea, form input, form select {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #555;
	border: 1px solid #999999;
	color: #CCC;
	padding: 3px;
}
form select {
	width: 200px;
}
form input submit {
	border: 1px solid;
	border-color: #999 #333 #333 #999;
}
form span.your-name input,
form span.your-business-name input,
form span.your-subject input,
form span.your-email input,
form span.your-phone-number input,
form span.captcha-19 input,
form span.your-message textarea {
	width: 300px;
}
form span.your-message textarea {
	height: 80px;
}
form p span span span.wpcf7-list-item {
	float: left;
	clear: both;
	margin: 2px;
}

form p span.quote-type span.wpcf7-not-valid-tip {
	height: 145px;
}
form p span.your-message span.wpcf7-not-valid-tip {
	left: 6px; top: -65px;
}

div.reset {
	border: medium none;
	clear: both;
	display: block;
	font-size: 1px;
	height: 0px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
div.reset20 {
	border: medium none;
	clear: both;
	display: block;
	font-size: 1px;
	height: 0px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

/************************* GENERAL end */

div#wrapper {
	padding: 0;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

/************************* HEADER */

div#header {
	background: url(images/bg_gradient_header.png) repeat-x;
	height: 148px;
}
div#header a { color: #FFFFFF; }
div#header a:hover { text-decoration: underline; }

div#header_wrapper {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

div#header_contact {
	width: 230px;
	float: right;
	font-size: 1.2em;
	height: 15px;
	padding: 5px 0 0 0;
}
div#header_contact span {
	float: left;
}

div#header_logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 330px;
	height: 123px;
	padding: 0;
	margin: 0;
}
div#header_logo a {
	display: block;
	width: 330px;
	height: 123px;
}

/************************* HEADER end */


/************************* SEARCH BAR */

div#searchbar {
	background: url(images/bg_searchbar.png) no-repeat bottom;
	height: 62px;
	width: 216px;
	float: right;
	padding: 0;
	margin: 0;
}
#searchform {
	margin: 25px 0 0 15px;
	padding: 0;
}
#s {
	background: none;
	border: 0;
	color: #FFFFFF;
	width: 150px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
}
.screen-reader-text {
	color: #6BAEE6;
	font-size: 1px;
	position: absolute;
}
#searchsubmit {
	background: none;
	font-size: 0;
	color: #3489DB;
	border: 0;
	width: 35px;
	height: 20px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

/************************* SEARCH BAR end */


/************************* NAVBAR */

div#navbar {
	background: url(images/bg_navbar.jpg) repeat-x;
	height: 42px;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
}
div#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#navbar_wrapper {
	width: 900px;
	height: 42px;
	margin: 0 auto;
}

/************************* NAV */

div#nav {
	margin: 0;
	float: left;
	height: 42px;
}
div#nav li {
	float: left;
	margin: 0;
}
div#nav li a {
	float: left;
	width: auto;
	height: 24px;
	padding: 6px 20px 0 20px;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
}
div#nav li a:hover {
	width: auto;
	color: #000000;
	background: #89BBE3;
}
div#nav li a.selected {
	color: #000000;
	background: #89BBE3;
}
div#nav li a.selected:hover {
	text-decoration: underline;
}

/************************* NAV end */

/************************* NAVBAR_RSS */

div#navbar_rss {
	margin: 0;
	float: right;
	width: 44px;
	height: 42px;
	position: relative;
	bottom: 15px;
}
div#navbar_rss li a {
	float: right;
	background: url(images/btn_rss.png) no-repeat;
	width: 44px;
	height: 42px;
	padding: 0;
	margin: 0;
}
div#navbar_rss li a:hover {
	background: url(images/btn_rss_over.png) no-repeat;
	width: 44px;
	height: 42px;
}

/************************* NAVBAR_RSS end */

/************************* NAVBAR end */


/************************* CONTENT */

div#content_wrapper {
	width: 900px;
	padding-bottom: 90px; /* for other browswers */
	padding-bottom: 0 !important; /* IE reads this one */
	margin: 0 auto;
}

div#content {
	float: left;
	padding: 0;
	margin: 0;
}

/************************* LEFTSIDE */

div#leftside {
	float: left;
	width: 670px;
	padding: 0 10px 0 0;
	margin: 0 0 90px 0; /* for when the 80px padding above doesn't work in other browsers */
}
div#leftside ol {
	padding: 0;
	margin: 0;
}
div#leftside ol a {
	color: #0099FF;
	text-decoration: none;
}
div#leftside ol a:hover {
	text-decoration: underline;
}
div#leftside ol li {
	background: url(images/bg_body_vines_dark.jpg) bottom center no-repeat fixed;
	height: auto;
	width: auto;
	list-style: none;
	padding: 8px 15px;
	margin: 5px 0 10px 0;
}
div#leftside div.comment-author {
	float: left;
	margin: 8px 0 0 0;
}
div#leftside div.comment-author img {
	margin: 0 5px 0 0;
	vertical-align: middle;
	display: none;
}
div#leftside div.comment-meta {
	float: right;
	margin: 8px 0 0 0;
}
div#leftside ol li.comment p {
	clear: both;
	padding-top: 15px;
}
div#leftside div#respond h3 {
	margin-bottom: 5px;
}

/************************* LEFTSIDE BOX_POST */

div#leftside .box_post {
	width: 640px;
}
div#leftside .box_post_left p {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0 0 14px 0;
}

div#leftside .box_post .links-page-list li h2 {
	margin: 0 0 7px;
}
div#leftside .box_post .links-page-list li ul.blogroll {
	margin: 0 0 23px;
}
div#leftside .box_post .links-page-list li ul.blogroll li {
	list-style: url(images/icon_arrow_small_2.gif);
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.0em;
}

div#leftside .box_post .entry p {
	line-height: 1.4em;
}
div#leftside .box_post .entry h2 {
	margin: 7px 0;
	border-bottom: 1px dotted #0099FF;
	font-weight: bold;
	clear: both;
}
div#leftside .box_post .entry h3 {
	color: #0099FF;
	font-size: 1.4em;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 15px 0 0;
	clear: both;
}
div#leftside .box_post .entry ul {
	margin: 0 0 30px;
}
div#leftside .box_post .entry ul.h4-list,
div#leftside .box_post .entry ol.h4-list {
	float: left;
	margin: 5px 0;
	width: 310px;
}
div#leftside .box_post .entry li {
	list-style: url(images/icon_arrow_small_2.gif);
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.2em;
}
div#leftside .box_post .entry div.addthis_container {
	float: right;
}
div#leftside .box_post div.addthis_container a img,
div#leftside .box_post .entry div.addthis_container a img {
	border: 0;
	padding: 0;
	margin: 5px 0 10px 0;
}
div#leftside .box_post div.comments-number {
	float: right;
	background: url(images/icon_comment-bg.png) no-repeat;
	width: 34px;
	height: 30px;
	text-align: center;
	margin: 0;
	padding-top: 6px;
	font-size: 1.2em;
	font-weight: bold;
	display: none;
}
div#leftside .box_post div.comments-number a {
	display: block;
}

/************************* LEFTSIDE BOX_POST end */


/************************* BOX_POST */

.box_post {
	background: url(images/bg_body_vines_dark.jpg) bottom center no-repeat fixed;
	height: auto;
	width: auto;
	padding: 8px 15px;
	margin: 0 0 5px 0;
	float: left;
}
.box_post a {
	color: #0099FF;
	text-decoration: none;
}
.box_post a:hover {
	text-decoration: underline;
}
.box_post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box_post ul li h2 {
	margin: 0;
}
.box_post ul ul {
	margin-left: 15px;
	font-size: 1.2em;
}

.box_post .postmetadata {
	color: #444444;
	font-size: 1em;
}
.box_post .postmetadata a { color: #666666; }

.box_post_left {
	float: left;
	padding: 0 10px 0 0;
	width: 425px;
	height: auto;
}

.box_post_projects {
	float: right;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	height: 137px;
	width: 200px;
	margin: 5px 0 0 0;
	padding: 0;
}

.line-dotted-big {
	border-bottom: 1px solid #111;
	border-top: 1px solid #000;
	margin: 5px 0;
	width: 100%;
	height: 0px;
	padding: 0;
}

.navigation {
	width: 665px;
	height: 18px;
	margin-top: 7px;
	font-size: 1.2em;
}

.alignleft { float: left; }
.alignleft a {
	background: #111111;
	color: #0099FF;
	padding: 3px 6px 3px;
	border-left: 8px solid #000;
}
.alignright { float: right; }
.alignright a {
	background: #111111;
	color: #0099FF;
	padding: 3px 6px 3px;
	border-right: 8px solid #000;
}

/************************* WIDGETS */

li.widget_recent_entries ul li {
	list-style: url(images/icon_arrow_small_2.gif);
	line-height: 1.2em;
	padding: 2px 0;
}
li#tag_cloud {
	font-size: 1em;
	border-top: 1px dashed #222;
	margin-top: 8px;
	padding-top: 8px;
}
li.tag_cloud a {
	padding: 0 2px;
}
div.addthis_container {
	float: right;
}

div.wpcf7-response-output {
	float: left;
	clear: both;
}

/************************* WIDGETS end */


/************************* SLIDER */

#slider {
    width: 200px; /* important to be same as image width */
    height: 137px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 200px; /* important to be same as image width or wider */
	height: 137px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
	width: 200px;
	height: 137px;
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 5px;
    width: 200px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 1.1em;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none; }

/************************* SLIDER end */

/************************* BOX_POST end */

.box_home_wrapper {
	float: left;
	width: 220px;
	height: 210px;
	padding: 0;
	margin-bottom: 10px;
}
.box_home_wrapper ul {
	font-size: 1.1em;
	line-height: 1.65em;
	padding: 0;
	margin: 10px 0 0 20px;
}
.box_home_info {
	background: url(images/bg_body_vines_dark.jpg) bottom center no-repeat fixed;
	height: 150px;
	width: 190px;
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid #000;
}
.box_home_info a {
	color: #FFFFFF;
	display: block;
}
.box_home_info a:hover {
	color: #0099FF;
}
.box_home_info li {
	list-style: url(images/icon_arrow_small_2.gif);
	padding: 0;
	margin: 0;
}
.box_home_more {
	background: url(images/bg_body_vines_dark.jpg) bottom center no-repeat fixed;
	text-align: right;
	font-size: 1.2em;
	height: 29px;
	width: 220px;
	padding-top: 11px;
	margin: 0;
	border-top: 1px solid #111;
}
.box_home_more a {
	background: url(images/btn_arrow_1.gif) no-repeat right top;
	padding: 0 25px 2px 5px;
	margin-right: 10px;
	color: #0099FF;
	text-decoration: none;
	display: block;
	width: 77px;
	float: right;
}
.box_home_more a:hover {
	text-decoration: underline;
}

/************************* LEFTSIDE end */


/************************* RIGHTSIDE */

div#rightside {
	float: right;
	font-size: 0.85em;
	width: 220px;
	padding: 0;
	margin: 0 0 90px 0; /* for when the 80px padding above doesn't work in other browsers */
}
div#rightside h2 {
	font-weight: bold;
}
div#rightside div.box_post {
	margin: 0;
	padding: 8px;
	height: auto;
	width: 204px;
}

.line-dotted {
	margin: 0;
	width: 100%;
	height: 5px;
	padding: 0;
	clear: both;
}

li.twitter-bird {
	background: url(images/icon_twitter_bird.png) no-repeat top left;
}
li.twitter-bird h2 {
	padding: 0 0 5px 20px;
	margin: 0;
}
ul#twitter_update_list {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 1.3em;
}
ul#twitter_update_list li {
	margin-bottom: 3px;
}
ul#twitter_update_list li span a {
	color: #0099FF;
}
ul#twitter_update_list li a {
	color: #555;
}
li.tag-icon {
	background: url(images/icon_tag-blue.png) no-repeat top left;
}

/************************* RIGHTSIDE end */

/************************* CONTENT end */


/************************* FOOTER WRAPPER */

div#footer_wrapper {
	background: #222222 url(images/bg_gradient_3.jpg) repeat-x;
	border-top: 1px solid #222222;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 100%;
	margin: 0 auto -5px;
	font-size: 1em;
	color: #666666;
}

/************************* FOOTER */

div#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
div#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#footer a {color: #666666; }
div#footer a:hover {color: #999999; }

/************************* FOOTER end */

/************************* FOOTER LEFT */

div#footer_left {
	float: left;
	width: 500px;
}
div.footer_left_nav {
	margin: 0;
	float: left;
}
div.footer_left_nav li {
	float: left;
}
div.footer_left_nav li a {
	float: left;
	margin: 8px 18px 8px 0;
}
div.footer_left_nav li a.selected {
	color: #999999;
	text-decoration: underline;
}
div.footer_left_nav li a.selected:hover {
	text-decoration: none;
}
div.footer_left_text {
	float: left;
	margin: 8px 18px 8px 0;
}

/************************* FOOTER LEFT end */

/************************* FOOTER RIGHT */

div#footer_right {
	float: right;
	width: 400px;
}
div#footer_right_nav {
	margin: 0;
	float: right;
}
div#footer_right_nav li {
	float: left;
	margin: 8px 8px;
}
div#footer_right_nav li a {
	float: left;
}
div#footer_right_nav_text ul {
	float: right;
}
div#footer_right_nav_text li {
	float: left;
	padding: 0 10px;
}

#icon_myspace a {
	background: url(images/icon_myspace.gif) no-repeat;
	width: 106px;
	height: 25px;
	display: block;
}
#icon_facebook a {
	background: url(images/icon_facebook.gif) no-repeat;
	width: 92px;
	height: 20px;
}
#icon_twitter a {
	background: url(images/icon_twitter.gif) no-repeat;
	width: 85px;
	height: 22px;
	display: block;
	margin-right: 15px;
}
#icon_rss a {
	background: url(images/icon_rss.gif) no-repeat;
	width: 26px;
	height: 25px;
	display: block;
}

/************************* FOOTER RIGHT end */

/************************* FOOTER WRAPPER end */

/* end of style.css */