@charset "UTF-8";
/*   
Theme Name: TristanOwen  
Theme URI: http://tristanowen.co.za
Description: Version 2
Author: Tristan Owen
Author URI: http://tristanowen.co.za
Version: 2.0
*/


/* Reset */

body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p {
	margin:0;
	padding:0;
}

/* 	Homepage Structure  */

body {
	font-size:12px;
	line-height:21px;
	position:relative;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#333;
}

body#home {
	margin:0;
	padding:0;
	background: #24303C url(images/bg_light.jpg) no-repeat scroll center 0;
}
		
.container { 
	width:100%;
	display: table;
	position:relative;
	padding-bottom:0!important;
}

#main {
	background:transparent url(images/bg_slice_grey.png) left top no-repeat;
	position:relative;
	padding-top:44px;
	float:left;
}

/* 	Header  */

#topsection {
	width:960px;
	margin:0 auto;
	position:relative;
}
	
#header {
	height:58px;
	position:relative;
	z-index:10;
}

.logo, .logo a {
	display:block;
	height:41px;
	width:185px;
	position:absolute;
	top:11px;
}

#topsection .logo a {
	text-indent:-9999px;
	outline:none;
	left:0;
}

#topsection .logo a {
	background:transparent url(images/logo.png) no-repeat;
}

h1.logo {
	margin:0;
}	

/* Navigation */

.nav {
/*	height:50px;*/
/*	left:5px;*/
/*	line-height:50px;*/
/*	padding-right:18px;*/
	position:relative;
	top:18px;
	font-size:12px;
/*	z-index:6;*/
}

#topsection #nav {
	float:right;
	height:40px;
	line-height:50px;
	padding-left:13px;
}

#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;
}

#topsection #nav a {
	height:33px;
	display:block;
	padding:0 21px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:35;
	position:relative;
	float:left;
}


#topsection #nav a:hover {
	color:#fff;
	text-shadow:2px 2px 1px #000;
}



#topsection #nav ul a {
	line-height:33px; 
}

#topsection #nav li {
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#topsection #nav li li {
	border-left:none;
	margin-top:0;
}

#topsection #nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;
}

#topsection #nav li ul a {
	width:130px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 21px;
}

#topsection #nav ul ul {
	top:auto;
	border-top:none;
}	

#topsection #nav li ul ul {
	left:172px;
	top:0px;
}

#topsection #nav li:hover ul ul, #topsection #nav li:hover ul ul ul,#topsection  #nav li:hover ul ul ul ul{
  	display:none;	
}
#topsection #nav li:hover ul, #topsection #nav li li:hover ul, #topsection #nav li li li:hover ul, #topsection #nav li li li li:hover ul{
	display:block;
}

.current a {
	color:#fff;
	text-shadow:2px 2px 1px #000;
}

/* Homepage Featured Block */

#contentblock {
	height:405px;
	position:relative;
	background:transparent url(images/bg_slice_grey.png) repeat-y scroll center top;
	color:#F5F5F5;
}

.featured_item {
	display:block;
	height:444px;
	margin:0 auto;
	position:relative;
	top:-35px;
	width:940px;
	left:10px;
	overflow:hidden;
}

.leftblock {
	float:left;
	width:450px;
}

p.credit {
	font-size:10px;
	color:#353131;
/*	position:absolute;
	left:10px;
	bottom:-8px;*/
}

.featured_text {
/*	letter-spacing:0.4px;*/
/*	left:30px;*/
/*	line-height:26px;*/
	padding:10px 0 10px 20px;
	position:absolute;
	top:30px;
	width:282px;
	background-image:url(images/transfill.png);
	left:0px;
}

#contentblock .entry {
/*	margin-bottom:8px;
	height:62px;
	overflow:hidden;
	border-bottom:none;
	padding-bottom:0;*/
}

.rightblock {
	float:left;
/*	margin-left:30px;*/
	padding:45px;
	width:390px;
}

p.lineentry {
	border-bottom:1px solid #252525;
	padding:3px 0px 3px 0px;
}

p.introblog {
	font-size:16px;
	line-height:26px;
}

p.introblog a {
	color:#999;
}


p span {
	float:right; 
/*	margin-right:15px;*/
	color:#666;
}

.rightblock h2 {
	border-bottom:1px solid #252525;
	margin-top:30px;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:18px;
	line-height:21px;
	padding-bottom:3px;
}

.rightblock h3 {
	border-bottom:1px solid #252525;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:18px;
	line-height:21px;
	margin-bottom:10px;
	margin-top:10px;
}

.service {
	background:transparent url(images/gotoimage.png) no-repeat scroll 350px 10px;
	display:block;
}

.service h2 {
	font-size:18px;
	line-height:21px;
}

#contentblock h2, #contentblock h2 a {
	color:#fff;
}

small {
/*	border-bottom:1px solid #252525;*/
	color:#595856;
	display:block;
	font-size:11px;
/*	font-weight:bold;*/
/*	margin-bottom:15px;*/
	padding-bottom:10px;
}

small.form {
	display:inline;
	border:none;
	padding-left:10px;
}

p.projectdesc {
	color:#595856;
	font-size:11px;
	padding:0px;
}

.social_column {
	float:left;
	margin-right:35px;
	overflow:hidden;
}

.social_column ul li, .social_column ul {
	line-height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:15px 0;
	padding:0;
}

img.social {
	height:16px;
	margin-right:10px;
	vertical-align:top;
	width:auto;
}

#contentblock_bottom {
	background:transparent url(images/bg_slice_grey.png) no-repeat scroll right -50px;
	float:left;
	height:6px;
	padding:0 10px;
	width:940px;	
}

/* Homepage Featured Block Controls */

#slide_nav li:hover, #pause_button, .prev_button, .next_button, #first_button, #last_button {
	cursor: pointer;
	z-index: 5000;
}

#slide_nav li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
	background-repeat: no-repeat;
	overflow: hidden;
	top: 0px;
}

ul#slide_nav {
	/*padding: 0px 7px 15px 0px;*/
	position: absolute;
	z-index: 5000;
	right: 20px !important;
	margin:-15px 0 0;
	padding:0;
	list-style:none;
}

ul#slide_nav li {
	background-image: url(images/button.png);
	display: block;
	float: left;
	height: 9px;
	list-style: none;
	margin: 0 0 0 3px;
	padding: 2px;
	width: 10px;
	cursor: pointer;
}

ul#slide_nav li:hover {
}

ul#slide_nav li#button_selected {
	background-image: url(images/button_selected.png);
}

ul#slide_nav li#button_selected:hover {
}

/* Homepage Bottom Block Styles */

.content_bottom {
	height:22px;
	padding:0 10px;
	width:940px;
	float:left;
}	
		
#content {
	float:left;
	padding:0 10px;
	position:relative;
	width:940px;
	background:transparent url(images/bg_slice_grey.png) repeat-y scroll center top;
}

.content_bottom {
	background:transparent url(images/bg_slice_grey.png) left top no-repeat;
}	

.content_bottom_bottom {
	background:transparent url(images/bg_slice_grey.png) right -50px no-repeat;
	float:left;
	height:6px;
	padding:0 10px;
	width:940px;
}	

/* Homepage Bottom Block Columns */

#topsection .col1 {
	padding:0 0 15px 30px;
}

.column {
	float:left;
	padding:0 0 15px 50px;
	position:relative;
	width:260px;
}

.column p {
	color:#666;
	padding:0;
}
	
.column h3 {
	margin:0 0 10px;
	font-size:18px;
	color:#fff;
	letter-spacing:-1px;
	text-shadow: 2px 2px 1px #000;
	
}

/* Portfolio Styles */

.portfolio {
	float:right;
}

.intro_port {
	margin-top:20px;
}

#bodyentry_portfolio h1 {
/*	font-family:"Lucida Grande","Helvetica";*/
	font-size:18px;
	letter-spacing:-1px;
	line-height:21px;
	margin:0px 0 12px;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.9);
}

.box_1 {
	float:left;
	padding:0 0 15px 0px;
	position:relative;
}

.box_1 img {
	border:2px solid #ccc;
}

.box_2 {
	float:left;
	padding:0 0 15px 24px;
	position:relative;
}

.box_2 img {
	border:2px solid #ccc;
}

.box_3 {
	float:left;
	padding:0 0 15px 24px;
	position:relative;
}

.box_3 img {
	border:2px solid #ccc;
}

/* Portfolio Switch Styles*/

/* Vertical Display */

span.port-cat {
	font-size:10px;
}

ul.display {
     padding:0;
     margin:0;
}

ul.display li {
     border-width:1px;
     float:left;
     margin:0;
     padding:10px 0;
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
}

ul.display li a {
    color: #474644;
    text-decoration: none;
     font-weight:bold;
}

ul.display li a:hover {
     text-decoration:underline;
}
ul.display li .content_block {
 /*   padding: 0 10px;*/
}
ul.display li .content_block h2 {

    font-weight: normal;
    font-size: 14px;
	line-height:10px;
	padding-top:2px;
}
ul.display li .content_block p {
    margin: 0;
    padding: 5px 5px 5px 215px;  <span style="color: #777;">/*--The left padding keeps the
content from flowing under the image--*/</span>
    font-size: 11px;
}
ul.display li .content_block a img{ <span style="color: #777;">/*--Double border technique--*/</span>
    padding: 5px;
    border: 1px solid #D8D5C5;
    background: #fff;
    margin: 0 15px 0 0;
    float: left;
     padding:2px;
}

ul.display li .content_block a:hover img{ 
	background: #ccc;
	border:1px solid #ccc;
	padding:2px;
}
     /*Horizontal display */
    
ul.thumbview {
          padding:0;
          margin:0;
     }    
    

ul.thumb_view li {
     width: 220px; 
}

ul.thumb_view li h2 {
 /*    display: inline;*/
	line-height:10px;
     }
    
ul.thumb_view li p {
     display: none;
     }
    
ul.thumb_view li .content_block a img {
     margin: 0 0 10px;
     }

.centeralign {
	margin: 10px 0px 10px 0px;
	padding:5px;
}

a.switch_thumb {
    width: 212px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 10px 0;
    display: block;
    background: url(images/switchview2.png) no-repeat;
    outline: none;
    text-indent: -9999px;
	margin: 0 auto;
}

a.swap {
     background-position: left bottom;
     }

a:hover.switch_thumb {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}


/* Individual Portfolio Page Styles */

ul.port-desc {
	padding:2px 0px 12px 8px;
}

.port-desc li {
	background-image:url(images/arrowactivelist.png);
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0 0 4px;
	padding-left:24px;
}


#bodyentry_portfolio a {
	color:#5087BC;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.9);
}

#bodyentry_portfolio a:hover {
	color:#5087bc;
	text-shadow: 2px 2px 2px #fff;
}

/* Common Styles */

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
	color:#474644!important;
}

h3 {
/*	font-family:"Lucida Grande", "Helvetica";*/
	font-size:24px;
	line-height:21px;
	margin:30px 0 24px;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.9);
}

h4 {
	font-size:12px;
	color:#cccccc;
}

a {
	color:#CCCCCC;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
}

.bodyentry a, .bodyentry_nofloat a {
	color: #5087BC;
}

.bodyentry a:hover, .bodyentry_nofloat a:hover {
	text-decoration:none;
	color:#41566c;
}
	
a img{
	border:none;
	}

h1,h2,h3,h4,h5,h6, legend {
	color:#474644;
}

p {
	padding:0 0 1.6em;
}

.aligncenter {
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}

.meta {
	color:#a0a0a0;
	}
		
.entry ul, .entry ol {
	border-top:1px solid #ddd;
	}
		
.entry li {
	border-bottom:1px solid #ddd;
	}
	
blockquote {
	color:#555555;
	font-style:italic;
	margin:0;
	}
	
.bodyentry img { 
		padding:5px;
		background:#D8D5C5;
		border:1px solid #D8D5C5;
	}
	
.bodyentry img.alignright {
	float:right;
	margin:0 0 5px 10px;
	padding:5px;
	background:#D8D5C5;
	border:1px solid #D8D5C5;
/*	margin-right:15px;*/
	padding:5px;
	float:right;
}	

.bodyentry img.alignleft {
	float:left;
	margin:0 10px 5px 0px;
	padding:5px;
	background:#D8D5C5;
	border:1px solid #D8D5C5;
/*	margin-right:15px;*/
	padding:5px;
}

.bodyentry_nofloat img.alignleft {
	float:left;
	margin:0 10px 5px 0px;
	padding:5px;
	background:#D8D5C5;
	border:1px solid #D8D5C5;
/*	margin-right:15px;*/
	padding:5px;

}


/* Footer Styles */

#footer {
/*	background:transparent url(images/bg_slice2.png) right -50px no-repeat;*/
	color:#888;
	clear:both;
	float:left;
	font-size:10px;
	padding:10px 15px;
	position:relative;
	width:930px;
}
	
#footer a {
	color:#666;
}

.copyright {
}

#footer a img {
	vertical-align:middle;
	
}

.footer-links {
}

.divider {
	color:#505050;
	padding:0 5px;
}


/* Blog Styles */

#blog_container {
	background-color:#E7E4DC;
	float:left;
/*	margin-bottom:20px;*/
	margin-left:10px;
	margin-top:10px;
	overflow:auto;
	width:705px;
	-moz-border-radius: 4px 0px 0px 4px; /*Top left, top right, bottom right, bottom left */
	-webkit-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px 0px 0px 4px;
}

.metacolumn {
	width:110px;
	margin:20px 5px 10px 0;
	float:left;
}

.metacolumn_comments {
	width:110px;
	margin:10px 2px 0px 0px;
	float:left;
	clear:both;
}

.metacolumn_comments p.comment a {
	color:#333;
	font-size:10px;
}

.bodyentry {
	width:520px;
	margin:10px 0 0 18px;
	float:left;
/*	padding-top:3px;*/
	overflow:hidden;
}

.bodyentry_nofloat {
	width:660px;
	margin:0px 0 0 22px;
	float:left;
/*	padding-top:3px;*/
	overflow:auto;
}

#bodyentry_portfolio {
		width:660px;
		margin:0px 0 20px 22px;
		float:left;
	/*	padding-top:3px;*/
		overflow:auto;
}

.clear {
	clear:both;
}

ul.post-categories {
	margin:0 5px 15px 0;
	padding:0;
	text-align:right;
	list-style:none;
}

ul.post-categories li a {
	color:#5087bc;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

ul.post-categories li a:hover {
	text-shadow: 2px 2px 1px #fff;
	text-decoration:none;
	color:#41566c;
}

p.meta {
	background:transparent url(images/transfill_date.png) repeat scroll 0 0;
	color:#666;
/*	margin:6px 12px 12px 0;*/
	padding:18px 10px 16px 10px;
	text-align:right;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	-moz-border-radius: 0 4px 4px 0; /*Top left, top right, bottom right, bottom left */
	-webkit-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	border-radius: 0 4px 4px 0;
}

p.filed {
/*	margin:25px 5px 0px 0px;*/
	text-align:right;
	color:#666;
	font-size:12px;
	margin-top:25px;
	padding:0px;
	text-shadow:1px 2px 4px #FFFFFF;
}

p.contact {
	text-align:right;
	color:#fff;
	font-size:13px
}

p.comment {
	text-align: right;
	margin:0;
	padding:0;
	font-size:10px;
	color:#777;
}

p.comment a {
	color:#5087BC;
}

p.comment a:hover {
	text-shadow: 0px 5px 5px #fff;
	text-decoration:none;
	color:#41566c;
}

p.entry {
	border-bottom:1px solid #252525;
	padding-bottom:5px;
	margin-bottom:6px;
}

.entry p {
	padding: 0px;
}

p.entry a {
	color:#7F7D78;
}

p.entry a:hover {
	color:#ffffff;
}

p.additional {
	margin-top:10px;
	color:#dcd7d7;
}

ul.commentlink {
	margin:0;
	text-align:right;
	list-style:none;
}

ul.catlist {
	text-align:right;
	margin:0px 5px 15px 0px; 
	padding:0px;
}

ul.catlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a.url {
	color:#5087BC;
}

/* Sidebar Styles */

#sidebar1 {
	width:235px;
	float:left;
	background:#22242A url(images/bg_sidebar.png) repeat-y scroll 0 0;
	margin-top:10px;
	-moz-border-radius: 0 4px 4px 0; /*Top left, top right, bottom right, bottom left */
	-webkit-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	border-radius: 0 4px 4px 0;
}

#sidebar1 h4 {
	font-size:14px;
	line-height:23px;
	padding:8px 0 1px;
	border-bottom:1px solid #202121;
	margin:0 20px 0px;
	color:#fff;
	letter-spacing:-0.5px;
	text-shadow:2px 2px 1px #000;
}
#sidebar1 ul { 
	margin:4px 0px 20px 0px; 
	padding:0px; 
}

#sidebar1 ul li { 
	border-bottom:1px solid #202121;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 20px 2px;
	padding:0 0 2px;
}

#sidebar1 ul li a { 
/*	display:block;*/
	color: #666666;
}

#sidebar1 ul li span a {
	color:#434340;
	font-size:10px;
}

#sidebar1 ul li a:hover { 
	text-decoration:none;
	color:#fff; 
}

/* Wordpress and Google CS Search Styles */

#search {
	border:medium none;
	height:25px;
/*	padding:14px 0 20px 12px;*/
}

#search input {
	background: url(images/transfill.png) repeat-x top;
	border:none;
	float: left;
	padding: 8px;
	width:190px;
	color:#ececec;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}

form#cse-search-box {
	height:25px;
	padding:14px 0 20px 12px;
}

/*** Breadcrumb Styles ***/

#breadcrumb {
	margin:9px 0 0 10px;
	background:url(images/bc_bg.gif) repeat-x;
	overflow:hidden;
	height:30px;
	padding:0px;
	/*text-transform:uppercase;*/
	width:939px;
	-moz-border-radius: 4px 4px 4px 4px; /*Top left, top right, bottom right, bottom left */
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px 4px 4px 4px;
	list-style:none;
	line-height:30px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}


#breadcrumb a {
	display:inline-block;
    background-image:url(images/bc_separator.gif); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#5087BC;
	outline:none;
}

.home {
    border:none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}


.breadcrumb {
	margin:9px 0 0 10px;
	overflow:hidden;
	padding:8px;
	/*text-transform:uppercase;*/
	width:925px;
	background:transparent url(images/transfill.png) repeat scroll 0 0;
	-moz-border-radius: 4px 4px 4px 4px; /*Top left, top right, bottom right, bottom left */
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px;
	behavior: url(/css/border-radius.htc);
	border-radius: 0 4px 4px 0;
}

.breadcrumb a {
	color:#438bcb;
	/*height:30px;*/
	padding: 6px;
	text-decoration:none;
	font-size:11.5px;
	background:transparent url(images/bread_arrow.png) no-repeat scroll 100% 50%;
	display:inline;
}


/*** Miscellaneous Styles ***/

.separator {
	background:transparent url(images/horizontal.png) repeat-x scroll 0 0;
	height:2px;
	margin:15px 0px 10px 0px;
	width:520px;
}

pre {
	padding:5px;
}

/*** Comment Form Styles ***/

textarea#data {
	padding:10px;
}

h3.comments {
	margin: 8px 0px 12px 0px;
	font-size:18px;
}

textarea {
	width:400px;
	padding:10px;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	}
	
#commentform{
	padding-bottom:40px;
	}
	
#comment, fieldset textarea{
	height:150px;
	padding:5px;
	width:97%;
	line-height:24px;
	}
#commentform p, fieldset p{
	padding:2px 0;
	clear:both;
	}	
	
#commentform input{
	padding:5px;
	}
	
input#submit {
	background: #0D1113;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	}	


/*** Contact Form Styles ***/

.screenReader { 
	left: -9999px; 
	position: absolute; 
	top: -9999px; 
}

.thanks {
	background: #0d1113; 
	border: 1px solid #438BCB; 
	padding:10px; 
}

/* Contact Forms */

ol.forms { 
	float: left; 
	list-style: none; 
	margin: 0; 
	width: 100%; 
	margin-top:30px; 
}

ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
	text-align:right;
}

ol.forms input, ol.forms textarea {
	border: none;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 5px;
	-webkit-border-radius: 3px;
	width: 214px;
	background:transparent url(images/transfill.png) repeat scroll;
	color:#666;
	line-height:21px;
}

ol.forms textarea { 
	height: 300px; 
	width: 334px; 
}

ol.forms input:focus, ol.forms textarea:focus { 
	background-color: #0D1113; 
	border-color: #000; 
	color:#fff;
}
.error { 
	color: #f00; 
}

ol.forms li .error {
	font-size: 12px; 
	margin-left: 20px; 
}

ol.forms li.textarea .error {
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
}

ol.forms li.screenReader { 
	margin-bottom: 0; 
}

ol.forms li.buttons button {
	background: #0D1113;
	border: none;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	padding: 6px 6px 6px 6px;
	width: auto;
}

ol.forms li.buttons button:hover { 
	color: #438BCB; 
}

ol.forms li.buttons button:active { 
	left: -1px; 
	position: relative; 
	top: -1px; 
}

ol.forms li.buttons, ol.forms li.inline { 
	padding-left:125px;
	width:360px;
}

ol.forms li.inline input { 
	width: auto; 
}

ol.forms li.inline label { 
	display: inline; 
	float: none; 
	width: auto; 
}

/* Google Custom Search Styles */

#cse-search-results iframe {
	width:660px!important;
	height:1000px!important; 
}
	
/* ie6warning */	

.ie6Warning {
	background-color:#000000;
	margin:0 auto !important;
	padding:10px;
}

span.wpcf7-form-control-wrap {
	float:none!important;
}


