/*   
Theme Name: FolioJam
Theme URI: http://www.themejam.com
Description: A clean and flexible portfolio theme.
Author: ThemeJam
Author URI: http://www.themejam.com
Version: 1.0
Tags: FolioJam
*/

@import url('styles/reset.css');

body
 {
	font-size: 13px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	background-image: url(images/bg-checker.png);
	background-color: #8a867f;
	height: 100%;
}

/* clearfix 
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */

/* IE6 PNG fix */
img, div, a
 { behavior: url(js/iepngfix.htc) }


/* General styles 
=================================*/

a {
	color: #FFF;
}

a:hover {
	color: #fff;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 2em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

h2, h3, h4 {
	padding: .5em 0 0 0;
	margin: 0 0 1em 0;
}

textarea, input {
	font-size: 13px;
	font-family: arial, sans-serif;
}

button {
	font-size: 1em;
	font-family: arial, sans-serif;
	width: auto;
	background: #EBE7BD;
	border: none;
	padding: 2px 6px;
}


/* Header
=================================*/

#header {
	margin: 0 0 1em 0;
	padding: 0;
}

#branding {
	height: 116px;
}

/* Main Navigation
....................................*/

#nav {
	clear: both;
	position: relative;
	line-height: 1.5em;
	font-size: 1.3em;
	margin: 0;
	text-transform: lowercase;
}

#nav li {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0 0 5px 0;
}

#nav a:hover {
}

#nav ul {
	border-top: 3px solid #57524A;
	background: #1F1615;
	padding: 7px 0 0 0;
	position: absolute;
	width: 100px;
	top: 26px; 
	left: -8px;
	display: none;
	font-size: 13px;
}

#nav ul li {
}

#nav ul a {
    width: 80px;
    float: left;
    background: #8a867f;
    padding: 0 10px 8px 10px;
    line-height: 1.2em;
}

#nav ul ul {
	top: 0;
}	

#nav li ul ul {
	top: 20px;
    left: 10px;
    margin: 0 0 0 10px;
}


#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul {
    display: none;
}
    
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul {
    display: block;
}

/* Side Column
=================================*/

#side-col {
	width: 349px;
	margin: 0 25px 0 0;
	padding: 0 0 0 25px;
	color: #fff;
	position: fixed;
}


#widgets-1 {
	float: left;
	width: 162px;
	margin: 0 25px 0 0;
}

#widgets-2 {
	float: left;
	width: 162px;
}

.widget {
	padding: 3px 0 0 0;
	margin: 0 0 2em 0;
}

.widget a {
	text-decoration: none;
	background:#fff;
	padding:4px;
	border-radius:5px;
	color:#000;
}

.widget a:hover {
	background:#000;
		color:#fff;
}

.widget h4 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "helvetica neue", "helvetica", arial, sans-serif;
	color: #57524a;
	border-top: 1px solid #57524a;
	padding: 6px 0 0 0;
	margin: 0 0 6px 0;
}

.widget ul {
	margin: 0;
}

.widget ul ul {
	margin: 1em 0 0 0;
}

.widget li {
	line-height: 1.2em;
	margin: 0 0 .8em .5em;
}

.widget.widget_text {
	border: none;
}

.widget.widget_text h4 {
	border: none;
}

.widget.testimonials {
	border-top: 5px solid #57524a;
	background: url(images/bg-testimonials.png) top left no-repeat;
	padding: 10px;
}

.widget.testimonials p.quote {
	font-family: Cambria, Georgia, Times, Serif;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
}

.widget.testimonials p.name {
	margin: 0 0 1em 0;
}

.widget.testimonials p.link {
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.widget_calendar table {
	width: 100%;
}

#searchform input {
	width: 155px;
	margin: 0 0 .5em 0;
}

/* Main Column
=================================*/

#bg-extend {
	background: #fff;
	width: 536px;
	height: 9999px;
	position: fixed;
	bottom: 0;
	left: 400px;
}

#main-col {
	position: absolute;
	top: 0;
	left: 400px;
	width: 486px;
	background: #fff;
	padding: 4.5em 25px 2em 25px;
	color: #57524a;
}

.project {
	padding: 4px 0 0 0;
	background: #57524a;
	position: relative;
	margin: 0 0 2em 0;
}

.project h2 {
	font-family: "helvetica neue", "helvetica", arial, sans-serif;
	font-weight: bold;
	position: absolute;
	bottom: 18px;
	left: 23px;
	margin: 0;
	color: #fff;
	font-size: 2.5em;
	line-height: 1em;
	cursor: pointer;
}

.project h2 .date {
	color: #dbd9b5;
}

#top-fade,
#bottom-fade {
	position: fixed;
	height: 52px;
	width: 486px;
	top: 0;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#bottom-fade {
	top: auto;
	bottom: 0;
}

#dropdown {
	position: fixed;
	top: 0;
	left: 400px;
	width: 486px;
	padding: 0 0 0 25px;
	text-transform: uppercase;
	text-align: right;
}

#dropdown.open {
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#dropdown h5 {
	cursor: pointer;
	background: url(images/filter-arrow-up-down.png) top right no-repeat;
	background-position: 479px -29px;
	text-align: right;
	height: 35px;
	padding: 17px 20px 0 0;
	margin: 0;
	color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#dropdown.open h5 {
	background: url(images/filter-arrow-up-down.png) top right no-repeat #fff;
	background-position: 479px 23px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#dropdown ul {
	background: #fff;
}

#dropdown li {
	margin: -2px 0 1em 0;
}

#dropdown li a {
	background: url(images/filter-arrow-down-left.gif) bottom left no-repeat;
	background-position: 0 8px;
	padding: 0 20px 0 10px;
	color: #000;
	text-decoration: none;
}

#dropdown li a:hover {
	text-decoration: underline;
}


/* Page & Post Content
=================================*/

.single #main-col,
.page #main-col {
	padding-top: 3em;
}

.page.page-template-template-home-php #main-col {
	padding-top: 4.5em;
}

#main-col h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 4em;
	line-height: 1em;
	letter-spacing: -1px;
	padding: 0 0 .3em 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #57524a;
}

.blog #main-col h1,
.archive #main-col h1 {
	font-size: 2em;
	padding-bottom: 1em;
}

.post h2 {

}

.post h3,
.post h4 {
	text-transform: uppercase;
}

#main-col a {
	color: #000;
}

#main-col a:hover {
	text-decoration: none;
}

.post blockquote {
	background: #ebebeb;
	padding: 1em 25px;
	margin: 0 0 1em 0;
	font-family: cambria, georgia, times, serif;
	font-style: italic;
}

.post blockquote p {
	margin: 0;
}

.post .entry-meta-before {
	border-top: 1px solid #57524a;
	padding: .5em 0 0 0;
	color: #ccc;
	text-transform: uppercase;
	font-size: .84em;
}

.post .entry-meta-before a {
	color: #acacac;
	text-decoration: none;
}

.post .entry-meta-before a:hover {
	text-decoration: underline;
}

.post ul {
	list-style: disc;
	margin: 0 0 1.5em 2.5em;
}

.post ul ul {
	margin-bottom: 0;
}

.post ol {
	list-style: decimal;
	margin: 0 0 1.5em 2.5em;
}

.post ol ol {
	margin-bottom: 0;
}

.post .alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

.post .alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

.post .aligncenter,
.post .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

p.wp-caption-text {
	margin: 0;
}

.entry-meta-after {
	margin: 0 0 2em 0;
}

.entry-meta-after p {
	margin: 0;
}

.entry-meta-after p span {
	text-transform: uppercase;
	color: #acacac;
	font-size: .84em;
}

#posts-list {
	border-top: 1px solid #57524a;
	padding: 2em 0;
}

#posts-list .post {
	border-bottom: 1px dotted #57524a;
	margin: 0 0 3em 0;
}

#posts-list .post .thumb {
	float: right;
	width: 137px;
	margin: 0 0 10px 15px;
}

#posts-list .post a {
	text-decoration: none;
}

#posts-list .post a:hover {
	text-decoration: underline;
}

#posts-list .post h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#posts-list .post p {
	margin: 0;
}

#posts-list .post p.post-meta {
	text-transform: uppercase;
	font-size: .84em;
	color: #acacac;
}

#posts-list .post p.read-more {
	font-weight: bold;
	text-align: right;
}

.page .entry-content {
	border-top: 1px solid #57524a;
	padding: 1em 0 0 0;
}

.entry-navigation a {
	font-weight: bold;
	text-decoration: none;
}
#main-col .entry-navigation a:hover {
	text-decoration: underline;
}

.entry-navigation .previous-entry {
	float: left;
}

.entry-navigation .next-entry {
	float: right;
}


/* Project Detail Page
=================================*/

#main-col.project-detail h1 {
	border: none;
}

.project-desc {
	border-top: 5px solid #57524A;
	background: url(images/bg-box.png);
	color: #fff;
	padding: 20px 20px 1em 20px;
}

.project-desc h2 {
	padding: 0;
	margin: 0 0 .5em 0;
	font-weight: bold;
	color: #57524A;
}

.project-desc .entry-meta-after {
	margin: 0;
}

#gallery-1 img {
	border:none !important;
	}


/* Comments
=================================*/

#respond h3,
h3#comments {
}

.comment {
	background: #f1f1f1;
	padding: 15px;
}

.comment p {
	margin: 0 0 1em 0;
}

.children .comment {
	padding: 10px 0 0 0;
}

.comment-body {
	border-bottom: 1px dotted #000;
}

.commentlist li {
	margin: 0 0 1.5em 0;
}

.commentlist ul.children {
	margin: 0 0 0 1.5em;
	padding: 1.5em 0 0 0;
}

.comment-avatar {
	float: right;
}

.comment-author {
	font-size: 16px;
	font-weight: bold;
	color: #959595;
}

#main-col .comment-author a {
	color: #959595;
}

.comment-date {
	font-size: 12px;
	padding: 0 0 0 5px;
}

#main-col .comment-date a {
	font-weight: normal;
	color: #959595;
	text-decoration: none;
	font-size: 12px;
}

.comment-content {
	float: left;
	width: 380px;
}

.reply a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.children .comment-content { width: 360px; }
.children .children .comment-content { width: 340px; }
.children .children .children .comment-content { width: 320px; }
.children .children .children .children .comment-content { width: 300px; }
.children .children .children .children .children .comment-content { width: 280px; }

#respond {
	margin: 0 0 3em 0;
}

#respond input {
	padding: 5px;
}

#respond textarea {
	padding: 5px;
	width: 470px;
}

#respond label {
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 0 0 5px;
}

#respond input#submit {
	border: none;
	font-size: 11px;
	background: #57524A;
	color: #fff;
	padding: 6px 10px 7px 10px;
	text-transform: uppercase;
	cursor: pointer;
}


/* Footer
=================================*/

#footer-bg {
	background: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: fixed;
	bottom: 0;
	width: 400px;
	height: 52px;
}

#footer {
	position: fixed;
	bottom: 0;
	padding: 0 0 4px 25px;
}

#footer #social-links li {
	float: left;
	margin: 0 8px 0 0;
}

#footer #social-links li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
}

.qtip-content {
	text-transform: uppercase;
	font-size: .9em;
}

#footer #social-links li.email a {
	background: url(images/icon-email.png) no-repeat;
}
#footer #social-links li.facebook a {
	background: url(images/icon-facebook.png) no-repeat;
}
#footer #social-links li.flickr a {
	background: url(images/icon-flickr.png) no-repeat;
}
#footer #social-links li.linkedin a {
	background: url(images/icon-linkedin.png) no-repeat;
}
#footer #social-links li.rss a {
	background: url(images/icon-rss.png) no-repeat;
}
#footer #social-links li.twitter a {
	background: url(images/icon-twitter.png) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 11px;
	color: #fff;
}



