/*
Theme Name: Friedman Creative
Author: Friedman Creative
Author URI: http://friedmancreative.com/
*/

@import url('css/reset.css');

html, body { margin:0; padding:0; width:100%; height:100%; min-height:100%; }

body {
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#262324;
}

body a {
	color:#262324;
	text-decoration:none;
}

body a img {
	border:none;
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

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

#wrap {
	width:100%; min-width:980px;
	min-height:100%;
	margin:0; padding:0;
}

.wrap {
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

/**************************************
	H1, ETC
**************************************/
h1 {
	margin-bottom:15px;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
}

h1.btmdot {
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:#a9a492 1px dotted;
}

h1.btmdot a.barbtn {
	position:absolute;
	top:0; right:0;
}

h2 {
	margin-bottom:10px;
	font-size:18px;
	text-transform:uppercase;
}

h3 {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:12px;
}

h4 {
	margin-bottom:5px;
	color:#7db600;
	font-size:11px;
	font-weight:bold;
}

span.grn {
	font-size:24px;
	color:#7db600;
	font-weight:bold;
}

/**************************************
	HEADER
**************************************/
#header {
	position:relative;
	display:block;
	background:#262324;
	margin:0 0 20px 0; padding:25px 0 20px 0;
	overflow:hidden;
}

#header .logo {
	position:relative;
}

#nav {
	position:absolute;
	bottom:0; right:0;
	max-width:700px;
}

#nav ul.menu {
	display:block;
	text-align:right;
}

#nav ul.menu>li {
	position:relative;
	display:inline-block;
	margin:0 20px;
	padding:0 0 10px 0;
	
	*display:inline;
	*zoom:1;
}

#nav ul.menu li a {
	padding:0 4px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}

#nav ul.menu li.current_page_item a {
	color:#7db600;
}

#nav ul.menu li .grnbox {
	position:absolute;
	top:60px; left:50%;
	display:block;
	height:40px;
	margin:0; padding:0;
	background:#7db600;
}

/**************************************
	CONTENT
**************************************/
#content {
	display:block;
	
	font-size:12px;
	line-height:1.5em;
	font-family:Helvetica, Arial, sans-serif;
}

#content p {
	margin-bottom:10px;
}

#content .cols {
	position:relative;
	display:block;
	overflow:hidden;
}

#content .cols .col {
	position:relative;
	margin:0; padding:0;
}

#content .cols .col50 {
	width:49%;
}

#content .padd {
	display:block;
	padding:15px 20px;
}

#content .paddright {
	display:block;
	padding:15px 20px 15px 0;
}

#content .paddleft {
	display:block;
	padding:15px 0 15px 20px;
}

#content .brdright {
	border-right:#a9a492 1px dotted;
}

#content .break {
	display:block;
	height:1px;
	margin:15px 0;
	border-bottom:#a9a492 1px dotted;
}

/**************************************
	SLIDER
**************************************/
#slider {
	position:relative;
	display:block;
	margin-bottom:10px;
}

#slider .slider-wrap {
	position:relative;
	display:block;
	height:470px;
	margin-bottom:10px;
	/*border:#ccc 1px solid;*/
	overflow:hidden;
}

#slider ul {
	position:relative;
	width:999em; height:470px;
	margin:0; padding:0;
	overflow:hidden;
}

#slider ul li {
	position:relative;
	float:left;
	width:100%; height:470px;
	overflow:hidden;
}

#slider ul li a {
	position:relative;
	display:block;
	height:470px;
	margin:0; padding:0;
	background-position:top center !important;
	background-repeat:no-repeat;
}

#slider ul li img {
	position:absolute;
	top:0;
}

#slider .slider-nav {
	position:absolute;
	top:0; left:0;
	display:block;
	width:100%; height:470px;
	z-index:100;
}

#slider a.slider-nav-btn {
	position:absolute;
	top:50%; left:50%;
	display:block;
	width:19px; height:30px;
	margin-top:-15px;
	background:url(images/nav-arrows.png) no-repeat;
	z-index:100;
	cursor:pointer;
}

#slider a.prev { background-position:-6px -7px; margin-left:-485px; }
#slider a.next { background-position:-45px -7px; margin-left:470px; }

#slider .pager {
	display:none;
	text-align:right;
}

#slider .pager a {
	display:inline-block;
	width:10px; height:10px;
	background:#fff;
	margin-left:5px;
	border:#ccc 1px solid;	
	
	*display:inline;
	*zoom:1;
}

#slider .pager a:hover, #slider .pager a.activeSlide {
	background:#7db600;
}

/**************************************
	HOME TEMPLATE
**************************************/
#homepage {
	display:block;
	margin-bottom:70px;
}

#homepage ul.trip-cols {
	position:relative;
	display:block;
	text-align:left;
	overflow:hidden;
}

#homepage ul.trip-cols>li {
	display:block;
	float:left;
	width:303px;
	margin-left:20px;
	vertical-align:top;
}

#homepage ul.trip-cols>li:first-child { margin-left:0; }
#homepage ul.trip-cols>li.xlast { float:right; }

#homepage ul.trip-cols>li h3 { display:block; margin:10px 0; }
#homepage ul.trip-cols>li p { margin-bottom:0 !important; }

#homepage ul.trip-cols>li a.post-thumb {
	display:block;
	padding-top:34px;
}

#homepage .recent {
	position:relative;
	display:block;
	margin:0 0 6px 0; padding:0;
	overflow:hidden;
}

#homepage .recent a:hover {
	color:#7db600;
}

#homepage .recent .thumb {
	position:relative;
	float:left;
	border:#ccc 1px solid;
	width:61px; height:57px;
	margin-right:10px;
	padding:4px;
	overflow:hidden;
}

#homepage .recent em { font-style:normal; }

#homepage .social a:hover {
	text-decoration:underline;
}

#homepage a.barbtn {
	display:block;
	margin-top:15px !important;
	background-color:#c5c5c5 !important;
	text-transform:capitalize;
}

#homepage a.barbtn:hover { background-color:#333 !important; }

#homepage .project-thumb {
	display:block;
	margin-bottom:10px;
	padding:7px;
	border:#ccc 1px solid;
}

/**************************************
	PORTFOLIO
**************************************/
#portfolio {
	position:relative;
	display:block;
	overflow:hidden;
}

#portfolio .portfolio-head {
	position:relative;
	margin-bottom:20px;
	border-bottom:#a9a492 1px dotted;
	overflow:hidden;
}

#portfolio .cols {
	margin-bottom:40px;
}

#portfolio .cols .col1 {
	position:relative;
	float:left;
	width:315px;
}

#portfolio .cols .col1 h2 {
	line-height:3;
}

#portfolio .cols .col2 {
	position:relative;
	float:right;
	width:605px;
}

#portfolio .portfolio-head a.barbtn {
	position:absolute;
	top:0; right:0;
	padding-right:40px;
}

#portfolio .project {
	position:relative;
	float:left;
	margin:0 12px 24px 12px;
	padding:7px;
	border:#c8c8c8 1px solid;
}

#portfolio .nomargleft { margin-left:0; }
#portfolio .nomargright { margin-right:0; }

#portfolio .project .thumb {
	position:relative;
	width:284px; height:150px;
	background:#f1f1f1 url(images/work-thumb-bg.jpg) no-repeat top left;
}

#portfolio .project .thumb a.previewimg {
	display:block;
}

#portfolio .project .thumb .project-data {
	display:none;
	position:absolute;
	top:0; left:0;
	width:284px; height:150px;
	cursor:pointer;
}

#portfolio .project .thumb .project-data a.barbtn {
	position:relative;
	margin-top:25px;
	background-image:none;
	padding-right:5px;
}

#portfolio .project .thumb .project-data .txt {
	position:absolute;
	left:0; bottom:0;
	display:block;
	padding:5px 10px;
}

#portfolio .project .thumb .project-data .txt h3 {
	margin-bottom:2px;
	font-weight:normal;
	font-size:18px;
}

#portfolio .project .thumb .project-data .txt em {
	font-size:12px;
}

/**************************************
	PROJECT PAGE
**************************************/
#project {
	position:relative;
	display:block;
	overflow:hidden;
}

#project .project-head {
	position:relative;
	display:block;
	margin-bottom:20px;
	border-bottom:#a9a492 1px dotted;
	overflow:hidden;
}

#project .project-head h1 {
	text-transform:uppercase;
	font-weight:normal;
}

#project .project-head h1 span.grn {
	font-weight:bold;
}

#project .project-head .pagi {
	position:absolute;
	top:0; right:0;
}

#project .pagi a {
	display:inline-block;
	height:14px;
	margin:0 0 0 4px; padding:0;
	background:url(images/project-nav.jpg) no-repeat;
	
	*display:inline;
	*zoom:1;
}

#project .pagi a.prevpostlink { width:9px; background-position:0 0; }
#project .pagi a.prevpostlink:hover { background-position:0 -16px; }
#project .pagi a.nextpostlink { width:9px; background-position:-47px 0; }
#project .pagi a.nextpostlink:hover { background-position:-47px -16px; }
#project .pagi a.worklink { width:26px; background-position:-15px 0; }
#project .pagi a.worklink:hover { background-position:-15px -16px; }

#project .project-content {
	position:relative;
	float:left;
	width:680px;
}

#project .project-content img {
	border:#ccc 1px solid;
}

#project .project-side {
	position:relative;
	float:right;
	width:195px;
	color:#262324;
}

#project .project-side h2 {
	margin-bottom:10px;
	text-transform:uppercase;
	color:#333333;
	font-size:16px;
}

#project .project-side .responsible {
	margin-bottom:40px;
	color:#333;
}

#project .project-side .responsible li {
	padding:2px 0 2px 20px;
	background:url(images/checkmark.jpg) no-repeat center left;
}

#project .project-side .result {
	margin-bottom:40px;
}

#project .project-side .testimonial {
	margin-bottom:40px;
}

#project .project-foot {
	position:relative;
	display:block;
	margin-top:10px;
	padding:10px 0 0 0;
	border-top:#a9a492 1px dotted;
}

#project .project-foot .pagi {
	position:relative;
	text-align:right;
}

/**************************************
	CLIENTS
**************************************/
#clients {
	position:relative;
	margin:10px 0 60px 0;
}

#clients a.barbtn {
	position:absolute;
	top:0; right:0;
	padding-right:40px;
}

#clients>ul {
	position:relative;
	display:block;
	padding-top:15px;
	overflow:hidden;
}

#clients>ul>li {
	position:relative;
	float:left;
	width:23%;
}

#clients>ul>li>ul {
	display:block;
	margin-right:40px;
}

#clients>ul>li>ul>li {
	padding-bottom:20px;
	white-space:nowrap;
}

#clients>ul>li>ul>li a {
	font-weight:bold;
}

#clients>ul>li>ul>li a:hover {
	color:#7db600;
}

/**************************************
	COMPANY PAGE
**************************************/
#company {}

#company img.officeimg {
	position:relative;
	left:-4px;
}

#company .capabilities {
	position:relative;
	display:block;
	margin:30px 0 0 0;
	overflow:hidden;
}

#company .capabilities h4 {
	position:relative;
	margin-left:0; padding-left:0;
	font-size:12px;
	text-transform:uppercase;
}

#company .capabilities>ul {
	display:block;
	margin:0; padding:0;
}

#company .capabilities li { list-style-type:none; }

#company .capabilities>ul>li {
	position:relative;
	display:block;
	float:left;
	width:210px;
	margin-left:32px;
	list-style-type:none;
}

#company .capabilities>ul>li:first-child {
	margin-left:0;
}

#company .capabilities>ul>li>ul {
	margin:0 0 25px 0; padding:0;
}

#teamsection {
	position:relative;
	z-index:400;
}

#company #team {
	position:relative;
	display:block;
	z-index:500;
}

#company #team .team-member {
	position:relative;
	float:left;
	margin:0 20px 20px 0;
	padding:4px;
	border:#c8c8c8 1px solid;
}

#company #team .team-member a.fbox {
	position:relative;
	display:block;
	width:79px; height:79px;
	overflow:hidden;
}

#company #team .team-member a.fbox span.window {
	position:absolute;
	top:0; left:0;
}

#company #team .team-member .tooltip {
	display:none;
	position:absolute;
	top:-30px; left:50px;
	width:134px; height:65px;
	background:transparent url(images/tooltip-bg.png) no-repeat top left;
	overflow:hidden;
	z-index:900;
}

#company #team .team-member .tooltip span {
	position:absolute;
	top:10px; left:10px;
}

#company #team .team-member .tooltip strong {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}

#company #team .team-member .tooltip em {
	color:#262324;
	font-size:11px;
}

/* popup */
#company #team .fbox-modal {
	display:none;
}

.team-popup {
	position:relative;
	min-width:406px;
	padding:15px;
	overflow:hidden;
}

.team-popup img {
	border:#c8c8c8 1px solid;
}

.team-popup .about {
	position:relative;
	float:left;
	margin-left:20px;
	width:275px;
}

.team-popup .about h2 {
	font-size:14px;
	margin-bottom:4px;
}

.team-popup .about em {
	display:block;
	margin-bottom:20px;
	font-size:11px;
}

.team-popup .about h4 {
	font-size:12px;
	margin-bottom:5px;
}

.team-popup .about p {
	margin-bottom:15px;
	line-height:1.4em;
}

/* stats */
#statsection {
	position:relative;
	z-index:300;
}

#stats {
	position:relative;
	z-index:300;
	display:block;
}

#stats .col60 { width:59% }
#stats .col40 { width:39%; }

#stats strong {
	display:block;
	border-bottom:#a9a492 1px dotted;
	padding-bottom:2px;
	margin-bottom:15px;
	font-size:12px;
	text-transform:uppercase;
}

#stats span.lg { font-size:66px; }
#stats span.sm { font-size:11px; }

#stats span.gry { color:#262324; }
#stats span.grn2 { color:#7db600; font-weight:bold; }

#stats .smstats span.grn2 {
	display:inline-block;
	width:15px;
	white-space:nowrap;
	
	*display:inline;
	*zoom:1;
}

#stats .smstats { white-space:nowrap; }

/**************************************
	BLOG
**************************************/
#posts {
	position:relative;
	float:left;
	width:620px;
}

#posts .post {
	position:relative;
	display:block;
	margin-bottom:30px;
	border:#cccccc 1px solid;
}

#posts .post .post-head {
	display:block;
	height:225px;
	overflow:hidden;
}

#posts .post .post-wrap {
	display:block;
	padding:15px;
	margin-bottom:5px;
}

#posts .post .post-wrap p {
	padding-left:20px;
	padding-right:20px;
}

#posts .post .post-wrap a {
	color:#7db600;
}

#posts .post h1 {
	margin-bottom:15px;
	text-transform:uppercase;
	color:#262324;
	font-size:20px;
}

#posts .post .post-foot {
	position:relative;
	display:block;
	margin-top:35px;
	font-size:11px;
}

#posts .post .post-foot span {
	padding-right:25px;
}

#posts .post a.view-post-link {
	position:absolute;
	bottom:15px; right:-9px;
	display:block;
	width:133px; height:27px;
	background:url(images/view_post_btn.jpg) no-repeat top left;
}

#posts .post a.view-post-link:hover {
	background-position:bottom left;
}

#posts .pagi {
	display:block;
	position:relative;
	overflow:hidden;
}

#posts .pagi a {
	display:block;
	position:relative;
	width:55px; height:14px;
	background:url(images/blog-pagi.jpg) no-repeat;
}

#posts .pagi span.next a { float:left; background-position:0 0; }
#posts .pagi span.next a:hover { background-position:0 -17px; }

#posts .pagi span.prev a { float:right; background-position:-58px 0; }
#posts .pagi span.prev a:hover { background-position:-58px -17px; }

#posts .post-comments {
	position:relative;
	display:block;
	overflow:hidden;
}

#posts .post-comments ul.comments {
	display:block;
	margin-bottom:25px;
}

#posts .post-comments ul.comments li.comment {
	position:relative;
	margin-bottom:15px;
	padding:15px;
	border:#ccc 1px solid;
	overflow:hidden;
}

#posts .post-comments ul.comments li.comment .avatar-wrap {
	width:58px; height:58px;
	padding:5px; margin:0 10px 0 0;
	border:#ccc 1px solid;
}

#posts .post-comments ul.comments li.comment .comment_content {
	position:relative;
	width:450px;
}

#posts .post-comments ul.comments li.comment .comment_content .comment_author {
	display:block;
	margin-bottom:20px;
	color:#262324;
	font-size:14px;
}

#posts .post-comments ul.comments li.comment .comment_content .comment_date {
	position:absolute;
	top:0; right:0;
	color:#b2b2b2;
	font-size:12px;
}

#posts .post-comments .comment-form {}

#posts .post-comments .comment-form .cols {
	margin-bottom:15px;
}

#posts .post-comments .comment-form .col1 { width:200px; }
#posts .post-comments .comment-form .col2 { width:375px; }

#posts .post-comments .comment-form label {
	display:block;
	font-weight:bold;
}

#posts .post-comments .comment-form .inp {
	display:block;
	width:98%;
	margin-bottom:5px;
	padding:5px 0;
	background:#f6f6f6;
	border:#808080 1px solid;
	
	text-indent:4px;
	color:#262324;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif
}

#posts .post-comments .comment-form .comment-submit {
	position:relative;
	float:right;
	width:130px; height:25px;
	margin:0; padding:0;
	border:none;
	cursor:pointer;
	background:transparent url(images/comment-submit-btn.jpg) no-repeat top left;
}

#posts .post-comments .comment-form .comment-submit:hover {
	background-position:bottom left;
}

#posts .post-comments .comment-form .fbc_connect_button_area {
	position:relative;
	float:right;
	width:107px; height:27px;
	margin:0 15px 0 0;
	padding:0;
}

#posts ul, #posts ol {
	padding-left:20px;
	margin-bottom:15px;
}

#posts ul li {
	list-style-type:disc;
}

#posts ol li {
	list-style-type:decimal;
}

/**************************************
	SIDEBAR
**************************************/
#sidebar {
	position:relative;
	float:right;
	width:300px;
}

#content .widget {
	position:relative;
	display:block;
	margin-bottom:20px;
	border:#ccc 1px solid;
	overflow:hidden;
}

#content .widget h2 {
	background:#262324;
	margin:0;
	padding:10px;
	color:#7db600;
	font-size:12px;
}

#content .widget h2 a {
	color:#7db600;
}

#content .widget ul {
	display:block;
	padding:0 10px;
}

#content .widget>ul>li {
	display:block;
	padding:5px 0;
	border-top:#ccc 1px solid;
	text-transform:uppercase;
	color:#2e2e2e;
	font-size:11px;
}

#content .widget>ul>li:first-child {
	border-top:none;
}

#fb-root {
	border:none !important;
}

/**************************************
	CONTACT
**************************************/
#contact {}

#contact-success {
	width:471px; height:289px;
}

#contact-success .contact-success-wrap {
	display:block;
}

#contact .col1 {
	width:300px;
}

#contact .reachout {
	display:block;
	padding:15px;
	font-size:11px;
}

#contact .reachout h2 { margin-bottom:20px; }

#contact .reachout .row {
	position:relative;
	display:block;
	margin-bottom:3px;
	font-size:11px;
	overflow:hidden;
}

#contact .reachout .xlast { margin-top:15px; }

#contact .reachout .attr {
	position:relative;
	float:left;
	width:65px;
	padding-right:10px;
	font-size:13px;
	color:#7db600;
}

#contact .reachout .val {
	position:relative;
	float:left;
	width:185px;
	font-size:11px;
	white-space:nowrap;
}

#contact .reachout a {
	color:#7db600;
}

#contact .reachout a:hover {
	text-decoration:underline;
}

#contact .col2 {
	width:620px;
}

#contact .col2 .map {
	display:block;
	border:#ccc 1px solid;
	padding:10px;
}

#contact .cols { overflow:visible; }

#contact .contactform {
	display:block;
	margin-top:5px;
}

#contact .contactform h2 { margin-bottom:10px; }

#contact .contactform .cols { overflow:visible; }

#contact .contactform .xcol {
	width:48%;
}

#contact .contactform .col-city { width:49%; margin-right:5px; }
#contact .contactform .col-st { width:19%; margin-right:5px; }
#contact .contactform .col-zip { width:27%; }

#contact .contactform .col50 { width:49%; white-space:nowrap; }

#contact .contactform small { font-size:11px; }

#contact label {
	display:block;
	font-size:11px;
	text-transform:capitalize;
	white-space:nowrap;
}

#contact .inp {
	display:block;
	width:100%;
	margin-bottom:6px;
	padding:2px 0;
	background:#fff;
	border:#e5e5e5 1px solid;
}


#contact .contactform .col50 .inp {
	display:inline;
	width:75%;
	margin-right:5px;
}

#contact .cal-icon {
	position:relative;
	top:3px;
}

#contact #inp-honey {
	position:absolute;
	right:999em;
	border:none;
}

#contact .fc_msg {
	display:block;
	margin:15px 0;
	font-size:11px;
	font-weight:bold;
}

#contact #contact-submit {
	width:144px; height:21px;
	margin:0; padding:0;
	background:transparent url(images/contact-submit.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
}

#contact #contact-submit:hover { background-position:bottom left; }

/**************************************
	FOOTER
**************************************/
#footer {
	position:relative;
	display:block;
	margin:80px 0 0 0; padding:25px 0 40px 0;
	background:#262324;
	
	text-transform:uppercase;
	color:#fff;
	font-size:9px;
	line-height:1.5em;
}

#hippo {
	position:absolute;
	top:-45px; left:0;
	width:100%; height:45px;
	margin:0; padding:0;
}

#footer p {
	margin-bottom:10px;
}

#footer a {
	color:#fff;
}

#footer .foot-nav {
	position:relative;
	float:left;
	width:650px;
}

#footer .foot-nav a:hover {
	color:#7db600;
}

#footer .foot-nav>ul {
	display:block;
	text-align:left;
	vertical-align:top;
}

#footer .foot-nav>ul>li {
	display:inline-block;
	padding-left:140px;
	vertical-align:top;
	
	*display:inline;
	*zoom:1;
}

#footer .foot-nav>ul>li:first-child {
	padding-left:0;
}

#footer .foot-nav>ul>li h4 {
	margin-bottom:15px;
}

#footer .foot-contact {
	position:relative;
	float:right;
	width:275px;
}

#footer .foot-contact strong {
	font-weight:normal;
	font-size:9px;
}

/**************************************
	MISC
**************************************/
a.barbtn {
	display:inline-block;
	height:22px;
	padding:0 30px 0 5px;
	margin:0;
	background:#7db600 url(images/btn_arrow.png) no-repeat top right;
	color:#fff;
	text-transform:capitalize;
	font-size:11px;
	
	*display:inline;
	*zoom:1;
}

a.barbtn span {
	position:relative;
	top:2px;
}

a.barbtn:hover {
	background-color:#262324;
}

a.grnlink {
	color:#7db600;
}

.txtright {
	text-align:right;
}

.x-hide { display:none; }

#ui-datepicker-div { display:none; }

.home_blurb {
	display:block;
	text-align:center;
	margin:25px 0 15px 0;
	font-size:14px;
	line-height:140%;
}
