/*
Theme Name: Devotion09
Theme URI: http://www.devotion.com.au/
Description: Devotion's 2009 wordpress theme
Version: 1.0
Author: Mark Boxall
Author URI: http://www.subetha.com.au/
Tags: devotion, custom design, fixed width
*/

/* @group Standard */

/* @group Tag Clean */

html, body {	
	font: 0.875em/1.4em Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #232323;
	color: #ccc;
}

div, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
	outline-style: none;	
}



/* @end */

/* @group Sprites */

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(images/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}



/* @group Buttons */

.buttons {
	float: left;
	width: 100%;
}


.button {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
	padding: 25px 0 0 0;
	margin: 0;
}

/* @end */


/* @end */

/* @group Over label */

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}



/* @end */

/* @group Links */


a {
	text-decoration: underline;
	cursor: pointer;
	outline-style: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

/* @end */

/* @group Sections */
.section,
.panel,
.pane,
.component {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 0;
	margin-bottom: 5px;
	color: #fff;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
}

h3.sifr {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 400;
}

h4 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.1em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
	margin-bottom: 1em;
}

/* @end */

/* @group Lists */
ul.list,
ul.list li {
	list-style: none;
	float: left;
}

ul, ol, dl {
	padding-left: 30px;
	margin-bottom: 1em;
}

li {
	margin-bottom: 0.2em;	
}
/* @end */

/* @group Forms */

.form {
	float: left;
	width: 100%;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */
.copy img,
.copy img.left {
	float: left;
	margin: 0 15px 10px 0;
}

.copy img.right {
	float: right;
	margin: 0 0 10px 15px;
}

.copy img.full {
	float: left;
	margin: 0 0 10px 0;
}

/* @end */

/* @group Gird */

.grid-1,
.grid-2,
.grid-3,
.grid-4 {
	float: left;
	padding-right: 20px;
}
.grid-1 {
	width: 230px;
}

.grid-2 {
	width: 480px;
}

.grid-3 {
	width: 730px;
}

.grid-4 {
	width: 980px;
	padding-right: 0;
}

.spacing {
	padding-left: 250px;
}

.no-padding {
	padding-right: 0;
}

/* @end */

/* @end */

/* @group Site Specific */

#container {
	width: 100%;
	float: left;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.container .section {
	width: 100%;
	float: left;
}

/* @group Common */

.component {
	margin-bottom: 30px;
}


.highlight,
strong {
	color: #fff;
}

.more {
	display: block;
	float: left;
	width: 100%;
	background: url(images/bg_more.gif) no-repeat right 11px;
	padding-bottom: 11px; 
	text-decoration: none;
	color: #db002f;
}


.more:hover {
	background-position: right -39px;
}

.more span,
.more em {
	display: block;
	overflow: hidden;
	width: 22px;
	height: 0;
	padding: 6px 0 0 0;
	background: url(images/icon_more.gif) no-repeat 0 0;
	
}




img.alignleft,
img.left {
	margin: 0 20px 10px 0;
	float: left;
}
.dark {
	color: #7b8185;
}

p {
	margin-bottom: 1em;
}

/* @group Forms */
.ajax .form {
	padding-top: 10px;
}
.textbox, 
select,
textarea {
	padding: 3px;
	border: 2px solid #999;
	background: #fff;
	width: 286px
}
textarea {
	font: 1em Arial, sans-serif;
	height: 80px;
}

.row {
	width: 100%;
	float: left;
	margin-bottom: 7px;
}

.row .title {
	width: 170px;
	float: left;
	padding-top: 4px;
	color: #fff;
	text-transform: uppercase;
}
.row .required {
	color: #7b8185;
	text-transform: none;
}
.row .input {
	width: 300px;
	float: left;
}

.ajax .wpcf7-not-valid-tip-no-ajax,
.ajax .wpcf7-not-valid-tip,
.form .wpcf7-not-valid-tip-no-ajax,
.form .wpcf7-not-valid-tip {
	display: none;
}

.mc_error_msg {
	color: #db002f;
}

.form .buttons {
	width: 300px;
	padding-left: 168px;
}

.error .wpcf7-validates-as-required {
	border: 2px solid #db002f;
	background: #f8ccd5;
}

.wpcf7-validation-errors {
	float: left;
}

#content div.wpcf7-response-output {
	float: left;
	width: 442px;
	margin: 0;
	padding: 10px;
	margin: 1em 0;
}

#mc_message span, 
#mc_message strong {
	float: left;
	width: 442px;
	padding: 10px;
	margin: 1em 0;
}

#content strong.wpcf7-mail-sent-ok,
#content div.wpcf7-mail-sent-ok  {
	border: 2px solid #398F14;
	background: #d7e9d0;
	color: #398F14;
}

#content span.wpcf7-validation-errors,
#content div.wpcf7-validation-errors  {
	border: 2px solid #db002f;
	background: #f8ccd5;
	color: #db002f;
}
/* @end */

/* @group Buttons */

.buttons .subscribe-news {
	width: 230px;
	background-position: 0 -60px;
}

.buttons .subscribe-news:hover {
	background-position: 0 -85px;
}

.buttons .subscribe-to-devotion-news {
	width: 298px;
	background-position: -230px -60px;
}

.buttons .subscribe-to-devotion-news:hover {
	background-position: -230px -85px;
}

.buttons .submit-your-comment {
	width: 298px;
	background-position: -528px -60px;
}

.buttons .submit-your-comment:hover {
	background-position: -528px -85px;
}

.buttons .sent-to-your-friend {
	width: 298px;
	background-position: -826px -60px;
}

.buttons .sent-to-your-friend:hover {
	background-position: -826px -85px;
}

/* @end */

/* @end */

/* @group Header */

#header {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

/* @group Logo */

.logo {
	float: left;
	height: 60px;
	width: 350px;
	padding: 20px 0 30px 0; 
}

.logo a {
	float: left;
	height: 0;
	width: 350px;
	padding: 60px 0 0 0;
	display: block;
	overflow: hidden;
	background: url(images/bg_sprite.gif) no-repeat 0 8px;
}

.logo a img {
	display: none;
}

/* @end */

/* @group Navigation (Primary) */

.navigation {
	width: 630px;
	float: right;
	padding: 46px 0 0 0;
}

#primary {
	float: right;
	margin: 0;
	padding: 0;
}

#primary li {
	padding-left: 20px;
}

#primary a {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #ccc;
	line-height: 1.1em;
	text-decoration: none;
}

.home #primary a,
#primary .active a,
#primary .current_page_item a {
	color: #fff;
}

#primary a:hover {
	color: #009ee0;
	text-decoration: none;
}
#primary li.sIFR-replaced  {
	padding-left: 20px;
}

/* @end */

/* @end */

/* @group Content */

#content {
	width: 100%;
	float: left;	
}

/* @group Our Clients */
.clients {
	float: left;
	width: 730px;
}

.client,
.clients td {
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
	width: 230px
}

.clients .last {
	padding-right: 0;
}

.clients img {
	margin: 0 0 15px 0;
	float: left;
}

.clients .more {
	display: block;
	float: left;
	width: 100%;
	background: url(images/bg_more.gif) no-repeat right 11px;
	padding-bottom: 11px; 
	text-decoration: none;
	color: #db002f;
}


.clients a:hover .more {
	background-position: right -39px;
}

.more em {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 6px 0 0 0;
	width: 55px;
	background-image: url(images/icon_case_study.gif);
	
}



/* @end */

/* @group Ajax */
.ajax .container {
	width: 540px;
	margin: 0 auto;
}

.ajax .component {
	margin: 0;
	padding: 30px 30px 0;
	width: 480px;
}

/* @end */

/* @group Common */

.offset-pane {
	float: left;
	min-height: 20.5em;
}
/* @group sifr */

h1.sifr,
h2.sifr {
	padding-bottom: 10px;
	border-bottom: 5px solid #db002f;
	text-transform: uppercase;
	font-size: 2.3em;
	line-height: 1em;
}

h1.sIFR-replaced,
h2.sIFR-replaced {
	padding-bottom: 0;
}

h3.sifr {
	margin-bottom: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 1.7em;
}

h3.sIFR-replaced {
	margin-bottom: 5px;
	
}

.bottom-padding {
	margin-bottom: 10px
}

p.introduction {
	padding-top: 10px;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: 2.3em;
	line-height: 1.2em;
	color: #fff;
}



/* @end */



/* @end */

/* @group Homepage */
/* @group Blog Entry */

.blog-entry {
	float: left;
	width: 730px;
	padding: 15px 0 0;
	margin-bottom: 15px;
}

.blog-entry h3 {
	margin-top: -3px;
	margin-bottom: 10px;
}
.blog-entry h3 a {
	text-decoration: none;
}

.byline {
	margin-bottom: 0;
}
.categories {
	margin-bottom: 0.5em;
}

.last-entry {
	margin-bottom: 20px;
}


/* @end */

/* @group Latest news */
ul.lastest-news {
	margin: 0;
	padding: 0;
}
.lastest-news li {
	margin-bottom: 1.2em;
}

.lastest-news li p {
	margin-bottom: 0;
}

.dateline {
	margin-bottom: 3px;
}

/* @end */

/* @group Social */

#content ul.social {
	padding-left: 0;
	padding-top: 17px;
	border-bottom: 1px solid #4f4f4f;
	margin: 0;
}
#content .social li {
	padding: 7px 0;
	border-top: 1px solid #4f4f4f;
	width: 230px;
	margin-bottom: 0;
}

#content .social span {
	float: left;	
	padding-top: 4px;
}

#content .social .icon {
	display: block;
	float: right;
	width: 75px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	background: url(images/bg_sprite.gif) no-repeat 0 -126px;
}

#content .social .twitter {
	background-position: 0 -126px;
}

#content .social .flickr {
	background-position: -75px -126px;
}


#content .social .facebook {
	background-position: -150px -126px;
}


/* @end */

/* @end */

/* @group Navigation (Secondary) */
#secondary {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}

#secondary li {
	margin-bottom: 5px;
	padding-top: 5px;
}

#secondary li.sIFR-replaced {
	margin-bottom: 0;
	padding-top: 0;
}

#secondary a {
	width: 230px;
	display: block;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #ccc;
	line-height: 1.1em;
	text-decoration: none;
}

#secondary .active a {
	color: #fff;
}

#secondary a:hover {
	color: #009ee0;
	text-decoration: none;
}



/* @end */

/* @group Key People */

.key-people {
	padding-left: 0;
	margin-bottom: 0;
	width: 730px;
}

.grid-1 .key-people {
	width: 220px;
}

.key-people li {
	width: 730px;
	margin-bottom: 20px;
}


.grid-1 .key-people li {
	width: 220px;
	margin-bottom: 1.2em;
}
.key-people img {
	float: left;
	margin: 0 10px 0 0
}

.key-people p {
	margin-bottom: 0;
}

.key-people br {
	line-height: 0;
	display: none;
}
.key-people .name,
.key-people .position {
	color: #fff;
}

.key-people .details .name {
	margin-top: -3px;
}
.key-people .details .position {
	margin-bottom: 0.5em;
}
.key-people .image {
	float: left;
	width: 105px;
	padding: 0 20px 0 0
}

.key-people .image img {
	float: left;
	margin: 0;
}

.key-people .details{
	width: 605px;
	float: left;
}
.key-people p {
	margin-bottom: 0;
}


/* @end */

/* @group Our work */

.work-post {
	width: 230px;
	float: left;
	display: block;
	background: #393939;
	color: #999;
	text-decoration: none;
}

.work-post img {
	float: left;
	margin: 0 0 10px 0;
}

.work-post span,
.work-post strong {
	width: 210px;
	display: block;
	padding: 0 10px;
	font-weight: 400;
}

.work-post strong {
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.2em; 
}

.work-post span {
	margin-bottom: 10px;
}
.work-post span p{
	margin-bottom: 0;
}
.work-post:hover {
	background: #009ee0;
}

.work-post:hover span {
	color: #fff;
}
/* @end */

/* @group Testimonials */

blockquote {
	display: block;
	width: 680px;
	padding: 14px 0 0 50px;
	background: url(images/icon_quote.gif) no-repeat 0 0;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.4em;
}

blockquote p {
	margin-bottom: 0;
}

cite {
	display: block;
	width: 680px;
	padding: 10px 0 0 50px;
	font-style: normal;
	margin-bottom: 15px;
}

/* @end */

/* @group News */

/* @group Blog */


h2.blog-sifr {
	padding-bottom: 0px;
	border-bottom: 5px solid #db002f;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 10px
}

.blog-post {
	width: 100%;
	float: left;
	padding-top: 10px;
	margin-bottom: 30px;
}
.blog-post .entry {
	margin-bottom:  1em;
}
.postmetadata {
	padding-top: 5px;
	border-top:1px dotted #C0C0C0;
	width: 100%;
	float: left;
}


/* @end */

.news-article {
	float: left;
	width: 730px;
	margin-bottom: 15px;
}

/* @end */

/* @group Blog Comments */
ul.commentlist {
	margin: 0;
	padding: 15px 0 0 0;
}

ul.commentlist li {
	margin-bottom: 1em;
}

.commentlist .comment-copy {
	background: #4f4f4f;
	color: #fff;
	float: left;
	width: 460px;
	padding: 10px 10px 0;	
}

.commentlist .byuser .comment-copy {
	background: #009ee0;
}

.commentlist  .vcard {
	float: left;
	width: 420px;
	padding: 13px 30px 0;
	background: url(images/bg_comment.gif) no-repeat 30px 0;
}

.commentlist .byuser  .vcard {
	text-align: right;
	background: url(images/bg_user_comment.gif) no-repeat 435px 0;
}


/* @end */


/* @end */

/* @group Sidebar */

ul.sidebar,
ul.sidebar ul {
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	float: left;
}

ul.sidebar {
	padding-top: 10px;
}

ul.sidebar li {
	width: 230px;
}


ul.sidebar ul {
	margin-bottom: 30px;
}

ul.sidebar ul li {
	margin-bottom: 0.3em;
}

ul.sidebar h2 {
	padding-bottom: 0px;
	border-bottom: 5px solid #db002f;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 10px
}
/* @end */

/* @group Footer */


#footer {
	width: 100%;
	float: left;
	color: #7b8185;
}

#footer .section {
	border-top: 5px solid #db002f;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#footer p {
	margin-bottom: 0.2em;
}

/* @group Social */

#footer .social {
	float: right;
}

#footer .social li {
	border-right: 1px solid #666;
	padding: 0 10px;
}

#footer .social li.last {
	border-right: none;
	padding: 0 0 0 10px;
}

#footer .social span {
	float: left;
	padding-left: 5px;
	padding-top: 1px;
}

#footer .icon {
	float: left;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 0;
	margin-right: 3px;
	padding: 16px 0 0 0;
	background: url(images/bg_sprite.gif) no-repeat 0 -110px;
}

#footer .stumbleupon {
	background-position: 0 -110px;
}

#footer .digg {
	background-position: -16px -110px;
}

#footer .delicious {
	background-position: -32px -110px;
}

#footer .facebook {
	background-position: -48px -110px;
}

#footer .twitter {
	background-position: -64px -110px;
}

#footer .flickr {
	background-position: -80px -110px;
}


#footer .rss,
#footer .send-to-friend {
	float: left;
	padding-top: 1px;
	padding-left: 25px;
	background: url(images/icon_rss.gif) no-repeat 0 -1px;
}
#footer .send-to-friend {
	background-image: url(images/icon_send.gif);
}

/* @end */

/* @end */

/* @end */

#mc_signup_container legend
{
display:none
}

li#mailchimp-widget
{
list-style:none
}

#mc_signup_form .mc_var_label
{
width:120px;
float:left;
display:block;
clear:left;
text-transform:uppercase
}

#mc_signup_form .mc_input
{
float:left;
display:block;
clear:none;
width:286px
}

#mc_signup_form div.mc_merge_var, #mc_signup_form div.mc_signup_submit
{
margin-top:10px;
display:block;
padding-bottom:20px

}

#mc_signup_submit
{
    margin-left:115px;
    background-position:  -230px -60px;
    width:298px
}

#mc_signup_submit:hover
{
    background-position:  -230px -85px;
 
}

#mc_signup_form fieldset
{
padding-top:0px
}