
/* Theme */
/* general page elements */

a
{
	text-decoration: none;
	
}

a:link { color: #000;text-decoration:underline;}
a:visited { color: #000;text-decoration:underline; }
a:hover { color: #000;text-decoration:none; }
a:active { color: #000;text-decoration:underline; }


/* layout */

body {
    background-color: #2D2D2D;
    background-image: url("images/news_repeat.gif");
    background-position: 0 37px;
    background-repeat: repeat-x;
    color: #333333;
    font-family: 'Trebuchet MS',Verdana,sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    text-align: center;
}

#container { margin-left: auto;margin-right: auto;position: static; 
		}

#container-inner
{
	position: static;
	border: 0;
	background: transparent;
}


#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */

	#banner
	{
		height: 100px;
		width: 850px;
		background-image: url("images/news_logo3.gif");
		background-position: -50px 0px;
		background-repeat: no-repeat;
		text-align: left;
		z-index:50;
		
	}

	#banner-inner { overflow: visible; padding: 0; }

	#banner-header
	{
		position: absolute;
		/*margin-left: 690px;*/
		top: 0px;
		background: transparent;
		font-family: 'Trebuchet MS', Verdana, sans-serif;
		font-weight: normal;
		font-size: 11px;
		z-index:52;
		
	}

	#banner-header a
	{
		display: inline;
		left: 0;
		top: 0;
		height: 24px;
		/*text-indent: -1000em;*/
	}

	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		/*text-indent: -1000em;*/
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 850px;
}




/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0;text-align:left; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: bold;
}

.entry-header a:link { color: #000000; }
.entry-header a:visited { color: #000000; }
.entry-header a:hover { color: #000000; }
.entry-header a:active { color: #000000; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;
}

img
{
	border: 0;
}


/* modules */





.module-content
{
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;/*color: #999999;*/
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align:left;
	width: 175px;
}

.module-list { margin: 0; padding:0; }
.module-list-item { margin: 0px 0;padding:0; }
.typelist-thumbnailed .module-list-item { margin: 0px 0; }

.module img,
.module-photo img
{
	border: 5px solid #FFFFFF;
}

.module-photo .module-content
{
	text-align: center;
	width: 215px;
	border:0px solid;
}

.module-powered { text-align: left; }

.module-header, .widgettitle
{
	color: #CED3D6;/*color: #999999;*/
	font-family: arial;
	font-size: 12px;
	border-bottom: 1px solid #757575;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 3px 0px;
	letter-spacing: .1em;
}


li.widget, .widget, #alpha-inner ul li, #alpha-inner ul  {
	margin:0px;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.module-categories{
	width:100%;
}




/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 850px;
	}

	.layout-two-column-left #alpha
	{
		width: 245px;
		background-color:#666666;
		
		
	}

	.layout-two-column-left #alpha-inner
	{
		padding: 15px 14px 15px 15px;
		background-color:#666666;
	}

	.layout-two-column-left #beta
	{
					width: 599px;
					min-height:1000px;height:auto !important;height:1000px;
					position:relative;
					float:right;
					text-align:left;
					border-left: 1px solid #CCCCCC;
					border-top: 1px solid #CCCCCC;
					border-right: 1px solid #CCCCCC;
					border-bottom: 1px solid #CCCCCC;
					overflow:visible;
		
	}

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	font-size:12px;
	border-top: 0px solid #999999;
	
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/********* WP STYLES ************/

.navigation{font-size:1.3em;height:30px;}

/*	MISC */
.postmetadata {
	color: #777;
	text-align: center;
	border-top: 1px dotted #999999;
	font-size: 11px;
	
	}
/*	END MISC */
	
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}
	
.post h2 a:link,.post h2 a:active {
	color: #000;text-decoration:none;
	}
	
.post h2 a:link { color: #444;text-decoration:none; }
.post h2 a:visited { color: #444;text-decoration:none; }
.post h2 a:hover { color: #444;text-decoration:underline; }

#banner-header a:link,.navigation a:link { color: #AAA;text-decoration:none; }
#banner-header a:visited,.navigation a:visited{ color: #AAA;text-decoration:none; }
#banner-header a:hover,.navigation a:hover { color: #AAA;text-decoration:underline; }

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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

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


/* 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: 0px;
	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, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.module-list ul, .module-list li,  {
	margin:0px;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	text-align:left;
	}
.module-list ul a, .module-list li a,.widget ul a, .widget ul li a,.widget {text-decoration:none;color: #CED3D6; text-shadow: 0.1em 0.1em 0.05em #333333; font-size: 11px; font:Arial, Helvetica, sans-serif;text-transform:uppercase;}
.module-list ul a:hover, .module-list li a:hover,.widget ul a:hover, .widget ul li a:hover {text-decoration:none;color: #000;}

/* End Entry Lists */

/* 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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#alpha #searchform #s {
	width: 100px;
	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: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#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;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

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

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

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

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

/* 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;
}
/* End captions */


