/*
Theme Name: Potato Press
Theme URI: 
Description: This theme was designed for the Potato Press website
Version: 
Author: Seventh Vision
Author URL: http://seventhvision.com.au
Tags: 
*/

/*________ MAIN ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font: 14px 'EauDouceSansRegular', Arial, Helvetica, sans-serif;
	color: #bdbdbd;
}

a {
	color: #f78f1e;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

strong {
	font-family: 'EauDouceSansBold', Arial, Helvetica, sans-serif;
}

img {
	display: block;
	border:0;
}

#container {
	width: 960px;
	margin: 0 auto;
}

@font-face {
    font-family: 'EauDouceSansRegular';
    src: url('/fonts/eau_douce_sans_regular-webfont.eot');
    src: local('?'), url('/fonts/eau_douce_sans_regular-webfont.woff') format('woff'), url('/fonts/eau_douce_sans_regular-webfont.ttf') format('truetype'), url('/fonts/eau_douce_sans_regular-webfont.svg#webfonthHQ1IA6H') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EauDouceSansBold';
    src: url('/fonts/eau_douce_sans_bold-webfont.eot');
    src: url('/fonts/eau_douce_sans_bold-webfont.eot?iefix') format('eot'),
         url('/fonts/eau_douce_sans_bold-webfont.woff') format('woff'),
         url('/fonts/eau_douce_sans_bold-webfont.ttf') format('truetype'),
         url('/fonts/eau_douce_sans_bold-webfont.svg#webfont2IFmquZP') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*________ HEADER AND NAV ________*/

#header {
	height: 105px;
	border-bottom: 2px solid #f78f1e;
	margin-bottom: 30px;
	position: relative;
}
#header h1 {
	float: left;
	padding: 27px 0 0 0;
}

#socialMedia {
	position: absolute;
	top: 40px;
	right: 0;
	width: 64px;
}
#socialMedia img {
	float: left;
	margin-left: 8px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#socialMedia img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


#mainNav {
	float: right;
	padding: 45px 80px 0 0;
}
#mainNav li {
	display: inline;
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 28px;
}
#mainNav li a {
	color: #ababab;
	text-decoration: none;
	padding: 5px 8px;
}
#mainNav li a:hover {
	color: #FFF;
	background: #f78f1e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 0.3s ;
	-moz-transition: background 0.3s ;
	-o-transition: background 0.3s ;
	transition: background 0.3s ;
}

/*________ SIDEBAR ________*/

#sidebar {
float: right;
width: 220px;
padding: 35px 10px 0 10px;
}

#sidebar h3 {
color: #fff;
text-transform: uppercase;
font-weight: normal;
font-size: 14px;
padding-bottom: 15px;
letter-spacing: 2px;
}

#sidebar ul {
list-style-type: none;
font-size: 12px;
}

#sidebar ul ul {
padding: 0 0 20px 10px;
}

#sidebar ul ul li a {
border-bottom: 1px solid #333333;
padding-bottom: 6px;
margin-bottom: 6px;
display: block;
}

#sidebar form {
padding: 0 0 20px 0px;
}

#sidebar form fieldset {
float: left;
margin-right: 5px;
border: 0;
}

#sidebar form fieldset label {
display: none;
}

#sidebar form fieldset input {
display: block;
width: 136px;
padding: 3px 0 3px 4px;
}

/*________ CONTENT ________*/

#flashSlideshow {
	padding-bottom: 30px;
}

#content {
	padding-bottom: 15px;
}

#content.home {
font-size: 12px;
color: #8c8c8c;
}

#content.blog,
#content.page {
overflow: hidden;
width: 680px;
padding: 20px 20px 15px 0; 
}

#content.page {
width: auto;
} 

#content .potatopress {
	color: #FFF;
}

#content .potatopress strong {
	font-weight: normal;
	color: #f78f1e;
}

#content h2 {
color: #fff;
font-weight: normal;
font-size: 18px;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #333333;
letter-spacing: 0;
text-transform: uppercase;
}

#content h3 {
font-size: 14px;
font-weight: bold;
margin: 0 0 5px 0;
color: #f78f1e;
}

#content p {
	line-height: 1.5;
	padding-bottom: 15px;
}

#content ul {
padding: 0 0 15px 25px;
line-height: 1.5;
}

#content ul li {
margin-bottom: 2px;
}

/*________ HOME BLOG ________*/

#homeBlog {
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	overflow: hidden;
	border-bottom: 2px solid #f78f1e;
}

#homeBlog .rssIcon {
	float: left;
	padding: 1px 10px 0 0;
}

#homeBlog h2 {
	font-size: 16px;
	color: #FFF;
	padding-bottom: 15px;
	border: 0;
	letter-spacing: 0;
	text-transform: uppercase;
}

#homeBlog div {
	float: left;
	padding: 0 14px 15px 0;
}
#homeBlog div img,
#postList div img {
	padding: 2px;
	border: 1px solid #333;
}
#homeBlog div img:hover,
#postList div img:hover {
	border: 1px solid #f78f1e;
}
#homeBlog div h3,
#postList div h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 2px 0;
	width: 205px;
}
#homeBlog div small,
#postList div small {
	display: block;
	color: #8c8c8c;
	font-size: 12px;
}


/*__________ BLOG ___________*/

#content h2 a {
color: #fff;
}

#content h2 a:hover {
color: #f78f1e;
}

#content .post {
margin-bottom: 30px;
}

#content .post small {
font-size: 11px;
display: block;
margin-bottom: 15px;
color: #595959;
}

#content .post p {
padding-left: 15px;
}

#content img.alignleft {
float: left;
margin: 0 10px 10px 0;
border: 1px solid #333333;
}

#content img.alignright {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #333333;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

div.alignleft {
float: left;
}

div.alignright {
float: right;
}

.wp-caption {
border: 1px solid #ffffff;
text-align: center;
background-color: #333333;
color: #f78f1e;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0 auto 4px auto;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
padding: 0 4px 5px;
margin: 0;
}

#postList {
overflow: hidden;
width: 680px;
padding: 30px 0;
}

#postList div {
float: left;
width: 340px;
padding: 0 0 30px 0;
}


/*________ SERVICES ________*/

#services {
	overflow: hidden;
	width: 960px;
}

#services .service {
	float: left;
	padding: 0 18px 20px 0;
}
#services .clearLeft {
	clear: left;
}
#services .noRightMargin {
	margin-right: 0;
	padding-right: 0;
}
#services .service p {
	padding: 0;
}
#services .service img {
	padding: 2px;
	border: 1px solid #333;
}
#services .service img:hover {
	border: 1px solid #f78f1e;
}
#services .serviceText {
	width: 205px;
	padding: 0 15px 20px 0;
}
#services .service h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 12px 0 9px 0;
	color: #f78f1e;
}
#services .service p,
#services .service ul {
	font-size: 12px;
}
#services .service .examplesLink {
	font-size: 14px;
	background: url(/images/icon-gallery.gif) no-repeat left;
	padding-left: 22px;
}
#services .service ul {
height: 132px;
}

#clients {
	clear: left;
	border-top: 2px solid #f78f1e;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 4px;
	padding: 15px 0 0 0;
}
#clients p {
	padding: 0 0 10px 0;
}


/*________ CONTACT ________*/

#contactDetails {
float: right;
width: 390px;
margin: 0 0 20px 0;
}

#contactDetails dl {
margin-bottom: 17px;
overflow: hidden;
width: 380px;
}

#contactDetails dl dt {
float: left;
width: 65px;
margin: 0 10px 10px 0;
font-weight: bold;
text-align: right;
color: #fff;
}

#contactDetails dl dd {
display: block;
overflow: hidden;
width: 300px;
margin: 0 0 10px 0;
}

#contactForm {
margin: 0 0 30px 0;
overflow: hidden;
width: 480px;
}

#contactForm fieldset {
border: 0;
}

#contactForm fieldset label {
float: left;
clear: left;
text-align: right;
margin: 0 10px 10px 0;
width: 115px;
font-weight: bold;
padding-top: 4px;
color: #fff;
}

#contactForm fieldset input,
#contactForm fieldset textarea {
display: block;
margin: 0 0 10px 0;
width: 206px;
padding: 3px 0 3px 4px;
font: 13px Arial, Helvetica, Sans Serrif;
}

#contactForm fieldset textarea {
width: 340px;
height: 192px;
font: 13px Arial, Helvetica, Sans Serrif;
overflow: auto;
}

#contactForm fieldset #verification img {
float: left;
margin: 0 5px 10px 125px;
}

#contactForm fieldset #verification a {
display: block;
overflow: hidden;
width: 100px;
padding: 10px 0;
}

#contactForm fieldset #verification div {
clear: both;
}

#contactForm input {
margin: 0 0 10px 125px;
width: 100px;
padding: 1px 0;
}

#errorText {
color: #ff0000;
}

#errorText p {
font-weight: bold;
padding-bottom: 5px;
}

#content #successText {
border: 1px solid;
padding: 10px;
margin-bottom: 10px;
background: #94ff86;
color: #0b5f00;
text-align: center;
}

#content #successText p {
padding: 0;
}

#map {
width: 285px;
text-align: center;
margin-bottom: 20px;
}

#map p {
padding: 2px 0;
font-size: 12px;
}

#content #googleMap {
display: none;
}

#virtualTour {
margin-top: 20px;
}

/*________ NEWSLETTER _______*/

#newsletterForm {
margin: 0 0 30px 0;
float:left;
overflow: hidden;
width: 480px;
}

#newsletterForm{
border: 0;
}

#newsletterForm fieldset { 
border: none;
}
#newsletterForm fieldset legend { 
display: none;
}

#newsletterForm label {
float: left;
clear: left;
text-align: right;
margin: 0 10px 10px 0;
width: 115px;
font-weight: bold;
padding-top: 4px;
color: #fff;
}

#newsletterForm input {
margin-left: 125px;
}

#newsletterForm fieldset input,
#newsletterForm fieldset textarea {
display: block;
margin: 0 0 10px 0;
width: 150px;
padding: 3px 0 3px 4px;
font: 13px Arial, Helvetica, Sans Serrif;
}

#newsletterForm fieldset textarea {
width: 340px;
height: 192px;
font: 13px Arial, Helvetica, Sans Serrif;
overflow: auto;
}

#newsletterForm p{
display:none;
}



#gallery{
float:right;
width:480px;
overflow:hidden;
}

/*________ FOOTER ________*/

#footer {
	clear: both;
	padding: 10px 0 30px 0;
	font-size: 11px;
	color: #737373;
border-top: 2px solid #f78f1e;
}

#footer p a  {
	color: #737373;
}
#footer p a:hover  {
	color: #e3e3e3;
	text-decoration: none;
}

#footer .footerPhone {
	float: right;
	font-size: 12px;
	color: #fff;
}
#footer .footerPhone strong {
	font-weight: normal;
	color: #f78f1e;
}




