/*
Theme Name: Steve Perillo Blog Default
Theme URI: http://blog.steve.com/
Description: Blog theme based on the re-designed steve.com with back-end elements from the default WordPress theme.
Version: 1.0
Author: Ben Mayes
Author URI: http://www.arcane-graphics.com/
Tags: green, website-based theme, fixed width, two columns, widgets

*/


/* design style elements */

body {
font-size : 12px;
font-family : Verdana, sans-serif;
background-image : url(http://blog.steve.com/wp-content/themes/steve.com/images/sp_background.jpg);
color: #475a51;
text-align: center;
margin : 0 auto;
}

a:link {
font-family : Verdana, sans-serif;
color : #4a6b5a;
font-size : 12px;   
text-decoration : underline;
}

a:visited {
font-family : Verdana, sans-serif;
color : #4a6b5a;
font-size : 12px;   
text-decoration : underline;
}

a:active {
font-family : Verdana, sans-serif;
color : #4a6b5a;
font-size : 12px;   
text-decoration : underline;
}

a:hover {
font-family : Verdana, sans-serif;
color : #963522;
font-size : 12px;   
text-decoration : underline;
}


#content {
position : relative;
width: 480px;
font-size: 1.2em;
margin : 0 auto;
float : left;
}

.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
text-align: center;
background-color : #e1e1e1;
padding-bottom : 5px;
font-size : 12px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
font-family: Arial, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Arial, Sans-Serif;
font-weight: bold;
font-size : 16px; 
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
font-family: Arial, Sans-Serif;
font-weight: bold;
font-size : 16px; 
}

h2.pagetitle {
font-family: Arial, Sans-Serif;
font-size : 18px; 
color : #3c4a50;
}

#sidebar h2 {
font-family: Arial, Sans-Serif;
font-size: 1.2em;
color : #3c4a50;
}

h3 {
font-family: Arial, Sans-Serif;
font-size : 15px; 
color : #3c4a50;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #963522;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #4a6b5a;

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar, caption, cite {
text-decoration : none;
}

.entry p a:visited {
	color: #4a6b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #3c4a50;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:link, h3 a:link {
font-family : Arial, sans-serif;
color : #4a6b5a;
font-size : 16px;
text-decoration : underline;
}

a, h2 a:visited, h3 a:visited {
font-family : Arial, sans-serif;
color : #4a6b5a;
font-size : 16px;
text-decoration : underline;
}

a, h2 a:active, h3 a:active {
font-family : Arial, sans-serif;
color : #4a6b5a;
font-size : 16px;
text-decoration : underline;
}

a, h2 a:hover, h3 a:hover {
font-family : Arial, sans-serif;
color : #963522;
font-size : 16px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
text-decoration: none;
background-color : #e7e8e7;
}

#wp-calendar caption {
font: bold 1.2em Arial, Sans-Serif;
text-align: center;
padding-top : 10px;
padding-bottom : 2px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
width: 420px;
position : relative;
padding-top : 120px;
padding-bottom : 200px;
left : 85px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
text-align : left;
padding : 10px;
background-color : #eaeaea;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
font-family : Verdana, sans-serif;
font-size : 12px;
width: 108px;
background-color : #eaeaea;
border : 1px solid #6b776e;
color : #963522;
}

#sidebar #searchsubmit {
font-family : Verdana, sans-serif;
font-size : 13px;
position : relative;
top : 3px;
padding-left : 3px;
padding-right : 3px;
background-color : #6b776e;
border : 1px solid #c9d2cb;
color : #fdfdfd;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar {
width: 150px;
position : relative;
top : 210px;
right : 80px;
padding-top : 150px;
padding-left : 10px;
padding-right : 10px;
float : right;
background-color : #c1c6c2;
margin-bottom : 480px;
}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Calendar */


#wp-calendar {
width: 150px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
background-color : #dadcdb;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* structural style elements */


#main_frame {
width : 100%;
height : 100%;
margin : 0;
padding : 0;
left : 0;
min-height : 800px;
position : absolute;
}

#page_edge_top {
width : 850px;
height : 80px;
min-height : 80px;
background-image: url(http://blog.steve.com/wp-content/themes/steve.com/images/top_edge.png);
background-repeat: no-repeat;
}


#top_frame {
width : 710px;
height : 80px;
position : relative;
background-color : #f4f5f4;
}

#content_shell {
width : 850px;
min-height : 900px;
position : relative;
margin : 0 auto;
left : 0;
right : 0;
}

#content_frame {
width : 850px;
min-height : 900px;
position : absolute;
margin : 0 auto;
left : 0;
background-image: url(http://blog.steve.com/wp-content/themes/steve.com/images/mid_edge.png);
background-repeat:repeat-y;
}

#lower_text {
width : 400px;
position : absolute;
bottom : 10px;
left : 450px;
}

#italy_text_one big a,
#italy_text_two big a
{
	position: relative;
	bottom: 2px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #3c4a50;
}

#italy_text_one big a:hover,
#italy_text_two big a:hover
{
	text-decoration: underline;
}

#italy_text_one {
font-family : Arial, sans-serif;
font-weight : bold;
color : #963522;
font-size : 14px;
width : 200px;
position : absolute;
left : 490px;
bottom : 112px;
}

#italy_text_two {
font-family : Arial, sans-serif;
font-weight : bold;
color : #963522;
font-size : 14px;
width : 250px;
position : absolute;
left : 465px;
bottom : 54px;
}


/* Navigation style elements */


.menu:link {
font-family : Arial, sans-serif;
font-weight : bold;
color : #4a5053;
font-size : 16px;   
text-decoration : none;
}

.menu:visited {
font-family : Arial, sans-serif;
font-weight : bold;
color : #4a5053;
font-size : 16px;   
text-decoration : none;
}

.menu:active {
font-family : Arial, sans-serif;
font-weight : bold;
color : #4a5053;
font-size : 16px;   
text-decoration : none;
}

.menu:hover {
font-family : Arial, sans-serif;
font-weight : bold;
color : #963522;
font-size : 16px;   
text-decoration : none;
}

#nav_holder
{
	position: relative;
	width: 850px;
	height: 150px;
	margin: 0 auto;
	z-index: 1;
}

#nav_frame {
width : 850px;
height : 47px;
position : absolute;
bottom : 0;
right : 0;
}

.nav_menu_one {
width : 146px;
height : 47px;
position : relative;
left : -155px;
background-image : url(http://blog.steve.com/wp-content/themes/steve.com/images/nav_menu.png);
background-repeat : no-repeat;
z-index : 2;
}

.nav_menu_two {
width : 146px;
height : 47px;
position : relative;
top : -47px;
left : -9px;
background-image : url(http://blog.steve.com/wp-content/themes/steve.com/images/nav_menu.png);
background-repeat : no-repeat;
z-index : 2;
}

.nav_menu_three {
width : 146px;
height : 47px;
position : relative;
top : -94px;
left : 137px;
background-image : url(http://blog.steve.com/wp-content/themes/steve.com/images/nav_menu.png);
background-repeat : no-repeat;
z-index : 2;
}

.nav_menu_four {
width : 146px;
height : 47px;
position : relative;
top : -141px;
left : 283px;
background-image : url(http://blog.steve.com/wp-content/themes/steve.com/images/nav_menu.png);
background-repeat : no-repeat;
z-index : 2;
}

.menu_links {
position : relative;
top : 2px;
left : -2px;
}


/* image style elements */

#site_logo_link
{
	position: absolute;
	top: -83px;
	left: -90px;
	z-index : 1;
}

#site_logo {
width : 350px;
height : 350px;
}

#image_top {
width : 550px;
height : 153px;
position : absolute;
left : 230px;
top : 140px;
z-index : 3;
}


#right_map {
width : 259px;
height : 297px;
position : absolute;
left : 570px;
top : 50px;
z-index : 4;
}

#image_bottom {
width : 622px;
height : 238px;
position : absolute;
left : 290px;
bottom : 0px;
}

