/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #333;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.3em;
	}

.narrowcolumn .entry {line-height: 1.4em;margin:15px 0 0 15px;}
.notnarrowcolumn .entry {line-height: 1.4em;margin:15px 0 0 15px;}
	
.postmetadata
{
	font-size:1em;
text-align: center;
}
.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}


#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	text-align: left;
	}

h2 {
	font-size: 1.2em;
	}
	
.box h2 {
	font-size: 1.2em;
}

h2.pagetitle {
	font-size: 1.2em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .slogan{
	text-decoration: none;
	color: #CA3939;
	}
.slogan {
	text-align: center;
	font-size: 1.2em;
}

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

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;
	}

#sidebar, #sidebar_right {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.calendar table {
	font-size: small;
}

.calendar a {
	text-decoration: none;
	}

.calendar caption {
	font: bold small 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
.calendar caption a {
	display: inline;
}

.calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding:	0;
	width: 800px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;

	height: 247px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 246px;
	width: 100%;
	}

.narrowcolumn {padding: 0 0 0px 0px;margin-left: 186px;width: 605px;}
.notnarrowcolumn {padding: 0 0 0px 0px;margin-left: 186px;width: 428px;}
	
.node {
	margin: 20 0 40px;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
#footer {
	padding: 20px 40px;
	margin: 20px auto;
	margin-left: 0px; 
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
	}

h2 {
	margin: 5px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2,#sidebar_right h2  {
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 12px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
dl dt {
	font-weight: bolder;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
font-size:1em;
text-align:center;}
	
#sidebar ul, #sidebar ul ol, #sidebar_right ul, #sidebar ul ol{
	margin: 0;
	padding: 0;
	}
#sidebar .item-list ul li, #sidebar_right .item-list ul li {
	list-style: none;
}

#sidebar .block, #sidebar_right .block {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}

/*#sidebar .block p,#sidebar_right .block p {
	margin: 1px 0 8px;
	}
*/
#sidebar .block ul, #sidebar .block ol,#sidebar_right .block ul, #sidebar_right .block ol  {
	margin: 2px 0 0 10px;
	}

#sidebar .block ul ul, #sidebar .block ol,#sidebar_right .block ul ul, #sidebar_right .block ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar .block ol li,#sidebar_right .block ol li {
	list-style: decimal outside;
	}

#sidebar .block ul li, #sidebar .block ol li,#sidebar_right .block ul li, #sidebar_right .block ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar .block-user .menu ul li:before,#sidebar_right .block-user .menu ul li:before {
	content: "";
	}
/*Curved conors*/
#sidebar .block h2 {margin:0; font-size:1.2em; padding:0 10px 5px 10px;height:23px;border-bottom:1px solid #858585;}
#sidebar_right .block h2 {margin:0; font-size:1.2em; padding:0 10px 5px 10px;height:23px;border-bottom:1px solid #858585;}
#content h2 {margin:0; font-size:1em; padding:0 10px 5px 10px;height:23px;border-bottom:1px solid #858585;}
#sidebar .block {padding-bottom:10px;}
#sidebar_right .block {padding-bottom:10px;}
#content .narrowcolumn {padding-bottom:10px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #858585; border-right:1px solid #858585;}
.xb1 {margin:0 5px; background:#858585;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; border:0 solid #858585; border-width:0 1px; height:auto;font-size:1.1em;  }
* html .xboxcontent {height:1px;}
.color_bi {background-image:url(images/tbg.gif); background-repeat:repeat-x;font-size:0.9em;}
.color_bt {background:#7299D1;}
.color_ri {background-image:url(images/tbg2.gif); background-repeat:repeat-x;font-size:0.9em;}
.color_rt {background:#CA3939;}
/* Begin Form Elements */

.form-item input.form-text,
.form-item textarea.textarea {
	width: 100%;
	padding: 0;
}
.form-item select {
	width: auto;
}
.box .form-item select {
	font-size: 0.8em;
}
.user-login-block .form-item input {
	width: auto;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#searchform #s {
	width: 100px;
	padding: 2px;
	margin: 0;
	}

#searchform #searchsubmit {
	padding: 1px;
	margin: 0;
	}

/* End Form Elements */


/* Begin Comments*/
.comment {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	padding: 10px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.comment cite {
	font-style: normal;
	font-weight: bolder;
}
.comment cite a {
	font-size: 1.1em;
}


/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	float: left;
	margin-left: 0px;
	width: 180px;
	}
#sidebar_right
{
position:absolute;
top:260px;
padding: 0px 0px 0px 0px;
margin-left: 620px;
display:block;
width: 180px;

}
#sidebar form, #sidebar_right form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
.calendar table {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

.calendar a {
	display: block;
	}

.calendar caption {
	text-align: center;
	width: 100%;
	margin-top: 1em;
	}

.calendar td, .calendar th {
	padding: 3px 0;
	text-align: center;
	border: none;
	}

.calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	float: right;
	margin-top: 2em;
	}
/* End Various Tags & Classes*/

/* Drupal Elements */

.messages, #mission {
	margin: 3em 0 3em 0;
}

#primarylink {
	display: block;
	margin: -28px 0 0 -1px;
	padding:5px;
	width: 468px;
	text-align: left;
	font-weight: bold;
	font-size:1.4em;

	background: url(images/top-menu.png) no-repeat;
	
}
#primarylink li {
	list-style: none;
	display: inline;
	margin: 0 2em;

	}
#primarylink li a {
	color: #495B63;
	text-transform: capitalize;}
	
}
#primarylink :hover {
	text-decoration: none;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: -0.1em;
}
th { letter-spacing: normal ! important; }
table strong { letter-spacing: normal ! important; }
.node table {
	font-size: 1em;
	letter-spacing: normal;
}
	
/* Images */
/*	body	 	{ background: url(images/kubrickbgcolor.jpg); }*/
/*	#page		{ background: url(images/kubrickbg.jpg) repeat-y top; border: none; }*/
	#header 	{ background: url(images/index.jpg) no-repeat top center; }
	#footer 	{ background: url(images/botbg.gif) repeat-x; font-size:10px; color: #4D4945; font-weight:bold}}
			
			
/*	Because the template is slightly different, size-wise, with images, this needs to be set here
	If you don't want to use the template's images, you can also delete the following two lines. */
			
	#header 	{ margin: 0 !important; margin: 0 0 0 0px; padding: 1px; height: 237px; width: 800px; }
	#headerimg 	{ margin: 0px 0px 0; height: 237px; width: 800px; } 
/* END IMAGE CSS */
		

/* 	To ease the insertion of a personal header image, I have done it in such a way,
		that you simply drop in an image called 'personalheader.jpg' into your /images/
		directory. Dimensions should be at least 760px x 200px. Anything above that will
		get cropped off of the image. */
		
/*	#headerimg 	{ background: url(images/personalheader.jpg) no-repeat top;} */		

.content {
margin-left:15px;
margin-right:5px;
}
.links 
{font-size:0.8em;
text-align:right
padding-left:25px}
#block-block-3 .content {margin:0; padding:0;left:0;}
#block-block-5 .content {margin:0; padding:0;left:0;}