/*  
Theme Name: Blend Interactive
Theme URI: http://blendinteractive.com/
Description: A custom theme developed by Blend Interactive for Alec Saunders
Author: Sam Otis / Deane Barker
Author URI: http://blendinteractive.com/


*/



/* Begin Typography & Colors */
body 
{
background: url('/wp-content/themes/sl/images/bkgnd.jpg');
background-repeat: repeat-x;
font-size: 11px; /* Resets 1em to 10px */
font-family: Tahoma, Arial, sans-serif;
background-color: #F9F5F2;
text-align: center;
}

#outerpage2
{
margin: 0 auto;
width: 960px;
background: url('/wp-content/themes/sl/images/footer_fade.jpg');
background-repeat: repeat-x;
background-position: bottom;
background-color: transparent;
padding-bottom: 15px;
}

#outerpage
{
background: url('/wp-content/themes/sl/images/blue_fade.jpg');
background-color: transparent;
background-repeat: repeat-x;
padding-top: 15px;
}

#page 
{
background-color: transparent;
text-align: left;
background-repeat: repeat-y;
background-position: center;
background: url('/wp-content/themes/sl/images/content_repeat.png');
}

#header 
{
margin-top: 4px;
background: url('/wp-content/themes/sl/images/saunders_header.png');
width: 974px;
}

#content 
{
width: 540px;
margin-top: 20px;
font-size: 1.2em;
background-color: white;
}

.widecolumn .entry p 
{
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry 
{
line-height: 1.4em;
}

.widecolumn 
{
line-height: 1.6em;
}

.narrowcolumn .postmetadata 
{
text-align: left;
}

.alt 
{
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}



h1, h2, h3 
{
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 
{
margin: 0;
font-size: 4em;
text-align: center;
}

h1 span
{
display: none;
}

#headerimg .description 
{
font-size: 1.2em;
text-align: center;
}

h2 
{
font-size: 1.6em;
}

h2.pagetitle 
{
font-size: 1.6em;
}


h3 
{
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description 
{
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
color: #333;
}

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: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea 
{
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li 
{
font-weight: bold;
}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata 
{
font-weight: normal;
}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
color: #777;
}

code 
{
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps

{
font-size: 0.9em;
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover 
{
color: #06c;
text-decoration: none;
}

a:hover 
{
color: #147;
text-decoration: underline;
}

#wp-calendar #prev a 
{
font-size: 9pt;
}

#wp-calendar a 
{
text-decoration: none;
}



#wp-calendar th 
{
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body 
{
margin: 0;
padding: 0; 
}

#page 
{
margin: 0px auto;
width: 960px;
}

#header 
{
padding: 0;
margin: 8px auto 0 auto;
height: 150px;

}

#headerimg 
{
margin: 0;
height: 200px;
width: 100%;
}

.narrowcolumn 
{
float: left;

margin: 0px 0 0;
}

.widecolumn 
{
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}

.post 
{
margin: 0 0 25px;
}

.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: left;
}



/* End Structure */



/*Begin Headers */
h1 
{
padding-top: 70px;
margin: 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. */




.postmetadata ul, .postmetadata li 
{
display: inline;
list-style-type: none;
list-style-image: none;
}



/* Begin Form Elements */
#searchform 
{
margin: 10px auto;
padding: 5px 3px; 
text-align: center;
}


#sidebar #searchsubmit 
{
padding: 1px;
}

.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 textarea 
{
width: 100%;
padding: 2px;
}

#commentform #submit 
{
margin: 0;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt 
{
margin: 0;
padding: 10px;
}

.commentlist 
{
padding: 0;
text-align: justify;
}

.commentlist li 
{
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}

.commentlist p 
{
margin: 10px 5px 10px 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: 210px;
float: left;
}

#sidebar form 
{
margin: 0;
}

#sidebar_left
{
float: left;
width: 210px;
}

/* End Sidebar */





/* Begin Calendar */
#wp-calendar 
{
empty-cells: show;
margin: auto 0;
width: 155px;
}


#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 td, #wp-calendar th
{
padding: 3px 3px 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;
background: url('/wp-content/themes/sl/images/blockquote.gif');
background-repeat: repeat-y;
font-style: italic;
}

blockquote cite 
{
margin: 5px 0 0;
display: block;
}

.center 
{
text-align: center;
}

hr 
{
display: none;
}

a img 
{
border: none;
}


/* End Various Tags & Classes*/


.post h2 a
{
font-size: 30px;
font-weight: normal;
color: #FF6634 !important;
font-family: Times New Roman, serif;
}

.post h2
{
margin: 0;
}


.inner
{
background: transparent;
margin: 0 15px 0 15px;
}

#content .inner
{
margin: 0 25px 0 25px;
}

.block
{
background: transparent;
border-bottom: solid 1px rgb(220,220,220);
padding: 15px 0 15px 0;
}

.post .meta
{
text-transform: uppercase;
font-size: 7.5pt;
}

.date
{
text-transform: uppercase;
font-size: 14px;
color: rgb(150,150,150);
font-family: arial;
}

#sidebar_left h2, #sidebar h2, caption
{
text-align: left;
font-family: georgia;
font-weight: normal;
font-size: 14px;
margin: 0 0 4px 0;
}

#sidebar_left ul, #sidebar ul
{
margin: 0;
padding: 0 0 0 0;
}

#sidebar_left li, #sidebar li
{
background: url('/wp-content/themes/sl/images/arrow_right.gif');
list-style: none;
background-repeat: no-repeat;
padding-left: 10px;
margin: 0.3em 0 0.3em 0;
}

#sidebar li li, #sidebar_left li li
{
background: url('/wp-content/themes/sl/images/nav_bullet.gif') no-repeat;
background-position: 0 5px;
}

#sidebar_left li, #sidebar li
{
background-position: 0 3px;
}

#content li
{
background-position: 0 8px;
}




#s
{
height: 14px;
width: 140px;

}

#searchsubmit
{
position: relative;
top: 6px;
left: -5px
}
.searchblock
{
margin-top: 0;
padding-top: 0;
}

.searchblock p
{
margin: 0 0 5px 0;
}

#wp-calendar th
{
font-weight: normal;
font-size: 14px;
color: rgb(150,150,150);
}

#footer
{
color: rgb(180,180,180);
width: 960px;
margin: auto;
text-transform: uppercase;
text-align: left;
background-color: white;
padding-top: 20px;
padding-bottom: 15px;
}

#footer .left, #footer .right
{
width: 38%;
}

.left
{
line-height: 160%;
padding-left: 40px;
background: url('/wp-content/themes/sl/images/fancy_arrow_sm.gif') no-repeat;
background-position: 10px;

float: left;
}

.right
{
padding-right: 10px;
text-align: right;
float: right;
}

#container
{
background: url('/wp-content/themes/sl/images/outside_shadow_repeat.png') repeat-y;
background-position: center;
background-color: transparent;
}


.navigation
{
/*margin-top: -20px;*/
text-transform: uppercase;
font-size: 10px;
padding: 8px 0 8px 0;
background: url('/wp-content/themes/sl/images/divider_shadow_h.gif') repeat-x bottom;
margin-bottom: 10px;
}

.navigation .alignright
{
text-align: right;
width: 44%;
margin-right: 3%;
padding-right: 3%;
background: url('/wp-content/themes/sl/images/arrow_right.gif') no-repeat;
background-position: right 3px;
}


.navigation .alignleft
{
text-align: left;
width: 44%;
margin-left: 3%;
padding-left: 3%;
background: url('/wp-content/themes/sl/images/arrow_left.gif') no-repeat;
background-position: left 3px;
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */


