
/*
Theme Name: Values
Theme URI: 
Description: Theme for client Managing Values www.values.com.au
Author: Fig Creative
Author URI: www.figcreative.com.au
Version: 1.0
*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:1em;
	font-family:arial, sans-serif;
	color:#333;
	text-align:center;
	background-color:#fff;
}

img {
	border:none;
}

h1 {
	float:left;
}

p, h2, h3, h4 {
	margin:1em 0;
}
p {
	line-height:1.6em;
}

li {
    display: list-item;
    line-height:1.6em;
}

h2 {
	font-size:1.6em;
	color:#555;
}
h3 {
	font-size:1.2em;
	color:#555;
	clear:left;
}
.blogpage h3 a:link, .blogpage h3 a:visited {
	color:#555;
	font-family:georgia, serif;
	font-style:italic;
	font-weight:normal;
	font-size:1.4em;
	color:#1d3859;
	margin:0.5em 0;
}

ul, ol {
	margin-left:1em;
}

blockquote {
	margin:1em;
}

a:link, a:visited {
	color:#e48822;
}

.container {
	width:930px;
	margin:0 auto;
	position:relative;
}

#header {
	background-color:#1d3859;
	height:73px;
}

#nav1 ul {
	padding-top:20px;
}
#nav1 li {
	display:inline;
}
#nav1 li a:link, #nav1 li a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	font-size:1em;
	font-weight:bold;
	margin:10px 20px 10px 0;
}
#nav1 li a:hover {
	border-bottom:#fff solid 3px;
}

#nav2 {
	position:absolute;
	top:10px;
	right:-15px;
}
#nav2 img {
	vertical-align:middle;
}
#nav2 li {
	display:inline;
}
#nav2 li a:link, #nav2 li a:visited {
	color:#dd6937;
	text-decoration:none;
	display:block;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	margin:4px;
}

#nav2 li.page_item a {
	background-repeat:no-repeat;
}
#nav2 li.page-item-13 a {
	background-image:url(i/icon-client-login.png);
	padding-left:20px;
}
#nav2 li.page-item-15 a {
	background-image:url(i/icon-resources.gif);
	padding-left:16px;
}
#nav2 li.page-item-19 a {
	background-image:url(i/icon-contact.gif);
	padding-left:12px;
}
#nav2 li.page-item-rss a {
	background-image:url(i/icon-rss.png);
	width:18px;
	height:18px;
}
#nav2 li.page-item-twitter a {
	background-image:url(i/icon-twitter.png);
	width:18px;
	height:18px;
}
#nav2 li.page-item-linkedin a {
	background-image:url(i/icon-linkedin.png);
	width:18px;
	height:18px;
}

#mid {
	background-image:url(i/logobg.jpg);
	border-bottom:#333 solid 5px;
	height:325px;
	text-align:left;
}
#mid2 {
	height:173px;
	text-align:left;
	background: url(i/logobg2.jpg) repeat-x;
}

#mid #logo img {
	margin-top:10px;
}

#feature {
	position:absolute;
	top:-30px;
	right:-20px;
	background-image:url(i/feature2.png);
	width:477px;
	height:198px;
}
#feature_img {
	position:absolute;
	top:-193px;
	right:-2px;
}

#text {
	min-height:480px;
	text-align:left;
	font-size:0.8em;
	clear:both;
}
/* Original H2 text styling
#text h2 {
	font-family:georgia, serif;
	font-style:italic;
	font-weight:normal;
	font-size:2.6em;
	color:#1d3859;
	margin:0.5em 0;
}*/

#text h2 {
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:2.8em;
	color:#1d3859;
	margin:0.8em 0 0.2em 0;
	display: block;
}

#text .left {
	float:left;
	width:600px;
	text-align:left;
	min-height:600px;
}
#text .right {
	float:right;
	width:280px;
	text-align:left;
	position:relative;
}
#text .right2 {
	float:right;
	width:280px;
	text-align:left;
	position:relative;
	margin-top:50px;
}
#text .item {
	float:left;
	width:280px;
	padding:0 10px;
}
#text .item h3 {
	background-image:url(i/item-h2-bg.gif);
	background-repeat:no-repeat;
	width:270px;
	height:29px;
	padding:10px 10px 0 10px;
	font-size:1.4em;
	margin:0;
	color:#333;
}
#text .item .simplepie {
	padding:0 10px;
}
#text .item .simplepie h4 {
	margin:1em 0 0 0;
}
#text .item .simplepie p {
	margin:0;
}
#text .item .simplepie h4 a {
	color:#333;
	text-decoration:none;
	font-size:1.2em;
}

#text .item ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li.recent-post-item a {
	margin:1em 0;
	height:130px;
}
li.recent-post-item img {
	border:#9cafc0 solid 2px !important;
	float:left;
	clear:left;
	margin-right:20px;
}
li.recent-post-item .post-title {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#capture {
	width:328px;
	height:227px;
	padding-top:5px;
	background: url(i/newsletter_area.png) no-repeat center top;
	margin-top: 20px;
}
.right #capture {	
	left:0;
}
#capture form {
	margin:100px 0 0 30px;
}
#capture input {
	border:#ccc solid 1px;
	margin:5px;
	width:250px;
	height:20px;
}
#capture input#submit {
	width:80px;
	height:35px;
	border:none;
}

#book {
	width:313px;
	color:#fff;
	padding:0;
	margin: 0 0 0 14px;
	
}
.right #book {
	margin:20px 0 0 10px;
	top:-50px;
	position: absolute;
}
#book img{
	width:303px;
	height:auto;
}

#page_search {
	margin:20px 0 20px 30px;
}
.right #page_search {
	margin:200px 0 0 30px;
}

#quote {
	background-image:url(i/quotebg.png);
	width:273px;
	height:190px;
	color:#fff;
	padding:10px 20px;
	margin:20px 0 0 10px;
}
#quote a {
	color:#fff;
}

#blogarchives {
	padding:10px 20px;
}

#affiliates .container {
	padding-top:20px;
	clear:both;
}

#footer {
	height:140px;
	text-align:left;
	background-color:#1d3859;
	padding:20px 0 100px 0;
	border-top:#333 solid 20px;
}

#footer .footnav {
	float:left;
}
#footer .footnav li {
	display:inline;
	font-weight:bold;
	margin:20px;
}

#footer .item {
	float:left;
	width:180px;
	margin:0;
}
#footer .item:first-child {
	width:120px;
}
#footer .item:last-child {
	float:right;
	width:180px;
}
#footer li {
	list-style-type:none;
	line-height:1.4em;
}
#footer a {
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
}

#tag {
	display:none;
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #eeeee9;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

.webdeveloper-display-image-dimensions {
	display: none;
}


/* Blockquote Styling */

blockquote {
    background: url("i/blockquote.gif") no-repeat scroll 0 0 transparent;
    color: grey;
    margin: 1.5em 0;
    padding-left: 60px;
}

/* Testimonials Page Specific Styling */

#post-863 ul, #post-863 ol {
    list-style: none outside none;
    margin-left: 1em;
}

/* Sidebar Linkedin Poll */

#linkedinpoll {
    margin: 20px 10px 10px 15px;
}

/* Page Specific Styling */

.ourclients table {padding:10px;}

.ourclients tr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #dedede;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: grey !important;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.ourclients td {
    padding:10px;
}
