/*
Theme Name: Marc Vallee
Theme URI: http://nmecdesign.com/
Description: A Custom theme for Marc, by Jonathan Warren
Version: 1.1
Author: J Warren
Author URI: http://nmecdesign.com/
Tags: fixed width, two columns, widgets

*/

body {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-color: #c6c6c6;
    font-family: "Courier New", Courier, Monaco, monospace;
    font-size: 62%;
    color: black;
}

a {
    text-decoration: none;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    background-color: black;
}

a:hover {
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e2e2e2;
}

h2 {
    font-size: 1.4em;
}

hr {
    border-width: 0.09em;
    border-color: #c7c7c7;
    border-style: solid;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    margin-top: 1.5em;
}

#page {
    font-size: 1.7em;
    padding: 0px;
}

#container {
    display: block;
    background-color: white;
    margin-top: 3em;
    width: 950px;
}
#header {
    color: white;
    background-repeat: no-repeat;
    height: 286px;
    background-image: url(images/header.jpg);
    font-weight: bold;
    font-size: 3.5em;
}
#title {
    top: 210px;
    position: relative;
	left: 10px;
}

#name {
    position: absolute;
	background: url(images/trans-black.png) repeat;
	padding: 0 10px;
}

#description {
    position: absolute;
    margin-top: 45px;
    background: url(images/trans-black.png) repeat;
    font-size: 0.475em;
	padding: 3px 6px;
}

#menu {
    padding-left: 8px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-right: 5px;
    text-align: left;
    font-size: 2em;
    list-style-type: none;
    background-color: white;
}
#menu a {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 2px;
    text-decoration: none;
    background-color: black;
    color: white;
}

@media only screen and (max-device-width: 480px) {
    #menu a {
        -webkit-text-size-adjust: 220%
    }
}

#menu a:hover {
    background-color: #e2e2e2;
    color: black;
    text-decoration: none;
}

#menu .current-menu-item a {
    background-color: white;
    color: black;
}

#menu ul {
    list-style-type: none;
}

#menu li {
    display: inline;
    list-style-type: none;
}

#sidebar {
    font-size: 1.5em;
    width: 220px;
    position: relative;
    display: block;
    float: right;
}
#sidebar ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

#sidebar ul li {
    font-weight: bold;
    font-size: 1em;
}

#sidebar li {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

#sidebar li li a {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.24em;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    background-color: black;
    color: white;
}
#sidebar li a:hover {
    background-color: #e2e2e2;
    color: black;
    text-decoration: none;
}

#content {
    padding-bottom: 5px;
    padding-right: 5px;
    line-height: 1.2em;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 1.5em;
    width: 700px;
    float: left;
}

.post-title {
    background-color: white;
    line-height: 1.3em;
    font-size: 1.4em;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.post-title a {
    background-color: white;
    color: black;
    text-decoration: none;
}

.post-title a:hover {
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.entry {
}

.entry a {
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    background-color: black;
    color: white;
}

.entry a:hover {
    background-color: #e2e2e2;
    color: black;
    text-decoration: none;
}

.entry a img {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    color: white;
    background-color: white;
}

.postmetadata {
    text-align: right;
}

.postmetadata a {
    background-color: white;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.postmetadata a:hover {
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.comments {
    background-color: white;
    border-color: #c0c0c0;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-top: 20px;
    margin-left: 40px;
    width: 450px;
}

.commentno {
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.comments a {
    background-color: white;
    color: black;
}

.comment a {
    font-weight: bold;
    text-decoration: none;
}

.comment a:hover {
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.reply {
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    border-bottom-color: silver;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.reply a {
    text-decoration: none;
}

.reply a:hover {
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

#respond {
    border-color: #c0c0c0;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-top: 20px;
    margin-left: 40px;
    width: 450px;
}

#respond a {
    background-color: white;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.navigation a:hover {
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

#respond a:hover {
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.navigation a {
    background-color: white;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

#footer {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}
