/*
Theme Name: :/ joel
Theme URI: http://elevantstudios.com/joel/
Version: 2.0
Author: Joel Limberg
Author URI: http://elevantstudios.com/joel/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
        background-color: #bdbdbd;
	text-align: center;
        color: #000;
        margin: 0;
	padding: 0;

	}


#page {
	background-color: #fff;
	text-align: left;
        border: 1px solid #bdbdbd;
	margin: 20px auto;
	padding: 0;
	width: 860px;
        overflow: auto;
	
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	background-color: #73a0c5;
	}

.pageheader {
        height: 150px;
        padding-bottom: 20px;
        margin: 0 20px 0 20px;  
        border-bottom: 1px solid #000;
}

.pageheader h1 {
        display: block;
        float: right;
        margin-top: 40px;
}

.pageheader h1 a {
        width: 190px;
        height: 80px;
        background-image: url('images/logo_eurostile.jpg');
        background-repeat: no-repeat;
        display: block;
        border: none;
        padding-bottom: 2px;
}

.pageheader h1 a:hover {
        border-bottom: 2px solid #000;
        padding-bottom: 0;
}


#content {
	font-size: 1.2em;
	}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 45px;
	margin: 0;
	width: 500px;
	}

.widecolumn {
	padding: 20px 25px 20px 25px;
        width: 750px;
	}


.entry {
	line-height: 1.4em;
}


.post {
        border-bottom: 1px #000 solid;
        padding: 50px 0;
        margin: 0;
	text-align: justify;
}

.post .permalink {
        float: right;
        margin-top: -13px;
        color: #999;
        text-decoration: none;
}

    .post .permalink:hover {
            color: #333;
            text-decoration: underline;
    }


.post .entry {
        margin-top: 20px;
}

.post .entry p {
        margin-bottom: 4px;
        font-size: 130%;
        line-height: 145%;
}

.post .entry strong {
       /*font-size: 14px;*/
}

.post .postcommentcount {
       position: relative;
       top: -8px;
       margin-left: 10px;
}

.post .postcommentcount a {
       color: #8e8e8e;
}

.post table {
    border-collapse: collapse;
    margin: 15px 0;
}

    .post table td {
        padding: 4px;
        border: 1px solid #ccc;
    }


.individual .post {
        padding: 0;
        border: none;        
}

	

.narrowcolumn .postmetadata {
	text-align: center;
        border: 0;
        border-top: 1px solid #000;
        margin-top: 20px;
        padding-top: 5px;

        color: #000;
}



#footer {
	background-color: #eee;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.highlight {
        background-color: #ffc;

}

.highlight.pad {
        padding: 3px;
}

small.smaller {
        font-size: 0.8em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
        margin: 0;
        padding: 0;
	}

h1 {
	font-size: 4.8em;
	text-align: right;
        padding-right: 40px;
        font-weight: normal;
	}

h1 a {
        margin-bottom: 4px;
        text-decoration: none;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        font-family: Verdana;
}

h1 a:hover {        
        text-decoration: none;
}


#header-tagline {
        display: block;
        height: 20px;
        text-align: right;
        padding-right: 60px;
        font-size: 1.5em;
        margin: 5px 0 5px 0;
}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

.post h2 {
        line-height: 2.1em;   
        text-align: left;
}


#sidebar h2 {
	font-size: 1.2em;
}

#sidebar li a.comment-post {
        font-size: 120%;
}


h3 {
	font-size: 1.3em;
}


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,
cite {
	text-decoration: none;
}


a, 
h2 a:hover, 
h3 a:hover {
	color: #000;
	text-decoration: underline;
}


a:hover {
	color: #147;
	text-decoration: underline;
}

.entry p a {
        color: #147;
}

.tiny_commentlink {
        margin-top: -7px;
        float: right;
}

.tiny_commentlink a {
        color: #666;
}

.entry p a:visited {
	color: #666;
}

.entry p a {
        color: #147;
        text-decoration: underline;
}

.commentlist {
         margin-left: 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	/*font-weight: bold;*/
        border: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-left: 0;
        list-style: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	}

.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;
        color: #999;
	}

.commentmetadata a {
       font-size: 90%; 
       text-decoration: none;
       color: #dedede;
}

.commentmetadata a:hover {
       text-decoration: underline;
       color: #000;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

.underline {
       text-decoration: underline;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


.flvPlayer {
    margin: 20px 0;
    text-align: center;
}


/* End Typography & Colors */




/*	Begin Headers */

/*
h1 {
	padding-top: 40px;
	margin: 0;
	}
*/

.description {
	text-align: center;
	}


h2 {
	margin: 10px 0 0;
	}


h2.pagetitle {
	margin-top: 10px;
        margin-bottom: 5px;
	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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

#sidebar ul ul li:before {
	content: "\00BB \0020";
}
#sidebar ul ul.plain li:before {
	content: "";
}

.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 */

#sidebar .searchform {
       margin-bottom: 0;
}


#searchform {

}

#sidebar #searchform #s {
    height: 16px;
    border: 1px #ccc solid;
    width: 150px;
}

#sidebar #searchsubmit {
    height: 20px;
    border: 0;
    color: #fff;
    background-color: #999;
}

html>body #sidebar #searchsubmit {
    height: 20px;
    border: 0;
    color: #fff;
    background-color: #999;
    margin-bottom: -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 p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 595px;
	width: 240px; 
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

.post sup {
    font-size: 80%;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
        color: #333;
	}

blockquote .bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 800%;
     color: #666;
     font-family: "Lucida Grande", Verdana;
}

blockquote strong {
	color: #000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	padding: 0;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

html>body .navigation {
       margin-bottom: 40px;
}

/* End Various Tags & Classes*/

