/*
Theme Name: FCD
Theme URI: http://www.firstcrescent.com/
Description: Custom Template for First Crescent Designs
Version: 1.0
Author: Jennifer Eubanks
*/
* {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
html {
	font-size: 125%;
}
body {
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333;
	line-height: 1.3em;
	background: url(images/main-bg.jpg) fixed repeat-x top left #88bad1;
}
#page-body {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
h1, h2, h3, h4, ol, ul, li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
h2 {
	font-size: 1.3em;
}
blockquote {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: 600;
	width: 187px;
}
cite {
	font-size: .9em;
	font-style: normal;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom:10px;
}
a {
	color: #53A5CB;
	text-decoration: none;
}
a:hover {
	color: #1F2C48;
	text-decoration: underline;
}
#container {
	width: 965px;
	margin: 45px auto 10px auto;
	position: relative;
	z-index:5000;
}
#header {
	width: 972px;
	height: 185px;
}
#logo {
	width: 345px;
	height: 126px;
	position: absolute;
	top: 14px;
	left: 8px;
	background: url(images/first-crescent-logo.jpg) no-repeat top left;
	text-indent:-9999px;
}
#logo a {
	display: block;
	height: 126px;
}
#uber-nav {
	position: absolute;
	top: 15px;
	right: 40px;
	text-transform: uppercase;
}
#uber-nav a {
	color: #fff;
}
#uber-nav a:hover {
	color: #000;
}
#uber-nav .first {
	background: none;
}
#uber-nav li {
	background: url(images/uber-nav-divide.jpg) 0 .3em no-repeat;
	display: inline;
	padding: 0 5px 0 9px;
	list-style-type: none;
}
#main-nav {
	position: absolute;
	bottom: 15px;
	right: 40px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
}
#main-nav a {
	color: #fff;
}
#main-nav a:hover {
	color: #000;
}
#main-nav .first {
	background: none;
}
#main-nav a.selected {
	color: #000;
}
#main-nav li {
	background: url(images/main-nav-divide.jpg) 0 .2em no-repeat;
	display: inline;
	padding: 0 5px 0 9px;
	list-style-type: none;
}
#content-wrap {
	background: url(images/content-bottom.png) no-repeat bottom left;
	width: 972px;
	padding-bottom: 27px;
	margin-top: 0px;
}
#content-top {
	width: 972px;
	height: 0px;
}
#section-nav {
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	margin-top: 3px;
	margin-right: 100px;
}
#section-nav a {
	color: #4193B9;
}
#section-nav a:hover, #section-nav a.selected {
	color: #1F2C48;
}
#section-nav .first {
	background: none;
}
#section-nav li {
	background: url(images/section-nav-divide.jpg) 0 .3em no-repeat;
	display: inline;
	padding: 0 5px 0 9px;
	list-style-type: none;
}
#content-middle {
	background: url(images/content-body.png) repeat-y top left;
	width: 972px;
	min-height: 408px;
	padding: 10px 20px;
	overflow: hidden;
	font-size: 1.1em;
}
#content-middle h1 {
	color: #53A5CB;
	font-size: 2.8em;
	font-weight: 500;
}
#left-column {
	width: 190px;
	float: left;
	font-size: .9em;
	margin-left: 105px;
	margin-top: 15px;
}
#left-column h1 {
	text-transform: lowercase;
}
#left-column ul {
	list-style-type: none;
	margin-top: 10px;
}
#left-column li {
	margin-bottom: 7px;
	list-style-type: circle;
}
#left-column ul ul {
	margin-left: 12px;
}
#middle-column {
	width: 380px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#right-column {
	width: 160px;
	float: left;
	margin-left: 20px;
	margin-top: 38px;
}
#right-column ul {
	list-style-type: none;
	margin-top: 55px;
}
#right-column li {
	list-style-type: none;
}
#right-column ul ul {
	margin-left: 12px;
}
#right-column img.content-pic {position: absolute; top: 35px; left: -55px; border: 0;}

#footer {
	width: 972px;
	height: 100px;
	margin-left: 3px;
	margin-top: -6px;
}
#sub-footer {
	width: 972px;
	margin-top: 5px;
	overflow: auto;
	color: #1F2C48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#sub-footer a {
	text-decoration: underline;
	color: #1F2C48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright {
	float: left;
	width: 250px;
	font-size: .8em;
	margin-left: 125px;
}
#sub-nav {
	width: 400px;
	float: right;
	margin-top: 7px;
	font-size: .9em;
	text-align: right;
}
#sub-nav .no-divide {
	background: none;
}
#sub-nav li {
	background: url(images/sub-nav-divide.gif) 0 .3em no-repeat;
	display: inline;
	padding: 0 5px 0 9px;
	list-style-type: none;
}
#sub-nav img {
	vertical-align: middle
}
#sub-nav a.media-icon {
	margin-left: -12px;
}
/* Home Page Styles */
.home #content-top {
	width: 972px;
	height: 0px;
}
#home-column {
	width: 435px;
	float: left;
	margin-left: 105px;
}
#connect {
	width: 121px;
	height: 29px;
	background: url(images/connect.gif) no-repeat top left;
	text-indent:-9999px;
}
#engage {
	width: 112px;
	height: 33px;
	background: url(images/engage.gif) no-repeat top left;
	text-indent:-9999px;
}
#persuade {
	width: 138px;
	height: 34px;
	background: url(images/persuade.gif) no-repeat top left;
	text-indent:-9999px;
}
.home-emphasis {
	color: #1f2c48;
	font-weight: 600;
	font-size: 1.1em;
}
#portfolio-display {
	width: 344px;
	height: 350px;
	background: url(images/featured-box.jpg) no-repeat top left;
	float: right;
	margin-right: 40px;
	padding: 10px 15px;
	position: relative;
}
.feature-project {
	font-size: 1.3em;
	color: #53A5CB;
	font-weight: 600;
}
#portfolio-display h3 {
	font-size: 1.1em;
}
#portfolio-display p {
	font-size: .9em;
}
p#quote {
	margin-top: -10px;
	font-size: 1.2em;
}
#learn-more {
	position: absolute;
	bottom: 17px;
	right: 25px;
	font-size: .9em;
}
a#learn-more {
	color: #1F2C48;
	font-weight: 600;
}
a#learn-more:hover {
	color: #53A5CB;
}
.home #footer {
	width: 972px;
	height: 100px;
}
/* Case Study Styles */
.page-template-casestudies-php #left-column {
	width: 770px;
}
/*Team Styles */
.page-template-team-php h3 {
	font-size: 1.3em;
}
#founder {
	width: 121px;
	height: 28px;
	background: url(images/founder.gif) no-repeat top left;
	text-indent:-9999px;
}
.photo {
	width: 187px;
	height: 217px;
	margin-top: 10px;
	margin-left: -5px;
}
.page-template-team-php #middle-column {
	margin-top: 70px;
	margin-left: 45px;
	font-size: .9em;
}
.page-template-team-php #right-column li {
	list-style-type:none;
	margin-bottom: 3px;
}
.page-template-team-php #right-column li ul {
	margin-left: 15px;
}
.page-template-team-php #right-column #page-list, .page-template-team-php #right-column #page-list ul {
	margin-left: 0;
	margin-top: 35px;
}
/*Client Styles */
#clients {
	width: 95px;
	height: 29px;
	background: url(images/clients.gif) no-repeat top left;
	text-indent:-9999px;
}
.page-template-clientlist-php #left-column {
	margin-left: 105px;
	width: 740px;
}
.page-template-clientlist-php #left-column .list-column {
	float: left;
	width: 220px;
	margin-left: 35px;
	margin-top: 25px;
}
.page-template-clientlist-php #left-column ul.list-column.first {
	margin-left: 0;
}
.page-template-clientlist-php #right-column {
	width: 250px;
	margin-left: 20px;
	margin-top: 20px;
}
.page-template-clientlist-php #client #right-column blockquote {
	width: 250px;
	margin-top: 40px;
}
/* 2-column layout */
.page-template-twocolumn-php #left-column {
	margin-left: 105px;
	width: 520px;
}
.page-template-twocolumn-php #right-column {
	width: 250px;
	margin-left: 60px;
	margin-top: 20px;
}
.page-template-twocolumn-php #left-column ul {
	margin-top: 10px;
	list-style-type: circle;
	margin-left: 30px;
}
#left-column ul.page-list {
	list-style-type: circle;
}
.page-list ul {
	margin-left: 12px;
	list-style-type: disc;
}
.blog #left-column, .single #left-column, .archive #left-column {
	margin-left: 105px;
	width: 615px;
}
.blog #right-column, .single #right-column, .archive #right-column {
	margin-top: 15px;
}
.blog #right-column #blog-sidebar ul, .single #right-column #blog-sidebar ul, .archive #right-column #blog-sidebar ul {margin-top: 10px;}

.single #left-column ol li, .archive #left-column ol li {
	list-style-type: none;
}
/* Random WP Styles */
.post {
	margin-top: 10px;
	margin-bottom: 10px;
}
.post h2 {
	font-size: 1.3em;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	height: 32px;
	width: 32px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
/* Begin Form Elements */


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */




/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Grid */



.page-description {
	width: 750px;
	margin-top: 20px;
}
#pagination {
	width:250px;
	position: absolute;
	text-align: right;
	right: 50px;
	color: #2e80a7;
	font-weight: bold;
	top: -100px;
}
.page-template-casestudies-php #pagination {
	top: -50px;
}

#pagination .arrow {
	color: #333;
}
#pagination a {
	text-decoration: none;
}
.page-template-portfolio-php #left-column {
	width: 770px;
}
.portfolio {
	width:100%;
	float:left;
	margin-top: -2px;
	position: relative;
}
.portfolio .portfolio-box {
	float: left;
	margin: 15px 37px 0 0;
	width:219px;
	height: 200px;
	text-align:left;
}
.portfolio .portfolio .image {
	width:219px;
	height:163px;
	margin:3px;
}
.portfolio .portfolio-desc {
	width: 219px;
	line-height: 95%;
	color: #2e80a7;
	margin-top: 7px;
}
#left-column .portfolio .portfolio-desc a {
	color: #2e80a7;
	text-decoration: none;
}
.page-template-portfoliodetail-php #left-column, .page-template-casestudydetail-php #left-column {
	margin-left: 105px;
	width: 580px;
}
.page-template-twocolumn-php #right-column {
	width: 150px;
	margin-left: 60px;
	margin-top: 20px;
	position: relative;
}
.page-template-portfoliodetail-php h2, .page-template-casestudydetail-php h2 {
	font-size: 2em;
	font-weight: 400;
	color: #212C3E;
	margin-top: 10px;
	margin-bottom: 0px;
}
.page-template-portfoliodetail-php h3, .page-template-casestudydetail-php h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
.page-template-portfoliodetail-php #right-column, .page-template-casestudydetail-php #right-column {
	width: 175px;
	position: relative;
}

.page-template-portfoliodetail-php #article, .page-template-casestudydetail-php #article {
	font-weight: bold;
	font-size: .9em;
	margin-top: 76px;
	line-height: 100%;
	color: #000;
}

.page-template-portfoliodetail-php #article a, .page-template-casestudydetail-php #article a {
	color: #000;
}
.page-template-portfoliodetail-php #download, .page-template-portfoliodetail-php #download a, .page-template-casestudydetail-php #download, .page-template-casestudyetail-php #download a {
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
}
.page-template-portfoliodetail-php #right-column img.content-pic, .page-template-casestudydetail-php #right-column img.content-pic  {
top: 105px;
left: -10px;
}
.page-template-portfoliodetail-php #portfolio-image, .page-template-casestudydetail-php #portfolio-image {
	width: 573px;
	height: 318px;
	margin-bottom: 50px;
	margin-top: 15px;
	position: relative;
}
.page-template-portfoliodetail-php #portfolio-image img, .page-template-casestudydetail-php #portfolio-image img {
}
#left-column a#portfolio-website {
	position: absolute;
	bottom: -20px;
	right: 0px;
	text-decoration: none;
	color: #53a5cb;
}
.page-template-portfoliodetail-php #right-column #page-list, .page-template-casestudydetail-php #right-column #page-list {
	margin-left: 10px;
	margin-top: 25px;
	font-size: .9em;
}
.navigation {width: 100%; overflow: auto;}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.page-template-contact-php #left-column form ul li {
	list-style-type: none;
	overflow:hidden;
	padding-bottom: 5px;
}
.page-template-contact-php #left-column form ul li label {
	width: 80px;
	margin-right: 7px;
	float: left;
}
.page-template-contact-php #left-column form ul li input {
	float: left;
	width: 200px;
}
.page-template-contact-php #left-column form ul li.checkbox label input {
	float: none;
	width: auto;
	margin-left: 0;
}
.page-template-contact-php #left-column form ul li.checkbox label {
	float: none;
	width: 450px;
}
.page-template-contact-php #left-column form ul li span.wpcf7-list-item {
	margin-left: 0;
}
.page-template-contact-php #left-column form #describe {
	width: 400px;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
.page-template-contact-php #left-column form #state {
	float: left;
	width: 300px;
	
}
.page-template-contact-php #left-column form #state input {
	width: 200px;
}
.page-template-contact-php #left-column form #zip {
	float: left;
	margin-left: 25px;
	width: 350px;
}
.page-template-contact-php #left-column form #zip input {
	width: 120px;
}
.page-template-contact-php #left-column form #email {
	clear: left;
}
.page-template-contact-php #left-column form li.req {color: #53A5CB;}
.page-template-contact-php #left-column form fieldset {
	width: 180px;
	padding: 10px;
}

.page-template-contact-php #left-column form ul li#hear label {
	width: 180px;
}
.page-id-136 #left-column {
	width: 780px !important;
}
.page-id-136 #right-column {
	width: 1px !important;
}
span.wpcf7-not-valid-tip {
	top: 0px !important;
	width: 190px !important;
}

.article-checkbox {clear: left;}

hr {
background-color:#FFFFFF;
border-color:#BCBCBC;
border-style:none none solid;
border-width:1px;
clear:both;
color:#FFFFFF;
height:1px;
margin-bottom:28px;
margin-top:8px;
width:400px;
}

.page-template-contact-php #left-column form ul li .captcha input {width: 90px !important;}

.page-template-contact-php #left-column form ul li#submit-form input {width: auto !important;}

#seo-text {width: 965px; margin: 30px auto 5px auto; font-size: .8em;}

.page-template-contact-php #left-column .wpcf7-form ul  {margin-left: 0 !important;}

#portfolio-nav {width: 140px; float: right; margin-right: 10px; margin-top: -5px; margin-bottom: -5px;}

.page-template-sitemap-php #left-column {width: 600px;}

.wpcf7-response-output {font-size: 1.3em !important;}