/*
Theme Name:		Neoclassical
Theme URI:		http://openeducation.net
Description:	A 3-column design with an emphasis on typography and whitespace.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body {
	background: url(images/common/bg_body.jpg) repeat-x;
	color: #333;
	font-size: 80%;
	line-height: 1.5;
}
* {
	padding: 0;
	margin: 0;
}
object, embed {
	position: relative;
	z-index: 0;
}
/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

#container:after, #content_box:after, #nav ul:after, #footer_bottom:after, .navigation:after, #comments:after, dl#comment_list:after, dl#comment_list dd:after, #comment_form:after, #search_form:after, #rotating_image:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*---:[ core layout elements ]:---*/
#container{
	background: url(images/common/bg_container.jpg) repeat-y;
	width: 980px;
	margin: 0 auto;
	padding:0;
}

#page {
	background: url(images/common/bg_page.jpg) no-repeat;
}
#masthead {
	display: none;
	width: 970px;
	margin: 0 0 20px 0;
	text-align: left;
}
#rotating_image {
	margin:0;
	padding:16px 22px 0;
	height:294px;
	position:relative;
}
#flash{position:absolute; top:135px; left:411px;}
#logo a{display:block; width:550px; height:55px; text-indent:-9999px; outline:0; background: url(images/common/logo.jpg) no-repeat;}

#content_box {
	width: 970px;
	margin:0 auto;
	text-align: left;
	overflow: hidden;
}
.tb_compare01 ,. tb_compare01 td, .tb_compare01 th{
        border: solid 1px;
        border-collapse: collapse;
        padding:5px;
}
.tb_compare01 th{
        background:#FFcccc;}

#left_box {
	width: 700px;
	float: left;
}
#content {
	width: 510px;
	float: right;
	padding-top:10px;
}
#content_inner {
	width: 100%;
	padding-bottom:40px;
}

#footer {
	width: 100%;
	padding: 10px 0 20px;
	background:#590000 url(images/common/bg_footer.jpg) center top repeat-y;
}
/*Right SideBar
--------------------------------------------------------------*/
#right_bar {
	width:250px;
	padding:10px 10px 0 0;
	float:right;
	overflow:hidden;
	font-size:0.9em;
}
#right_bar dt.inimg{
	position:relative;
	height:30px;
}
#right_bar dt.inimg img{
	position:absolute;
	top:0;
	left:0;
}
#right_bar dd#calen{
	background: url(images/home/bg_calen.jpg) center bottom no-repeat;
	margin-bottom:1em;
	padding:10px 5px;
}
#right_bar dd#movie{
	background: url(images/home/bg_movie.jpg) center bottom no-repeat;
	margin-bottom:1em;
	padding:10px 5px;
}

#right_bar .admission_menu a{ 
	display :block;
	background: #FFFF66;
	width: 230px;
	padding: 10px;
	text-align:center;
	margin: 5px 0;
	border: solid 1px ##FFCC00;
	font-size: 125%;
	color: #c00;
}
#right_bar .admission_menu a:hover{ 
	background: #c00;
	color: #fff;
}


/*---:[ headlines ]:---*/

h1, h2, h3, h4, h5 {
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	clear: both;
}
h1 {
	font-size: 1.8em;
	line-height: 1.11111em;
	padding: 0 10px;
	color: #111;
}
.archives h1 {
	font-size: 1.1em;
	line-height: 1.81818em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 1.81818em 0;
	padding: 0.36364em 10px 0.36364em 10px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
.page h1 {
	margin: 0 0 1.11111em 0;
}
h2 {
	font-size: 1.6em;
	color: #FFF;
	border-left:7px solid #550;
	padding:7px 0 5px 17px;
	margin-bottom:0.5em;
	background: url('images/common/bg_h_type1.jpg') right top no-repeat;
}
h2 span{font-size:0.6em; margin-left:1em; padding:0 1em; border-left:1px solid #FFF;}

h2 a, h2 a:visited {
	color: #333;
}
h2 a:hover {
	color: #237fa1;
	text-decoration: none;
}

.sidebar h2 {
	font-size: 0.83333em;
	margin: 0 0 0.9em 0;
	line-height: 1.9em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}
h3 {
	font-size: 1.4em;
	color: #999;
	padding: 20px 0 10px;
}
.format_text h3 {
	margin: 1.875em 0 0.625em 0;
}
.format_text h3.top {
	margin: 0 0 0.625em 0 !important;
}
h4 {
	font-size: 1.2em;
	margin-bottom:1em;
	font-weight:bold;
}
/*---:[ global elements ]:---*/

hr {
	display: none;
}
a, a:visited {
	color: #237fa1;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 0 1.53846em 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #eee;
}
abbr, acronym {
	font-size: 0.84615em;
	border-bottom: 1px dotted #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.0em;
	cursor: help;
}
sub, sup {
	line-height: 1.0em;
}
code {
	font: 0.92308em Consolas, "Andale Mono", Courier, "Courier New";
	color: #050;
}
pre {
	margin: 0 0 1.66667em 0;
	padding: 0.75em;
	font: 0.92308em/1.66667em Consolas, "Andale Mono", Courier, "Courier New";
	background: #eee;
	border: 1px solid #ddd;
	overflow: auto;
	clear: both;
}
p.center {
	text-align: center !important;
}
p.bottom {
	margin: 0 !important;
}
p.unstyled {
	padding: 0 20px;
	font-size: 1.3em;
}
/*---:[ #masthead styles ]:---*/

#masthead #rss_subscribe {
	width: 40px;
	height: 40px;
	float: right;
}
#masthead #rss_subscribe a {
	display: block;
	width: 40px;
	height: 40px;
	background: url('images/icon_rss.gif') no-repeat;
	text-indent: -9999px;
	outline: none;
}
#masthead #logo {
	font: bold 3.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#masthead #logo a, #masthead #logo a:visited {
	color: #111;
}
#masthead #logo a:hover {
	color: #237fa1;
	text-decoration: none;
}
#masthead h1, #masthead #tagline {
	font: normal 1.4em/1.42857em Verdana, serif;
	padding: 0;
	color: #999;
	text-align: left;
}
/*---:[ content styles ]:---*/

.post_author {
	float:left;
	font-size: 1.2em;
	line-height: 1.66667em;
	margin: 1em 0 1.5em 0;
	padding: 0 10px;
	color: #999;
}
.post_author a, .post_author a:visited {
	color: #999;
	text-decoration: none;
}
.post_author a:hover {
	color: #999;
	text-decoration: underline;
}
.format_text {
	/*font-size: 1.3em;*/
	line-height: 1.5em;
	padding: 1.5em 1em 1em;
}
.format_text a {
	text-decoration: underline;
}
.format_text a:visited {
	color: #333;
	background: #e8e8e8;
	text-decoration: none;
}
.format_text a:hover {
	text-decoration: underline;
}
.format_text blockquote {
}
.format_text blockquote.right {
	width: 180px;
	font-size: 1.2308em;
	line-height: 1.25em;
	margin: 0 0 0 10px;
	padding: 0.4375em 0 0.4375em 10px;
	border: none;
	float: right;
}
.format_text blockquote.left {
	width: 180px;
	font-size: 1.2308em;
	line-height: 1.25em;
	margin: 0 10px 0 0;
	padding: 0.4375em 10px 0.4375em 0;
	background: none;
	border: none;
	float: left;
}
.format_text blockquote.right p, .format_text blockquote.left p {
	margin: 0 !important;
}
.format_text p {
	margin: 0 0 1.53846em 0;
}
.format_text p.note {
	padding: 0.76923em 10px;
	background: #ffffa0;
	border: 1px solid #d3d35d;
}
.format_text ul {
	list-style: none;
	margin: 0 0 1.53846em 0;
}
.format_text ol {
	margin: 0 0 1.53846em 20px;
}
.format_text li {
}
.format_text ul li {
	padding: 0 0 0 14px;
	background: url('images/bullet_text.gif') 0 0.38462em no-repeat;
}
.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol {
	margin: 0 0 0 10px;
}
.format_text li code {
	line-height: inherit;
} /* This is basically a Safari hack :( */
.format_text dl {
	margin: 0 0 1.53846em 0;
}
.format_text dt {
	font-weight: bold;
}
.format_text dd {
	margin: 0 0 1.53846em 1.53846em;
}
.format_text .ad {
	margin: 0 0 0 10px;
	float: right;
	clear: right;
}
.format_text .ad_left {
	margin: 0 10px 0 0;
	float: left;
	clear: left;
}
.format_text img {
}
.format_text img.left {
	margin: 0 10px 1.53846em 0;
	float: left;
	clear: left;
}
.format_text img.right {
	margin: 0 0 1.53846em 10px;
	float: right;
	clear: right;
}
.format_text img.center {
	display: block;
	margin: 0 auto 1.53846em auto;
	float: none;
	clear: both;
}
.format_text img.block {
	display: block;
	margin: 0 auto 1.53846em 0;
	float: none;
	clear: both;
}
.format_text img.frame {
	padding: 9px;
	border: 1px solid #ddd;
	background: #eee;
}
.format_text img.stack {
	clear: none !important;
}
.to_comments {
	margin: 0 0 1.81818em 0;
	padding: 0 10px;
	font: normal 1.1em/1.81818em Verdana, serif;
	color: #999;
	clear: both;
}
.to_comments .date {
	padding: 0 0 0 14px;
	background: url('images/icon_date.gif') 0 50% no-repeat;
}
.to_comments .filed {
	padding: 0 0 0 14px;
	background: url('images/icon_filed.gif') 0 50% no-repeat;
}
.to_comments .num_comments {
	padding: 0 0 0 14px;
	background: url('images/icon_comment.gif') 0 50% no-repeat;
}
.navigation {
	width: 502px;
	padding: 3px 19px;
	background: #efefef;
	border-top: 1px solid #ddd;
	font-size: 1.3em;
	line-height: 1.53846em;
	clear: both;
	margin: 0 auto;
}
.navigation p {
	text-align: right;
}
.older {
	padding: 0 20px 0 0;
	float: left;
}
.previous {
	text-align: left;
}
/*---:[ sidebar styles ]:---*/

ul.sidebar_list {
	list-style: none inside;	
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 170px;
	font: normal 1.2em/1.33333em Verdana, serif;
	float: left;
	border:1px solid #B8B89A;
	background-color:#F7F7F2;
}

#calendar_wrap {
	width: 182px;
	margin: 0 0 0.83333em 0;
	padding: 0 8px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table#wp-calendar {
	width: 182px;
	border-collapse: collapse;
}
table#wp-calendar caption {
	font-weight: normal;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #e5e5e5;
	border-bottom: 1px dotted #ddd;
}
table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	background: #f2f2f2;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
table#wp-calendar td {
	width: 26px;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 78px;
	font-size: 0.83333em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*---:[ search widget ]:---*/

			#search {
	padding: 0.83333em 0;
	border: 1px dotted #ddd;
	border-width: 1px 0;
	text-align: right;
}
#search #s {
	width: 184px;
	padding: 2px;
	color: #333;
	background: #f2f2f2;
	font: normal 0.91667em Verdana, sans-serif;
	border: 1px solid #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
	text-align: left;
}
#search #s:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#search input[type="submit"] {
	margin: 0.25em 0 0 0;
	padding: 2px 3px;
	color: #333;
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	background: url('images/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
}
#search input[type="submit"]:hover {
	color: #237fa1;
}
/*---:[ default search form styles ]:---*/

			#search_form {
}
#search_form .search_input {
	width: 184px;
	padding: 2px;
	color: #333;
	background: #f2f2f2;
	font: normal 0.91667em Verdana, sans-serif;
	border: 1px solid #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
}
#search_form .search_input:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
/*---:[ footer styles ]:---*/

#footer p {
	width:950px;
	margin:0 auto;
	color: #FFF;
	text-align: right;
	line-height:1.2;
	font-size: 1em;
}
#footer a, #footer a:visited {
	color: #999;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
/*---:[ comment styles ]:---*/

#comments {
	width: 463px;
	margin: 4.0em 0 2.0em 0;
}
.comments_intro {
	padding: 0 20px;
	font: normal 1.2em/1.66667em Verdana, sans-serif;
	border-bottom: 1px dotted #bbb;
}
.comments_intro span {
	padding: 0 0 0 14px;
	background: url('images/icon_comment.gif') 0 50% no-repeat;
}
dl#comment_list {
	margin: 0 0 3.0em 0;
}
dl#comment_list dt.comment {
	width: 445px;
	padding: 1.42857em 9px 0.71429em 9px;
	background: #f8f8f8;
	font-size: 1.4em;
	line-height: 1.42857em;
}
.comment_num {
	padding: 0 0 0 20px;
	font: bold 0.85714em/1.66667em Verdana, sans-serif;
	float: right;
}
.comment_num a, .comment_num a:visited {
	color: #999;
	text-decoration: none;
}
.comment_num a:hover {
	color: #237fa1;
	text-decoration: none;
}
.comment_time {
	font: normal 0.78571em Verdana, sans-serif;
	color: #999;
}
dl#comment_list dd.comment {
	width: 445px;
	padding: 0 9px 0.8em 9px;
	background: #f8f8f8;
	border-bottom: 1px dotted #bbb;
}
dl#comment_list dt.alt, dl#comment_list dd.alt {
	background: #fff;
}
dl#comment_list dt.author, dl#comment_list dd.author {
	background: #e7f8fb !important;
}
.comment .format_text {
	padding: 0 10px;
}
.comment a.comment_link, .comment a.comment_link:visited {
	font-style: italic;
	font-weight: bold;
	color: #333;
	background: none;
	text-decoration: none;
}
.comment a.comment_link:hover {
	color: #333;
	text-decoration: underline;
}
/*---:[ comment form styles ]:---*/

#respond {
	margin: 0 0 0.83333em 0;
	padding: 0 20px;
	border-bottom: 1px dotted #ddd;
	font: normal 1.2em/1.66667em Verdana, sans-serif;
}
#respond span {
	padding: 0 0 0 14px;
	background: url('images/icon_leave_comment.gif') 0 50% no-repeat;
}
#comment_form {
	width: 425px;
	padding: 0 19px;
}
#comment_form p {
	padding: 0.69231em 0 0.76923em 0;
	font-size: 1.3em;
	line-height: 1.53846em;
}
#comment_form p.submit_p {
	padding-bottom: 1.30769em;
}
#comment_form label {
	padding: 0 0 0 10px;
}
#comment_form .text_input {
	width: 206px;
	padding: 2px;
	color: #333;
	font: normal 1.0em Georgia, "Times New Roman", Times, serif;
	background: #f2f2f2;
	border: 1px solid #aaa;
	border-right-color: #eee;
	border-bottom-color: #eee;
}
#comment_form .text_input:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#comment_form .text_area {
	width: 419px !important;
	height: 6.15385em;
	line-height: 1.53846em;
}
#comment_form .form_submit {
	padding: 0.35714em 4px;
	background: url('images/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: #333;
	font: bold 1.07692em Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
#comment_form .form_submit:hover {
	color: #237fa1;
}
#comment_form p.subscribe-to-comments {
	font-size: 1.3em;
}
#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}


/*Left SideBar
--------------------------------------------------------------*/
#left_bar{
	width: 180px;
	float: left;
	padding-top:60px;
}
#left_bar img{vertical-align: bottom;}

div.sidebar_list{padding:4px;}
div.sidebar_list:after{height:0;visibility:hidden;content: ".";display:block;clear:both;}

ul#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.2em;
	z-index:3;
	width:170px;
	/* width:100%; */
	/* background: #FC6; */
	font-weight:bold;
}
ul#dropmenu{background:url('images/common/bg_nav_bottom.jpg') center bottom no-repeat; padding-bottom:50px;}
#dropmenu2{
	display: none;
}

ul#dropmenu li a {
	display:block;
	text-decoration:none;
	width:100%;
	height:50px;
	background:url('images/common/nav.jpg') no-repeat;
	text-indent:-9999px;
	/* padding:0 1em; */
	/* color:#686868; */
	/* border-right:1px solid #c8c8c8; */
	/* background:#fff; */
}

ul#dropmenu ul a:hover {
	background:#888;
	color:#fff;
}
ul#dropmenu li {
	/*float:left;*/
	position:relative;
}
ul#dropmenu ul {
	position: absolute;
	display:none;
	width:200px;
	top: 0px;
	left: 170px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
ul#dropmenu ul li{
	width:180px;
	position: relative;
	z-index: 3;
}
ul#dropmenu ul li:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul#dropmenu ul a {
	/* border-left:1px solid #c8c8c8; */
}
#dropmenu li ul {
	border-top:1px solid #c8c8c8;
	/* width:14.1em; */
}
#dropmenu li ul a {
	padding:0.7em 10px;
	height:auto;
	float:left;
	border-bottom:1px solid #c8c8c8;
	text-indent:0;
	background:none;
	background-color:#FFF;
	position: relative;
	z-index: 3;
}
#dropmenu ul ul {
	top:0;
	left: 200px;
}
/*
#dropmenu li ul ul {
	left:12em;
	margin:0 0 0 0;
}*/

/*IE6*/
* html ul#dropmenu li{
    display:inline;
    zoom:1;
}
* html #dropmenu ul{
    zoom:1;
    /* position:relative; */
}
/*IE7*/
*+html ul#dropmenu li{
    /* display:inline; */
    line-height:0;
}
*+html #dropmenu ul{
    /* position:relative; */
}
*+html ul#dropmenu li a{
    line-height:normal;
}
*+html ul#dropmenu li ul li{
    display:inline;
    zoom:1;
}




#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

/* * html #dropmenu ul { line-height: 0; } */ /* IE6 "fix" */
/* #dropmenu ul { zoom: 1; } */ /* IE6/7 fix */
/* * html #dropmenu ul li  { margin-bottom: -3px; } */ /* IE6?n?b?N */
/* *:first-child+html #dropmenu ul li  { margin-bottom: -4px; } *//*IE7?n?b?N */

/* Home
--------------------------------------------------------------*/
dl#information{line-height:1.5em; margin-bottom:3em;}
dl#information dt{width:9em; padding-left:1em;}
dl#information dd{padding:0 1em 0.5em 10.5em; margin:-1.5em 0 0.5em 0; border-bottom:1px solid #CCC;}

/* Common(entry)
--------------------------------------------------------------*/
.entry p{margin-bottom:1.5em;}
.entry ul,
.entry ol{padding-left:2em; margin-bottom:1.5em;}
.entry ul{list-style-type:none;}
.entry ul li{margin-bottom:1em;}

.entry ol li{padding:0 0 0.7em}
.entry ol li ul{padding:0; margin:0;}
.entry ol li ul li{padding:0; margin:0;}

.entry dl dd{padding-bottom:1em;}


.entry ul.disc{list-style-type:disc;}

.entry .alignleft{ float: left; padding: 5px; }
.entry .alignright{ float: right; padding: 5px; }
.entry .aligncenter{ margin: 0 auto; padding: 5px; }

/* default table */
.entry table{width:100%; text-align:left; margin-bottom:1em; border-collapse:collapse;}
.entry table th,
.entry table td{
	border:1px solid #CCC;
	vertical-align:top;
	font-weight:normal;
	padding:0.2em 1em;
}
.entry table th{
	text-align:center;
	background-color:#DDD;
}
/* no_border table */
.entry table.noborder{border:none;}
.entry table.noborder th,
.entry table.noborder td{
	border:none;
}

/* calendar table */
.entry table.calendar_cover td{padding:5px;}
.entry table.calendar_cover table th,
.entry table.calendar_cover table td{padding:5px 0;}

.entry table.calendar{text-align:center; font-size:0.9em;}
.entry table.calendar th,
.entry table.calendar td{
	border:1px solid #999;
}
.entry table.calendar th{background-color:#DDD;}

/* type1 table */
.entry table.type1 td{text-align:center;}

table.type0{width:100%; margin-bottom:1.5em;}
table.type0 th,
table.type0 td{padding:0.5em 1em;}
table.type0 th, table.type0 td{border:1px solid #CCC;}
table.type0 th {background-color:#F0F0F0;}


.entry table.history th{
	width: 120px;
}


/* Posts
--------------------------------------------------------------*/
#post-59 h4{padding-top:0.5em; margin-bottom:1em; border-top:1px dotted #CCC;}

/* Archives
--------------------------------------------------------------*/
.archives .post{width:740px; padding:0 10px 0; margin:0 auto 1.5em;}
.archives .line{padding-top:1em; border-top:1px dotted #666;}
.archives dl.custom_list{line-height:1.5em;}
.archives dl.custom_list dt{width:15em;}
.archives dl.custom_list dd{margin:-1.5em 0 1em 16em;}

