/* - - - - - - - - - - - - - - - 

Title: design fckr
Author: Alex Giron
Email: alex@nclud.com

www.dfckr.com
www.cssbeauty.com
www.hugetype.com
www.nclud.com

- - - - - - - - - - - - - - - - - */

@media screen, projection, print {

* {margin: 0; padding: 0;}

body {
	font: 62.5%/2em Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #232323;
	padding: 0 0 15px;
	text-align: center;
}

/* ClearFix */
.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    content: "."; 
}
.clearfix {display:inline-block;}

h2,h3,h4,h5,h6,p,blockquote {margin: 0 0 10px;}
h2 {font-weight: normal;}
p {font-size: 1.2em; word-spacing:0.15em;}
a, a:visited, a:active {color: #000;}
#col1 a:hover, #col2 a:hover, #col3 a:hover, #siteinfo a:hover {background-color: #ececec;}
img {border: 0;}
hr {display: none;}
blockquote {
	padding: 10px 20px;
	font-style: italic;
	font-size: 1.3em;
	background: #ececec;
	border-bottom: 1px dotted #d4d4d4;
	border-top: 1px dotted #d4d4d4;
}
blockquote p {margin: 0; font-size: 1em;}

#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#masthead {position: relative;}
h1#logo {
	width: 940px;
	height: 32px;
	background: url(../img/logo.gif) no-repeat 0 0;
	margin: 30px 0 15px 11px;
}
h1#logo a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 165px;
	height: 32px;
}
h3#intro {
	font-size: 1.7em;
	position: absolute;
	top: 52px;
	margin: 0;
	color: #f4f4f4;
	font-weight: normal;
	background: url(../img/tagline.gif) no-repeat 15px -6px;
	text-indent: -5000px;
	width: 350px;
	height: 30px;
}
#main-nav {
	width: 100%;
	list-style: none;
	height: 30px;
	background: #232323;
	margin: 0 0 15px;
}
#main-nav li {display: inline;}
#main-nav li a {
	float: right;
	font-size: 1.2em;
	text-decoration: none;
	color: #f4f4f4;
	border-left: 1px dotted #d4d4d4;
	padding: 7px 15px 0;
	height: 23px;
	font-weight: bold;
}
#main-nav li a:hover {background: #000; color: #fff;}

#col1 {
	float: left;
	width: 400px;
	border-right: 1px dotted #d4d4d4;
}

div.entry {padding: 0 15px 0;}
div.entry h2, div.entry h4 {
	font-size: 1.7em;
	margin: 15px 0 10px;
	font-weight: normal;
}
h2.News {
	display: none;
}
div.entry h2 a, div.entry h4 a {text-decoration: none;}
/* div.entry p.date {
	font-size: 1.1em;
	font-style: italic;
	padding: 0 0 10px 15px;
	margin: 0;
}*/
div.entry h3 {font-size: 1.2em;}
span.author, span.photoby, span.title {
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	display: block;
}
p.posted {
	text-align: right;
	border-bottom: 1px dotted #d4d4d4;
	padding: 0 0 10px;
}

#col1-content {padding: 15px;}
#col1 ul, #col2 ul, #col3 ul {
	padding: 0 0 20px 20px;
	font-size: 1.2em;
	list-style: none;
}
#col1 li, #col2 li, #col3 li {
	padding: 0 0 3px 13px;
	background: url(../img/bullet.gif) no-repeat 0 7px;
	line-height: 1.5;
}
p.pagination {padding: 0 15px;}

#col2 {
	float: left;
	width: 238px;
	border-right: 1px dotted #d4d4d4;
	padding: 15px;
}
#col1-content h2, #col2 h2, #col3 h2 {
	font-size: 1.7em;
	border-bottom: 1px dotted #d4d4d4;
	padding: 0 0 10px;
}
#col2 p {font-size: 1.1em; overflow: hidden;}

/* news items and comments */
div.news-item, div.comment, div.ad {
	border-bottom: 1px dotted #d4d4d4;
	margin: 0 0 10px;
}

/* ie6 + ie7 fixes */
*+html div.news-item,
*+html div.comment,
*+html div.ad, * html div.ad {height: 1%;}
*+html div.ad, * html div.ad {padding: 0 0 10px;}
* html div.ad {padding: 0 0 10px;}

div.news-item h4 {margin:0; font-size: 1.2em;}
div.news-item h4 a {text-decoration: none;}
div.news-item h4 a:hover {background: #ececec;}
div.news-item h4 a:visited {text-decoration: line-through;}
div.news-item p {line-height: 1.5;}
div.news-item p.news-poster {word-spacing: normal;}
div.news-item p.news-poster a,
div.comment strong a {text-decoration:none; border-bottom: 1px dotted #232323;}
div.comment strong {margin:0;}

#col2 input, #col2 textarea {
	width: 200px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}
#col2 input:focus, #col2 textarea:focus {
	background: #f4f4f4;
}
#col2 input.check {width:auto; padding:0;}
#col2 input#regex {margin:0 0 0 10px;}
#col2 textarea {height:140px;}
#col2 #comment-bake-cookie {width:auto;}
#post-comment, p#send-illustration {
	margin: 15px 0 0;
	background: #ececec;
	padding: 15px;
	border: 1px dotted #d4d4d4;
}
#post-comment label, #contact-form label {font-weight: bold;}
input#comment-post {font-size:1.1em; font-weight:bold;}

#col3 {
	float: left;
	width: 270px;
	padding: 15px;
}
#col2 h2 a, #col3 h2 a {text-decoration: none;}
div.illustration a {text-decoration:none;}
div.creative-ad p {text-align: right;}
div.creative-ad img, div.illustration img {
	border-top: 5px solid #232323;
	padding: 1px 0 0 0;
}
#recommended {margin: 0 0 10px; }
#recommended ul {padding:0;}
#recommended li {
	float: left;
	background: 0;
	padding:0 10px 0 0;
}
#recommended img {
	border: 1px dotted #d4d4d4;
	padding: 3px;
}
#recommended img:hover {border: 1px dotted #232323;}
#recommended p {font-size: 1em;}
#recommended a {text-decoration: none;}
#feed {
	border-top: 1px dotted #d4d4d4;
	padding: 10px 0 0;
	line-height: 1.5;
	clear: left;
}

#feed a.subscribe {
	background: url(../img/feed-icon-16x16.gif) no-repeat 0 1px;
	padding: 0 4px 4px 21px;
	display: block;
	margin: 5px 0 0;
}
#feed a.feedburner {
	padding: 5px 0 5px 0;
}

/* footer */
#siteinfo {
	width: 940px;
	margin: 15px auto 0;
	padding: 15px 15px 10px;
	background: #232323;
	color: #f4f4f4;
}
#siteinfo a {color: #f4f4f4;}
#siteinfo a:hover {color: #232323; text-decoration: none;}
#siteinfo p {font-size: 1.1em;}
#siteinfo p.sinfo1 {float: left;}
#siteinfo p.sinfo2 {text-align: right;}

#nclud {
	position: absolute;
	right:15px;
	top: -5px;
}

/* 200x200 Ad */
.advertisement {
	margin: 0 0 20px;
}

}