/*
Theme Name: AQR
Author: Csorba Media
Author URI: http://www.csorbamedia.com
Version: 0.1
License: GNU General Public License
License URI: license.txt
Tags: csorba, csorba media
*/

@font-face {
font-family: 'Delicious-Bold';
src: url('fonts/delicious-bold.eot');
src: url('fonts/delicious-bold.eot?#iefix') format('embedded-opentype'),
url('fonts/delicious-bold.woff') format('woff'),
url('fonts/delicious-bold.ttf') format('truetype'),
url('fonts/delicious-bold.svg#delicious-bold') format('svg');
font-weight: normal;
font-style: normal;
}
* { padding: 0px; margin: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
body { background: #f3f3f3 url('images/body-bg.gif') repeat-x; }
img { border: 0px; display: block; }
a, input { outline: none; }

/* ### frontpage ### */

body.frontpage .overBox h3:first-of-type { background: url('images/over-icon.gif') left 0px no-repeat; }
body.frontpage .overBox.heading { background: url('images/over-icon1.gif') left 0px no-repeat; }

/* ### page ### */

body.page .overBox ul { list-style:disc; list-style-type: disc; margin-left:20px; margin-bottom:15px; }
body.page .overBox ol { list-style:decimal; list-style-type: decimal; margin-left:20px; padding-left: 30px; margin-bottom:15px; }
body.page .overBox ul li { background:none; list-style:disc; padding:0px; }
body.page .overBox ol li { background:none; list-style:decimal; padding:0px; }
body.page .overBox h1 { padding: 0 0 0 28px; font-size: 17px; color: #727272; line-height: 26px; }

.alignleft { float: left; margin-right: 10px; margin-bottom: 10px;  }
.alignright { float:right; margin-left:10px; margin-bottom:10px; }

/* ### form ### */

input, textarea{ width: 300px; height: 30px;
	border: 1px solid #CCC;
	font-size: 18px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color:#727272;
}
textarea{
width: 537px;
height: 150px;
padding:10px;
font-size:13px;
}

.wpcf7 p{
	padding-bottom:5px !important;
	padding-top: 10px !important;
}
.wpcf7 h3{
	padding:0px !important;
	margin-left: 30px !important;
	background: url('images/over-devaider.gif') left top repeat-x;
	padding-top: 10px !important;
}
.wpcf7-response-output{
margin-top: 50px !important;
clear: both !important;
overflow: hidden !important;
margin-left: 32px !important;
text-align: center !important;
}

/* ### global classes ### */
.clear { clear: both; height: 0px; overflow: hidden; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* ### main container ### */
#mainCntr { margin: 0 auto; display: block; width: 950px; }

/* ### header ### */
header { position: relative; display: block; width: 950px; height: 173px; }
header h1 { position: absolute; top: 32px; left: 32px; }
header h1 a { display: block; width: 152px; height: 119px; text-indent: -9999px; background: url('images/logo.png') no-repeat; }

/* ### link box ### */
.linkBox { position: absolute; top: 16px; right: 5px; display: block; width: auto; height: 33px; background: #B5CB38; -moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-bottom-right-radius:20px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}
.linkBox ul { list-style: none; text-align: center; }
.linkBox li { padding: 0px 17px 0px 15px; line-height: 26px; display: inline; font-family: 'Delicious-Bold'; font-size: 16px; background: url('images/link-devaider.png') right 3px no-repeat; }
.linkBox li a { display: inline-block; text-decoration: none; color: #fff; }
.linkBox li a:hover { text-decoration: underline; }
.linkBox li:first-of-type { padding-left:0px; }
.linkBox li:last-of-type { background: none; margin-right:20px; }

/* ### social box ### */
.socialBox { position: absolute; top: 60px; right: 0px; display: block; width: 106px; }
.socialBox ul { list-style: none; }
.socialBox li { float: left; }

/* ### content container ### */
#contentCntr { padding-bottom: 56px; overflow: hidden; width: 950px; display: block; }

/* ### heading box ### */
.headingBox { width: 950px; overflow: hidden; display: block; background: url('images/heading-mid.gif') repeat-y; }
.headingBox .bottom { padding: 0px 5px 10px 5px; overflow: hidden; min-height: 152px; background: url('images/heading-bottom.gif') left bottom no-repeat; }
.headingBox li { padding: 64px 0px 0px 0px; text-align: center; font-size: 36px; color: #949599; font-family: 'Delicious-Bold'; font-weight: normal; }

/* ### left container ### */
#leftCntr { padding-top: 21px; float: left; display: block; width: 630px; }

/* ### over box ### */
.overBox { width: 630px; display: block; overflow: hidden; background: url('images/over-mid.gif') repeat-y; }
.overBox .top { padding-top: 5px; width: 630px; background: url('images/over-top.gif') left top no-repeat; }
.overBox .bottom { padding: 0px 36px 29px 5px; overflow: hidden; background: url('images/over-bottom.gif') left bottom no-repeat; }
.overBox h2 { padding-left: 27px; line-height: 46px; font-size: 21px; color: #fff; font-family: 'Delicious-Bold'; font-weight: normal; float: left; background: url('images/over-left.png') left top no-repeat; }
.overBox h2 span { padding-right: 52px; display: block; background: url('images/over-right.png') right top no-repeat; }
.overBox p { padding: 22px 0px 23px 29px; font-size: 14px; color: #727272; line-height: 26px; }
.overBox ul { padding: 0px 0px 0px 29px; list-style: none; overflow: hidden; width: 560px; }
.overBox li { padding: 21px 0px 21px 0px; width: 100%; float: left; background: url('images/over-devaider.gif') left top repeat-x; }
.overBox h3 { padding: 0px 0px 22px 50px; line-height: 38px; font-size: 14px; color: #b5cb38; }
.overBox li p { padding: 0px 0px 0px 0px; }
.overBox a.btn { margin-top: 1px; width: 202px; height: 36px; text-align: center; line-height: 36px; float: right; text-decoration: none; font-size: 18px; color: #737272; font-family: 'Delicious-Bold'; display: block; background: url('images/over-btn.gif') no-repeat; }
.overBox a.btn:hover { text-decoration: underline; }

/* ### twitter box ### */
.twitterBox { margin-top: 13px; width: 630px; display: block; overflow: hidden; background: url('images/over-mid.gif') repeat-y; }
.twitterBox .top { padding-top: 26px; width: 630px; background: url('images/over-top.gif') left top no-repeat; }
.twitterBox .bottom { padding: 0px 36px 19px 34px; overflow: hidden; background: url('images/over-bottom.gif') left bottom no-repeat; }
.twitterBox .left { padding: 7px 0px 0px 0px; width: 75px; float: left; }
.twitterBox .right { padding: 0px 0px 0px 0px; width: 472px; float: right; }
.twitterBox .right ul, .twitterBox .right ul li { list-style:none; }
.twitterBox .right h2, .twtr-hd, .twtr-ft { display:none;  }
.twitterBox p { padding: 0px 0px 0px 28px; font-size: 14px; color: #727272; line-height: 26px; background: url('images/icon.gif') left 0px no-repeat; }
.twtr-widget h3, .twtr-widget h4, .twtr-widget p { line-height:26px !important; }
.twitterBox span { padding-right: 50px; display: block; background: url('images/icon1.gif') right bottom no-repeat; }
.twitterBox span.text { padding: 0px; margin: -7px 0px 0px 0px; font-size: 11px; color: #949599; font-style: italic; display: block; background: none; }
.twitterBox a { text-decoration: none; font-weight: bold; color: #b5cb38; }
.twitterBox a:hover { text-decoration: underline; }

/* ### right container ### */
#rightCntr { padding-top: 21px; float: right; width: 310px; display: block; }

/* ### contact box ### */
.contactBox { width: 310px; overflow: hidden; display: block; background: url('images/contact-mid.gif') repeat-y; }
.contactBox .top { padding-top: 5px; background: url('images/contact-top.gif') left top no-repeat; }
.contactBox .bottom { padding: 0px 36px 29px 5px; overflow: hidden; background: url('images/contact-bottom.gif') left bottom no-repeat; }
.contactBox h2 { padding-left: 28px; line-height: 46px; font-size: 21px; color: #fff; font-family: 'Delicious-Bold'; font-weight: normal; float: left; background: url('images/contact-left.png') left top no-repeat; }
.contactBox h2 span { padding-right: 44px; display: block; background: url('images/contact-right.png') right top no-repeat; }
.contactBox p { padding: 22px 0px 30px 29px; font-size: 14px; color: #727272; line-height: 26px; }
.contactBox h3 { padding: 0px 0px 8px 29px; font-size: 14px; color: #727272; }
.contactBox ul { padding: 0px 0px 13px 30px; overflow: hidden; list-style: none; }
.contactBox li { padding: 0px 0px 7px 26px; width: 100%; float: left; line-height: 20px; font-size: 14px; color: #727272; background: url('images/icon2.gif') left 1px no-repeat; }
.contactBox li a { text-decoration: none; color: #727272; }
.contactBox li a:hover { text-decoration: underline; }
.contactBox li.icon { background: url('images/icon3.gif') left 0px no-repeat; }
.contactBox a.btn, .wpcf7-submit { border:0px; width: 180px; height: 36px; text-align: center; line-height: 36px; float: right; text-decoration: none; font-size: 18px; color: #737272; font-family: 'Delicious-Bold'; display: block; background: url('images/contact-btn.gif') no-repeat; }
.contactBox a.btn:hover, .wpcf7-submit:hover { cursor:pointer; text-decoration: underline; }

/* ### news box ### */
.newsBox { margin-top: 6px; width: 310px; display: block; overflow: hidden; background: url('images/contact-mid.gif') repeat-y; }
.newsBox .top { padding-top: 5px; background: url('images/contact-top.gif') left top no-repeat; }
.newsBox .bottom { padding: 0px 36px 12px 5px; overflow: hidden; background: url('images/contact-bottom.gif') left bottom no-repeat; }
.newsBox h2 { padding-left: 28px; line-height: 46px; font-size: 21px; color: #fff; font-family: 'Delicious-Bold'; font-weight: normal; float: left; background: url('images/contact-left.png') left top no-repeat; }
.newsBox h2 span { padding-right: 56px; display: block; background: url('images/contact-right.png') right top no-repeat; }
.newsBox ul { padding: 9px 0px 0px 21px; list-style: none; width: 258px; overflow: hidden; }
.newsBox li { padding: 12px 0px 14px 0px; float: left; width: 100%; background: url('images/over-devaider.gif') left bottom repeat-x; }
.newsBox li:last-of-type { background: none; }
.newsBox .left { padding: 6px 0px 0px 1px; float: left; width: 47px; }
.newsBox .right { float: right; width: 197px; }
.newsBox p { font-size: 13px; color: #727272; line-height: 26px; }
.newsBox a { color: #b5cb38; font-weight: bold; text-decoration: none; }
.newsBox a:hover { text-decoration: underline; }

/* ### footer ### */
footer { overflow: hidden; display: block; width: 100%; min-height: 86px; background: #b5cb38 url('images/footer-bg.gif') repeat-x; }
footer .center { padding-top: 43px; margin: 0px auto; width: 950px; }
footer span { padding: 0px 22px 0px 0px; line-height: 24px; font-weight: bold; float: right; color: #fff; background: url('images/footer-icon.gif') right 5px no-repeat; }
footer ul { padding-left: 2px; list-style: none; float: left; }
footer li { padding: 0px 6px 0px 4px; color: #fff; font-weight: bold; float: left; line-height: 24px; background: url('images/footer-devaider.png') right 7px no-repeat; }
footer li a { text-decoration: none; color: #fff; }
footer li a:hover { text-decoration: underline; }
footer li.last { background: none; }
footer ul.social { padding: 0px 0px 0px 5px; overflow: hidden; float: left; }
footer ul.social li { padding: 0px; float: left; background: none; }

.twtr-doc{ width: 480px !important; }
.twtr-timeline{ height: 91px !important; }
