/*   
Theme Name: perMicah Wordpress Theme
Theme URI: http://www.permicah.com
Description: Wordpress theme designed for permicah.com by Micah Sivitz
Author: Micah Sivitz
Author URI: http://www.permicah.com
Version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background:#272727 url(images/bg-main.gif) repeat top left;
	color: #ccc;
	height:100%;
	line-height: 18px;
}


#page-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -75px;
}

li {list-style: none;}

a {
	text-decoration: none;
	color: #9eccf9;
	outline:none;
	-moz-outline:none;
	font-weight: bold;
}
a:hover {color: white;}
a.read_more {
	padding:5px  15px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	font-family: 'Aller',Helvetica, Arial, verdana, sans-serif;
	font-style: italic;
	color: #e1e1e1;
}
a.read_more:hover {
	color: #4ca0f4;
}
a.read_more:active {
	background: url(images/bg-transparent.png) repeat-x top left;
}

p {
	font-size: 13px;
	color: #ccc;
	line-height: 22px;
	padding: 0 0 10px 0;
}
div.entry .post-edit-link {clear:both;}
.hide {display:none;}

.alignright {float:right;}
.alignleft {float:left;}

/* Main Content 
-------------------- */
#wrapper {
	width: 903px;
	margin: 0 auto;
}

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

#container {
	clear:both;
	float:left;
	margin:10px 0 20px 0;
	position:relative;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a, h1, h2, h3, h4, h5, h6 {color:#9eccf9;}

.articles a, .articles h1, .articles h2, .articles h3, .articles h4, .articles h5, .articles h6{
	color: #cde6ff;
}
.links a, .links h1, .links h2, .links h3, .links h4, .links h5, .links h6{
	color: #75c66b;
}
.photos a, .photos h1, .photos h2, .photos h3, .photos h4, .photos h5, .photos h6{
	color: #eeda32;
}
.videos a, .videos h1, .videos h2, .videos h3, .videos h4, .videos h5, .videos h6{
	color: #d800ff;
}
.music a, .music h1, .music h2, .music h3, .music h4, .music h5, .music h6{
	color: #ff9000;
}
.quotes a, .quotes h1, .quotes h2, .quotes h3, .quotes h4, .quotes h5, .quotes h6{
	color: #de5a5a;
}
.recipes a, .recipes h1, .recipes h2, .recipes h3, .recipes h4, .recipes h5, .recipes h6{
	color: #ae7f24;
}
a.articles {
	color: #cde6ff;
}
a.links {
	color: #75c66b;
}
a.photos {
	color: #eeda32;
}
a.videos {
	color: #d800ff;
}
a.music {
	color: #ff9000;
}
a.quotes {
	color: #de5a5a;
}
a.recipes {
	color: #ae7f24;
}
a:hover {
	color: white;
}

strong {
	color: #d7d7d7;
}
.white {
	color: white;
}

/* Header 
-------------------- */

#header {
	background: url(images/bg-header.png) repeat-x left top;
	width:100%;
	height:128px;
}

#header-wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#header #logo {
	float: left;
	width: 460px;
	padding-top:30px;
}

#header #logo h1 a img{
	width: 188px;
	height: 53px;
	border: none;
	margin: 8px 0 0 0;
	display: block;
	float: left;
}

#header #logo span.description {
	float: left;
	background: url(images/title-tagline.png) no-repeat left top;
	width: 211px;
	height: 19px;
	margin: 25px 15px;
	text-indent: -9999px;
}

#header #nav {
	float: right;
	padding-top:25px;
}
#header #nav li {display:inline; float: left;}
#header #nav li a{
	text-indent: -9999px;
	display: block;
	margin: 0px 0 0 10px;
	height: 75px;
	width: 78px;
}
#header #nav li a.home {
	background: url(images/icon-home.png) no-repeat top left;
}
#header #nav li a.work {
	background: url(images/icon-work.png) no-repeat top left;
}
#header #nav li a.blog {
	background: url(images/icon-blog.png) no-repeat top left;
}
#header #nav li a.about {
	background: url(images/icon-about.png) no-repeat top left;
}
#header #nav li a.contact {
	background: url(images/icon-contact.png) no-repeat top left;
}
#header #nav li a:hover {
	background-position: left center;
}
#header #nav li a:active {
	background-position: left center;
	opacity: .8;
}
#header #nav li a.active {
	background-position: left bottom;
}
#header #nav li a {z-index:2;}
#tooltip { 
    display:none;
	padding: 5px 10px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Aller', Helvetica, Arial, Verdana, sans-serif;
	font-style: italic;
	z-index:1;
}

/* Homepage 
-------------------- */
#featured {
	position: relative;
	overflow: hidden; 
    width: 900px;
	height: 268px;
	float: left;
	display: block;
	background: url(images/bg-featured.png) no-repeat left top;
	margin: 10px 0 20px 0;
}

#featured_scroller {
	z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	width:20000em; 
}
div.recent {
	position: absolute;
	top: 10px;
	left: 0;
	width: 300px;
	height: 51px;
	background: url(images/title-recent_work.png) no-repeat top left;
	z-index: 2;
}
div.recent h4 {
	text-indent: -9999px;
	display: block;
	position: absolute;
}
div.recent div.navi {
	float: right;
	width: 62px;
	height: 29px;
	margin: 12px 9px 0 0;
	display: inline;
}
div.recent a {
	float: left;
	width: 31px;
	height: 29px;
	text-indent: -9999px;
	cursor: pointer;
}
div.recent a.nextPage {
	background: url(images/featured-button-next.png) no-repeat top left;
}
div.recent a.prevPage {
	background: url(images/featured-button-prev.png) no-repeat top left;
}
div.recent a:hover {
	background-position: left -29px;
}
div.recent a:active {
	background-position: left -58px;
}
div.recent a.disabled.nextPage, div.recent a.disabled.prevPage {
	background-position: left bottom;
	cursor: default;
}

#featured_scroller li.featured {
	float:left;
	position:relative;
	width:900px;
	height:268px;
	display: block;
}

#featured .featured_info {
	float: left;
	width: 300px;
	height: 217px;
	background: url(images/bg-featured_info.png) no-repeat top left;
	margin-top: 51px;
	display: inline;
}

#featured .featured_info h2 a{
	font-size: 24px;
	color: #e9e9e9;
	line-height: 28px;
	margin: 15px 5px 5px 20px;
	float: left;
	display: inline;
	font-family: 'Aller', Helvetica, Arial, verdana, sans-serif;
	clear: both;
	color: white;
	font-weight: normal;
	text-shadow: #000 0px 1px;
	width:270px;
}

#featured .featured_info h2 a:hover {opacity:.9;}

#featured .featured_info h2 a:active {opacity: .75;}
#featured .featured_info p {
	font-size: 13px;
	color: #999;
	line-height: 19px;
	margin: 5px 5px 0px 20px;
	float: left;
	width: 275px;
	display: inline;
}
#featured .featured_info a.read_more {
	margin: 5px 0 0 20px;
	float: left;
}

#featured a.feat:hover {
	opacity:.9;
}

#featured a.feat span.mask-featured {
	width: 600px;
	height:268px;
	position: absolute;
	display: block;
	top: 0;
	right: 0px;
	background: url(images/mask-featured.png) no-repeat top left;
	z-index: 1;
}
#featured_scroller img.feat {
	width: 595px;
	height: 260px;
	margin-top: 5px;
	border: none;
	overflow: hidden;
}

#content {
	float: left;
	margin-top: 20px;
}
#about_me .title h3, #whatido .title h3, #recent_posts .title h3 {
	height: 28px;
	display: block;
	width: 190px;
	text-indent: -9999px;
}
#about_me .title h3 {
	background: url(images/title-hi_im_micah.png) no-repeat top left;
	margin-bottom: 18px;
}
#whatido .title h3 {
	background: url(images/title-i_design_websites.png) no-repeat top left;
	margin-bottom: 18px;
}
#recent_posts .title h3 {
	background: url(images/title-i_write_a_blog.png) no-repeat top left;
	margin-bottom: 18px;
}

#about_me, #whatido {
	width: 240px;
	float: left;
	margin-right: 40px;
}

#recent_posts {
	float: left;
	width: 340px;
	position: relative;
}
	
#recent_posts .see_all {
	padding:5px  8px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	color: #e1e1e1;
	position: absolute;
	top: -3px;
	right: 0;
	font-family: 'Aller',Helvetica, Arial, verdana, sans-serif;
	font-style: italic;
}

#recent_posts .see_all:hover {
	color: #4ca0f4;
}
#recent_posts .see_all:active {
	background: url(images/bg-transparent.png) repeat-x top left;
}
#recent_posts h4 {
	margin-top: 10px;
	line-height: 28px;
	width:330px;
	position:relative;
	height:inherit;
}
#recent_posts h4 a{
	font-size: 18px;
	font-family: 'Aller', Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	width:310px;
	height:inherit;
	padding-right:20px;
	position:relative;
}
#recent_posts h4 div.icon_small {
	position:absolute;
	right:0;
	top:3px;
	
}
#recent_posts h4 a:hover {
	color: white;
}

#recent_posts p {
	font-size: 11px;
}

/* Category Page "Blog" 
-------------------- */
#left {
	float: left;
	width: 590px;
}
div.post {
	margin: 10px 0 20px 0;
	width:590px;
	float: left;
	border-bottom: 1px dashed #333;
}

div.post h2 {
	width:590px;
	position:relative;
	height:inherit;
}

div.post h2 a{
	font-size: 28px;
	line-height:28px;
	text-shadow: #000 0px 1px;
	clear: both;
	margin: 5px 0 10px;
	font-family: 'Aller', Helvetica, Arial, sans-serif;
	font-weight: normal;
	width:560px;
	padding-right:30px;
	position:relative;
}
h2 div.icon {
	padding: 0;
	position:absolute;
	right:0;
	top:3px;
}
div.post p.meta {
	padding:5px 0 0 0;
	font-size: 11px;
}
div.post p.meta a {
	font-weight: normal;
	padding: 0 2px 0 5px;
}

#left div.post a.more-link {
	display:block;
	width:75px;
	padding:5px  15px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	font-family: 'Aller',Helvetica, Arial, verdana, sans-serif;
	font-style: italic;
}
#left div.post a.more-link:active {
	background: url(images/bg-transparent.png) repeat-x top left;
}
#breadcrumbs li {
	float: left;
	margin-top: 7px;
	font-style: italic;
	color: #999;
	margin-right: 5px;
	font-size: 11px;
}
#breadcrumbs li a {
	color: #e1e1e1;
	font-weight: normal;
}
#breadcrumbs li a:hover {
	color: white;
}

div.entry{
	margin: 10px 0;
}

a.external, div.entry a.external{
	padding:5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	font-family: Helvetica, Arial, verdana, sans-serif;
}



div.entry h1, div.entry h2, div.entry h3, div.entry h4, div.entry h5, div.entry h6{
	font-family: 'Aller', Helvetica, Arial, verdana, sans-serif;
	padding: 10px 0;
	clear: both;
	text-shadow: #000 0px 1px;
	font-weight: normal;
	line-height:1em;
}
div.entry h1 {
	font-size: 48px;
}
div.entry h2 {
	font-size: 36px;
}
div.entry h3 {
	font-size: 24px;
}
div.entry h4 {
	font-size: 21px;
}
div.entry h5 {
	font-size: 18px;
}
div.entry h6 {
	font-size: 16px;
}
blockquote p{
	margin: 15px 50px 15px 15px;
	padding:15px 15px 15px 25px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) no-repeat top left;
	font-family: 'Aller',Helvetica, Arial, verdana, sans-serif;
	font-style: italic;
	line-height: 26px;
}
div.entry  a{
	margin: 15px 0;
	padding:5px  5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	font-family: Helvetica, Arial, verdana, sans-serif;
}

div.entry a:active {
	background: url(images/bg-transparent.png) repeat-x top left;
}

div.entry cite a{
	margin: 15px 0;
	padding:10px  15px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	font-family: 'Aller',Helvetica, Arial, verdana, sans-serif;
}

div.entry ul {
	margin: 10px 10px;
}
div.entry ul li {
	list-style: disc;
	margin: 5px 0 5px 20px;
}
div.entry ol {
	margin: 10px 10px;
	clear: both;
}
div.entry ol li {
	list-style: decimal;
	margin: 5px 0 5px 20px;
}

div.entry img {
	background: #000;
	padding: 5px;
	border: 1px solid #333;
	border-bottom: 1px solid #666;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	max-width: 580px;
}
div.entry img.alignleft {
	float: left;
	display: inline;
}
div.entry img.alignright {
	float: right;
	display: inline;
}
div.wp-caption img{
	margin-bottom:2px;
}
p.wp-caption-text {
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size:11px;
}

div.dp-highlighter {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.share_buttons {
	padding: 10px;
	border: 1px dashed #666;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
div.share_buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}	
	
div.share_buttons a {
	margin-right: 20px;
	color: #e1e1e1;
	font-weight: normal;
	float:left;
}

div.share_buttons div.topsy_widget_shortcode {float:left;margin-right:20px;margin-top:1px;}

div.navigation {
	clear:both;
}

/* Work 
-------------------- */

.work .work-post {
	width: 270px;
	height:245px;
	float: left;
	margin: 10px 30px 0 0;
}

.work .work-post a.thumb{
	width: 270px;
	height: 160px;
	position: relative;
	float: left;
}
.work .work-post a.thumb:hover {
	opacity: .9;
}
.work .work-post a.thumb:active {
	opacity: .75;
}
.work .work-post a.thumb span.mask {
	position: absolute;
	top:0;
	left: 0;
	background: url(images/mask-thumb.png) no-repeat top left;
	z-index: 1;
	width: 270px;
	height: 160px;
}
.work .work-post a.thumb span.tags{
	position: absolute;
	top: 10px;
	left: 2px;
	z-index: 10;
}
.work .work-post a.thumb span.logo {
	background: url(images/sash-logo.png) no-repeat top left;
	width: 50px;
	height: 23px;
	text-indent: -9999px;
	display: block;
}
.work .work-post a.thumb span.layout {
	display: block;
	background: url(images/sash-layout.png) no-repeat top left;
	width: 60px;
	height: 23px;
	text-indent: -9999px;
}
.work .work-post a.thumb span.build {
	display: block;
	background: url(images/sash-build.png) no-repeat top left;
	width: 60px;
	height: 23px;
	text-indent: -9999px;
}
.work .work-post a.thumb img {
	margin: 5px 0 0 5px;
	width: 260px;
	height: 150px;
}

.work .work-post h2 a{
	font-size: 18px;
	color: #e1e1e1;
	float: left;
	margin: 5px;
	text-shadow: #000 0px 1px;
	line-height: 24px;
	font-family: 'Aller', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.work .work-post h2 a:hover {
	color: #4ca0f4;
}
.work .work-post h2 a:active {
	opacity: .75;
}
.case_study .post_content {
	float: left;
	margin-top: 10px;
}

.case_study .post_content img {
	max-width: 900px;
	width:900px;
	margin:20px 0;
}

.case_study h2 a{
	font-size: 36px;
	color: #fff;
	line-height: 33px;
	margin: 10px 0 0 0;
	font-family: 'Aller', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.case_study .postmetadata {
	padding: 10px 0;
	margin: 0 0 30px 0;
}
.case_study .postmetadata div {
	float: left;
	margin: 0 20px 0 0;
}
.case_study .postmetadata div strong {
	padding: 0 5px 0 0;
}

.case_study img {
	float: right;
	width: 580px;
}

/* Comments 
-------------------- */
div.comments_content {
	width: 590px;
	padding: 2px;
	height: auto;
	float: left;
}

div.comments_content h3 {
	padding: 10px 10px 10px 0px;
	font-size: 18px;
	font-family: 'Aller', Helvetica, Arial, verdana, sans-serif;
	font-weight: normal;
	clear: both;
	text-shadow: #000 0px 1px;
}
div.comments_content a {
	color: #e1e1e1;
	font-weight: normal;
}
div.comments_content ol.commentlist {
}
div.comments_content ol.commentlist li {
	padding: 15px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(images/bg-transparent.png) repeat-x top left;
	color: #666;
	margin: 10px 0;
	float: left;
}
div.comments_content ol.commentlist li.alt {
	background: url(images/bg-transparent_alt.png) repeat-x top left;
}
div.comments_content div.gravatar {
	float: right;
	display: block;
	margin: 0 0 0 10px;
}
div.comments_content div.gravatar img {
	background: #000;
	padding: 3px;
	border: 1px solid #222;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.comments_content div.comment_wrap {
	float: left;
	width: 485px;
}
div.comments_content div.commentmetadata {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
}
div.comments_content div.commentmetadata a {
	color: #999;
}

div.comments_content div.commentmetadata strong {
	font-size: 14px;
	font-family: 'Aller', Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
}
div.comments_content div.commentmetadata strong a {
	color: #fff;
}

div.comments_content h3#respond {
	padding: 10px 10px 10px 0px;
	font-size: 18px;
	font-family: 'Aller', Helvetica, Arial, verdana, sans-serif;
	font-weight: normal;
	clear: both;
	text-shadow: #000 0px 1px;
}

orm {
	padding: 0;
}

label {
	float: left;
	padding: 5px 20px 0 5px;
	text-align: right;
	font-family: 'Aller', Arial, Helvetica, sans=serif;
	font-style: italic;
	color: #e1e1e1;
	text-shadow: #000 0px 1px;
	font-size: 14px;
	display: inline;
}

div.entry input,#commentform input, div.entry textarea, #commentform textarea {
	border: none;
	outline: none;
	font-family: 'Aller', Arial, Helvetica, verdana, sans-serif;
	font-style: italic;
	color: #666;
	text-shadow: #000 0px 1px;
	font-size: 14px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	display: inline;
	float: left;
	margin: 10px 0;
	padding: 10px;
}

p.radio_buttons {float:left; width:350px;margin:10px 0;}

input#email, input#url, input#author, input.name, input.email, input.subject {
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	width: 350px;
}
input:focus, input.sffocus {
	background: url(images/bg-transparent.png) repeat-x top left;
	color:white;
}
textarea {
	width: 580px;!important;
	height: 130px;!important;
	max-width: 580px;!important;
	max-height: 130px;!important;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
}
textarea.message {width:350px; height:130px;}
textarea:active, textarea:focus {
	background: url(images/bg-transparent.png) repeat-x top left;
}
input#submit, input.submit {
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	cursor: pointer;
	font-style: normal;
	float:left;
	text-align: left;
	width: inherit;
	height: inherit;
	color: #e1e1e1;
}
input#submit:hover, input.submit:hover {
	color: #4ca0f4;
}
input#submit:active, input.submit:active {
	background: url(images/bg-transparent.png) repeat-x top left;
}
/* Sidebar 
-------------------- */

#sidebar {
	float: right;
	width: 270px;
	color: #999999;
	margin: 20px 0;
}

li.navigation {
	float: left;
}
li.navigation a {
	padding:10px  15px;
	margin: 10px 0px 10px 14px;
	float: left;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: url(images/bg-transparent_alt.png) repeat-x top left;
	font-family: 'Aller',Helvetica, Arial, verdana, sans-serif;
	font-style: italic;
	color: #e1e1e1;
}
li.navigation a:hover {
	color: #4ca0f4;
}
li.navigation a:active {
	background: url(images/bg-transparent.png) repeat-x top left;
}

#sidebar li.me {
	width: 270px;
	height: 160px;
	position: relative;
	float: right;
}

#sidebar li.me div.mask-thumb {
	position: absolute;
	top:0;
	left: 0;
	background: url(images/mask-thumb.png) no-repeat top left;
	z-index: 1;
	width: 270px;
	height: 160px;
}
#sidebar li.me img {
	margin: 5px 0 0 5px;
}

#sidebar .about {
	float: left;
	width: 264px;
	margin: 10px 3px 10px 0;
}
#sidebar .about h3.about_me {
	width: 264px;
	height: 45px;
	background: url(images/title-about_me.png) no-repeat top left;
	text-indent: -9999px;
}
#sidebar .about p {
	background: url(images/bg-social.png) no-repeat top left;
	width: 224px;
	padding: 7px 20px 5px;
	margin:0;
}
#sidebar .about .bottom {
	width: 264px;
	height: 10px;
	background: url(images/bg-social_bottom.png) no-repeat top left;
}


#searchform div.searchbox {
	position: relative;
	width: 260px;
	height: 40px;
	overflow: hidden;
	margin: 10px 2px;
	float: left;
}
#searchform div input#s {
	padding: 10px;
	width: 240px;
	height: 20px;
	border: none;
	outline: none;
	background: url(images/input-search.png) no-repeat top left;
	float: left;
	font-family: 'Aller', Arial, Helvetica, sans=serif;
	font-style: italic;
	color: #e1e1e1;
	text-shadow: #000 0px 1px;
	font-size: 14px;
	line-height:14px;
}
#searchform div input#s:active, #searchform div input#s:focus {
	background-position: left bottom;
}

#searchform div input#searchsubmit {
	position: absolute;
	top:0;
	right: 0;
	width: 35px;
	height: 40px;
	text-indent: -9999px;
	background: none;
	border: none;
	cursor: pointer;
}

#sidebar .social {
	float: left;
	width: 264px;
	margin: 10px 3px 10px 0;
}
#sidebar .social h3.follow {
	width: 264px;
	height: 45px;
	background: url(images/title-follow_me.png) no-repeat top left;
	text-indent: -9999px;
}
#sidebar .social ul.social_links {
	background: url(images/bg-social.png) no-repeat top left;
	width: 234px;
	padding: 5px 15px;
}
#sidebar .social .bottom {
	width: 264px;
	height: 10px;
	background: url(images/bg-social_bottom.png) no-repeat top left;
}

#sidebar .social ul.social_links li{
	padding: 5px 0;
}
#sidebar .social ul.social_links li a {
	padding: 5px 25px 5px 25px;
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #e1e1e1;	
	font-weight: normal;
	text-shadow: #000 0px 1px;
	opacity: .85;
}
#sidebar .social ul.social_links li a:hover {
	color: white;
	opacity: 1;
}
#sidebar .social ul.social_links li a.twitter {background-image: url(images/icon-twitter.png);}
#sidebar .social ul.social_links li a.facebook {background-image: url(images/icon-facebook.png);}
#sidebar .social ul.social_links li a.delicious {background-image: url(images/icon-delicious.png);}
#sidebar .social ul.social_links li a.linkedin {background-image: url(images/icon-linkedin.png);}
#sidebar .social ul.social_links li a.carbonmade {background-image: url(images/icon-carbonmade.png);}

#sidebar #rss a {
	float: left;
	width: 264px;
	height: 43px;
	background: url(images/button-subscribe.png) no-repeat top left;
	text-indent: -9999px;
}
#sidebar #rss a:hover {
	background-position: left center;
}
#sidebar #rss a:active {
	background-position: left bottom;
	opacity: 1;
}

/* Footer 
-------------------- */
.push {height:75px;}
#footer-wrap {
	height:75px;
	width:100%;
	background: url(images/bg-footer.png) repeat-x left top;
}
#footer {
	width: 903px;
	height: 75px;
	margin: 0 auto;
}

#footer ul {
	float: left;
	margin-top: 20px;
}

#footer ul.follow li {
	float: left;
	display:inline;
	margin-right: 20px;
}
#footer ul.follow a {
	padding:5px 0 5px 23px;
	color:#ccc; 
	background-repeat: no-repeat;
	background-position: left 6px;
	display:block;
	font-size: 11px;
	font-weight: normal;
}
#footer ul.follow a:hover {text-decoration:underline;}
#footer ul.follow a.facebook {background-image: url(images/icon-facebook.png);}
#footer ul.follow a.twitter {background-image: url(images/icon-twitter.png);}
#footer ul.follow a.linkedin {background-image: url(images/icon-linkedin.png);}
#footer ul.follow a.delicious {background-image: url(images/icon-delicious.png);}

#footer div.copyright {
	float: right;
	text-align: right;
	font-size: 11px;
	margin-top: 25px;
	color: #999;
}

