/*
Theme Name: Remix

*/



/* BODY */
body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: tahoma;
font-size: 12px;
color: #000000;
}

/* LAYOUT */

#layout {
margin-left: auto;
margin-right: auto;
margin-top: 5%;
width: 677px;
background: #ffffff;
}

#header {
background: #ffffff url(images/header.png);
height: 159px;
}


#blog {
clear: both;
width: 600px;
margin-right: auto;
margin-left: auto;
}

#footer {
border-bottom: 1px solid #6dcff6;
border-top: 1px solid #6dcff6;
margin-top: 2%;
}

/* NAV */
#navcontainer {
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 677px;
background: #f4f4f4;
}

#navlist li
{
display: inline;
list-style-type: none;
padding: 10px;
}

#navlist a
{ color: #363636;
}


#navlist a:hover
{ color: #0076a3;
}
/* TYPOGRAPHY */
.menu {
font-size: 24px;
font-family: verdana;
text-align: center;
}

.bottom {
padding: 1em;
font-size: 9px;
text-align: center;
}

.content {
font-size: 13px;
padding: 1em;
text-align: justify;
}

h2 {
margin-top: 0px;
text-transform: lowercase;
}

h3 {
text-align: right;
font-size: 11px;
margin-bottom: 50px;
text-transform: uppercase;
}

h4 {
margin-bottom: 0px;
}

/* TAGS */
blockquote {
margin: 20px;
padding-left: 10px;
border-left: 5px solid #ebebeb;
font-size: 11px;
color: #0076a3;
}

/* LINKS */
a, a:visited, a:hover {
color: #0076a3;
text-decoration: none;
}

a:hover {
color: #707070;
}

a img {
border: none;
}

/* FORMS */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 25px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform input, textarea {
background: #ffffff;
border: 1px solid #ebebeb;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
