/*  
Theme Name: Grey n Blue
Description: A clean, sleek layout.
Author: Ethan Ellis
Author URI: http://thatwindow.net/
*/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #242424;
	font-size: 12px;
	color: #7a7a7a;
	font-family: Arial;
}

a, a:visited {
    color: #a6a6a6;
	text-decoration: underline;
}

img {
    border: none;
}

#wrapper {
    width: 900px;
	margin: auto;
	margin-top: 110px;
}

#nav {
    width: 620px;
	height: 30px;
	background-image: url(images/border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	float: right;
	padding-top: 15px;
}

#nav li {
    display: inline;
}

#nav a, a:visited {
    color: #d0d0cf;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-right: 20px;
}


#left {
    width: 280px;
	float: left;
	margin-top: 45px;
}

#logo {
    width: 280px;
	height: 155px;
	background-color: #272727;
} 

.sidebar {
    width: 240px;
	background-color: #404040;
        background-image: url(images/sidebar_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 0px 20px 20px 20px;
	margin-top: 15px;
} 

.sidebarfooter {
    width: 280px;
	height: 5px;
	background-image:url(images/sidebar_bottom.gif);
}

#right {
    width: 620px;
	float: left;
	background-color: #2e2e2e;
	padding-bottom: 20px;
} 

.blogpost {
    width: 580px;
	padding: 0px 20px;
	margin-top: 15px;
} 

.blogtitle {
    height: 35px;
	background-image: url(images/title_border1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-top: 5px;
	display: block
}

.blogtitle a, a:visited {
    color: #a6a6a6;
	text-decoration: none;
        font-size: 12px;
        font-weight: normal;
}

.sidebartitle {
    height: 35px;
	background-image: url(images/title_border2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-top: 5px;
	display: block
} 

#footer {
    width: 580px;
	height: 30px;
	float: right;
	background-color: #000;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	padding: 20px;
	padding-top:30px;
	color: #a5a5a5;
	margin-bottom: 70px;
}

h1 {
    color: #a6a6a6;
	font-size: 14px;
}

h2 {
    color: #cacac8;
	font-size: 16px;
}

p {
    margin: 0px 0px 10px 0px;
}

.hr {
    width: 580px;
	height: 10px;
	background-image: url(images/post_footer.gif);
	background-repeat: repeat-x;
	margin: auto;
	margin-top: 20px;
	border: none;
}

ul {
    margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	display: list-item;
}

li a, a:visited {
    color: #a7a7a7;
	text-decoration: none;
	font-weight: normal;
}

li a:hover {
    text-decoration: underline;
}

.comments {
    width: 540px;
        margin: auto;
        background-color: #373737;
        background-image: url(images/border.gif);
        background-repeat: repeat-x;
        padding: 20px;
        margin-top: 20px;
}

.newcomment {
        width: 520px;
        background-color: #3e3e3e;
        padding: 10px;
        margin-bottom: 10px;
        margin-left: -40px;
}


input {
    width: 268px;
        height: 20px;
        border: 1px solid #515151;
        background-color: #404040;
        color: #6b6b6b;
}

textarea {
    width: 518px;
        height: 70px;
        border: 1px solid #515151;
        background-color: #404040;
        color: #6b6b6b;
        padding: 15px 10px;
}

#submit {
   width: 100px;
        height: 30px;
        color: #7a7a7a;
        background-image: url(images/button.jpg);
        background-repeat: no-repeat;
        border: none;
}
        

