body {
	background: #000;
	font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
	margin: 0;
}
input, textarea, select, option, button {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


a {
	background: transparent;
	padding: 0.2em 0.1em;
	color: #065ba8;
}
a:hover {
	background-color: #065ba8;
	color: #fff;
	text-decoration: none;
}

a.heavy {
	background-color: #000;
	color: #fff;
	padding: 0.3em 1em;
	text-decoration: none;
}
a.heavy:hover {
	background-color: #ff0;
	color: #000;
}

p.img img {
  margin: 0.5em 0 0;
}
p.img a:hover {
  background-color: transparent;
}

#navigation {
	background: #000;
	padding: 0.8em;
	border-bottom: 1px solid #06478d;
}
#navigation ul {
	margin: 0;
	list-style: none;
	font-size: 110%;
}
#navigation ul li {
	float: right;
	padding: 0 15px;
	border-right: 1px solid #333;
}
#navigation ul li.last {
	border: 0;
	padding-right: 0;
}
#navigation ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0;
	background-color: transparent;
}
#navigation ul li a:hover {
	color: #1499ba
}


#header {
	background: #011059 url(../images/bg.jpg) 50% 0 no-repeat;
	height: 100px;
	border-bottom: 1px solid #fff;
}
body.home #header {
	height: 200px;
}

#logo h1,
#logo h1 a {
	display: block;
	width: 110px;
	height: 100px;
	background: none;
}
#logo h1 a {
	background: transparent url(../images/logo-small.png) 0 0 no-repeat;
	text-indent: -99999em;
}
body.home #logo h1,
body.home #logo h1 a {
	width: 139px;
	height: 126px;
	background: none;
}
body.home #logo h1 {
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	margin: 37px 0 0 70px;
}

#intro {
	color: #fff;
	font-size: 110%;
	background: transparent url(../images/screen-35.png) 0 0 repeat;
	margin-top: 60px;
	padding: 1em;
	-moz-border-radius: 10px;
}


#content {
	background: #fff url(../images/main-bg.gif) 0 0 repeat-x;
	padding: 3em 0  0;
}
/*
#content .container div {
	border-top: 1px solid #000;
}
*/

#content h3 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #024054;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #cae3eb;
}
#content h5 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0.5em;
}

h5.hire.ok {
	background: transparent url(../images/icons/accept.png) 0 3px no-repeat;
	padding: 0 0 5px 20px;
	margin-bottom: 0.5em;
}

div.screenshot img {
	border: 1px solid #ccc;
	padding: 4px;
}

#articles ul {
	margin: 0 0 2em 0;
}
#articles li {
	list-style: none;
	margin-bottom: 0.7em;
}
#articles li a {
	color: #000;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
}
#articles li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
#articles li span.details {
	display: block;
	color: #999;
}


#second-row {
	margin-top: 2em;
}
#services ul li {
	list-style-type: square;
}

#content div.portfolio {
	margin-bottom: 2em;
}
body.home #content div.portfolio {
	margin-bottom: 0;
}
#content div.portfolio p {
	margin-right: 1em;
}

#side-search, #side-archives, #side-categories {
	margin-bottom: 2em;
}
#side-search fieldset {
	border: none;
	margin-bottom: 0;
	padding: 0;
}


#footer {
	background: #000 url(../images/footer-bg.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999;
	padding: 43px 0 1em;
}
#footer p {
	margin: 0;
}
#footer ul {
	margin: 0;
	list-style: none;
}
#footer ul li {
	float: right;
	padding: 0 5px;
	text-transform: lowercase;
}
#footer ul li a {
	color: #999;
	background-color: transparent;
}
#footer ul li a:hover {
	color: #fff;
}


fieldset {
	margin: 0 0 1em;
	border: 0;
	padding: 1em 0 0;
}
fieldset div.field {
	margin: 0 1em 1em;
}
fieldset div.field label {
	font-weight: bold;
}
fieldset div.field span.note {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 0.2em;
	color: #999;
}
fieldset div.field.text input, 
fieldset div.field.text textarea {
	padding: 0.3em;
	margin-top: 0.2em;
	border: 1px solid #bebcaf;
	width: auto;
	height: auto;
}
fieldset div.field.checkbox input {
	margin-top: 0.4em;
}
fieldset div.field.select select {
	padding: 0.2em;
	margin: 0;
	border: 1px solid #bebcaf;
}
fieldset div.field.button button {
	padding: 0.4em 0.8em;
	font-size: 100%;
	margin-right: 0.3em;
	font-weight: bold;
}
fieldset div.field.button a {
	color: #666;
	text-decoration: none;
}
fieldset div.field.button a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}


div.box h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
div.box p {
	margin: 1em 0 0;
}
div.box ul {
	font-size: 90%;
	margin: 1em 2em 0;
}


div.navigation {
	margin: 0 0 2em;
	font-size: 90%;
}
div.navigation a {
	color: #999;
}
div.navigation a:hover {
	background-color: #000;
	color: #fff;
}

div.post {
	margin-bottom: 3em;
}
div.post h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0em;
}
div.post h2 a {
	color: #000;
	text-decoration: none;
}
div.post h2 a:hover {
	color: #fff;
	background: #000;
}
div.post h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
div.post h6 {
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 1.5em;
	color: #666;
}
div.post h6.meta {
	color: #999;
}
div.post h6 a {
	color: #999;
}
div.post h6 a:hover {
	color: #fff;
	background: #000;
}
div.post p.status {
	background: #FFFFE6;
	padding: 0.5em 1em;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.comments {
	margin-bottom: 2em;
}

div.comments ul.all_comments {
	list-style: none;
	margin: 1.5em 0;
}
div.comments ul.all_comments li.comment {
	margin-bottom: 3em;
}
div.comments ul.all_comments li.comment div.avatar {
	float: left;
	width: 40px;
}
div.comments ul.all_comments li.comment div.details {
	margin-left: 41px;
}
#content div.comments ul.all_comments li.comment div.details h5 {
	font-size: 90%;
	font-style: normal;
	margin-bottom: 1.5em;
}

