/* Content Elements */
html{
	background-repeat: repeat;
	background-image: url("http://pacerobotics.com/imgs/background_extend.png");
}

body {
	width: 942px;
    margin: auto;
    padding: auto;
    font-size: 9 pt;
    font-family: 'Lucida Grande', Helvetica, sans-serif;
/*    background: url("http://pacerobotics.com/imgs/background.png") repeat-x scroll 0 0;*/
}

p, ul.standard{
	color: #515151;
	margin: 0.3px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

img{
	border: none;
}

a, strong{
	color: #000;
	font-weight: 100;
	text-decoration: none;
}

a:hover{
	color: #5ab1ff;
	font-weight: 300;
	text-decoration: underline;
}

h1, h2, h3, h4, h5{
	margin: 0px 0px 5px 0px;
	font-weight: 100;
}

#logolink{
	height: 160px;
	width: 93px; 
	margin: auto;
	display: block;
	background-image: url("http://pacerobotics.com/imgs/blog_logo.png");
}

#header{
	min-height: 160px;
}

#content {
	width: 940px;
	margin: 0px 0px -10px 0px;
	padding: 50px 0px 30px 0px;
	border-left: 1pt solid #5D5D5D;
	border-right: 1pt solid #5D5D5D;
	background-color: #111;
}

/* Navigation */
ul#navigation {
	height: 110px;
	width: 942px;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background: url("http://pacerobotics.com/imgs/navigation.png");
}

ul#navigation li span{
	display: none;
}

ul#navigation li{
	float: left;
	list-style: none;
}

ul#navigation li a {
    height: 110px; 
    display: block;
    outline: none;
}

/*Blog Sprite*/
ul#navigation li.blog{
	width: 150px;
	padding-left: 39px;
	background: url("http://pacerobotics.com/imgs/navigation.png") -0px -110px;
}

/*Team Sprite*/		
ul#navigation li.team{
	width: 140px;
}

ul#navigation li.team a:hover, #activepage .team{
	background: url("http://pacerobotics.com/imgs/navigation.png") -189px -110px;
}
	
/*FIRST Sprite*/	
ul#navigation li.first{
	width: 160px;
}

ul#navigation li.first a:hover, #activepage .first{
	background: url("http://pacerobotics.com/imgs/navigation.png") -329px -110px;
}

/*Media Sprite*/		
ul#navigation li.media{
	width: 160px;
}

ul#navigation li.media a:hover, #activepage .media{
	background: url("http://pacerobotics.com/imgs/navigation.png") -489px -110px;
}

/*Partner Sprite*/		
ul#navigation li.partners{
	width: 250px;
}

ul#navigation li.partners a:hover, #activepage .partners{
	background: url("http://pacerobotics.com/imgs/navigation.png") -649px -110px;
}

/* Post Elements */
#new_date{
	width: 250px;
	float: left;
	padding: 10px;
	margin: 0px 0px 0px 50px;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px -2px 5px #112;	
}

#new_date p{
	font-weight: bold;
	text-transform: uppercase;
}

#new_date a{
	color: inherit;
}

#post{
	width: 500px;
	background-color: #fff;
	padding: 20px;
	padding-top: -20px;
	margin: 0px 10px 30px 360px;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 2px 5px #112;
}

.source{
	font-style: italic;
}

#content_footer{
	background: url('http://pacerobotics.com/imgs/content_footer.png') no-repeat;
	height: 10px;
}

#pages{
	font-weight: 500;
	letter-spacing: 1.5px;
	text-align: center;
	text-transform: uppercase;
}

#pages a{
	color: #fff;
	font-size: 10pt;
}

/* Regular Post */

/* Photo Post */
#photo img {
	width: 500px;
	margin-top: 5px;
}

#photo .source {
	margin-top: 5px;
}

/* Quote Post */
 #quote span {
 	color: #333;
    text-align: left;
    font-style: italic;
    letter-spacing: -1px;
    font: Bold 30px Helvetica, sans-serif;
}

#quote .source {
    margin-top: 20px;
}

/* Link Post */            
 #link a{
	font: Bold 20px;
}

 #link .source{
	margin-top: 12px;
}

/* Conversation Post */
#conversation{
	/*margin:           0px;
	padding-bottom:   13px;*/
	background-color: #f2f2f2;
}

#conversation .line {
}	

#conversation .name, #conversation .words{
	color: #ntoh93;
}

/* Audio Post */      
#audio {
    font-size:        11px;
    color:            {color:Text};
    margin-top:       5px;
    margin-left: -1px;
}

#audio .source {
    margin-top: 10px;
}

/* Video Post */
#video {
    width:            500px;
    margin:           auto;
    margin-top: 5px;
}

#video .source {
    margin-top:       5px;
}

/* Footer */
#archive{
	margin: 10px;
	text-align: center;
}

#archive a{
	color: #fff;
}

.query { 
	font-weight: bold; 
}	
		
{CustomCSS}
<!--[if lt IE 7]>
<style type="text/css">
     div.labels {
        right: 450px;
    }
    </style>
<![endif]-->