/*   
Theme Name: lukeMV.com
Theme URI: http://lukeMV.com
Description: Designed for lukeMV
Author: Luke M. Vaillancourt
Author URI: http://lukeMV.com
Version: 4.0
.
This theme cannot be used or reused in any way, shape, or form.
.
*/

@import url(http://fonts.googleapis.com/css?family=EB+Garamond&v1);

img{
	border:none;
}



h1 {
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
	text-shadow: #a6a6a6 1px 1px;
}

h1 a{
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
	text-shadow: #a6a6a6 1px 1px;
}
h2 {
    color: #535353;
    text-decoration: none;
    font-size: .75em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
}
h2 a{
    color: #535353;
    text-decoration: none;
    font-size: .75em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
}
h3 {
    color: #535353;
    text-decoration: none;
    font-size: .95em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}
h3 a{
    color: #535353;
    text-decoration: none;
    font-size: .95em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
}

p{
    text-align: left;
    font: .8em/2em verdana, sans-serif;
    color: gray;
    margin-bottom: .9em;
}
a{
    color: #4a4a4a;
}
a:hover{
    color: #737373;
}

#copyright {
    margin-top: 5px;
    color: #828282;
    text-decoration: none;
    font-size: .80em;
    font-family: "Gotham Black","Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
}

#container{
width: 100%;
height: 100%;
background-color: transparent;
overflow:auto;
}

#header{
    margin: auto;
    height: 50px;
    font: 15px "Gotham Black", Arial, sans-serif;
    top: 15px;
    background-color:#FFF;
    border-top:3px solid #202020;
    border-bottom:3px solid #202020;
    position:absolute;
    padding: 10px;
}

#topNav{
width: 100%; background-color: red; clear: both;
}
#topNav ul {
margin: 0px;
padding: 0px;
font-family: 'EB Garamond',Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
#topNav li {
list-style-type: none;
display: inline;
padding-left: 15px;
}
#topNav a {
text-decoration: none;
color: #fff;
}

#PostFooter{
    margin: auto;
    font: 15px "Gotham Black", Arial, sans-serif;
    background-color:#FFF;
    border-top:1px solid #202020;
    border-bottom:3px solid #202020;
    padding: 10px;
    text-align: center;
}
#Meta{
    margin: 20px auto 0px auto;
    font: 11px "Gotham Black", Arial, sans-serif;
    background-color:#FFF;
    border-top:3px solid #202020;
    padding: 10px;
    text-align: center;
}
#Meta2{
    margin: 10px auto 25px auto;
    font: 11px "Gotham Black", Arial, sans-serif;
    background-color:#FFF;
    border-top:1px solid #202020;
    border-bottom:1px solid #202020;
    padding: 10px;
    text-align: center;
    clear: both;
}
#footerframe{
    text-align:center;
}
		
/*Supersize Plugin Styles*/
#supersize img, #supersize a{
    height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img{
    display:inline;
}


/* WORDPRESS */
	img {border:0; }

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	}



img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}



img.alignleft {
	padding: 5px;
	margin: 5px;
position: relative;
	}



.alignright {
	float: right;
	}



.alignleft {
	float: left;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f9f9f9;
   padding-top: 4px;
   margin: 10px 25px 10px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}



.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}



.wp-caption p.wp-caption-text {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10px;
   padding: 0 4px 5px;
   margin: 0;
   color: #000;

}


.widget_categories{
margin-bottom: 10px;
}

.widget_categories ul li { 
    padding: 6px 0 6px 10px; 
    border-bottom: 1px dotted #CCCCCC; 
    font-size: 90%; 
   list-style-type:none; 
}




/* 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;
	}

#sidebar {
	width:300px;
	min-height:283px;
	float:left;
	margin-left:22px;
	background:#fff;
	padding:5px 7px;
	padding-top:5px;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: left;
}

#sidebar h1 {
	margin-top:0px;
	font-size:27px;
	margin-bottom:0px;
	text-align:left;
	color:#000;
}

#sidebar p {
	font-size:12px;
	color:#000;
	margin:0px;
	text-align:left;

}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}


#sidebar ul, #sidebar ul ol  {
	margin: 0;
	padding: 0;
	color: black;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
		color: black;

	}

#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 */


/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
	color: #FFF;
	border-bottom: solid 1px #cdcdcd;
}
h3#respond {
	background: url(images/icons/edit.png) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
	color: #FFF;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}

#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background: #fff;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #999;
}

/* comment list */
.commentlist {
	padding-left: 45px;
}
.commentlist p {
    line-height: 15px;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f8f8f8;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 90%;
	color: #000;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #7e0e0e;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	color: #9b9b9b;
	font-size: 70%;
}
.commentlist small a, .list small a:visited{
	color: #999999;
}

/* WORDPRESS */