@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #214F73;
	background-image: url(2010images/bluegradientbackground.jpg);
	background-repeat: repeat-y;
}
a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto;
} 
.thrColFixHdr #header {
	background-image: url(2010images/testheader.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 509px;
}
.thrColFixHdr #sidebarnews {
	float: left; /* since this element is floated, a width must be given */
	width: 737px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
}
.thrColFixHdr #mainContent {
	display:inline; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 238px;
} 
.thrColFixHdr #footer {
	background-image: url(2010images/bottomfooter.png);
	font-size: 10px;
	font-weight: bold;
}
.thrColFixHdr#a {
	font-size: 10px;
	font-weight: bold;
	color: #BD6007;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:130px;
	z-index:inherit;
	height: 160px;
	float: left;
	left: 213px;
}
.tagline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	text-align: left;
	line-height: 28px;
}
.style2 {
	color: #B1D3DE
}
.filmcontainer {
	text-align: center;
}
.style3 {
	font-size: 22pt;
	color: #E8DFB5;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
	line-height: 24pt;
}
.style8 {
	font-size: 12pt;
	color: #E8DFB5;
	line-height: 14pt;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
}
.style10 {
	font-size: 9pt;
	padding-left: 0px;
	margin-left: 1px;
	margin-right: 1px;
	color: #E7DEB4;
}
.style11 {
	font-size: 5px
}
.style12 {
	font-size: 7pt;
	font-weight: bold;
	color: #142F37;
	text-align: justify;
}
.style13 {
	font-size: 9pt;
	font-weight: bold;
}
.style14 {
	font-size: 9pt;
	color: #E3E3E3;
	font-weight: bold;
	letter-spacing: 1px;
}
.style15 {
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
.artscommitteecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/bigarts.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.gamescommitteecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/biggames.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.musiccommitteecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/bigmusic.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.filmscommitteecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/bigmedia.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.issuescommitteecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/bigissues.png);
	background-repeat: no-repeat;
	text-align: justify;
}
.eventscommitteecontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/bigevents.png);
	background-repeat: no-repeat;
	text-align: justify;
}
/************************************************
*	Header, Headings, etc.									*
************************************************/

#head{
	text-align: left;
        background-color: #ffffff;
        background-repeat: repeat-x;
        height: 10px;
        width: 100%;
        padding: 0px;
        margin: 0px;
}

#headleft {
        background-repeat: repeat-x;
        height: 10px;
        float: left;
}

#headleft h4{
        font-size: 3.0em;
	color: #000000;
        padding: 0px 0px 0px 265px;
        margin: 10px 0px 0px 0px;
}

#headleft h4 a {
        color: #000000;
}

#desc {
	font-size: 1.6em;
	color: #000000;
	font-style: italic;
        padding: 5px 0px 0px 268px;
}


/*- Main Menu in Header */


ul.menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
        z-index:1;
        top: 20;
	left: 390px;
	width: 105px;
        font-size: 2.3em;
        font-weight: bold;
        text-align: right;
        list-style: none;
        list-style-position:inside;
        line-height: 1.5em;
	}

ul.menu li {
	display: block;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 10px 0px 0px 0px;
	}

ul.menu li a {
	color: #003366;
	margin:0px;
       	}

ul.menu li a:hover {
	color: #0000FF!important;
	text-decoration: none;
       	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #0000FF!important;
	text-decoration: none;
     	}

/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img {
	border:1px;
	border-color: #1A3F5C;
}    



a, a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

h1 {
        font-size: 2.2em;
	color: #00000;
	font-weight: normal;
        margin: 0px;
        padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #0000FF;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #000000;
	font-weight: normal;
}


h5 {
	color: #000000;
        margin: 0px;
	padding: 0px;
        font-size: 1.5em;
        font-variant: small-caps;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Arial', Arial, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content {
        width: 410px;
        float: left;
}

.item {
    padding: 0px 0px 0px 0px;
    margin-bottom: 1.5em;
    color: #000000;  
    border-bottom: 2px dotted #67070D;
}


.item p {
        font-size: 1.6em;
        line-height: 1.3em;	
}

.item p a{
	text-decoration: underline;
}

.item p a:hover{
	color: #67070D;
}

.item img {
	border: 1px dotted #67070D;
        padding: 5px;
        margin: 5px;
        background: #ffffff;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;	
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
        margin-bottom: 18px;
}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.1em;
        margin-bottom: 10px;
}

input{
	font-size: 100%;
}

.metadata{
	font-size: 1.0em;
        line-height: 220%;
        margin-top: 10px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #67070D;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/************************************************
*	Sidebar									*
************************************************/

#secondary {
        width: 336px;
	padding: 0px;
	float: right;
}

#l_sidebar {
	float: none;
	width: 218px;
	padding: 0px 5px 0px 0px;
	}
	
#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #000000;
	}
	
#l_sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
        font-size: 13px;
        list-style-type: none;
        color: #000000;
}

#l_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #000000;
}
#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#l_sidebar ul li a {
	color: #67070D;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	color:#67070D; 
}

#l_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #000000;
        list-style-type: disc;
        list-style-position: outside;
        color: #000000;
}

#l_sidebar ul ul li{
	margin: 0px;
}

#l_sidebar ul ul ul{
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 0px;
        font-size: 13px;
        color: #000000;
        list-style-type: disc;
        list-style-position: outside;
        color: #000000;
}

#l_sidebar ul ul ul li{
	margin: 0px;
}


#r_sidebar {
	float: right;
	width: 166px;
	padding: 0px 5px 20px 15px;
	}

#r_sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        font-size: 13px;
        color: #000000;
        list-style-type: none;
        color: #000000;
}

#r_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #000000;
}
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#r_sidebar ul li a {
	color: #67070D;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color:#67070D; 
}

#r_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #000000;
        list-style-type: disc;
        list-style-position: outside;
        color: #000000;
}

#r_sidebar ul ul li{
	margin: 0px;
}

#r_sidebar ul ul ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        font-size: 13px;
        color: #000000;
        list-style-type: disc;
        list-style-position: outside;
        color: #000000;
}

#r_sidebar ul ul ul li{
	margin: 0px;
}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #000000;
	}
	

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
	background-image:url(images/feedicon.png);
        background-repeat: no-repeat;
	padding-left:20px;
}

.feedarea  a {
       color: #67070D;
}

/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 370px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
        font-size: 1.3em;
}
	
#comment {
    padding: 10px 20px 20px 20px;
    border: 1px solid #cccccc;
    margin-bottom: 3em;
    color: #000000;  
}

   
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #67070D;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.25em;
	padding-left: 0px;
	font-weight: bold;
	color: #000033;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
        font-weight: normal;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	width: 350px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 350px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
        font-size: 1.0em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #67070D;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/************************************************
*	Gravatar									*
************************************************/ 

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}



/************************************************
*	Calendar									*
************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #000000;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #67070D;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer									*
************************************************/


#foot {
        width: 100%; 
        height: 40px;	
        text-align: left;
	margin-top: 20px;
	color: #000000;
        font-size: 1.1em;
}

#foot a:link, #foot a:hover, #foot a:visited{
	color: #67070D;
        text-decoration: underline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
