/*  
Theme Name: adamnorwood.com	
Theme URI: http://adamnorwood.com/
Description: The WordPress theme that powers adamnorwood.com
Version: 0.1
Author: Adam Norwood
Author URI: http://adamnorwood.com/
*/

/* First some reset styles... */
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; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; 
}

ol, ul          { list-style: none; }
table           { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
:focus          { outline: 0; }

/* Main Styles */

body {
	background: #333;
	color: #ddd;
	font: normal 62.5%/1.75 "lucida sans unicode","lucida grande","gill sans",helvetica,arial,sans-serif;
}

h1 {
	font: italic 460%/1 baskerville,"mrs eaves","times new roman",times,sans-serif;
	font-weight: 600;
	text-transform: lowercase;
	background: transparent url('images/adam-norwood.png') no-repeat;
	height: 45px;
	width: 317px;
}

h1 a {
	color: #d0e752;
	display: block;
	text-indent: -9999px;
	height: 45px;
	width: 317px;	
}

h1 a span {
	color: #F2FFCF;
}

h2 {
	font: normal 240% futura,avenir,"gill sans",berthold,"trebuchet ms",helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #bbb;
	margin: 0 0 0.5em;
}

h3 {
	font: normal 170% futura,avenir,"gill sans",berthold,"trebuchet ms",helvetica,arial,sans-serif;
	color: #00939F;
	margin: 0 0 0.75em;
}

.col p, .col ul {
	margin-right: 30px;
}

p, ul {
	font-size: 120%;
	margin-bottom: 1em;
}

li {
	margin-bottom: 0.75em;
}

a {
	text-decoration: none;
	color: #d0e752;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	color: #555;
	font-style: italic;
	border-left: 3px dotted #ccc;
	padding: 0.75em 0 0 15px;
	display: block;
	margin-bottom: 0.75em;
	margin: 0 15px 0.75em 0;
}

blockquote em {
	font-style: normal;
}

blockquote cite {
	display: block;
	font-size: 80%;
	font-style: normal;
	padding: 0.75em 0 0;
	color: #333;
}

/* BASIC LAYOUT */

.container {
	margin: 0 auto;
	width: 990px;
	overflow: hidden;
}

.row {
	clear: both;
}

.col {
	float: left;
}

.single {
	width: 310px;
	margin-right: 15px;
}

.wide {
	width: 645px;
}

.full {
	width: 990px;
}

.sidebar {
	float: right;
	width: 315px;
}

.sidebar h2 {
    font-size: 200%;
}

.sidebar h3 {
    color: #bbb;
}

.sidebar p, .sidebar ul {
	margin-bottom: 3em;
}

.skip {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.indent {
	margin-left: 15px;
}

/* MORE SPECIFIC Styles */

#header {
	position: relative;
	padding: 5em 0 3em 15px;
	margin-bottom: 3em;
	overflow: hidden;
}

#header ul {
	font: normal 660% futura,avenir,"gill sans",berthold,"trebuchet ms",helvetica,arial,sans-serif;
	text-transform: uppercase;
	color: #999;
	margin-top: 0.25em;
}

#header ul a {
	display: block;
	color: #fff;
}

#header ul li {
    line-height: 0.75;
    margin: 0;
}

#header #mainnav-info,
#header #mainnav-contact {
	font: normal 25% helvetica, arial, sans-serif;
	text-transform: none;
	float: left;
	margin: 2em 15px 0 0;
	padding: 0.5em 10px 0.25em 15px;
	background: #000 url('images/triangle.png') no-repeat 0% 50%;
}

#header #mainnav-art:hover {
	background: transparent url('images/mainnav-balloons.png') no-repeat 3.25em 0px;
}

#header #mainnav-design:hover {
	background: transparent url('images/mainnav-balloons.png') no-repeat 4.8em -140px;
}

#header #mainnav-info a,
#header #mainnav-contact a {
	display: inline;
}

#search-form {
	position: absolute;
	top: 0; left: 650px;
	width: 300px;
	background: #111;
	padding: 0.5em 10px 0.5em;
	border: 1px dotted #333;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#search-form input {
	margin-bottom: 0.5em;
}

#search-form #searchsubmit {
	width: 4em;
	background: #363636;
	color: #fff;
	border: 1px solid #666;
	cursor: pointer;
	margin-left: 2px;
}

#search-form #searchsubmit:hover {
	border: 1px solid #999;
}

.rss {
	padding-left: 15px;
	background: transparent url('images/rss-icon.gif') no-repeat 0px 1px;
	min-height: 15px;
}

#search-form .rss {
	position: absolute;
	line-height: 1;
	top: 1em;
	right: 20px;
	font-size: 120%;
}

.pdf {
	padding-left: 15px;
	background: transparent url('images/pdf-icon.gif') no-repeat -3px 0px;
}

#footer {
	background: #111;
	overflow: hidden;
	margin: 3em 0 0;
	padding: 3em 0;
	border-top: 3px dashed #333;
}

#footer ul {
	margin: 3em 15px;
	font-size: 140%;
}

#footer li {
	float: left;
	margin-right: 30px;
}

#social-badges {
	overflow: hidden;
}

#social-badges li {
	float: left;
}

#social-badges a {
	display: block;
	height: 30px; width: 30px;
	text-indent: -9999px;
	padding-right: 15px;
	background: transparent url('images/badges.png') no-repeat 0 0;
}

a#badge-flickr:hover    { background-position: -45px; }
a#badge-twitter         { background-position: -90px; }
a#badge-twitter:hover   { background-position: -135px; }
a#badge-facebook        { background-position: -180px; }
a#badge-facebook:hover  { background-position: -225px; }
a#badge-tumblr          { background-position: -270px; }
a#badge-tumblr:hover    { background-position: -315px; }
a#badge-delicious       { background-position: -360px; }
a#badge-delicious:hover { background-position: -405px; }
a#badge-linkedin        { background-position: -450px; }
a#badge-linkedin:hover  { background-position: -495px; }

#delicious li {
	margin-bottom: 1em;
}

#delicious a {
	display: block;
	font-weight: bold;
}

#flickr { 
	margin-bottom: 1em;
}

#flickr img { 
	padding: 3px; margin: 0 5px 0 0;
	border: 1px dotted #888;
}

#flickr img:hover {
	border: 1px solid #BFFF00;
}

#flickr p {
	text-align: right;
	margin: 1em 35px 3em;
}

.aktt_tweets {
	padding: 1em 0 1em 260px;
	background: transparent url('images/quackecho.png') no-repeat 0px 30px;
}

.aktt_tweets li {
	margin-bottom: 1.5em;
}

.aktt_tweets a:last-child {
	display: block;
	font-size: 80%;
	color: #999;
}

#tag-cloud {
	margin-bottom: 3em;
}

#not-found h2 {
	font-size: 400%;
	margin-bottom: 0.5em;
}

/* BLOG POST Styles */

.post {
	margin: 0 0 3em;
	padding: 0 15px 1em;
	background: #fff url('images/post-roundcorners-bottom.png') no-repeat center bottom;
	color: #444;
}

.post a {
	color: #c52a06;
}

.post a:visited {
	color: #c52a06;
}

.post h2 {
	margin: 0 -15px 1em -15px;
	padding: 0.5em 0 0 15px;
    background: #fff url('images/post-roundcorners-top.png') no-repeat 0 0;
}

.post h2, 
.post h2 a,
.post h2 a:visited {
	color: #00bbb0;
}

.post h2 span,
.post h2 a span, 
.post h2 a:visited span {
	color: #93bab8;
}

.post ul, .post ul li {
	list-style: disc;
}
.post ul li {
	margin-left: 15px;
}

.post-meta {
	margin-top: 3em;
	font-size: 120%;
	color: #777;
}

.post-meta .comment-link {
	font-size: 140%;
	padding: 0.5em 0;
	display: block;
}

.post-meta .comment-link a {
	color: #00bbb0;
}

.page-note {
	background: #444;
	padding: 0.5em 10px;
	margin: 0 0 3em -10px;
	border: 1px solid #555;
}

.page-navigation {
	background: #111;
	overflow: hidden;
	font-size: 120%;
	color: #aaa;
}

.page-navigation span {
	padding: 0.5em 15px;
}

.page-navigation-older {
	float: left;
}

.page-navigation-newer {
	float: right;
	text-align: right;
}

.alignright {
    float: right;
    width: 315px;
    text-align: center;
    line-height: 1;
    margin: 0 0 3em 30px;
}

.alignright img {
    margin: 0 auto;
    display: block;
}

.alignright p {
    margin-right: 0;
    padding-right: 0;
}

#comments { 
	border-top: 1px dotted #999;
	padding-top: 2em;
}

#commentform {
	margin-bottom: 6em;
	overflow: hidden;
}

#commentform #comment {
	width: 603px;
	padding: 0.5em 5px;
}

#commentform #submit {
	float: right;
	clear: both;
}

.page-title {
	font-size: 240%;
	margin: 0 0 1.5em 15px;
}

.post-comments li { 
	overflow: hidden;
	margin-bottom: 3em;
}

.post-comments .comment-meta {
	float: left; 
	width: 96px;
	margin-right: 0;
	font-size: 100%;
}

.post-comments .avatar {
	border: 1px solid #666;
}

.post-comments .comment-meta cite {
	font-weight: bold;
	font-size: 140%;
}

.post-comments .comment-body {
	float: right;
	width: 480px;
	background: #eee;
	padding: 1em 10px;
	border: 1px solid #eee;
	color: #333;
}

#portfolio {
	padding: 1em 15px 2em;
	margin-bottom: 3em;
}

#portfolio a {
	float: left; 
	margin: 0 1px 2px;
	height: 150px;
	border: 2px solid transparent;
}

#portfolio a:hover {
	border: 2px solid #BFFF00;
}

.prettyReadMore {
	font-size: 120%;
}

/* CONTACT Form */

#contact-form .contact-note {
	float: right;
	width: 200px;
}

#contact-form form {
	width: 340px;
	background: #eee;
	padding: 0.5em 15px;
	margin-left: -15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wpcf7-not-valid-tip {
	color: #fff;
	background: red !important;
	border: 3px solid #eee !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.25em 10px !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
	padding: 0.5em 15px !important;
	background: #000;
	width: 315px;
	font-size: 120%;
	color: #fff;
}

.wpcf7-mail-sent-ok {
	padding: 0.5em 15px !important;
        background: #000;
	font-size: 180%;
	width: 315px;
	color: #fff;
        line-height: 1.2;
}

.mail-link {
	background: #000;
	padding: 0.25em 5px;
	font-size: 120%;
	border: 1px solid #666;
}

/* PRINT Styles */

@media print {
	body { background: #fff; color: #333; }

	#search-form, #header #mainnav-info, #header #mainnav-contact, 	
	#social-badges, #social-badges-heading, #archives,
	#categories, .page-navigation, .comment-link, 
	#commentform, .wpcf7, #footer {
		display: none;
	}
	
	 .container, .row, .col, .sidebar, #header { 
		overflow: visible; 
	}
	
	a { color: #888; }
	
	h1, h1 a,
	#header #mainnav-art,
	#header #mainnav-design {
		height: auto; width: auto;
		background: transparent;
		text-indent: 0;
		color: #444;
		text-decoration: none;
	}
	
	#header {
		padding: 0 0 1.5em 15px;
		font-size: 80%;
	}
	
	h2, h3, .post h2, .post h2 a, .post h2 a:visited, 
	.post h2 span, .post h2 a span, .post h2 a:visited span {
		color: #444;
		text-decoration: none;
	}
	
	.post, .post h2 {
		background: transparent;
	}
	
	.post a:link:after, .post a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 80%;
		text-decoration: none !important;
	}
	
	.post h2 a:link:after, .post h2 a:visited:after,
	.post-meta a:link:after, .post-meta a:visited:after,
	.comment-meta a:link:after, .comment-meta a:visited:after { 
		content: "";
	}
	
	#contact-form .contact-note {
		float: none;
		width: auto;
	}

	.aktt_tweets {
		background: transparent;
		padding-left: 0;
	}
}