/*  
Theme Name: MoiaGroup!
Theme URI: http://moiagroup.com
Description: MoiaGroup's Own Theme 2.0
Version: 2.0
Author: Ian Johnson
Author URI: http://www.moiagroup.com

*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #999;
	text-align: center;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 82%;
	color: #444;
	background-image: url(images/bg_tile.gif);
	line-height: 1.3em;
	
}

a {
	color: #DF7800; /*#5c9894;*/
	text-decoration: none;
	
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #4A7025;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #DDD;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
	
#wrapper-shadow {
	margin: 0 auto;
	text-align: center;
	width: 1012px;
	background: url(images/shadow_left.png) repeat-y;
}

#wrapper-shadow.wide {
	width: 80%;	
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	padding: 0 0;
	background: #fff;
	min-height: 800px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	position: relative;
}

/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 1000px;
}
/**/


#wrapper-shadow-right {
	background: url(images/shadow_right.png) repeat-y 100% 0;	
}

#wrapper {
	background: #FFF;
}

#page {
	background-image: url(images/vrule.gif);
	background-repeat: repeat-y;
}

#header {
	padding: 0;
	background-color: #fff;
	text-align: center;
	background-image: url(images/head_blend.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 163px;
	position: relative;
}

#login {
	position: absolute;
	top: 15px;
	width: 180px;
	height: 40px;
	left: 750px;
	text-align: right;
}

#logo_elph {
	float: right;
}

#footer {
	clear: both;
	padding: 10px 48px;
	font-size: .9em;
	margin-top: 40px;
	width: 700px;
	color: #AAA;
}


#content {
	float: left;
	width: 670px;
	margin: 60px 25px 20px 28px;
	display: inline;
	position: relative;
}

ol, ul {
	margin-bottom: 10px;
	}
#content ul li, #content ol li {
	margin: .5em 0 1em 1em;
	}
	
#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	}
	
#content ul {
	margin-left: 10px;
	}

#homecontent {
	float: left;
	width: 755px;
	margin: 40px 0;
	display: inline;
	position: relative;
}

#homecontent h1 {
	border: 0;
	margin: 0;
	padding: 0;
}

#homeimage {
	margin-top: 40px;
	margin-left: 20px;
	width: 720px;
	height: 230px;
}

#intro {
	width: 270px;
	display: inline;
	float: left;
	margin-left: 20px;
}

#news {
	width: 246px;
	display: inline;
	float: left;
	margin-left: 20px;
}

#news h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#news h2 a {
	color: #4A7025;
}

#case_study {
	width: 170px;
	display: inline;
	float: left;
	margin-left: 20px;
}


.subcontent {
}

p.date {
	margin: 0;
	padding: 0;
	font-size: .9em;
	color: #999;
}

.excerpt p {
	margin: 0;
	padding: 0;
}

#news a {
	text-decoration: none;
} 

#news a:hover {
	text-decoration: underline;
} 

/* ************************* SIDEBAR ************************ */
#sidebar {
	width: 170px;
	font-size: 1em;
	float: right;
	margin-right: 10px;
	display: inline;
	margin-top: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
}

#sidebar ul li.current_page_item {
}

#sidebar ul li a:hover {
	color: #FFCCCC;
}

#sidebar ul li a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	
	color: #bccacf;
	display: block;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
}

#sidebar ul ul li a:hover {
	color: #FF2222;
}

#sidebar ul ul li a {
	padding: 2px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#sidebar ul ul li.current_page_item a {
	color: #FF2222;
	background-color: #FFF;
}


/* ************************* END SIDEBAR ************************ */

/* ************************* HEADERNAV ************************ */
#headernav {
	font-size: 1em;
	text-transform: lowercase;
	position: absolute;
	height: 32px;
}


/* ************************* END HEADERNAV ************************ */


#subnavbar {
	background-image: url('images/subnavbgtile.gif');
	font-size: 1em;
	padding-right: 40px;
	padding-left: 60px;
	text-transform: lowercase;
	margin-top: 8px;
}

#subnavbar a {
	text-decoration: none;
}

#subnavbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnavbar ul li {
	display: inline;
	margin-left: 15px;
}


/* ************************* END HEADERNAV ************************ */


#subsubnavbar {
	background-image: url('images/subnavbgtile.gif');
	font-size: 1em;
	padding-right: 40px;
	padding-left: 90px;
	text-transform: lowercase;
	margin-top: 8px;
}

#subsubnavbar a {
	text-decoration: none;
}

#subsubnavbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subsubnavbar ul li {
	display: inline;
	margin-left: 15px;
}

img.alignleft {
	float: left;
	margin-right: 13px;
	border: 1px solid #999;
}
	
img.alignright {
	float: right;
	margin-left: 13px;
	border: 1px solid #999;
}

.navigation {
	margin-bottom: 20px;
	}
	
.navigation a {
	color: #999;	
	}
.txtalignleft {
	width: 45%;
	float: left;
}

.txtalignright {
	width: 45%;
	float: right;
	text-align: right;
}

.workitem {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #AAA;
	}
.workitem img {
	float: right;
	border: 1px solid #999;
}
.workitem h2 {
	border-bottom: none;
	}

hr {
	border: 0;
	margin-bottom: 8px;
	padding: 0;
	border-bottom: 1px solid #AAA;
}

#respond {
	margin-top: 20px;
}

.gallery {
	padding-bottom: 15px;
}

.testim {
	color: #888;
	font-size: .9em;
}

.testim i, .testim em {
	color: #666;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.clientprofilebox {
	padding: 8px;
	background-color: #EFD695;
	border: 1px solid #666;
	margin-bottom: 10px;
}

.clientprofilebox em {
display: block;
float: left;
clear: both;
padding-right: 10px;
text-align: right;
font-weight: bold;
	width: 100px;
}

.clientprofilebox a {
	color: #4A7025;
}