/* main */
#sidebar{
	width: 220px;
	padding-right: 10px;
	padding-left: 20px;
}
#wheel{
	background-image: url(img/rotary-wheel.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 89px;
	width: 368px;
	float: left;
}
#wheel h1{
	font-size: 1.5em;
	color: #FFF;
	text-decoration: none;
	margin-top: 33px;
	text-transform: uppercase;
	margin-left: 84px;
}
html, #main, #head {
	background: White;
	color: #444;
}
#main, #head {
	background-color: White;
	background-image: url(img/bg-blue.png);
	background-repeat: repeat-x;
	background-position: top;
}
#head{
	margin-bottom: 40px;
}
#main { border: none; }
#logo{
	top: 110px;
}
#logo:active{
	top: 111px
}
.linebreak{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005a84;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h3 a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h3 a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #005a84;
}
/* foot */
#foot { border-top: dotted 1px #aaa; color: #777; }
#foot strong { color: Black; }

#foot-contact textarea {
	color: #777;
	margin-bottom: -0.5em;
}

#foot-contact label.textarea, #onpage-contact label.textarea {
	background-color: white;
	border: 1px dotted #CCC;
}
/*textarea, input { color: #FFF !important; }*/

/* links */
#brief a, #content a, #foot a {
	color: #005a84;
}
#content h2 a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* menu */
#topmenu{
	height: 70px;
	padding-bottom: 40px;
}
#topmenu ul {
	margin-top: 25px;
}
#topmenu li.search input { border-bottom: dotted 1px #999; color: White; width: 140px; display: inline-block !important; }

#topmenu ul li a{
	color: #FFF;
}
#topmenu ul li:hover a {
	color: #ffd105;
}
#topmenu ul li.active a {
	padding: 0px 10px;
	margin: 0px;
	color: #ffd105;
}

#mainmenu ul li a {
	color: #005a84;
}
#mainmenu ul li a:hover {
	color: #0397d6;
}
#mainmenu ul li a{
	color: #005a84;
}
#mainmenu ul ul:hover li a {
	color: #0397d6;
}
#mainmenu ul li.active a, #mainmenu ul ul li a:hover, #mainmenu h5 {
	color: #005a84;
}
h5{
	margin-bottom: .7em;
}
/* content */
code { background-color: #fbfbfb; color: #999; }
p span.dropcap.alt { background-color: #777; }
.column-fix{
	width: 453px;
	float: right;
}
/* sidebar */
#sidebar ul li a{
	color: #005A84;
}

/* portfolio */
#content.portfolio.V .entry span { background-color: white; /* firefox opacity bugfix */ }
.post.magic-more h3 a {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}
.boxed {
	border: 1px solid #CCC;
}

