/*
Theme Name: MillEndCC
Theme URI: 
Description:
Version: 1.0
Author: Freemen Tang
Author URl:
*/
@charset "utf-8";
/* CSS Document */

/* MY CODE START */
body {
	background: url("images/bg.gif") repeat-x #dbe9f6;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #000066;
	list-style-type: none;
}
img {border-style: none;}
.topNav {
	height: 40px;
	width: 900px;
	margin: auto;

}
.topNav #topNav_link1 a {
	height: 28px;
	padding-top: 12px;
	width: 92px;
	display: block;
	text-align: center;
	font-size: small;
	margin-right: 5px;
	float: left;
	background-image: url(images/topbar.gif);
}
.topNav #topNav_link1 a:hover {
	color: #0099FF;
}
.topNav #topNav_link2 a {
	height: 28px;
	padding-top: 12px;
	width: 200px;
	display: block;
	text-align: center;
	font-size: small;
	margin-right: 5px;
	float: left;
	background-image: url(images/topbarlong.gif);
	color: #FF0000;
}
.topNav #topNav_link2 a:hover {
	color: #0099FF;
}
.topNav #topNav_link3 {
	height: 35px;
	width: 109px;
	display: block;
	text-align: center;
	font-size: small;
	float: right;
}
.banner {
	height: 100px;
	width: 900px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
}
.sideNav {
	position: relative;
	height: auto;
	width: 223px;
	margin: auto;
	float: right;
}
.wrapper {
	width: 900px;
	margin: auto;
	margin-top: 15px;
}
.wrapper .sideNav #topwrap {
	height: 4px;
	background-image: url("images/navbartop.gif");
	padding-top: 6px;
}
.navbar{
	width: 223px;
	height: auto;
	background-image: url("images/navbar.gif");
	background-repeat: repeat-y;
}
.navbarfooter {
	width: 223px;
	height: 10px;
	background: url("images/navbarbottom.gif") no-repeat;
}
.maincontent {
	width: 645px;
	float: left;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.maincontenttop {
	width: 675px;
	height: 7px;
	background: url("images/contenttop.gif") no-repeat;
	float: left;
}
.maincontentbottom {
	width: 675px;
	height: 8px;
	background: url("images/contentbottom.gif") no-repeat;
	float: left;
}
.footer {
	height: 26px;
	padding-top: 13px;
	background: url("images/footer.gif") repeat-x;
	font-size: x-small;
  }
/* MY CODE END */
#menu {
	position: relative;
}

#menu form {
}

#menu input#s {
	width: 90%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #000000;
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

#menu ul li {
	padding-bottom: 2px;
}

#menu ul ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	padding-left: 10px;
	height: 25px;
	display: block;
	font-size: medium;
	font-weight: normal;
}

#menu ul ul li a {
	color: #000066;
	text-decoration: none;
}

#menu ul ul li a:hover {
	color: #0099FF;
	text-decoration: underline;
}

#menu ul ul ul.children {
	padding-left: 10px;
	font-size: medium;
}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	}
.sticky h2 {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	line-height: 1.5px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post1 {
	background-color: #F7F7F7;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
}
