﻿/*
Theme Name: Logobird
Description: Logobird
Author: Humaan
Author URI: http://humaan.com.au/


*/



/*---------------------------------------------- GLOBAL SETTINGS */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; 
	color: #2d2d2d;
	background: #fff;
}

/*-------------------------------------------------------- LINK */

a {
	color:#444;
	text-decoration: underline;
}

a:hover {
	color: #ef5145;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
	font-size: 2em;
	padding: 0 0 10px 0;
	font-family: 'LeagueGothicRegular', Helvetica, sans;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
	font-family: 'LeagueGothicRegular', Helvetica, sans;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}


/*------------------------------------------------------ NAVIGATION */

@font-face {font-family: 'LeagueGothicRegular';
	src: url('style/League_Gothic-webfont.eot');
	src: local('?'), url('style/League_Gothic-webfont.woff') format('woff'), url('style/League_Gothic-webfont.ttf') format('truetype'), url('style/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

nav {
	width: 730px;
	display: block;
	height: 149px;
	padding: 0 0 12px 0;
	border-bottom: 4px solid #939393;
	position: absolute;
	top: 0;
	right: 0;
	}
	
nav ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	}

nav li {
	float: left;
	}

nav li a {
	font-family: 'LeagueGothicRegular', Helvetica, sans;
	text-transform: uppercase;
	color: #2d2d2d;
	text-decoration: none;
	font-size: 19px;
	padding: 120px 25px 0;
	height: 29px;
	display: block;
	border-right: 1px solid #e3e3e3;
	position: relative
	}

nav li a:hover {
	color: #2d2d2d;
}

nav li a span {
	position: relative;
	z-index: 2;
	}

nav li a span.hover {
	display: block;
	background: #fafafa;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}

nav li a.active, nav li a.active span.hover {
	background: #efefef;
	}

/*------------------------------------------------------ LAYOUT */

#container {
	width: 960px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -221px; /* negative value must be the same height as footer (for stickyness) */ 
}

header {
	width: 960px;
	height: 165px;
	position: fixed;
	top: 0;
	display: block;
	background: #fff;
	z-index: 10;
	}
	
#logo {	
	width: 160px;
	height: 149px;
	display: block;
	background: url(art/logo.png) no-repeat;
	text-indent: -99999px;
	position: relative;
	padding: 0 0 12px 0;
	border-bottom: 4px solid #939393;
	}
	
#logo span {
	width: 160px;
	height: 149px;
	display: block;
	background: url(art/logo.png) no-repeat 0 -161px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#social {
	position: absolute;
	left: 0;
	bottom: 20px;
	}
	
#social a {
	text-indent: -99999px;
	width: 27px;
	height: 27px;
	display: block;
	background: url(art/social.png) no-repeat;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
	}

#social a span {
	width: 27px;
	height: 27px;
	display: block;
	background: url(art/social.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#social #facebook {
	background-position: -27px 0;
	}
	
#social #dribbble {
	background-position: -54px 0;
	}

#social #rss {
	background-position: -81px 0;
	}
	
#social #twitter span {
	background-position: 0 -27px;
	}
	
#social #facebook span {
	background-position: -27px -27px;
	}
	
#social #dribbble span {
	background-position: -54px -27px;
	}

#social #rss span {
	background-position: -81px -27px;
	}

#content {
	width: 960px;
	margin: 178px 0 0 0;
	display: block;
	position: relative;
	}
	
#main-content {
	float: right;
	width: 730px;
	position: relative;
	}
	
#main-content p {	
	font-size: 1.1em;
	}
	
#main-content h1 {
	display: block;
	font-size: 3em;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 12px 0;
	margin: 0 0 20px 0;
	}
	
#main-content h2 {
	font-size: 2em;
	}

#main-content article {
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	position: relative;
	}
	

#main-content article .post-image {
	width: 730px;
	height: 296px;
	background: #eee;
	display: block;
	margin: 0 0 15px 0;
	}
	
#main-content article h1 {
	font-size: 2.5em;
	border: none;
	width: 700px;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: 'LeagueGothicRegular', Helvetica, sans;
	}

#main-content article h1 a {
	color: #1f1f1f;
	text-decoration: none;
	}

#main-content article h1 a:hover {
	color: #ed6409;
	}

a.comments {
	float: right;
	padding: 0 0 0 15px;
	background: url(art/comment-small.png) no-repeat;
	}


article .meta, article .meta a {
	font-size: .9em;
	color: #828282;
	text-decoration: none;
	}
	
article .meta {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	}

article .meta a:hover {
	color: #ef5145;
	}

#main-content article p {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	font-size: 1.12em;
	border-top: 1px solid #e5e5e5;
}

#main-content article.search p {
	border-top: none;
	padding: 0;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;
}

.wp-pagenavi {
	display: block;
	border-bottom: #e5e5e5 1px solid;
	padding: 0 0 17px;
	text-align: center;
	font-size: .9em;
	color: #4a4a4a;
	}

.wp-pagenavi .pages {
	margin: 0 5px 0 0;
	}

.wp-pagenavi .current {
	padding: 3px 5px;
	background: #4a4a4a;
	border: 1px solid #4a4a4a;
	color: #fff;
	margin: 0 2px 0 0;
	}

.wp-pagenavi a {
	padding: 3px 6px;
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
	margin: 0 2px 0 0;
	color: #4a4a4a;
	text-decoration: none;
	}

.wp-pagenavi a:hover {
	background: #ef5145;
	border: 1px solid #d54439;
	color: #fff;
	}
	
.wp-pagenavi a.nextpostslink {
	background: url(art/next-page.png) 6px 6px no-repeat #f7f7f7;
	color: #f7f7f7;
	padding: 3px 5px;
	}
	
.wp-pagenavi a.nextpostslink:hover {
	background: url(art/next-page.png) 6px -17px no-repeat #ef5145;
	color: #ef5145;
	}
	
.wp-pagenavi a.previouspostslink {
	background: url(art/prev-page.png) 6px 6px no-repeat #f7f7f7;
	color: #f7f7f7;
	padding: 3px 5px;
	}
	
.wp-pagenavi a.previouspostslink:hover {
	background: url(art/prev-page.png) 6px -17px no-repeat #ef5145;
	color: #ef5145;
	}
	
aside {
	float: left;
	width: 160px;
	}
	
aside p {
	font-size: .9em;
	}
	
aside a.more {
	float: right;
	color: #9e9e9e;
	text-decoration: none;
	}
	
aside a.more:hover {
	color: #ef5145;
	}
	
aside ul {
	list-style: url(art/list-style.png);
	padding: 0 0 0 15px;
	font-size: .9em;
	margin: 0 0 15px 0;
	display: block;
	}
	
aside ul li {
	padding: 1px 0;
	}
	
aside ul a {
	color: #2d2d2d;
	text-decoration: none;
	}

#hire-us {
	width: 160px;
	height: 38px;
	display: block;
	text-indent: -99999px;
	background: url(art/hire-us.png) no-repeat;
	position: relative;
	margin: 5px 0 15px;
	}

#hire-us span {
	width: 160px;
	height: 38px;
	display: block;
	background: url(art/hire-us.png) no-repeat 0 -38px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#feeds-email {
	margin: 5px 0;
	display: none;
	width: 140px;
	}
	
#feeds-email input {
	width: 128px;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	font-size: .9em;
	font-family: Helvetica, Arial, sans;
	}
	
#feeds-email button {
	float: right;
	color: #fff;
	background: #555;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 0 0;
	padding: 4px 6px;
	border: none;
	cursor: pointer;
	font-size: .9em;
	font-family: Helvetica, Arial, sans;	
	}
	
#searchform {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	margin: 20px 0;
	}
	
#searchform p {
	background: #fff;
	padding: 0;
	width: 45px;
	position: absolute;
	top: -10px;
	}
	
#searchform div {
	width: 160px;
	height: 30px;
	display: block;
	background: #efefef;
	}
	
#searchform input {
	width: 122px;
	margin: 9px 0 9px 8px;
	border: none;
	border-left: 1px solid #aaa;
	background: none;
	outline: none;
	font-size: .95em;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	padding: 0;
	float: left;
	}
	
#searchform input:focus {
	border: none;
	}
	
#searchform button {
	float: right;
	border: none;
	cursor: pointer;
	width: 13px;
	height: 13px;
	display: block;
	background: url(art/search-btn.png) no-repeat;
	text-indent: -99999px;
	margin: 9px 9px 0 0;
	}

#searchform button:hover {
	background-position: 0 -13px;
	}

aside ul.posts, aside ul.topics {
	margin: 0 0 15px;
	list-style: none;
	padding: 0 0 15px;
	border-bottom: 1px solid #e3e3e3;
	}

aside ul.posts li {
	padding: 10px 0 8px;
	}

footer {
	display: block;
	height: 200px;
	width: 100%;
	background: #1c1c1c;
	border-top: 6px solid #c6c6c6;
	margin: 15px 0 0 0;
	font-size: .9em;
	color: #b6b6b6;
}

footer a {
	color: #ccc;
	text-decoration: none;
	}

footer p {
	line-height: 1.4em;
	}
	
#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	}

footer .panel {
	width: 230px;
	float: left;
	border-left: 1px solid #404040;
	height: 145px;
	display: block;
	padding: 0 0 0 20px;
	position: relative;
	}
	
footer h2 {
	width: 180px;
	display: block;
	height: 16px;
	text-indent: -99999px;
	padding: 0 0 15px 0;
	}
	
footer #sitemap h2 {
	background: url(art/sitemap-title.png) no-repeat;
	}
	
footer #contribute h2 {
	background: url(art/contributor-title.png) no-repeat;
	}
	
footer #footer-social h2 {
	background: url(art/social-title.png) no-repeat;
	}
	
	
footer #copyright {
	width: 160px;
	border: none;
	color: #616161;
	text-align: center;
	padding: 0;
}
	
footer ul {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: url(art/footer-list.png);
	}
	
footer li {
	padding: 0 0 12px 0;
	}

footer #contribute {
	width: 257px;
	padding: 0 20px;
	}

footer #contribute a {
	width: 173px;
	height: 38px;
	display: block;
	background: url(art/contact-us-btn.png) no-repeat;
	text-indent: -99999px;
	position: relative;
	}

footer #contribute a span {
	width: 173px;
	height: 38px;
	display: block;
	background: url(art/contact-us-btn.png) no-repeat 0 -38px;
	position: absolute;
	top: 0;
	left: 0;
	}

#footer-social a {
	position: relative;
	float: left;
	text-indent: -99999px;
	width: 104px;
	height: 20px;
	display: block;
	margin: 0 10px 12px 0;
	}

#footer-social a span {
	position: absolute;
	top: 0;
	right: 0;
	width: 104px;
	height: 20px;
	display: block;
}

#footer-twitter {
	background: url(art/footer-twitter-btn.png) no-repeat;
	}

#footer-twitter span {
	background: url(art/footer-twitter-btn.png) no-repeat 0 -20px;
}

#footer-blog {
	background: url(art/footer-blog-btn.png) no-repeat;
	}

#footer-blog span {
	background: url(art/footer-blog-btn.png) no-repeat 0 -20px;
}

#footer-dribbble {
	background: url(art/footer-dribbble-btn.png) no-repeat;
	}

#footer-dribbble span {
	background: url(art/footer-dribbble-btn.png) no-repeat 0 -20px;
}

#footer-chirps {
	background: url(art/footer-chirps-btn.png) no-repeat;
	}

#footer-chirps span {
	background: url(art/footer-chirps-btn.png) no-repeat 0 -20px;
}

blockquote {
	background: url(art/bq.png) 10px 15px no-repeat;
	font-style: italic;
	color: #555;
	margin: 0;
	padding: 20px 40px;
	
	}

footer iframe {
	margin: 10px 5px;
	}

/* PORTFOLIO -------------------------------------- PORTFOLIO */

#portfolio #main-content ul {
	list-style: none;
	padding: 0;
	margin: 35px 0 0 0;
	width: 750px;
	}
	
#portfolio #main-content ul li {
	float: left;
	margin: 0 20px 25px 0;
	width: 230px;
	height: 148px;
	}
	
#portfolio #main-content ul li a {
	position: relative;
	border: 4px solid #e4e4e4;
	display: block;
	width: 222px;
	height: 140px;
	text-decoration: none;
	overflow: hidden;
	background: #ec5249;
}
	
#portfolio #main-content ul li a span.desc {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #f4c7c4;
	width: 192px;
	}

#portfolio #main-content ul li a span.desc strong {	
	color: #fff;
	font-size: 1.4em;
	display: block;
	font-weight: normal;
	padding: 0 0 10px 0;
	}
	
#portfolio #main-content ul li img {
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 3;
}
 
#portfolio-item #main-content img {
	margin: 0 0 15px 0;
	}

.post-nav {
	position: absolute;
	top: 4px;
	right: 0;
	}

.post-nav div, a.full-list-btn, a.post-list-btn  {
	width: 31px;
	height: 31px;
	display: block;
	text-indent: -99999px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
	}
	
.post-nav a {	
	width: 31px;
	height: 31px;
	display: block;
	}
	

.post-nav a span {
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.prev-item-btn a {
	background: url(art/portfolio-nav.png) no-repeat;
	}

.full-list-btn {
	background: url(art/portfolio-nav.png) no-repeat -31px 0;
	}

.post-list-btn {
	background: url(art/portfolio-nav.png) no-repeat -93px 0;
	}

.next-item-btn a {
	background: url(art/portfolio-nav.png) no-repeat -62px 0;
	}

.prev-item-btn span {
	background: url(art/portfolio-nav.png) no-repeat 0 -31px;
	}

.full-list-btn span {
	background: url(art/portfolio-nav.png) no-repeat -31px -31px;
	}

.post-list-btn span {
	background: url(art/portfolio-nav.png) no-repeat -93px -31px;
	}

.next-item-btn span {
	background: url(art/portfolio-nav.png) no-repeat -62px -31px;
	}

#post-end {
	position: relative;
	height: 40px;
	display: block;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 0 0;
	}

#post-end .post-nav {
	top: 15px;
	}
	
.tag-above {
	padding: 15px;0 0 0;
	}
	
.twitter-share-button, .fbLikeContainer, .stumblecontainer, .google-plus-one, .twitter-follow-button {
	float: left;
	}
	
.google-plus-one-side {
	float: right;
	}


/* POSTS -------------------------------------- POSTS */

#main-content.post h1 {
	font-size: 2.6em;
	padding-right: 180px;
	font-family: 'LeagueGothicRegular', Helvetica, sans;
}

.post-top {
	display: block;
	background: #fafafa;
	padding: 15px;
	font-size: .9em;
	color: #666;
	margin: 0 0 15px 0;
	position: relative;
	}

.post-top .sharing {
	position: absolute;
	top: 10px;
	right: 15px;
	}	
	
.post-sidebar {
	display: block;
	background: #fafafa;
	padding: 0 5px 0 0;
	font-size: .9em;
	color: #666;
	margin: 0 0 0 0;
	position: relative;
	}

.post-sidebar .sharing-sidebar {
	position: absolute;
	}	

.post-meta {
	border-top: 1px solid #E5E5E5;
	padding: 20px 0px 10px;
	font-family: Helvetica, Arial, sans;
	color: #666;	
}



#disqus_thread {
	border-top: 1px solid #E5E5E5;
	margin: 0 0 20px 0;
}

#main-content .post-meta p, #content .post-meta li {
	font-family: Helvetica, Arial, sans;
	font-size: .9em;
	color: #666;	
	}

/* ABOUT -------------------------------------- ABOUT */

#who {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 15px;
	margin: 10px 0;
	display: block;
	}

#who .column {
	width: 344px;
	}

#who .column img {
	margin: 0 0 15px 0;
	}

#elsewhere {
	padding: 20px 0;
	}

#elsewhere h2 {
	padding: 0 0 15px;
	}
	
#elsewhere a {
	text-decoration: none;
	margin: 0 25px 0 0;
	padding: 8px 0 8px 35px;
	float: left;
	position: relative;
	}

#elsewhere a span {
	display: block;
	width: 26px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	}

#elsewhere a#else-twitter {
	background: url(art/elsewhere-twitter.png) no-repeat; 
	}

#elsewhere a#else-twitter span {
	background: url(art/elsewhere-twitter.png) 0 -27px no-repeat; 
	}

#elsewhere a#else-facebook {
	background: url(art/elsewhere-facebook.png) no-repeat; 
	}

#elsewhere a#else-facebook span {
	background: url(art/elsewhere-facebook.png) 0 -28px no-repeat; 
	}

#elsewhere a#else-dribbble {
	background: url(art/elsewhere-dribbble.png) no-repeat; 
	}

#elsewhere a#else-dribbble span {
	background: url(art/elsewhere-dribbble.png) 0 -27px no-repeat; 
	}

#elsewhere a#else-linkedin {
	background: url(art/elsewhere-linkedin.png) no-repeat; 
	}

#elsewhere a#else-linkedin span {
	background: url(art/elsewhere-linkedin.png) 0 -28px no-repeat; 
	}

/* TESTIMONIALS -------------------------------------- TESTIMONIALS */

.testimonial {
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	}
	

/* NOTES -------------------------------------- NOTES */


#chirp-container {
	width: 750px;
	}

.note {
	background: #f9f9f9;
	width: 200px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	padding: 15px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .9em;
	color: #555;
	}

#main-content .note h2 {
	font-size: 2em;
	}
	

.note h2 a {
	text-decoration: none;
	color: #111;
    margin: -20px 0 0 -20px;
    padding: 20px 0 0 20px;
    background: url(art/clip.png) no-repeat;
	}

.note h2 a:hover {
	color: #ef5145;
	}
	
.note img {
	padding: 0 0 10px 0;
	}

.note .meta {
	font-size: .9em;
	color: #888;
	font-family: Helvetica, Arial, sans;
	padding: 10px 0 0 0;
	border-top: 1px solid #e5e5e5;
	
	}
	
.note .meta .note-comments {
	padding: 5px 0 0 15px;
	display: block;
	background: url(art/comment-small.png) 0 5px no-repeat;
	}

.chirps .wp-pagenavi {
	padding-top: 15px;
	margin-top: 20px;
	border-top: #e5e5e5 1px solid;
	}
	
	
/* FORMS -------------------------------------- FORMS */

.contactForm {
	padding: 15px 0;
	margin: 10px 0;
	border-top: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	width: 518px;
	}

.contactForm div {
	position: relative;
	display: block;
	margin: 0 0 8px;
}

.contactForm label {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: Helvetica, Arial, sans;
	font-size: 1em;
	color: #333;
	}

.contactForm label.error {
	right: 10px;
	left: auto;
	color: #f00;
	}

.contactForm input, .contactForm textarea {
	width: 500px;
	padding: 8px;
	font-family: Helvetica, Arial, sans;
	font-size: 1em;
	color: #333;
	border: 1px solid #ddd;
	background: url(art/input-bg.png) repeat-x #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	}
	
.contactForm button, .requestForm button {
	float: right;
	border: none;
	background: #333;
	color: #fff;
	font-family: 'LeagueGothicRegular', Helvetica, sans;
	text-transform: uppercase;
	font-size: 2em;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	}
	
.contactForm button:hover, .requestForm button:hover {
	background:#f25040 ;
	}
	
.requestForm {
	margin: 0 0 20px 0;
	}
	
.requestForm fieldset {
	background: #f9f9f9;;
	display: block;
	padding: 15px 15px 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	margin: 0 0 20px 0;
	}
	
#main-content .requestForm p {
	font-family: Helvetica, Arial, sans;
	font-size: 1em;
	}

.requestForm .field {
	margin: 0 0 20px 0;
	display: block;
	}
	
.requestForm .field.duo {
	width: 50%;
	float: left;
	}
	
.requestForm .field label {
	display: block;
	padding: 0 0 8px 0;
	}
	
.requestForm .field.duo label {
	float: left;
	width: 110px;
	padding: 5px 0;
	}
	
.requestForm label.error {
	display: block;
	width: 100% !important;
	color: #f00;
	}
	
.requestForm input, .requestForm textarea {
	display: block;
	padding: 5px;
	font-family: Helvetica, Arial, sans;
	font-size: 1em;
	color: #333;
	border: 1px solid #bbb;
	background: url(art/input-bg.png) repeat-x #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 5px;
	width: 500px;
	}
	
.requestForm textarea {	
	width: 680px;
	max-width: 680px;
	}
	
.requestForm .field.duo input {
	width: 200px;
	}
	
.requestForm .fields {
	margin: 0 0 20px 0;
	position: relative;
	}
	
.requestForm .fields label.error {
	position: absolute;
	top: 0;
	right: 0;
	width: auto !important;
	color: #f00;
	}
	
.requestForm .check {
	float: left;
	width: 150px;
	margin: 0 40px 15px;
	}
	
.requestForm .check label {
	float: left;
	width: 130px;
	}
	
.requestForm .check input {
	width: auto;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.push {
	height:221px;	/* make the height of .push the same as #footer (for stickyness) */

}

/*AdPacks---------------------------------------------------------AdPacks*/


body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0 15px 0 10px;margin:0;text-align:right;}
body .one .bsa_it_ad:hover img{-moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:none;margin:0 0 5px;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding:6px 0 0 0;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:10px;margin:12px 15px 0;text-align:right;}

