/*   
Theme Name: Echo Enduring Blog v.2.0
Theme URI: http://blog.echoenduring.com/
Description: The second version of the Echo Enduring Blog design, custom coded.
Author: Matt Ward
Author URI: http://www.echoenduring.com/
Version: 1.0
*/

/* MENU STYLES =============================================================================================== */

.menubar{
    margin-top: 0.3em;
    border-top: 1px solid #2e4e52;
}

.menubar .menu{ 
	margin: 0 -20px 0px -20px;
	padding: 1em 0px 0.5em 0px;
	height: 20px;
}
.menubar .page-navi{
	border-top: 1px solid #507a80;
	display: block;
	width: 100%;
}
.menubar .page-navi ul{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.menubar .menu li{
	/*float: left;*/
	display: inline-block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	font-size: 17px;
	letter-spacing: 1.5px;
	margin: 0px 13px 0px 8px;
}
.menubar .menu li a{
	color: #eeeeee;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 5px;
	background-image: url(http://resources.echoenduring.com/images/small-icons.png);
	background-repeat: no-repeat;
}

/*home*/
.menubar .menu li.home a{background-position: -15px -220px;} .menubar .menu li.home a:hover{background-position: -180px -220px;}
/*articles*/
.menubar .menu li.articles a{background-position: -14px -40px;} .menubar .menu li.articles a:hover{background-position: -179px -40px;}
/*tutorials*/
.menubar .menu li.tutorials a{background-position: -14px -190px;} .menubar .menu li.tutorials a:hover{background-position: -179px -190px;}
/*freebies*/
.menubar .menu li.freebies a{background-position: -14px -70px;} .menubar .menu li.freebies a:hover{background-position: -179px -70px;}
/*interview*/
.menubar .menu li.interviews a{background-position: -14px -160px;} .menubar .menu li.interviews a:hover{background-position: -179px -160px;}
/*roundups*/
.menubar .menu li.roundups a{background-position: -14px -99px;} .menubar .menu li.roundups a:hover{background-position: -179px -99px;}
/*archive*/
.menubar .menu li.archive a{background-position: -14px -129px;} .menubar .menu li.archive a:hover{background-position: -179px -129px;}

.menubar .menu li a:hover{
	color: #a7c1c5;
}

/* COMMENT STYLES */

.row3 .comment{ 
	margin-top: 20px;
}
.row3 .comment .comment-body a{
    color: #a7c1c5;
	background: url(images/dotted-underline.gif) bottom left repeat-x;
	text-decoration: none
}
.row3 .comment .comment-detail{
	float: left; 
	margin-right: 0px; 
	width: 100px; 
	text-align: right;
}
.row3 .comment .comment-detail p{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; font-size: 0.75em; margin-top: 0.25em; padding-right: 4px;}
.row3 .comment .comment-body{ float: left; display: block; width: 580px; margin-bottom: 20px; min-height: 160px;}
.row3 .comment .comment-body p{ margin-left: 20px; }
.row3 .comment h3{ 
	padding: 10px 20px 10px 20px; 
	background: #2f4d51;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	position: relative;
}
.row3 .comment .comment-body h3 .comment-reply-link{
	background-image: url(http://resources.echoenduring.com/images/small-icons.png);
	background-position: -15px -405px;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 8px;
	top: 12px;
}
.row3 .comment h3 .comment-reply-link:hover{
	background-position: -180px -405px;
}
.row3 .comment img{-moz-border-radius: 3px 0px 3px 3px; -webkit-border-radius: 3px 0px 3px 3px; border-radius: 3px 0px 3px 3px;}

.row3 .comment .commentLink{
	background-image: url(http://resources.echoenduring.com/images/small-icons.png);
	background-position: -15px -15px;
	width: 18px;
	height: 18px;
	display: block;
	float: right;
}
.row3 .comment .commentLink:hover{
	background-position: -180px -15px;
}

.row3 .bypostauthor img{ border-color: #1b2a2c;}
.row3 .bypostauthor h3{ background: #1b2a2c; color: #eeeeee; }
.row3 .bypostauthor div.comment img{ border-color: #2f4d51;}
.row3 .bypostauthor div.comment h3{ background: #2f4d51; color: #eeeeee; }

.row3 .depth-2{ margin-top: 20px; padding-left: 40px;}
.row3 .depth-2 .comment-body{ width: 520px }

.row3 .depth-3{ margin-top: 20px; padding-left: 40px;}
.row3 .depth-3 .comment-body{ width: 480px }

/* COMMENT FORM STYLES */

.row3 #cancel-comment-reply-link{
	color: #eee;
	background: none;
	padding-bottom: 1em;
	text-decoration: none;
}

.row3 form{margin-top: 20px;}
.row3 label{
	border-left: 1px solid: #444444;
	margin-bottom: 1em;
	margin-right: 200px;
	float: right;
	display: block;
	width: 120px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 0.85em;
	padding: 10px 20px 10px 20px;
	background: #2f4d51;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px; }
.row3 input.text{margin-bottom: 1em; float: right; width: 300px; font-size: 0.85em; padding: 11px 10px 10px 10px; background: #eeeeee; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; border: 0px;}
.row3 textarea{margin-bottom: 1em; float: right; width: 300px; font-size: 0.85em; padding: 11px 10px 10px 10px; background: #eeeeee; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; border: 0px;}
.row3 input.submit{ font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-variant: small-caps; letter-spacing: 1.5px; font-style: italic; display: inline-block; background: #2f4d51; border: 0px; font-size: 0.85em; padding: 5px 8px 8px 8px; text-decoration: none; color: #eeeeee; margin-top: 1em; margin-bottom: 40px;}
.row3 input.submit:hover{
	cursor: pointer;
	background: #21383c;
}
.row3 form a{ color: #a7c1c5;}
.row3 form li a:hover{ color: #eeeeee; }

/* COMMENT SIDEBAR STYLES */

.row3 .commentSidebar p{ font-size: 0.85em; }
.row3 .commentSidebar h3{ margin-top: 1em; }

.row3 .trackbacklist{margin-top: 20px; }
.row3 .trackbacklist li{margin: 0.5em 0px 0px 0px; padding: 0.5em 0px 0px 0px; border-top: 1px solid #2f4d51;}
.row3 .trackbacklist li:first-child{border-top: 0px; padding-top: 0px; margin-top: 0px;}
.row3 .trackbacklist li a{ text-decoration: none; font-size: 0.85em; color: #a7c1c5;}
.row3 .trackbacklist li a:hover{ color: #eeeeee; }

.row3 .top_commenters_gravatar_widget {}
.row3 .top_commenters_gravatar_widget img{float: left; border-width: 1px; margin: 4px;}

/* FOOTER STYLES */

.footer{ 
	background: #1b2a2c url(images/footer-texture.gif); 
	color: #eeeeee;
	border-top: 1px solid #273c3f;
	border-bottom: 1px solid #111a1c;
	padding-bottom: 0px;
}
.footer .widget{
	margin-bottom: 2em;
}
.footer .container_12{ 
	background: url(images/footer-divider.gif) center repeat-y; 
}
.footer h2{ 
	display: block;
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #273c3f;
	padding: 0px 0px 0em 0px;
	margin: 0px -20px 0.5em -18px;
}
.footer h2 span{
	display: block;
	height: 100%;
	border-bottom: 1px solid #111a1c;
	padding: 0px 20px 0.5em 20px;
}
.footer h2:first-child {margin-top: 0px;}
.footer img{border: 4px solid #162224; -moz-border-radius: 3px 0px 3px 3px; -webkit-border-radius: 3px 0px 3px 3px; border-radius: 3px 0px 3px 3px;}

.footer ul li {margin: 0.5em 0px; font-size: 0.9em;}
.footer ul li a{ text-decoration: none; color: #cccccc;}

.footer .tweet{ 
    background: #162224; 
    margin: 25px -5px 0px -5px; 
    padding: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    border-top: 1px solid #111a1c;
    border-left: 1px solid #111a1c;
    border-right: 1px solid #273c3f;
    border-bottom: 1px solid #273c3f;
    position: relative;
}
.footer .tweet img{
	position: absolute;
	top: -10px;
	right: 15px;
	border: 0px;
}
.footer .tweet a{
    color: #009aad;
	background: url(images/dotted-underline.gif) bottom left repeat-x;
	text-decoration: none
}
.footer .tweet h2{margin: 0px 0px 0px 10px; padding: 10px 0px 0px 0px; border-bottom: 0px;}
.footer .tweet p{padding: 0px 0px; margin: 0.5em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; font-size: 1.1em; line-height: 1.6em; color: #bbbbbb;}
.footer .tweet span{
    display: block;
    font-size: 0.75em;
}
.column1, .column2, .column3, .column4{padding: 1em 0px;}

.footer .connect{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.footer .sn{
	border: 0px;
}

/* CONTENT STYLES */

.content{ 
	font-size: 0.83em; 
	margin-top: 1em;
	padding-top: 1em; 
	padding-bottom: 1.5em; 
	border-top: 1px solid #eeeeee;
}

/* INTERVIEWEE STYLES */

.content .interviewee{
	position: relative;
}
.content .interviewee img{
	float: left;
}
.content .interviewee .intervieweeName{
	width: 533px;
	float: left;
	background: #eee;
	display: block;
	padding: 10px 20px 10px 20px; 
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	position: relative;
	margin-top: -30px;
	margin-left: -2px;
}
.content .interviewee .intervieweeTwitter{
	background-image: url(http://resources.echoenduring.com/images/small-icons.png);
	background-position: -15px -250px;
	width: 18px;
	height: 18px;
	display: block;
	font-size: 1px;
	color: transparent;
	overflow: hidden;
	margin-left: 128px;
}
.content .interviewee .intervieweeTwitter:hover{
	background-position: -180px -250px;
}

img#wpstats{display:none}

.content pre{
	overflow: auto;
	background: #fff;
	border: 3px solid #eee;
}

/* SERIES WIDGET STYLES */

.row1 .sidebar .series-related{margin-top: 20px; border-top: 1px solid #eeeeee; padding-top: 20px; }
.row1 .sidebar .series-related li{margin: 0em 0px 0px 0px; padding: 0.25em 0px 0px 0px;}
.row1 .sidebar .series-related li:first-child{border-top: 0px; padding-top: 0px; margin-top: 0px;}
.row1 .sidebar .series-related li a{ text-decoration: none; font-size: 0.8em; color: #999999;}
.row1 .sidebar .series-related li a:hover{ color: #126d7a; }

/* AdPacks.com */

body .one .bsa_it_ad{background:transparent;border:none;padding:0;margin:0;}
body .one .bsa_it_ad:hover img{-moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:none;margin:0 0 5px;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding:6px 0 0 0;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:10px;margin:12px 0 0;}

/* Survd Survey Styles */
.row1 .content .demoform{
	padding: 1px 20px 0px 20px;
	margin-top: 0px;
	margin-bottom: -20px;
	background: #eee;
}
.row1 .content .demoform h3{
	margin-top: 20px;
}
.demoform label.survdQuestionLabel{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
.demoform label.survdQuestionLabel span.survdValidationError{
	padding-left: 10px;
}
.demoform label.survdRadioLabel, #main .demoform label.survdCheckboxLabel, #main .demoform label.survdBinaryLabel{
	padding-left: 5px;
}
.demoform input[type=text], #main table input[type=password], .demoform textarea{
	border: 1px solid #ddd;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	height: 16px;
	width: 85%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #444;
}
.demoform textarea{
	height: 150px;
}
.row1 .content .demoform .button{
	background: #2F4D51;
}

/* LOWER BANNER STYLES */

.row1 .content .alsofrom{
	margin-top: -20px; s
}

.row1 .content .lowerbanner{
	background: none;
	border-bottom: none;
}
.row1 .content .lowerbanner img{
	border: none;
}


.threeCol{
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
