/*
Theme Name: curby
Theme URI: http://nxnweb.com/
Description: Built on the most excellent Kirby theme
Author: Josh Feck
Author URI: http://nxnweb.com/
Template: kirby
Version: 0.1 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

@import url("../kirby/style.css");
/*add colors to header*/
#header {
background:none repeat scroll 0 0 #E7E7E7;
padding:76px 0 0;
}
#branding img {
border-top:4px solid #673022;
}
#access {
	overflow: hidden;
}
#access .menu {
background:none repeat scroll 0 0 #435e1b;
font:18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#access .menu a {
	color:#FFFFFF;
	display:block;
	float:left;
	padding:18px 18px;
	
	text-decoration: none;
	text-transform: uppercase;
	font: bold 1em "Proxima-nova-1","proxima-nova-2",Verdana,sans-serif;

} 
#access .menu a .cap {
	font-size: 1.2em;
}
#access .menu li.wpcamelcase a  {
	padding: 0.85em 8px;
}

/* bring main content flush to left edge*/
#content {
margin:0 320px 0 0;
}
.page-template-feature-page-php #content {
margin:0 0;
}
/**paralax header*/

#midground {
	background: url(images/midground.png) repeat-x -80% 0;
}
#foreground {
	background: url(images/foreground.png) repeat-x 60% 0;
}
#foreground, #midground {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 60px;
}

/*links*/
.widget-area a:link, .widget-area a:visited {
color:#5C75C0;
text-decoration:none;
}
.entry-title a:active, .entry-title a:hover {
    color: #803624;
}
/*layout tweaks for widgets*/
#container {
float:left;
margin:0 -260px 0 0;
width:100%;
}
#content {
margin:0 290px 0 0;
}
/*widgets*/
#main .widget-area ul {
margin-left:0;
padding:0;
}
#primary, #secondary {
float:right;
overflow:hidden;
position:relative;
width:255px;
}
/************************ Extra Stuff */
.sf-menu li a {
        -webkit-transition: background-color .4s linear;
}
a:link, a:visited {
        -webkit-transition: color .2s linear;
}
a:hover {
	opacity: 0.75;}

/* portfolio and lists */

#portfolio {
	float: left;
	width: 900px;
	padding: 10px 0;
	}
#list {
	float: left;
	width: 100%;
	padding: 10px 0;
}	
#portfolio dl, #list dl{
	float: left;
	width: 100%;
	margin: 20px 0px;
	padding: 0;
	display: inline;
	}
#portfolio dt, #list dt{
	float: right;
	margin: 0;
	padding: 0 0 20px;
	font-size: 110%;
	letter-spacing: 1px;
	text-decoration: none;
}
#portfolio dt a, #list dt a{
	text-decoration: none;
}
#portfolio dt{
	width: 77%;
}
#list dt{
	width: 68.33%;
}
#portfolio dd{
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
}
#portfolio dd.img img, #list dd.img img{
	float: left;
	margin: 0 25px 0 0;
	padding: 15px;
	background: #e2e1d4;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.pentry{
        margin-bottom:20px;
        margin-top:50px;
}
.pentrylast{
        margin-top:50px;
}
.vcard {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #666;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	border: 15px solid #e2e1d4;
}

.fn {
	
	padding-top: 2em;
	font-weight: bold;
	font-size: 1.1em;
}

.telecommunications {
	

	
	margin-bottom: 2em;
}

p.email {
	
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 2em;
	
}

.vcard img {
	float: right;
	padding-right: 1em;
	margin-top: -1em
}

.vcard p {
	margin-left: 1em;
	margin-bottom: 0;
}

.vcard {	
	color: #666;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 28em;
}
.author {
	border: none;
}
/* comments */
.comment-author {
	color:#666666;
	font-family:"Lucida 	Grande",Verdana,Helvetica,Arial,sans-serif;
	width:28em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:15px solid #e2e1d4;
	padding: 10px;
	margin-bottom: 10px;
}
li.bypostauthor .comment-author {
	border: 15px solid #638727;
}



/* typekit fonts */
.entry-title, .entry-meta {

clear:left;
float:left;
font-family:"proxima-nova-1","proxima-nova-2",
"Helvetica Neue",Helvetica,Arial,sans-serif;
margin-right:68px;
}
.entry-content h1, .entry-content h2 {
    color: #000000;
    font-family: "proxima-nova-1","proxima-nova-2","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.entry-content h2 {
	font-size: 20px;
}

/* site title */
#site-title {
	width: 640px;
}
#site-title a {
color:#333333;
font: normal 55px "league-gothic-1","league-gothic-2",
Verdana,sans-serif;
text-decoration:none;
}
.entry-summary p {
	display: block;
}
.entry-title {
	font-size:28px;
	line-height: 1em;
}

/* widget title overide */
.widget-title {
color:#222222;
font-family:"proxima-nova-1","proxima-nova-2",
"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:20px;
font-weight:bold;
padding-bottom: 5px;
}



/* Gravity Forms */
.entry-content .gform_wrapper h2{
	border-top: solid #444 2px;
	padding-top: 20px;
	margin-top: 20px;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 15px;
	color: #444;
}

/* Widget */
#main .widget-area ul.gfield_radio{
	margin-left: 0;
}

#main .widget-area ul#gform_fields_1{
	margin-left: 0;
}

#main .widget-area .gform_wrapper .gform_footer {
margin:0 0 0;
padding:10px 0;
}

#main .widget-area .gform_wrapper span.gform_description {
font-size:14px;
font-weight:normal;
line-height:20px;
}

#main .widget-area li.widget-container gform_widget .widget-title {
color:#222222;
font-family:"proxima-nova-1","proxima-nova-2",
"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:20px;
font-weight:bold;
}

#main .widget-area .gform_wrapper .gform_heading {
margin-bottom:1px;}

/*floating widget*/
.fixedwidget {position:fixed;}
.fixedwidget p{text-align:center;}

/*site description*/
#site-description {
	margin: 38px 0 14px;
	width: 255px;
}
