/*

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php	
*/
/*
* {
	padding: 0px;
	margin: 0px;
}
*/

body {
/*	background: url(images/background.gif) repeat-x #ffffff;*/
        margin: 0px;
	font-family: Verdana, Arial, sans-serif;	
	font-size: 14px; /* 1-27-09 9pt to 14px */
	background-color: #565a5d;
	
}

a {
	text-decoration:none;
}

#wrap {
	text-align: center;
	align: center;
	overflow: auto; 
	display: block;	
        width: 920px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        background-position-x: center;
        background-repeat: repeat-y;
}
}

#wrap a {
	text-decoration:none;
	color: #0000FF;
	font-size: 16px;
}

#wrap a:hover {
	color: #000B60;
}

#navigation {
	margin: .5em 0em 0px 20em; /* TOP RIGHT BOTTOM LEFT */
	font: Lucida Grande, Lucida Sans Unicode, Trebuchet MS;
	text-decoration:none;
	font-size: 1em;
	font-weight: 400;
/*	padding: 5px;
	background-color: #cccccc;  (FOR TAB BACKGROUND) */
}
/*
#topright {
	float: right;
	margin: 20px 10px 0px 0px;
}

#title {
	background: url(images/NetFPGA_Logo64255.png) no-repeat;
	height: 58px;
	align: center;
        margin:0px 0px 0px 0px
clear: both;
}
*/
#main {
        width: 920px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
	min-height: 650px;
        background-position-x: center;
        background-repeat: repeat-y;
}

#main a {
	color: #0000FF;
}

#sidebar {
	float: left;
	margin: 0px 10px 15px 10px;
	width: 200px;
	min-height:500px;
	padding: 10px;  
	color: #000000;  /* 1-27-09 from #898989 gray */
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 50px;
	width: 800px;
	color: #000000; /* 1-27-09 from #333333 gray */
/*	float: right;*/
}
#footer {
	background-image:url(http://yuba.stanford.edu/images/footer_img.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	color:#656565;
	font-size:10px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:815px;
}
.post {
	padding-bottom: 10px;
	width: 820px;
	align="center";
	overflow: auto;
}

        div.image_right {
        float:right;
        width:  560px;
        padding-left:3%;
        padding-right:1%;
        margin-bottom: 20px;
	}


#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-size: 14pt;
	color: #000B60; /* 1-27-09 black to blue */
	padding-top: 50px;
	font-weight: bold;
	text-decoration: none;
} /* rollover title link color */
#title h1 a{
	color: #0000FF; /* 1-27-09 black to blue */
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #000033;
}
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	/*padding-bottom: 1px;*/
	/*border-bottom: 2px solid #000000; */
	text-decoration: none;
	color: #0000FF; /* 1-27-09 from black to blue */
	margin-right: 20px; 
}
#navigation li a:hover {
	color: #0000FF;
}
caption {
	font-weight: bold;
}
/*
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
*/
h1 {
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
}
h1 a {
	color: #000B60; /* 1-27-09 from black to blue */
	text-decoration: none;
}
#sidebar h2,
h2,
h3,
h4 {
	font-size: 14px; /* 1-27-09 from 1em to 14px */
	color: #000B60; /* 1-27-09 from 000033 */
}
.entry a,
#sidebar a,
h2 a,
h3 a,
h4 a {
	color: #0000FF; /* 1-27-09 from 000033 */
/*	text-decoration: none;  */
}
.entry a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
#main a:hover,
h4 a:hover {
	color: #000B60; /* 1-27-09 from black to blue */
}
#sidebar li a {
	padding: 2px 0px 1px 0px;
	border-bottom: 1px dashed #ebebeb;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;	
}
p,
#content h1,
h2,
h3,
h4,
sidebar h2,
ul,
ol,
thead {
	padding-bottom: 10px;
}
.entry ul li,
.entry ol li,
#content ul li,
#content ol li {
	margin-left: 25px;
}
img a {
	border: 0px;
}
blockquote {
	margin: 10px;
	color: #000000;
}
blockquote a {
	color: #000B60; /* 1-27-09 from black to blue */
}
#footer a {
	text-decoration: none;
}
/* default */
.nav2 {
	text-decoration: none;
	color: #000B60;
	font: 1.5em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	padding-top: 18px;
}
.nav2 a {
	text-decoration:none;
}
.navigation {
	padding: 10px 0px;
	color: #000000;
	text-decoration: none;
}
.navigation a {
	color: #000B60;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	color: #000B60;
	padding: 10px;
	border: 1px solid #e1e1e1;	
	background-color: #f7f7f7;
	width: 470px; 
}
.postmetadata a,
.postmetadata a:hover {
	color: #000033;
	text-decoration: none;  
}
#date {
	padding-bottom: 5px;
	color:#ffffff;	

}
#date a {
	color:#ffffff;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #000000; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
	width: 470px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #999999;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #000000;	/* 1-27-09 from dark gray 474404 to black */
	text-decoration: none;
	width: 470px;
}
#commentform a:hover {
	color: #000000;	/* 1-27-09 from dark gray 474404 to black */
	text-decoration: underline;
}
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

ul {
	margin: 0px;
	padding-left: 10px;
}

#bottom_space {
	background:#565a5d; 
	height:10px; 
	width:815px;
	margin-left: auto;
	margin-right: auto;
}
