/*
Theme Name: mda
Version: 1.0
Author: Julius Honnor
Author URI: http://www.juliushonnor.com/

*/


/* Begin Typography & Colors */
body  {
	font: 100% Helvetica Neue, Arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#clientscontainer {
	width: 360px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e2e8e0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#mastheadsmall {
}

#navbar_head {
	background-color: #817d91;
	font-size: 0.689em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5.5px;
	padding-bottom: 6.5px;
}

#navbar_left {
	float: left;
	width: 140px;
	background-color: #ffffff;
	padding-bottom: 3000px;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
	padding-top: 30px;
	font-size: 0.75em;
	line-height: 0.938em;
	margin-bottom: -3000px;
	padding-left: 10px;
}

#navbar_home {
background-color:#FFFFFF;
float:left;
font-size:0.875em;
font-weight:bold;
height:auto;
line-height:1.064em;
margin-bottom:-700px;
padding-bottom:700px;
padding-right:10px;
padding-top:18px;
text-align:right;
width:190px;
}

#pullquoteright, #blogsidebar {
	background-color: #e2e8e0;
	margin-bottom: -4000px;
	padding-right: 10px;
	padding-bottom: 4000px;
	padding-left: 0px;
	float: right;
	width: 150px;
	padding-top: 30px;
}

#blogsidebar {
width:160px;
}

#blogsidebar li {
list-style-image: none;
list-style-type:none;
font-size: 0.9em;
}

#blogsidebar h2 {
color:#B36380;
font-size:1em;
font-weight:bold;
line-height:0.5px
}

#maincontent {
background-color:#E2E8E0;
color:#333333;
float:left;
font-size:0.75em;
height:auto;
line-height:1.5em;
margin-left:0;
margin-right:0;
padding:18px 20px 30px 10px;
width:460px;
}

#maincontenthome {
background-color:#E2E8E0;
color:#333333;
float:left;
font-size:0.75em;
height:auto;
line-height:1.5em;
margin-left:0;
margin-right:0;
padding:18px 20px 30px 10px;
width:420px;
}

div.blog {
width:450px ! important;
}

#projectexamples {
	float: left;
	background-color: #e2e8e0;
	width: 490px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: -10px;
}
#examples {
	float: left;
	width: 290px;
	padding-right: 20px;
	padding-left: 10px;
}


.heading {
	padding-bottom: 0px;
	margin-bottom: -15px;
}
.heading2 {
	margin-top: 10px;
}


#clients {
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.linklist {
	font-size: 0.95em;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: none;
	margin-left: -15px;
}
#clientsborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-left: 10px;
	margin-left: -10px;
}

#maincontentblog {
	height: auto;
	width: 650px;
	background-color: #e2e8e0;
	margin-left: 0px;
	float: left;
}
#onthispage {
	font-size: 0.689em;
	line-height: 0.814em;
	padding-bottom: 4px;
}
#pullquoteborder, #blogsidebarborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
.pullquote {
	font-size: 0.938em;
	color: #336666;
	font-weight: bold;
	font-style: italic;
}
.pullquoteheight {
	color: #336666;
	font-size: 0.938em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.9em;
}

.greytext {
	font-size: 0.689em;
	line-height: 1.3em;
	color: #666666;
	padding-left: 10px;
}




.class1 A:link {
	text-decoration: none;
	color: #b36380;
}


.class1 A:visited {text-decoration: none;
					color: #b36380;
}

.class1 A:active {text-decoration: none;
					color: #b36380;
}
.class1 A:hover {
	text-decoration: underline;
	color: #dd0033;
}

.class2 A:link {
	text-decoration: none;
	color: #ffffff;
}

.class2 A:visited {text-decoration: none;
					color: #ffffff;
}
.class2 A:active {text-decoration: none;
					color: #ffffff;
}
.class2 A:hover {
	text-decoration: underline;
	color: #2d2d82;
}

.class3 A:link {
	text-decoration: none;
	color: #2d2d82;
}

.class3 A:visited {
	text-decoration: none;
	color: #2d2d82;
}
.class3 A:active {
	text-decoration: none;
	color: #2d2d82;
}
.class3 A:hover {
	text-decoration: underline;
	color: #dd0033;
}
.link_inactive_leftnav, li.current_page_item a:visited {
	font-size: 1em;
	font-style: italic;
	line-height: 1em;
	font-weight: bold;
	color: #999999;
}
.link_inactive_navhead {
	font-size: 1em;
	font-style: italic;
	line-height: 1em;
	color: #cccccc;
}


#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	display: inline;
	border-right-width: 0px;
	color: #bbbbbb;
}
.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #817d91;
}



#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	padding-top: 0em;
	padding-right: 4px;
	padding-bottom: 0em;
	padding-left: 3px;
}

 #nav li {
	list-style: none;
	margin-bottom: 10px;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
}

ul#nav {
	margin-left: 0px;
	padding-left: 0px;
}
.map {
	list-style-type: none;
	color: #333333;
	padding-left: 30px;
}
.main {
	color: #333333;
	list-style-type: none;
	line-height: 2.5em;
}
.main2 {
	line-height: 1.5em;
	color: #333333;
	list-style-type: disc;
}

li {
	padding-bottom: 6px;	
}

.strongplum {
	font-weight: bold;
	color: #b36380;
}

.bullet {
	color: #b36380;
}

.black {
	color: #333333;
}

h1 {
	font-size: 1.5em;
	line-height: 0em;
	color: #b36380;
	padding-top: 0px;
	margin-top: 30px;
	padding-bottom: 15px;
}
#maincontentl2 {
	background-color: #e2e8e0;
	height: auto;
	width: 450px;
	padding-top: 8px;
	padding-left: 20px;
	margin-left: 150px;
	font-size: 0.75em;
	line-height: 1.8em;
	margin-bottom: -970px;
	padding-bottom: 1000px;
	padding-right: 180px;
}

h2 {
	font-size: 1.16em;
	line-height: 1.3em;
	font-weight: bold;
	color: #b36380;
}
h3 {
	font-size: 0.75em;
	line-height: 1.13em;
	font-weight: bold;
	color: #b36380;
	margin-top: 0px;
}
h6 {
	font-size: 1em;
	line-height: 1.13em;
	font-weight: bold;
	color: #b36380;
	margin-bottom: 0px;
}
.h3contact {
font-size: 1em;
	line-height: 1.13em;
	font-weight: bold;
	color: #b36380;
	margin-top: 0px;
}



.smallmenu {
	color: #2d2d82;
	font-size: 0.689em;
	line-height: 1.2;
	margin-left: 0px;
	list-style-type: none;
}

.smallmenu2 {
	color: #2d2d82;
	font-size: 1.0em;
	line-height: 1.2;
	margin-left: 0px;
	list-style-type: none;
}
#clientsheader {
}

#clientscontent {
	background-color: #e2e8e0;
	width: 360px;
	height: auto;
	padding-bottom: 30px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
}
.clientspink {
	font-weight: bold;
	color: #b36380;
}

#clientsleft {
	float: left;
	width: 45px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #e2e8e0;
	padding-top: 20px;
	padding-bottom: 200px;
	margin-bottom: -200px;
}
#clientsright {
	width: 275px;
	padding-right: 20px;
	background-color: #e2e8e0;
	padding-top: 20px;
	float: left;
	margin-bottom: -170px;
	padding-bottom: 200px;
}
#pullquoteright_border {
	background-color: #e2e8e0;
	margin-bottom: -1000px;
	padding-right: 0px;
	padding-bottom: 1000px;
	padding-left: 10px;
	float: right;
	width: 148px;
	padding-top: 30px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

#maincontentcontact {
	background-color: #e2e8e0;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 5px;
	margin-right: 160px;
	margin-left: 150px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
	width: auto;
}
#form {
	margin-right: 0px;
	margin-left: 0px;
}

.name_form {
	width: 150px;
	padding-top: 0px;
	padding-left: 10px;
	margin-left: 0px;
	background-color: #e2e8e0;
	float: left;
	height: 180px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.enquiry_form {
	background-color: #e2e8e0;
	float: left;
	height: 180px;
	width: 300px;
	padding-right: 15px;
	padding-top: 0px;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-left: 5px;
}

.enquiry_box {
	height: 140px;
	width: 290px;
}
.form_background {
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkbox {
	float: left;
	width: 20px;
	height: 40px;
	background-color: #e2e8e0;
	padding-left: 10px;
}

.news_update_text {
	font-size: 0.7em;
	line-height: 1.5em;
	background-color: #e2e8e0;
	height: 40px;
	width: 300px;
	float: left;
	padding-left: 10px;
}

.reset {
	float: left;
	height: 40px;
	width: 70px;
	background-color: #e2e8e0;
}
.submit {
	background-color: #e2e8e0;
	height: 40px;
	width: 80px;
	float: left;
}
.news_submit {
	float: left;
	width: 490px;
}

div#sidebar {
float:right;
font-size:0.8em;
}

#globlog_strap {
	font-size: 0.689em;
	background-color: #dd0033;
	height: 11px;
	width: 145px;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#sidebar_right {
	float: right;
	width: 135px;
	background-color: #e2e8e0;
	padding-bottom: 700px;
	margin-bottom: -700px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
}
.black {
	color: #333333;
}

#sidebar_right li {
list-style-image: none;
list-style-type:none;
font-size: 0.75em;
margin: 14px 0 10px 10px;
}

#sidebar_right li a {
text-decoration:none;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#comment {
width:450px;
}

.postmetadata {
font-style:italic;
}