html, body, a { font-family: 'Lucida Sans Unicode', arial; font-size: 12px; color: #555555; }
h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h1, h2, h3, h4{font-family: Roboto-bold;}
a { color: #3792AF; }
.dsq-toolbar-logo{
	display: none !important;
}
@font-face{
	font-family: Roboto-regular;
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face{
	font-family: Roboto-italic;
	src: url("../fonts/Roboto-Italic.ttf");
}
@font-face{
	font-family: Roboto-bold;
	src: url("../fonts/Roboto-Bold.ttf");
}
.body-bg { background: #222; }
.light-shadow{
	box-shadow: 2px 2px 2px 0px #E9E9E9;
}
#contact-container textarea{
	width: 900px;
	height: 600px;
}
#breadcrumb{
	font-size: 14px;
	padding-bottom: 8px;
	font-family: Roboto-italic;
	text-transform: uppercase;
}
#breadcrumb a{
	font-size: 14px;
	margin-left: 4px;
	font-family: Roboto-italic;
}
#gallery-container img {
	padding-left: 12px;
}
#gallery-controls {
	width: 100%;
	text-align: center;
	padding: 10px;
}
#main-box {
	width: 1050px;
	margin: 0 auto;
}
#header-box {
	padding: 5px 6px;
	background: #171717;
	height: 120px;
}
#logo-box{

}
#logo-box a {
	font-family: "Roboto-bold";
}
#logo-box a.logo{
	font-size: 54px;
	float: left;
	color: white;
	text-transform: uppercase;
	font-family: Roboto-bold;
	margin-top: 26px;
}
#blue-title{
	font-family: Roboto-bold;
	font-size: 24px;
}
#content-container{
	background-color: #ACACAC;
}
#content-box {
	min-height: 500px;
	background: white;
	padding: 15px;
}
#footer-box {
	background: black;
	padding: 10px;
	text-align: center;
	font-family: 'Lucida Sans Unicode', arial;
	color: white;
}
/*Projects*/
#project{
	
}
#project span.project-title{
	font-size: 28px;
	font-family: Roboto-bold;
}
#project a.readmore{
	text-decoration: none;
	float: left;
}
#project div.device-selection{
	float: right;
}
#project span.updated{
	font-family: Roboto-italic;
	font-size: 14px;
}

/********/
.rounded{
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.rounded-bottom{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;	
}
.rounded-top{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;		
}
#search-result{
	
}
#share-buttons{
	float: left;
}
#submit-button {
	background-color: #222222;
	color: white;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px  /100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#submit-button:hover {
	text-decoration: none;
}
#submit-button:active {
	position: relative;
	top: 1px;
}
