/*
Theme Name: Carbonated
Theme URI: http://carbonated.ca/
Description: my custom theme 
Version: 1.0
Author: Craig Coles
Author URI: http://carbonated.ca/
Tags: 
*/

/* FONT STEP UP */
/* 36px - 328%
/* 30px - 272%
/* 25px - 228%
/* 20px - 182%
/* 18px - 164%
/* 16px - 145%
/* 15px - 137%
/* 14px - 128%
   13px - 119%
/* 12px - 110%
/* 11px - baseline
/* 10px - 91%
/* 9px - 82% 
   8px - 73%
   7px - 64%*/

/* = css reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	margin-top:0px !important;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #f4f4ee url(images/bg-body.jpg);
	font-size:11px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style:italic;
}

/* = tools
----------------------------------------------- */
.hide {
	display:none;
}

.clear {
	clear:both;
	float:none;
}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Hides from IE5-mac \*/
.clearfix { * height: 1%;padding-bottom:-20px;}
/* End hide from IE5-mac */


/* = fonts
----------------------------------------------- */ 

.shadow {
	text-shadow: #b4b4b5 0px -1px 0px; 
}

.shadow-dark {
	text-shadow: #000000 0px -1px 0px; 
}

body {
	font-family: Georgia;
}


/* = global styles
----------------------------------------------- */ 
.content-block {
	width:980px;
	margin:0 auto;
}

section {
	font-size: 16px;
	color: #444;
	line-height: 20px;
	padding:20px 0;
	font-family: georgia;

}

a {
	text-decoration:none;
	color:#935150;
}

h5 {
	font-size: 16px;
	color: #444;
	font-family: georgia;
}


/* = main-navigation
----------------------------------------------- */
#top-content {
	margin:35px auto 0 auto;
	background:url(images/double-underline.gif) repeat-x left bottom;
	padding:0 0 11px;
	position:relative;
}

#graphic-red-bar {
	position:absolute;
	top:-35px;
	right:0px;
	height:8px;
	width:146px;
	background:#935150;
}

#logo a {
	display:block;
	height:37px;
}

#logo {
	width:266px;
	overflow:hidden;
	text-indent:-5000px;
	background:url(images/logo.gif) no-repeat;
	float:left;
}

#main-navigation {
	margin-top:18px;
	float:right;
	position:relative;
	
}

#main-navigation #nav-arrow{
	top:17px;
}

#main-navigation li {
	float:left;
	margin:0 39px 0 0;
}

#main-navigation li.last {
	margin:0;
}

#main-navigation li a {
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	height:18px;
}

#main-navigation li a.portfolio {
	width:72px;
	background:url(images/navigation/portfolio.png) no-repeat;
}

#main-navigation li a.blog {
	width:36px;
	background:url(images/navigation/blog.png) no-repeat;
}

#main-navigation li a.contact {
	width:64px;
	background:url(images/navigation/contact.png) no-repeat;
}

#main-navigation li a.about {
	width:49px;
	background:url(images/navigation/about.png) no-repeat;
}

/* = home page 
----------------------------------------------- */

#intro {
	color:#dadad9;
	padding:30px 0;
}

#intro h1 {
	font-family:georgia;
	font-size:18px;
	margin:0 0 9px;
}

#intro h2 {
	font-family:'Anton',arial;
	font-size:142px;
	margin:0 0 22px;
}

#intro h3 {
	font-family:'Josefin Slab';
	font-size:34px;
}

#feature-area {
	background:#dcdad2;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
	height:394px;
	margin:0 0 30px;
	position:relative;
	
}

#feature-title {
	border:3px solid #fff;
	background:url(images/bg_ribbon.png) repeat-x 0 0;
	width:446px;
	text-align:center;
	line-height:36px;
	font-family:Georgia;
	color:#fff;	
	font-size:18px;
	font-weight:normal;
	margin:0 auto;
	position:relative;
	top:-16px;
	-webkit-box-shadow:  0px 3px 5px rgba(0,0,0,0.4);
  	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
  	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
  	z-index:100;
  	
}

#feature-window {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

#feature-window img {
	display:block;
	visibility: hidden;
	border:13px solid #fff;
	border-bottom:none;
	position:absolute;
	bottom:0px;
	-webkit-box-shadow:  0px 3px 5px rgba(0,0,0,0.4);
  	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
  	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	
}

.arrow {
	width:23px;
	height:36px;
	position:absolute;
	background:url(images/icon-arrows.png) no-repeat;
	top:166px;
	cursor: pointer;
}

.arrow.left {
	left:13%;
	background-position: 0 0;
}

.arrow.right {
	right:13%;
	background-position: 0 -47px;
}

.feature-title {
	background: rgba(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	color:#444545;
	font-family:georgia;
	font-size:18px;
	line-height:43px;
	position:absolute;
	bottom:0px;
	width:707px;
	padding:0 20px;
	visibility: hidden;
}

.social-col h3 {
	font-size:18px;
	color:#444545;
	margin:0 0 10px;
}

.social-col {
	width:304px;
	float:left;
	margin:0 0 30px 30px;
	position:relative;
}

.icon-arrow {
	position:absolute;
	top:28px;
	right:0px;
}

.social-col.first {
	margin:0;
}

#foto-block img {
	display:block;
	float:left;
	margin:0 1px 1px 0;
}

.blog-title {
	position:relative;
	background:#fff;
	padding:11px;
	display:block;
	border-bottom:3px solid #fff;
	position:relative;
}

.blog-title:hover {
	border-bottom:3px solid #935150;
}

.blog-title h3 {
	font-size:16px;
	color:#935150;
}

.date {
	font-size:12px;
	display:block;
	text-align:right;
	color:#4e4e4e;
}

.tweet {
	background:#fff;
	padding:11px;
	display:block;
	position:relative;
	font-size:14px;
	color:#777677;
	margin:0 0 8px;
	line-height:18px;
	
}



.tweet .icon-arrow {
	top:0px;
}

.tweet .date {
	margin:11px 0 0 0;
}




/* = blog styles
----------------------------------------------- */

.post {
	width:457px;
	height:406px;
	float:left;
	background:#fff;
	margin:20px 26px 0 0;
	padding:10px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#cccccc,OffX=0,OffY=2);
	-webkit-box-shadow: 0px 2px 10px #ccc;
	-moz-box-shadow: 0px 2px 10px #ccc; 
	position:relative;
	font-family:Georgia;
}

.post img {
	margin:0 0 20px;
}

.post h2 a{
	color:#010101;
	font-size:164%;
	text-decoration:none;
}

.post h2 {
	margin:0 0 13px;
}

.post .entry {
	color:#424141;
	font-size:128%;
	line-height:21px;
	
}

.post .attachment-post-thumbnail, .video {
	display:block;
	margin-bottom:20px;
}
.post.last {
	margin-right:0;
}

.post .date {
	font-size:110%;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#b3b4b4;
	
}

.entry a {
	color:#999;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	padding:0 0 19px;
}

#bottom-content {
	margin:0 auto 35px auto;
	background:url(images/double-underline.gif) repeat-x left top;
	padding:11px 0 0 0;
	font-family:georgia;
	color:#777;
	text-align:center;
	line-height:21px;
}

#bottom-content a {
	color:#777;
	font-weight: bold;
	text-decoration:none;
}

/* =portfolio page
----------------------------------------------- */

#portfolio-content {
	padding:20px 0;
}

.grid-row {
	margin:0 0 35px;
}

.work-grid-block {
	width:304px;
	float:left;
	margin:0 34px 0 0;
	cursor:pointer;
}

.work-grid-block.last {
	margin:0;
}


.work-grid-block img {
	border:2px solid #fff;
	margin:0 0 10px;
}

.work-grid-block.active img {
	border:2px solid  #7c7a6c;
}

.work-grid-block:hover img {
	border:2px solid #7c7a6c;
}

#current-container .inner-wrapper {
	background:#dcdad2;
	padding:30px;
	width:920px;
	 -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
  	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
  	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
}

#current-container .inner-wrapper h5 {
	font-size:24px;
	color:#444444;
	margin:0 0 27px;
}

#current-container .inner-wrapper p {
	font-size:14px;
	line-height:20px;
	color:#474640;
}


#current-container .inner-wrapper img {
	margin:0 auto 30px auto;
	display: block;
}

/* =about page
----------------------------------------------- */
#generic-page {
	padding: 20px 0;
	font-size:16px;
	color:#444;
	line-height:20px;
}

#generic-page .content-col {
	width:600px;
	float:left;
}

#generic-page p {
	margin:0 0 20px;
}

#generic-page h2 {
	font-size:30px;
	margin:0 0 20px;
}

#generic-page h3 {
	font-size:23px;
	margin:0 0 20px;
}

#generic-page ul {
	list-style-type: disc;
	margin:30px 0 30px 30px;
}

#generic-page ul li {
	margin:0 0 10px;
}

#generic-page img {
	display:block;
	float:left;
	margin-right:20px;
}

/* =experiments page
----------------------------------------------- */





