/*  
Theme Name: missgee.net
Theme URI: http://www.missgee.net
Description: Missgees Photography Theme
Version: 1.0
Author: Gee Greenslade
Author URI: http://www.missgee.net/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	color: #565656;
	background-attachment: fixed;
	background-color: #323232;
	background-image: url(http://www.missgee.net/images/bgr.jpg);
	background-repeat: repeat;
}


a:link, a:visited{
	text-decoration: underline;
	color: #787878;
}

a:hover{
text-decoration: none;
color:#CCCCCC;
}

p{
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
}

#wrapper { 
	width: 902px;
	margin: 0 auto;
	text-align: left;
} 



#logodiv {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 0px;
}


#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	letter-spacing: 2pt;
	text-transform: uppercase;
	margin-left: 250px;
	padding-top: 85px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}
	
#menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }

#menu li {display: inline; padding: 4px 4px 4px 4px;}

#menu a {
	text-decoration:none;
}



#container{
	float: left;
	width: 900px;

}



#footer{
	clear: both;
	margin-left: auto;
        margin-right: auto;
margin-bottom: 0px;	
width: 900px;
	padding: 0px 0 0 0;

}

#footer p {
line-height: 18px;
}

li {
list-style-type:none;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding: 0 0 10px 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.post{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.post h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

.entry{
line-height: 18px;
padding-bottom: 30px;
}

p.postmetadata{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}




.thumbmenu {
margin: 0px;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}
