@charset "utf-8";
/*stylesheet for mynameismartin.com by Martin Wright*/

/* CONTENTS
* 
* 1. RESETS
* 2. HTML ELEMENTS
* 3. HEADER
* 4. FOOTER
* 5. BLOG
* 	5.1 SIDEBAR
*	5.2 COMMENTS
* 6. FORMS
* 7. INDEX
*	7.1 INDEX_BLOG
*	7.2 INDEX_WORK
*	7.3 INDEX_BANNER
* 8. PAGE
* 9. CLASSES
* 10. PLUGIN SPECIFIC
*/

/*
* 1. RESETS
* based on YUIReset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/*
* 2. HTML ELEMENTS
*/
a {
	border-bottom: 0.1em solid transparent;
	color: #dd4400;
	text-decoration: none;
}

a:hover {
	border-bottom: 0.1em solid black;
	color: black;
}

body {
	background: #fafafa;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

blockquote {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	margin: 5px 20px;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2.4em; 
	line-height: 1.1; 
	padding-bottom: 18px;
}

h2 {
	font-size: 1.8em;
	padding-bottom: 8px;
}

h3 {
	font-size: 1.4em;
	padding-bottom: 6px;
}

h4 {
	font-size: 1.2em;
}

h5 {}

h6 {}

p {
	line-height: 1.6em;
	padding-bottom: 18px;
}

ul {
	padding-bottom: 18px;
}

ol {
	padding-bottom: 18px;
}

ul li,
ol li {
	line-height: 1.4em; 
	padding-bottom: 0.6em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*
* 3. HEADER
*/
#branding {
	clear: both;
	overflow: hidden;
	position: relative;
}

#header {
	border-bottom: 2px dotted #ccc;
	height: 60px;
	overflow: hidden;
	margin-bottom: 60px;
	width: 100%;
}


#header #branding {

}

#header #branding h1 {
	color: #2e2e2e;
	float: left;
	font-size: 2.2em;
	line-height: 60px;;
	letter-spacing: -1px;
	width: 320px;
}  

#header #branding h1 a {
	border-bottom: none;
	color: #2e2e2e;

}

#header #branding h1 a strong {
	-webkit-transition: color 0.5s linear;
}

#header #branding h1 a:hover strong {
	color: #dd4400;
}

#header #nav {
	
}

#header #nav ul {
	float: right;
	padding-bottom: 0;
}

#header #nav ul li {
	display: inline;
	float:left;
	font-size: 1.2em;
	line-height: 60px;
	margin-right: 30px;
}

#header #nav ul li a {
	border-bottom: none;
	color: #2e2e2e;
	font-weight: bold;
	padding-bottom: 3px;
	-webkit-transition: all 0.3s linear;
}

#header #nav ul li a:hover {
	color: #dd4400;
	border-bottom: 3px solid #000;
}

#header #nav ul li.current_page_item a {
	border-bottom: 3px solid #dd4400;
}

/*
* 4. FOOTER
*/
#footer {
	background: #dcdcdc;
	border-top: 1px solid #c1c1c1;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
}

#footer_content {
	overflow: hidden;
}

#footer_content #hire_me {
	float: left;
	width: 320px;
}

#footer_content #hire_me h2,
#footer_content #hire_me p {
	padding-right: 40px;
}

#footer_content #contact {
	float: left;
	margin-bottom: 30px;
	margin-top: 50px;
	width: 640px;
}

#footer_content h2.footer_heading {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0 1px 1px #fff;
}

#footer_content #contact #form_details {
	float: left;
	width: 180px;
}


#footer #footer_bonus {
	background-color: #2e2e2e;
	color:#888;
	overflow: hidden;
	padding-top: 20px;
}

#footer #footer_bonus a {
	color: #fff;
}
#footer #footer_bonus a:hover {
	border-color: #fff;
}

#footer #footer_bonus h2 {
	clear: both;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0px;
	width: 100%;
}

#footer #footer_bonus #footer_bonus_content #delicious_links {
	float: left;
	margin-bottom: 30px;
}

#footer #footer_bonus #footer_bonus_content #delicious_links ul.delicious {
	list-style: none;
	width: 100%;
}

#footer #footer_bonus #footer_bonus_content #delicious_links ul.delicious li {
	float: left;
	width: 172px;
	padding-right: 20px;
}

#legal {
	background: #000;
	color: #888;
	font-size: 0.9em;
}

#legal #legal_content {
	overflow: hidden;
}

#legal #legal_content p {
	float: right;
	margin: 10px 15px 10px 0;
	padding: 0;
}

#legal #legal_content p span {
	margin-left: 20px;
}

#legal #legal_content p a {
	color: #fff;
}

#legal #legal_content p a:hover {
	border-color: #fff;
}

/*
* 5. BLOG
*/
#blog {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

#blog_page #post_column {
	float: left;
	margin-bottom: 60px;
	width: 660px;

}

#blog_page #post_column .the_content {
	float: left;
	overflow: visible;
	width:500px;
}

#blog_page #post_column h2.post_title {
	border-bottom: 2px dotted #ccc;
	float: left;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 2.6em;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 12px;
	width: 100%;
}

#blog_page #post_column .post {
	font-size: 1.1em;
}
#blog_page #post_column .post ul {
	list-style-position: outside;
	list-style:disc;
}

#blog_page #post_column .post ol {
	list-style-position: outside;
	list-style: decimal;
}

#blog_page #post_column .posted_in {
	font-size: 0.85em;
}

#blog_page ul.list_of_posts li.post {
	float: left;
	margin-bottom: 54px;
}

#blog_page ul.list_of_posts li p {
}

#blog_page #post_column .aside {
	float: right;
	line-height: 1.4em;
	width: 150px;
}

#blog_page #post_column .aside div {
	font-size: 0.85em;
	margin-left: 30px;
	margin-bottom: 20px;
}

#blog_page #post_column .aside div span.aside_heading {
	display: block;
	font-weight: bold;
}

#blog_page #post_column .aside div ul.post-categories {
	list-style: none;
	margin-top: 4px;
	padding-bottom: 0;
}

#blog_page #post_column .aside div ul.post-categories li {
	line-height: 1em;
	padding-bottom: 4px;
}

#blog_page .comments {
	border-top: 2px dotted #ccc;
	float: left;
	padding-top: 20px;
	width: 100%;
}

#blog_page #post_column #post-edit-link {
	float: left;
	width: 100%;
}

#respond {
	float: left;
}

/*
* 5.1 SIDEBAR
*/
#blog_page #sidebar {
	float: left;
	font-size: 0.85em;
	width: 200px;
}

#blog_page #sidebar .sidebar_section {
	margin-left: 60px;
}

#blog_page #sidebar .sidebar_section:first-child {
	margin-bottom: 20px;
}

#blog_page #sidebar .sidebar_section h2 {
	clear: both;
	color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 3px;
	padding-bottom: 4px;
	width: 100%;
}

#blog_page #sidebar #recent_posts ul li {
	padding-bottom: 10px;
}

#blog_page #sidebar #recent_posts span.post_date {
	color: #666;
	display: block;
	font-size: 1em;
}


/*
* 5.2 COMMENTS
*/

#commentform {
	float: left;
	margin-bottom: 30px;	
	width: 640px;
}

h3#comments {
	margin-bottom: 18px;
}
.comment p {
	padding-bottom: 8px;
}

ol.commentlist {
	list-style: none !important;
}

ol.commentlist,
ol.commentlist li {
	float: left;
}

ol.commentlist li {
	clear: both;
}

.ind_comment {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 6px;
	width: 100%;
}

.ind_comment .comment_gravatar img {
	border: 5px solid #e9e9e9;
	margin: 0 10px 5px 0;
}

.ind_comment .comment_gravatar {
	float: left;
}

.ind_comment .comment_details {
	float: left;
}

.ind_comment .comment_details .fn {
	font-size: 1.2em;
}

.ind_comment .comment_details .comment-author {
	margin-top: 10px;
}

.ind_comment .comment_details .comment-meta {
	color: #666666;
	font-size: 0.85em;
	margin-bottom: 8px;
}

.ind_comment .comment_content {
	clear: left;
	float: left;
}

/*
* 6. FORMS
*/
label.error {
	color: #dd4400;
	display: block;
}

.form_details input:focus,
.form_content textarea:focus {
	background: #fcf6c4;
}

.form_details {
	float: left;
	width: 220px;
}

.form_details input {
	border: 1px solid #bbb;
	height: 1.6em;
	margin-bottom: 10px;
	width: 190px;
}

.form_content {
	float: left;
	width: 420px;
}

.form_content textarea {
	border: 1px solid #bbb;
	min-height: 126px;
	width: 410px;
}

.send_button {
	float: left;
	width: 440px;
}
.send_button input {
	float: right;
	margin: 10px 30px 0 0;
	padding: 2px 5px;
}

.send_button label {
	display: none;
}

/*
* 7. INDEX
*/
.section_heading {
	background: transparent;
	border: none;
	clear: both;
	color: #2e2e2e;
	font-size: 1.4em;
	line-height: 1.4em;
	width: 100%;
}

/*
* 7.1 INDEX_BLOG
*/

#index_blog_content {
	margin-bottom: 60px;
	overflow: hidden;
}

#index_work_content h2,
#index_blog_content h2 {	
 	border-bottom: 2px dotted #ccc;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

#index_blog_content #recent_post {
	float: left;
	width: 640px;
}

#index_blog_content #recent_post h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}

#index_blog_content #recent_post h3,
#index_blog_content #recent_post p {
	padding-right: 40px;
}

#index_blog_content #recent_post li {
	float: left;
	width: 320px;
}

#index_blog_content #recent_post .read_more {
	float: right;
	line-height: 1.2em;
	margin: 18px 0 0 0;
}

#index_blog_content #twitter {
	
	float: right;
	padding-bottom: 30px;
	width: 320px;
}

#index_blog_content #twitter h2 {
	padding: 0 0 10px 0;
}

#index_blog_content #twitter ul li { 
	background: #e9e9e9;
	margin-right: 40px;
}

#index_blog_content #twitter li {
	padding: 16px 10px;
}
#index_blog_content #twitter a#twitter_link {
	background: url(http://cdn.mynameismartin.com/img/twitter_bottom_24.png) top right no-repeat;
	padding-top: 25px;
	margin-top: -20px;
	margin-right: 70px;
	float: right;
}

/*
* 7.2 INDEX_WORK
*/
#index_work {
	clear: both;
	margin-bottom: 60px;
	overflow: hidden;
	width: 100%;
}

#index_work #index_work_content .work_section {
	float: left;
	width: 320px;
	position: relative;
}

#index_work #index_work_content .work_section h2,
#index_work #index_work_content .work_section h3,
#index_work #index_work_content .work_section h4,
#index_work #index_work_content .work_section p {
	padding-right: 40px;
}
#index_work #index_work_content .work_section img {
	z-index: 1;
	margin-bottom: 10px;
}

#index_work #index_work_content .work_section h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

/*
*	7.3 INDEX_BANNER
*/

#index_banner {
	margin-bottom: 60px;
}

#index_banner h2 {
	font-size: 5em;
	font-weight: bold;
	letter-spacing: -2px;
}

#index_banner h3 {
	font-size: 2.2em;
	color: #666;
}

#index_banner h3 span {
	color: #2e2e2e;
}


/*
* 8. PAGE
*/

h1.post_title {
    border-bottom: 2px dotted #ccc;
    font-size: 5em;
    font-weight: bold;
    float: left;
    letter-spacing: -2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

/*
* 9. CLASSES
*/
.section {
	font-size:1.4em;
	line-height:1.5;
	margin:0 auto;
	position:relative;
	width:960px;
}

.post_details {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 4px 0 0 0;
}

.read_more {
	display: block;
}

/*
* 10. PLUGIN SPECIFIC
*/

.delicious-item { 
	padding: 8px 0;
	line-height: 1.4em; 
}

.twitter-timestamp,
.delicious-timestamp,
.delicious-desc { 
	font-size: 0.9em; 
}

.delicious-item a,
.delicious-item span {
	line-height: 1em; 
	margin-bottom: 8px;
}

#flickr_box ul {
	list-style: none;
}

#flickr_box ul li {
	display:inline;
	margin-right: 10px;
}



