/*
THEME NAME: DENSO Robotics Theme
DESCRIPTION: Your custom-developed WordPress theme.
AUTHOR: SEO Design Solutions
AUTHOR URI: http://www.seodesignsolutions.com
*/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	background-color: white;
	margin: 0;
	padding: 0;
}

a {
	color: #0000aa;
}

a:hover {
	color: #c70202;
}

a img {
	border: 0 none;
}

.clear {
	clear: both;
}

#wrapper {
	background: #fff url(http://www.densorobotics.com/images/bg_nav.gif) repeat-y;
}

#header {
	background: #4B7EAD url(http://www.densorobotics.com/images/banner.jpg) no-repeat bottom left;
	/*padding-bottom: 17px;*/
}

#inner-header {
	background: white url(http://www.densorobotics.com/images/bg_top.jpg) no-repeat top left;
}

#header h1 {
	margin: 0;
	padding: 5px 0 8px;
}

#header h1 img {
	height: 30px;
}

div.skip-link {
	display: none;
}

#access {
	padding-left: 218px;
	background: #4B7EAD url(http://www.densorobotics.com/images/nav_lefta.gif) no-repeat;
	border-bottom: 1px solid #fff;
}

#nav {
	background: #285C7D url(http://www.densorobotics.com/images/bg_mid.gif) repeat-x;
}

#nav ul li:hover {
	background-color: transparent;
}

#nav ul li a {
	width: auto;
}

#nav ul li ul li a {
	width: 15em;
}

#page-title {
	margin: 0 0 0 220px;
	font-size: 1.4em;
	font-weight: bold;
	background: #E9E9E9 url(http://www.densorobotics.com/images/redbar_end.jpg) no-repeat top left;
	padding: 0 0 0 9px;
}

#inner-page-title {
	border-top: 2px solid red;
	padding: 0.3em 1em 0.6em;
}

#page-title, #page-title a {
	color: black;
}

#content {
	padding: 1em;
}

.entry-title {
	font-size: 1.5em;
	margin: 1em 0 0 0;
}

abbr.published {
	color: #666;
	border: 0 none;
}

.entry-meta, .entry-date {
	color: #666;
}

.entry-meta {
	margin-bottom: 5em;
}

body.single .entry-title, #comments h3 {
	margin-top: 2em;
}

body.single .entry-meta {
	margin-bottom: 2em;
}

#comments-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments-list .avatar {
	float: left;
	margin-right: 1em;
}

#comments-list .n {
	font-weight: bold;
}

.entry-meta, .comment-meta {
	font-style: italic;
}

#comments-list p {
	clear: left;
}

#primary {
	font-size: 0.8em;
	padding-bottom: 89px;
	background: url(http://www.densorobotics.com/images/leftnav_email.jpg) no-repeat bottom left;
}

#primary, #primary a {
	color: #eee;
}

#primary2 {
	background: url(http://www.densorobotics.com/images/leftnav_footer.jpg) no-repeat bottom left;
	padding-bottom: 17px;
}

#primary3 {
	background: url(images/sidebar-bg.gif) repeat-y;
}

#inner-primary {
	padding: 1em 0 0 1em;
}

#sidebar-title {
	background: url(images/sidebar-title-bg.gif) no-repeat;
	line-height: 22px;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: "Arial Black", Arial, Helvetica, Verdana, Sans-serif;
	padding-right: 1em;
}

#footer {
	font-size: 0.8em;
	border-top: 1px solid #335575;
	border-bottom: 1px solid #335575;
	padding: 0.2em 0;
}

#footer, #footer a {
	color: #777;
}

#footer-menu-left {
	float: left;
	text-align: left;
	padding-left: 0.3em;
}

#footer-menu {
	margin-top: 1em;
}

#footer-menu span {
	padding-left: 20em;
}

#footer, #subfooter {
	background: #fff;
	text-align: center;
}

#subfooter {
	font-size: 0.7em;
	color: #999;
	padding-top: 1em;
}

.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a {
	color: #666;
}

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
float:right;
margin:0 0 0 -240px;
width:100%;
}

div#content {
margin:0 0 0 240px;
}

div.sidebar {
float:left;
overflow:hidden;
width:220px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div#menu ul,div#menu ul ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
text-decoration:none;
}

div#menu ul ul a {
margin-right:1em;
padding:0 0.5em;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

/*div#primary {
padding-top:2em;
}*/

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}


input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3, div.sidebar div.title {
font-size:1.2em;
font-weight: bold;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin: 0;
padding: 0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
padding: 0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}