/*
Site Name: Binamic
Version: 1.0
Author: Peter Mansell & Andy Pearson
Author URI: http://www.binamic.co.uk
Date: 13/10/09
Time: 12:29:00
*/
body {
	background-color:#004cb4;
	font:62.5%/1.5 Helvetica, Arial, sans-serif;
	color:#444343;
}

h1 {
	font-size:3em;
	font-weight:bold;
}
h2 {
	color:#0065BD;
	font:2.4em Helvetica, Arial, sans-serif;
	padding:10px 0 6px;
}
h3 {
	color:#0065BD;
	font-size:2em;
	padding-bottom:18px;
	font-weight:bold;
}
h4 {
	color: #666666;
	font-size: 1.6em;
	font-weight:bold;
	padding-bottom:14px;
	padding: 6px 0 3px 0;
	line-height: 1em;
}

p {
	font-size:1.3em;
	padding-bottom:12px;
	line-height:1.4;
}
a {
	color:#0065bd;
	text-decoration:none;
}
a:hover {
	color:#000;
	border-color:#000;
}

ol,
ul {
	padding:0 0 1em 0;
	list-style:circle;
	font-size:1.3em;
}
ol { list-style:decimal; }
ul ul,
ol ul,
ul ol,
ol ol { font-size:1em; padding-left:18px; padding-bottom:0; }

pre {
	clear:both;
	margin-top:36px;
	font-size:1.2em;
	line-height:1.4;
	color:#e2e1dc;
	background-color:#232323;
	border:3px solid #1c1c1c;
	padding:15px;
	overflow:auto;
	font-family:"Monaco", "Courier New", Courier;
}

img { display:block; }

/*
---- Structure
*/

#container {
	width:940px;
	margin:0 auto;
	background-color:#fff;
	padding:26px 20px;
}
#content {
	float:left;
	width:620px;
	margin-right:20px;
	padding-bottom:20px;
}
#additional-content {
	float:left;
	width:140px;
}


/*
---- Header
*/
#header {
	margin-bottom:20px;
	padding-bottom:26px;
	border-bottom:1px solid #666;
}
#brand {
	float:left;
}
#brand a {
	display:block;
	width:140px;
	height:48px;
	background:url(../images/bluecube.gif) no-repeat top left;
	text-indent:-999999px;
	overflow:hidden;
	border:none;
}
#brand h2 {
	border:none;
	padding:0;
	text-indent:-99999px;
	overflow:hidden;
	height:0px;
}
#header ul {
	display:none;
	list-style:none;
	float:right;
	padding:24px 0 0 0;
}
	#header ul li {
		float:left;
		padding:0 8px 0 8px;
		background:url(../images/backies/header_links.gif) no-repeat center right;
	}
	#header ul li.last {
		float:left;
		padding:0 0 0 8px;
		background:none;
	}
		#header ul li a {
			border:none;
			color:#545353;
		}


/*
---- Navigation
*/
#navigation {
	padding-bottom:26px;
	float:left;
	width:140px;
	margin-right:20px;
}
#navigation ul {
	font-size:1em;
	margin-bottom:16px;
	line-height:1.2;
	list-style:none;
	padding-bottom:16px;
	border-bottom:1px solid #666;
}
#navigation li {
	padding:2px 0;
}
#navigation li.first {
	padding-top:0;
}
#navigation ul a {
	border:none;
	font-size:1.3em;
	color:#333;
}
#navigation ul a:hover {
	color:#004cb4;
}
#navigation ul a.current {
	text-decoration:line-through;
}

#navigation ul ul {
	padding:0 0 0 12px;
	font-size:1.2em;
	border:none;
	margin:0;
}
#navigation ul ul a {
	font-size:1em;
	color:#0065BD;
}
#navigation ul ul a:hover {
	color:#000;
}
#navigation ul ul li {
	padding:0;
	border:none;
}


/*
---- Footer
*/
#footer { clear:both; border-top:1px solid #666; }
#footer p { font-size:1.2em; padding:12px 0 0; float:left; }
#footer p.top { float:right; }
#footer a { border:none; }


/*
---- Forms
*/
form.base { }
form.base div {
	padding:0 0 16px;
	clear:both;
}
form.base label {
	display:block;
	float:left;
	width:100px;
	font-weight:bold;
	font-size:1.3em;
	padding:4px 6px 0 0;
	text-align:right;
	color:#666;
}
form.base div.date label,
form.base div.select label { padding-top:0; }
form.base div.text input,
form.base div.password input,
form.base textarea {
	padding:3px 4px;
	font-size:13px;
	font-family:Arial, sans-serif;
}
form div.address-line { padding-bottom:4px; }
form div.no-label { padding-left:168px; }
form.base textarea { width:380px; }

form.base div.error-message {
	border:none;
	font-size:1.2em;
	font-weight:bold;
	color:#c60000;
	padding:3px 0 0 106px;
}

form.base p {
	clear:both;
	padding:3px 0 0 106px;
	color:#666;
	font-size:1.2em;
}
form.base .submit {
	border-top:1px solid #ccc;
	
}
form.base .submit p {
	padding-top:8px;
	border-top:6px solid #eee;
}
form.base div.checkbox {
	padding:0 0 18px 106px;
}
form.base div.checkbox label {
	float:none;
	display:inline;
	padding:0 0 0 3px;
}
form.base div.select div.checkbox {
	padding-bottom:3px;
}
form.base div.checkbox input {
	margin:0;
}

/* 
---- Tables 
*/
table { width:100%; padding-bottom:18px; }
table td,
table th { font-size:1.2em; padding:6px 5px 5px; color:#666666; vertical-align:top; }
table th { font-size:1.1em; color:#666; border-bottom:2px solid #cccccc; line-height:1.2; padding-bottom:8px; vertical-align:bottom; }
table tr.alt td { background-color:#EFEFEF; }
table tr.light td { background-color:#181818; }
table tr.product-row td { border-bottom:1px solid #191919; }
table a { border:none; }
table td.action { text-align:right; }
table p { font-size:1em; padding:0; }
table h4 { padding:3px 0 0; }
table p.add { padding:0 2px; }

table table { padding:0 0 3px; }
table table td { padding:3px 2px 2px; font-size:1em; border-bottom:1px solid #ccc; }

table col.links { width:460px; }
table col.link-title { width:300px; }
table col.category-name { width:460px; }

table ul {
	font-size:1em;
	list-style:square;
	list-style-position:inside;
	padding:0;
}


/* Flash Messages */
#flashMessage {
	border:1px solid #000;
	font-size:1.4em;
	font-weight:bold;
	padding:6px 9px;
	margin:-8px 0 18px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#flashMessage.error {
	color:#c60000;
	border-color:#c60000;
	background-color:#fff3f3;
}
#flashMessage.success {
	color:#04B500;
	border-color:#04B500;
	background-color:#E5FFE4;
}

/*
---- Address
*/
.address p { font-size:1.2em; line-height:1.4; }
.address a { color:#0065bd; border:none; }
	.address a:hover { color:#000000; }
.address p.last { padding:0; }
.web-address { display:none; }

/*
---- Projects
*/
.project { padding:0 0 20px; margin:0 0 20px; border-bottom:1px solid #666666; }
.project h2 a { border:none; color:#0065bd; }
.project h2 a:hover { color:#000; }
.project p { padding-bottom:6px; padding-right:80px; }
.project .categories { padding:0; }
.project .categories a { border:none; }
.project .categories a:hover { color:#000; }
.project-last, .project-full { padding-bottom:18px; border:none; }
.project-full div.images { float:left; width:300px; padding-top:20px; }
.project-full div.alt { padding-left:20px; }

#additional-content .project { padding:0 0 14px; margin:0 0 20px; }
#additional-content .project h5 { padding:6px 0 1px; font:1.6em Helvetica, Arial, sans-serif; line-height:1.15; }
#additional-content .project h5 a { color:#0065bd; }

	#additional-content .project h5 a:hover { color:#000000; }
#additional-content .project a { border:none; }
#additional-content .project p { padding:0 0 2px 0; font-size:1.1em; }

.page-content .content { padding:0 0 5px; margin:0 0 20px; border-bottom:1px solid #666666; }
.page-content .last, #additional-content .last { border:none; }
/*
---- Links
*/
#links div {
	padding-right:20px;
	float:left;
	width:140px;
}
#links h4 { padding-top:0; }
#links .first { border:none; clear:left; }
#links .last { padding:0; }
#links ul { list-style:none; }

iframe { display:block; }

/* ---- Clearfix */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
