.debug {
	border:1px solid blue;
}
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }


/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }



body {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
        font: 62.5% "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
body#grid {
	/*background: #101010 fixed url({homepage}/images/structure/grgid.gif) top center no-repeat;*/
	background: #101010 fixed url('{homepage}/images/structure/mijd_bg.gif') 0em 1em repeat-x;
	font: 62.5% "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #c3c3c3;
	height:100%;
}
#main {
	width: 750px;
	margin: 0 auto;
	padding: 0 0px;
	text-align:left;
}
a:link, a:visited {
	color:#699a26;
}
a:hover {
	color:#fff;
}
/* commented backslash hack */ 
html, body{height:100%;} 
#outer{
min-height:100%;
margin-bottom:-4em;
height:auto;
}
#footer {
width:100%;
clear:both;
height:4em;
color: #c3c3c3;
}
#clearfooter{clear:both;height:4em;}
div>p {margin:0}


/* ------------------------------------------------------------

	text sizes

------------------------------------------------------------ */
h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

p, li, dd, dt {
	font-size: 1.2em;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */
#header {
	background:url('http://www.akadesignsolutions.co.uk/images/structure/header_bg.gif') left bottom repeat;
	border-bottom:10px solid #6DAA11;
}
#header div {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0 0;
	background: url('http://www.akadesignsolutions.co.uk/images/structure/arrow.gif') center top no-repeat;
	}
#header h1 {	
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	text-indent: -9999px;
	}
#header h1 a {
	display: block;
	}
#header div ul {
	float: left;
	margin: 0px 0 0 20px;
	padding: 0;
	list-style: none;
	}
#header ul li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	background: url('http://www.akadesignsolutions.co.uk/images/structure/nav_bg.gif') left bottom repeat-x;
	font:1.5em Tahoma;
	}
#header ul li a {
	float: left;
	display: block;
	padding: 4px 12px;
	text-decoration: none;
	color: #000;
}
#header ul li a:hover {
	color:#fff;
}
p#skipcontent {
	padding:0.2em 0 0.4em 0;
	font-weight:normal;
	background-color:#6DAA11;
	text-align:center;
}
p#skipcontent a {
	text-decoration:none;
	color:#000;
}
p#skipcontent a:hover {
	color:#fff;
}
h1 {
	text-align:right;
	width:750px;
	margin:15px auto 0 auto;
}

/* ------------------------------------------------------------

	intro

------------------------------------------------------------ */
#intro {
	background-color:#0d353e;
	border-bottom:10px solid #0f2327;
	text-align:left;
}
#intro-wrap {
	width: 750px;
	margin: 0 auto;
	padding: 1.5em 0 0em 0;
}
#intro-text {
	float:left;
	width:500px;
	margin: 0 auto;
}
#intro-work {
	float:right;
	width:235px;
	margin: 0 auto 2em 0;
}
#intro-text h2 {
	font: 2em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	line-height:170%;
	letter-spacing:0.05em;
	margin-bottom:1em;
}
#intro-text h2.home {
	font-size:1.4em;
	margin-bottom:2em;
	margin-top:1.5em;
}
#intro-work h2 img {
	float:left;
	margin-right:10px;
}
#intro-work h3 {
	margin:15px 0 5px 0;
	font: 1.4em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#c15200;
}
#intro-work h3 a {
	color:#c15200;
}
#intro-work p {
	line-height:1.6em;
}

/* ------------------------------------------------------------

	content

------------------------------------------------------------ */
#content {
	float: left;
	width: 500px;
	margin: 0 0 0 0px;
	padding: 20px 0 0 0;
} body.nosidebar #content {width:750px;}
#content h3 {
	text-transform:uppercase;
	font:1.4em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
font-weight:bold;
	padding:0 0 10px 25px;
	border-bottom:1px dotted #c3c3c3;
	color:#699a26;
	background:url('http://www.akadesignsolutions.co.uk/images/icons/flag_green.gif') top left no-repeat;
margin-bottom:10px;
}
#content h3.in_article {
	font:1.6em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
font-weight:bold;
	padding:0 0 10px 0;
        border-bottom:0;
	background:none;
}
#content h4 {
	margin:15px 0 5px 0;
	font:1.8em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color:#e28911;
}
#content h4 a:link, #content h4 a:visited {
        color:#e28911;
}
#content h4 a:hover {
        color:#ffffff;
}
#content p {
	line-height:1.8em;
	padding: 0 0 15px 0;
}
#content p.news-footer {
	border-bottom:1px dotted #c3c3c3;
	padding:0 0 10px 20px;
        margin-bottom:10px;
	background:url('http://www.akadesignsolutions.co.uk/images/icons/calendar_view_day.gif') top left no-repeat;
}
#content p.item-footer {
	padding:0 0 10px 0px;
        margin-bottom:10px;
}
#content p.news-footer span.date, #content p.item-footer span.date {
}
#content p.news-footer span.categories, #content p.item-footer span.categories {
        border-left: 1px dotted #e7e7e7;
        padding-left:15px;
        margin-left:15px;
}
#content span.comment_details {
        padding: 0 0 10px 20px;
        background:url('http://www.akadesignsolutions.co.uk/images/icons/comment.png') top left no-repeat;
}
#content p.no-border {
        border:0;
}
div.portfolio-item {
	padding: 15px 0 15px 0;
	clear:both;
}
img.portfolio {
	float:left;
	padding:15px 15px 0 0;
}
#content ol {
margin: 10px 0 10px 30px;
}
#content ol li {
list-style-type:decimal;
line-height: 1.8em;
padding:5px 0;
}
#content ul.showlist {
margin: 10px 0 10px 30px;
}
#content ul.showlist li {
list-style-type:disc;
line-height: 1.8em;
padding:5px 0;
}
#content strong {
color:#C15200;
}
/* ------------------------------------------------------------

	comments

------------------------------------------------------------ */
#content h3.comments-heading {
        margin-top:40px;
}
div.comment-box, div.comment-box-alt, div.my-comment {
        clear:both;
        margin:10px 0 10px 0;
        padding:15px;
}
div.comment-box-alt {
        background-color:#0F2327;
}
div.my-comment {
        background-color:#0D353E;
}

div.comment img {
        float:left;
        margin:0 10px 10px 0;
        border: 1px solid black;
}
#content div.comment h4 {
       margin-top:0;
}
div.comment_entry {
        margin: 40px 0 40px 0;
}
#content div.comment_entry h3 {
        margin-bottom:20px;
}
.comment_entry label {
        display:block;
        margin:15px 0 5px 0;
        font-size:1.1em;
}
.comment_entry label.inline {
        display:inline;
        padding: 0 0 0 10px;
}

/* ------------------------------------------------------------

	sidebar

------------------------------------------------------------ */
#sidebar {
	float: right;
	width: 235px;
	margin: 0px 0 0px 0;
	padding-top: 20px;
	padding-bottom:15px;
	border-bottom:1px dotted #c3c3c3;
}
#sidebar h2 {
	font: 1.6em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	margin: 0 0 10px 0;
	color:#c15200;
font-weight:bold;
}
#sidebar p {
	line-height:1.6em;
}
#sidebar ul {

}
#sidebar li span.link_title {
	display:block;
	padding: 0 0 3px 25px;
	font-size:1.1em;
	background: url('http://www.akadesignsolutions.co.uk/images/icons/transmit_go.gif') top left no-repeat;
}
#sidebar li {
	padding:0 0 10px 0;
	line-height:160%;
font-size:1.1em;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer {
	font-size:1.2em;
	text-align:left;
	width: 750px;
	margin: 0 auto 20px auto;
	line-height:1.6em;
}
#footer p {
	
}
#footer div.copyright {
	display:block;
	float:left;
	padding-bottom:50px;
}
#footer div.extras {
	display:block;
	float:right;
	width:235px;
	padding-bottom:50px;
}
div.org {
	color:#C15200;
	font-family:Tahoma;
	font-size:1.4em;
}
p.downloadcard {
	display:block;
	margin-top:5px;
	padding: 0px 0 5px 40px;
	background: url('http://www.akadesignsolutions.co.uk/images/icons/icon-hcard-add.png') top left no-repeat;
}
.inline_form_section form#entryform, .inline_form_section form#entryform input {
	float:left;
	margin:0;
	padding:0;
}
span.inline_form_section, span.date2 {
	float:left;
	display:block;
}
/* ------------------------------------------------------------

	reusable classes

------------------------------------------------------------ */
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.hide {
	display:none;
}
.clearboth {
	clear:both;
}
blockquote {
background-color:#202020;
border:1px solid #404040;
margin-bottom:10px;
padding:10px 20px;
}
/* ------------------------------------------------------------

	self clearing float

------------------------------------------------------------ */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}