* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
        background: #4e4e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

form {
}

form br {
}

input, textarea {
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
	color: #ffffff; text-decoration: underline;
}

/* Header */

#header {
	width: 960px;
	height: 142px;
	margin: 0 auto;
	background: url(http://teambroncobots.com/images/banner2.gif);
}

#menu {
	float: right;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 18px 0 40px;
	border: none;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: bold;
	color: #990000;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Content */

#content {
	float: left;
	width: 765px;
	padding: 0 0 0 0px;
	background-color:#CCCCCC;
}

.post {
	padding-left: 30px;
}

.post .title {
	margin: 0;
}

.post .title a {
	border: none;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .entry {
	padding: 0px 0;
}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #EDEDCD;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #EDEDCD;
	font-size: smaller;
}

.post .links a {
	font-weight: bold;
}

/* Sidebars */

.sidebar {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
}

.sidebar li ul {
	padding: 15px 20px;
}

.sidebar li li {
	padding: 5px 0;
}

.sidebar h2 {
	padding-left: 15px;
	letter-spacing: -1px;
	color: #000000;
	text-align: left;
}


/* 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 */

/* Sidebar1 */

#sidebar1 {
	width: 195px;
	background: url(http://teambroncobots.com/images/nrw2.gif);
	text-align: center;
}

#sidebar1 h2 {
	height: 40px;
	padding: 10px 0 0 30px;
}

/* Sidebar2 */

#sidebar2 {
	width: 300px;
	padding: 0 0 0 5px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(http://teambroncobots.com/images/cutdown.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 15px 20px;
	font-size: small;
}

#footer .legal {
	float: left;
	height: 40px;
	background: url(images/2.gif) no-repeat;
}

#footer .credit {
	float: right;
	height: 40px;
	background: url(images/3.gif) no-repeat right top;
}