/********************************************************************
Author:			Designs Genius.
Author URL:		http://www.designsgenius.com/
Description:	Stylesheet for graficatelier.com
Created:		04/12/09

********************************************************************/

/* =RESETS DEFAULT BROWSER STLES ***********************************/

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, strong, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }




/* =LAYOUT *********************************************************/

body {
  	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  	line-height: 1.5; /* Unitless for proper inheritance */
	background: #779193 url(http://static.tumblr.com/a2inncl/HSElgxm9y/bgr.jpg) repeat-x center top;
}

body          { font-size: 75%; }   /* The font-size percentage is based off of 16px. So, 0.75 * 16px = 12px */
html > body   { font-size: 12px; }  /* All other browsers */

div#wrap {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	
}

/* =GENERAL ********************************************************/

.clear { display: inline-block; clear: both; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear { height: 1%; }

hr {
	background: #000;
	color: #000;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 15px 0;
	border: none;
}

* html hr { margin: 0 0 12px 0; } /* IE6 fix */
	
}

/* =HEADINGS *******************************************************/

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 30px; line-height: 1; margin-bottom: 15px; }
h2 { font-size: 24px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 10px; }
h4 { font-size: 16px; line-height: 1.25; margin-bottom: 10px; height: 12px; }
h5 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
h6 { font-size: 12px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }


/* =TEXT ELEMENTS **************************************************/

p           	{ margin: 0 0 15px 0; }
p img       	{ float: left; margin: 15px 15px 15px 0; padding: 0; }
p img.right 	{ float: right; margin: 15px 0 15px 15px; }

a:focus, 
a:hover     	{ text-decoration: underline;}
a           	{ text-decoration: none; font-weight: bold; outline: none; }

blockquote  	{ margin: 15px; color: #5e5e5e; font-family: Georgia, serif; font-style: italic; }
blockquote blockquote { margin: 0; padding: 0 0 0 15px; border-left: 1px solid #565f61; }
strong      	{ font-weight: bold; }
em,dfn      	{ font-style: italic; }
dfn         	{ font-weight: bold; }
sup, sub    	{ line-height: 0; }

abbr, 
acronym     	{ border-bottom: 1px dotted #666; }
address     	{ margin: 0 0 15px; font-style: italic; }
del         	{ color: #666; }

pre,code    	{ margin: 15px 0; white-space: pre; }
pre,code,tt 	{ font: 10px 'Andale Mono', 'Lucida Console', Monospace; line-height: 1.5; } 
code        	{ font: 9px 'Monaco', monospace; }


/* =LISTS **********************************************************/

li ul, 
li ol       	{ margin: 0 15px; }
ul, ol      	{ margin: 0 15px 15px 5px; }

ul          	{ list-style-type: disc; }
ol          	{ list-style-type: none; }

dl          	{ margin: 0 0 15px 0; }
dl dt       	{ font-weight: bold; }
dd          	{ margin-left: 15px; }


/* =HEADER *********************************************************/

div#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 153px;
}

div#header h1 {
	margin-top: 23px;
}

div#header h1 a {
	text-shadow: #fff 1px 1px 0;
}

div#header p {
	position: absolute;
	text-shadow: #fff 1px 1px 0;
	width: 780px;
}

div#header a.rss {
	position: absolute;
	right: 0px;
	top: 35px;
	margin: 0;
	padding: 0;
	width: 46px;
	height: 25px;
	background: url(http://static.tumblr.com/a2inncl/B0rlgxmis/btn_rss.png) no-repeat 0 0;
}

div#header a.rss:hover {
	background: url(http://static.tumblr.com/a2inncl/B0rlgxmis/btn_rss.png) no-repeat 0 -25px;
}

div#header a.archive {
	position: absolute;
	right: 65px;
	top: 35px;
	margin: 0;
	padding: 0;
	width: 81px;
	height: 25px;
	background: url(http://static.tumblr.com/a2inncl/CO3lgxmgv/btn_archive.png) no-repeat 0 0;
}

div#header a.archive:hover {
	background: url(http://static.tumblr.com/a2inncl/CO3lgxmgv/btn_archive.png) no-repeat 0 -25px;
}


div#header a.rss span, div#header a.archive span { display: none; }

/* =POSTS **********************************************************/

div#postwrap {
	float: left;
	margin: 0;
	padding: 0;
	width: 940px;
}

div.post {
	position: relative;
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 950px;
	background: transparent url(http://static.tumblr.com/a2inncl/Xfglgxmk8/hr2.png) repeat-x bottom center;
}

div.post h2 {
	font-family:"Georgia",Arial,Helvetica,sans-serif;
	font-style:italic;
	line-height:30px;
	text-shadow: #fff 1px 1px 0;
}

div.post h2 a {
	font-weight: normal;
}

div.post div.meta {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

div.post div.meta p.date {
	margin: 0 0 10px 0;
	padding: 5px 10px 0 0;
	width: 170px;
	height: 26px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	background: url(http://static.tumblr.com/a2inncl/6oGlgxmc9/bg_dots.png) repeat;
}

div.post div.meta p.date span.month { color: #636363; }
div.post div.meta p.date span.day { color: #515151; }
div.post div.meta p.date span.year { color: #000000; }

div.post div.meta a.permalink {
	display: block;
	margin: 0 0 0 112px;
	padding: 0;
	width: 67px;
	height: 25px;
	text-align: right;
}

div.post div.meta a.permalink span { display: none; }

div.post div.meta a.quote {
	background: url(http://static.tumblr.com/a2inncl/cTtlgxtm3/bg_permalink-quote.png) no-repeat 0 0;
}

div.post div.meta a.quote:hover {
	background: url(http://static.tumblr.com/a2inncl/cTtlgxtm3/bg_permalink-quote.png) no-repeat 0 -25px;
}

div.post div.meta a.photo {
	background: url(http://static.tumblr.com/a2inncl/eKjlgxtmo/bg_permalink-photo.png) no-repeat 0 0;
}

div.post div.meta a.photo:hover {
	background: url(http://static.tumblr.com/a2inncl/eKjlgxtmo/bg_permalink-photo.png) no-repeat 0 -25px;
}

div.post div.meta a.text {
	background: url(http://static.tumblr.com/a2inncl/Qvxlgxtn6/bg_permalink-text.png) no-repeat 0 0;
}

div.post div.meta a.text:hover {
	background: url(http://static.tumblr.com/a2inncl/Qvxlgxtn6/bg_permalink-text.png) no-repeat 0 -25px;
}

div.post div.meta a.link {
	background: url(http://static.tumblr.com/a2inncl/yFolgxtnn/bg_permalink-link.png) no-repeat 0 0;
}

div.post div.meta a.link:hover {
	background: url(http://static.tumblr.com/a2inncl/yFolgxtnn/bg_permalink-link.png) no-repeat 0 -25px;
}

div.post div.meta a.chat {
	background: url(http://static.tumblr.com/a2inncl/cqWlgxto4/bg_permalink-chat.png) no-repeat 0 0;
}

div.post div.meta a.chat:hover {
	background: url(http://static.tumblr.com/a2inncl/cqWlgxto4/bg_permalink-chat.png) no-repeat 0 -25px;
}

div.post div.meta a.video {
	background: url(http://static.tumblr.com/a2inncl/vqLlgxtoo/bg_permalink-video.png) no-repeat 0 0;
}

div.post div.meta a.video:hover {
	background: url(http://static.tumblr.com/a2inncl/vqLlgxtoo/bg_permalink-video.png) no-repeat 0 -25px;
}

div.post div.meta a.audio {
	background: url(http://static.tumblr.com/a2inncl/4L1lgxtp5/bg_permalink-audio.png) no-repeat 0 0;
}

div.post div.meta a.audio:hover {
	background: url(http://static.tumblr.com/a2inncl/4L1lgxtp5/bg_permalink-audio.png) no-repeat 0 -25px;
}

div.post div.meta p.note {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}

div.post div.content {
	float: right;
	margin: 0;
	padding: 0;
	width: 730px;
}

div.post div.content div.item {
	float: left;
	margin: 0;
	padding: 0;
	width: 500px;
}

div.post div.content div.item.quote {
	margin: 0;
	padding: 0 0 0 40px;
	width: 460px;
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-size: 23px;
	font-weight: normal;
	line-height: 28px;
	background: url(http://static.tumblr.com/a2inncl/aMnlgxmcn/bg_item_quote.png) no-repeat 0 4px;
}

div.post div.content div.item.quote p { margin: 0; padding: 0; color: #fff; }

div.post div.content div.item img,
div.post div.content div.item.video {
	border: 5px solid #e0e0e0;
	width: 500px;
}

div.post div.content div.caption {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
}

div.post div.content div.postnotes{
	font-size: 12px;
	margin-top:25px
}

div.post div.content div.postnotes a{
	color: #5a5a5a;
}

div.post div.content div.item.music {
	width: 207px;
	border: 5px solid #424b4d;
}

div#navigation {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0 0 0 240px;
	width: 750px;
	height: 65px;
}

div#navigation ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navigation ul li a.next {
	position: absolute;
	top: 20px;
	right: 240px;
	display: block;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 25px;
	background: url(http://static.tumblr.com/a2inncl/bI8lgxmhe/btn_next.png) no-repeat 0 0;
}

.ie7 div#navigation ul li a.next { top: 20px; }

div#navigation ul li a.next:hover { background: url(http://static.tumblr.com/a2inncl/bI8lgxmhe/btn_next.png) no-repeat 0 -25px; }

div#navigation ul li a.prev {
	position: absolute;
	top: 20px;
	left: 240px;
	display: block;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 25px;
	background: url(http://static.tumblr.com/a2inncl/nGqlgxmi7/btn_prev.png) no-repeat 0 0;
}

div#navigation ul li a.prev:hover {
	background: url(http://static.tumblr.com/a2inncl/nGqlgxmi7/btn_prev.png) no-repeat 0 -25px;
}

div#navigation ul li a span { display: none; }

/* =FOOTER *********************************************************/

div#footer {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
}

div#footer p {
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: 2px;
	font-size:9px;
}


/* =FOLLOWING *********************************************************/
#following{position:relative;padding-left:160px; padding-top:15px;width:780px;}
#following-header{left:0;font-size:1em;top:2.2em;position:absolute;line-height:1em;color:#000;font-weight:bold;}
.followed{margin:0 0 0 5em;}
.followed li{float:left;margin:.25em .5em .25em 0;list-style-type:none;}
.followed li a{border:0;}
.followed li a img{border:2px solid #586d6f;}
.followed li a:hover img{border:2px solid #586d6f;}

