/* @override http://www.christophercacho.com/wp-content/themes/grain/css/master.css */

* {margin:0;padding:0;} 

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	font: small Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #444;
	background-image: url(../img/100.png);
	background-color: rgba(249,249,249,0.71);
}


::selection {
        background: rgba(174,191,200,0.8); /* Safari */
        }
::-moz-selection {
        background: rgba(174,191,200,0.8); /* Firefox */
}

.clear {
	clear: both;
}

.clearmp {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	font-weight: bold;
	color: #141515;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: #355fb5;
}

/* FONTFACE */
@font-face {
	font-family: 'bebas';
	src: url('BebasNeue-webfont.eot');
	src: local(''), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothic';
	src: url('tradegothicltstd-boldext-webfont.ttf') format('truetype');
}

/* @group HEADER */

#header {
	/*background: url(../img/line-end.gif) repeat-x 0 -75px;*/
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d6d6d6;
	background-color: #f8f6f3;
	padding-top: 20px;
	border-top: 1px solid #efeeec;
	height: 47px;
}

.headwrap {
	width: 620px; /*560*/
	margin-left: 50%;
	left: -317px;
	position: absolute;
	height: 50px;
	background: url(../img/minilogo.png) no-repeat;
}

.headwrap h1 {
	font: 10px 'TradeGothic', Helvetica, "Helvetica Neue", sans-serif;
	float: left;
	text-transform: uppercase;
	text-align: left;
	padding-left: 38px;
	padding-top: 3px;
}

.headwrap h1 span {
	color: #b1b3b3;
	text-transform: lowercase;
	text-indent: 60px;
}

.logo {
	background: url(../img/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}

.logo:hover {
	background: url(../img/logo.png) no-repeat -80px 0px;
}

/* @end */

/* @group NAVIGATION */
.nav {
	font: 11px 'TradeGothic', Helvetica, "Helvetica Neue", sans-serif;

}
ul#nav {
	list-style-type: none;
	text-align: right;
	height: 30px;
	float: right;
}

#nav li {
	letter-spacing: 1px;
	float: left;
	margin-left: 5px;
}

#nav li a, #nav li a:link {
	color: rgba(26,27,27,0.48);
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	text-shadow: #fffffe 1px 0 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	float: left;
	height: 25px;
	line-height: 25px;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;



}

#nav li a:hover,
#nav li a:focus {
	color: #444;
	background-color: #eae9e7;
}

/*#nav .portfolio,
#nav .journal,
#nav .about {
	text-indent: -99999px;
	line-height: 29px;
	background-repeat: no-repeat;
	display: block;
}*/



#nav .portfolio {
	/*background-image: url(../img/nav_portfolio.gif);*/
	width: 121px;
}

#nav .journal {
	/*background-image: url(../img/nav_journal.gif);*/
	width: 100px;
}

#nav .about {
	/*background-image: url(../img/nav_about.gif);*/
	width: 85px;
}

#nav .portfolio:hover {
	width: 121px;
	/*background: url(../img/nav_portfolio.gif) 0 bottom;*/
}

#nav .journal:hover {
	width: 100px;
	/*background: url(../img/nav_journal.gif) 0 bottom;*/
}

#nav .about:hover {
	width: 85px;
	/*background: url(../img/nav_about.gif) 0 bottom;*/
}

#nav li a.current {
	cursor:	default;
	background: #aebfc8 no-repeat 0 bottom;
	color: #f3f1ee;
	text-shadow: rgba(0,0,0,0.26) 1px 1px 0;
	opacity: 1;
}



/* @end */

div.wrapper {
	margin: 0 auto;
	width: 560px;
	left: -280px;
	margin-left: 50%;
	position: absolute;
}

#mainContent {
	float: left;
	margin-bottom: 10px;
	position: relative;
}

div.post {
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 10px;
	float: left;
	width: 560px;
}

.about {
	border-bottom-style: hidden;
}

small:hover {
	font-weight: normal;
	font-style: normal;
}

.postDate {
margin-bottom: 5px;
	font-size: x-small;
	height: 16px;
	
}

.postDate a:link, .postDate a:visited {
	font-weight: bold;
	text-decoration: none;
	color: rgba(130,132,132,0.6);
		-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	opacity: 1;
}

.postDate a:hover, .postDate a:active, .postDate a:focus {
	font-weight: bold;
	color: #828484;
	text-decoration: none;
}

/*Post Icons*/
h3.News{background: url(../img/posticons.gif) no-repeat right top;}
h3.Particles{background: url(../img/posticons.gif) no-repeat right -16px;}
h3.Art{background: url(../img/posticons.gif) no-repeat right -32px;}
h3.Links{background: url(../img/posticons.gif) no-repeat right -51px;}
h3.Photography{background: url(../img/posticons.gif) no-repeat right -64px;}
h3.Video{background: url(../img/posticons.gif) no-repeat right -80px;}
h3.Desktop{background: url(../img/posticons.gif) no-repeat right -96px;}
h3.Design{background: url(../img/posticons.gif) no-repeat right -112px;}
h3.Typography{background: url(../img/posticons.gif) no-repeat right -128px;}
h3.Old-Fashioned{background: url(../img/posticons.gif) no-repeat right -144px;}

.postTitle {
	
	color: #545555;
	margin-bottom: 5px;
	font: 15px/17px 'TradeGothic', Helvetica, "Helvetica Neue", sans-serif;
	/*text-shadow: #2d5099 1px 2px 0;*/
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
}

h2.komi {
	color: #3f9dba;
	/*text-shadow: #2d5099 1px 2px 0;*/
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
	font-family: 'TradeGothic', Helvetica, "Helvetica Neue", sans-serif;
	margin-bottom: 10;
}

div.workset h2.komi {
	color: #3f9dba;
	margin-bottom: 10px;
	/*text-shadow: #2d5099 1px 2px 0;*/
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
	font-family: 'TradeGothic', Helvetica, "Helvetica Neue", sans-serif;
}

.komi {
	color: #3f9dba;
	font: 15px/17px 'TradeGothic', Helvetica, "Helvetica Neue", sans-serif;
	margin-bottom: 10px;
	/*text-shadow: #2d5099 1px 2px 0;*/
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
}

.postBody {
	float: left;
	background-repeat: no-repeat;
	position: relative;
	color: #444;
}

img, {
	border-style: none;
}


.postBody p {
	font-size: 1em;
	line-height: 3;
}

.postBody ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	clear: both;
	margin-bottom: 10px;
}

.postBody ul {
	list-style-type: disc;
	list-style-position: inside;
	clear: both;
	margin-bottom: 10px;
}

.postBody p img {
	border-style: none;
}

.postBody p img.nob {
	margin: 0;
	padding: 0;
	border-style: none;
}

.postBody p img a:link, .postBody p img a:active, .postBody p img a:hover, .postBody p img a:visited, .postBody p img a:focus {
	padding: 20px;
	background-color: #e6e6e6;
	text-align: center;
}


.notfound {
	width: 560px;
	height: 180px;
	text-align: center;
	padding-top: 120px;
}

img.borderl {
	padding: 20px;
	background-color: #fafafa;

}

img.borders {
	padding: 20px;
	background-color: #fafafa;
}

.alignl {
	float: left;
}

.alignr {
	float: right;
}

.postBody p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

div.postNav {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	clear: both;
	display: block;
	padding-top: 10px;
}

div.postNav > .alignleft a {
	height: 20px;
	width: 58px;
	background: url(../img/arrows.gif) 0 -27px;
	display: block;
}

div.postNav > .alignleft a:hover {
	height: 20px;
	width: 58px;
	background: url(../img/arrows.gif) 60px -27px;
	display: block;
}

div.postNav > .alignright a {
	height: 20px;
	width: 58px;
	background: url(../img/arrows.gif) 0 -4px;
	display: block;
}

div.postNav > .alignright a:hover {
	height: 20px;
	width: 58px;
	background: url(../img/arrows.gif) 60px -4px;
	display: block;
}

.alignleft {
	height: 20px;
	text-indent: -9999px;
	float: left;
}

.alignright {
	height: 20px;
	float: right;
	text-indent: -9999px;
	display: block;
}

p.post_info {
	border-style: none;
	font-size: x-small;
	color: #a6a8a8;
}

#footer {
	border-bottom-style: none;
	position: relative;
	border-top: 1px dotted #000;
	margin-top: 20px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* homepage intro */
#intro {
	width: 560px;

	position: relative;
	padding-top: 214px;
	background: url(../img/home_main.gif) no-repeat;
}

.intro_portfolio {
	margin-left: 77px;
}

.intro_resume {
	margin-top: 57px;
	margin-left: 181px;
}

.intro_hire {
	margin-top: 43px;
	margin-left: 287px;
}

div.intro_end {
	margin-top: 30px;
}

/* resume */

#resume {
}

#resume strong {
	font-weight: bold;
	font-style: italic;
}

#resume h3{
	color: #2d5099;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 10px;
}

#resume h3.dots {
	padding-top: 10px;
	border-top: 1px dotted #b7b7b7;
}

#resume ul, #resume p{
	margin-left: 20px;
	list-style-type: none;
	margin-top: 10px;
}

#resume ul li {
	margin-bottom: 5px;
}

/* @group Info */

#info {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#info h4, #networks h4, #contact h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #454444;
	font-size: 1em;
	margin-top: 20px;
}

#contact p, #networks ul {
	margin-left: 20px;
}

.smallheader {
	font-weight: bold;
}

#archive, #year {
	float: left;
	width: 200px;
	padding-right: 10px;
}

#info a:link,#info a:visited {
	color: #2d2d38;
	font-weight: normal;
	font-style: normal;
}
#info a:hover,#info a:active {
	color: #000;
}



#networks ul {

	padding: 0;
	list-style-type: none;
}

#networks li {
	padding-bottom: 10px;
}

.facebook {
	background: url(../img/facebook.png) no-repeat;
	padding-left: 20px;
}

.twitter {
	background: url(../img/twitter.png) no-repeat;
	padding-left: 20px;
}

.linkedin {
	background: url(../img/linkedin.png) no-repeat;
	padding-left: 20px;
}

.flickr {
	background: url(../img/flickr.png) no-repeat;
	padding-left: 20px;
}

p.profile {
	color: #5e5f5f;
	font: 1em/20px Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
}

/* @end */
div.workpost {
	width: 560px;
	float: left;
	padding-bottom: 10px;
	position: relative;
}

div.workpost h3 {
	height: 35px;
	color: #000;
	text-transform: uppercase;
	font: bold 1.7em Georgia, serif;
	text-indent: -9999px;
}

div.workset {
	float: left;
	position: relative;
	z-index: 1;
}

/* overlay */
#top_up {
	z-index: 1005;
}

div.workset .work {
	float: left;
	margin-bottom: 16px;
	margin-right: 16px;
}

div.workset .lno {
	margin-right: 0;
	padding-right: 0;
}

div.work {
	width: 176px;
	height: 144px;
	position: relative;
	margin: 0;
	background-color: #454444;
}

div.work span {
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 1001;
}
div.work span img {
	display: block;
	z-index: 900;
}

div.work a strong {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px; 
	text-align: center;
	color: #444;
	background: rgba(255,255,255,0.8);
	width: 156px;
	height: 82px;
	padding-top: 40px;
	font: bold .9em Georgia, "Times New Roman", Times, serif;
}

div.work a em {
	font-weight: normal;
}

div.work a:link,
div.work a:hover,
div.work a:active, 
div.work a:focus,
div.work a:visited {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* portfolio titles */

h3.title_ad {
	background: url(../img/title_advertising.gif) no-repeat;
}

h3.title_brand {
	background: url(../img/title_branding.gif) no-repeat;
}

h3.title_web {
	background: url(../img/title_webdesign.gif) no-repeat;
}

/* @group Comments */

div.comments {
	float: left;
	margin-top: 20px;
	width: 560px;
	border-top: 1px dotted #cfcfcf;
	padding-top: 10px;
}

p.nocomments {
	color: #464646;
}

p.nocomments:hover {
	color: #797979;
}

h2#comments_header,h2#postcomment {
	text-transform: uppercase;

}

#commentlist {
	float: left;
	list-style-type: none;
	margin: 0;
	width: 600px;
	padding-bottom: 20px;
}

#commentlist li {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
}

#commentlist .me > div.comment {
	float: left;
}

.avatar img {
	border: 0;
	margin: 0;
	padding: 5px 5px 12px;
}

.comment_meta {
	float: left;
	margin: 0;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

.comment img {
	width: 40px;
	height: 40px;
	float: left;
	padding: 0;
}

.comment {
	float: left;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px dotted #5b5b5b;
}

cite {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	color: #373737;
}

cite a:link,
cite a:visited,
cite a:hover,
cite a:active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.comment-meta {
	padding-left: 50px;
}

.commentmetadata a:link {
	color: #2d2d2d;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.comment p {
	margin: 0 0 10px;
	padding-bottom: 0;
	clear: both;
	padding-top: 10px;
}

#commentform {
	float: left;
	clear: both;
}

#commentform ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#commentform ul li{
	padding: .7em 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: none;
	margin: 0;
	width: 560px;
	float: left;
}
#commentform li label{
	font-weight: bold;
	color: #8b969b;
	float: left;
	display: block;
	width: 270px;
	border-bottom-color: #c4dbff;
}
#commentform li .required{
	float: left;
	clear: left;
	display: block;
	width: 200px;
	font-size: 0.9em;
	color:#666;
}
#commentform li.author,
#commentform li.email{
	padding-bottom: 1.5em;
}
#commentform li.author input,
#commentform li.email input,
#commentform li.website input{
	width: 280px;
}
#commentform li.comments textarea{
	width: 279px;
	height: 150px;
	max-width: 278px;
}

#commentform input#submit {
	float: right;
}

/*#commentform li.submit{
	float: right;
	clear:none;
	margin: 1em 0;
	width: 86px;
	height: 22px;
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 0;
}
#commentform li.submit input{
	background: url(../img/form_buttons.png) no-repeat -10px -70px;
	width: 60px;
	height: 20px;
	overflow: hidden;
	border: 0;
	text-indent: -9000px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	float: right;
}
#commentform li.submit input:focus,
#commentform li.submit input:active,
#commentform li.submit input.focus{
	background-position: -10px -100px;
}*/

input[type=text],
textarea,
select{
	width: 387px;
	border: 0;
	padding: 0.4em;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: inherit;
	font-family: inherit;
	background-color: #fcffff;
}


/* @end */

.copy {
	color: #000;
	font-size: x-small;
	display: block;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 5px;
}

.copy a {
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.illu {position: relative;
	padding-top: 200px;
	background: url(../img/footill.png) repeat-x left top;
}

.hide {
	display: none;
	visibility: hidden;
}

ul.box {
margin: 0;
padding: 0;
clear: both;
overflow: hidden; }

ul.box li img {
	border: 0 none rgba(255,255,254,0);
}

ul.box li {
list-style-type: none;
margin: 0 30px 30px 0;
padding: 0;
width: 560px;
height: 560px;
border: 1px solid #efefef;
position: relative;
float: left;
background: #ffffff; /* old browsers */
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }
