@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Global Data Excellence Theme
Theme URI: http://www.hiddendepth.ie
Description: This is a custom WordPress theme designed by Hidden Depth.
Version: 1.0
Author: Hidden Depth
Author URI: http://www.hiddendepth.ie
Tags: red, orange, custom header, fixed width, two columns, widgets

	Hidden Depth v.1
	 http://www.hiddendepth.ie

	This theme was designed and built by Hidden Depth,
	whose blog you will find at http://www.hiddendepth.ie/blog


*/

/* reset */ html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* Default */

a {
	text-decoration: none;
}

a:link {
	color: #fe0000;
}

a:hover {
	color: #000;
}

a:visited {
	color: #c50707;
}

a:visited:hover {
	color: #000;
}

body {
	color: #212121;
	font-size: 10px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-family: 'arial', Helvetica, sans-serif;
	line-height: 20px;
}

/* Bottom */
#bottom {
	margin-top: 20px;
}

#bottom_half {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left:10px;
	padding-right: 10px;
	
}
#brand {
	line-height: 18px;
	margin-left: 100px;
	margin-top: 30px;	
}
#brand h1 {
	font-size: 26px;
	margin-bottom: 6px;
}
#brand p {
	font-size: 12px;
}
.clearfix {
	clear: both;
}
/* main */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#content {
	margin-bottom: 20px;
}

#content p {
	font-size: 12px;
	margin-bottom: 20px;
}

#content-holder {
	padding-left: 10px;
	margin-right: 10px;
	width:760px;
}
#content-holder ul li {
	font-size: 12px;
}
#content-holder h3, h4 {
	font-size: 12px;
}
#content h4 {
	margin-bottom:10px;
}
#comments {
	
}
.comments {
	font-family: Palatino;
	
}
.comments li {
	margin-bottom: 14px;
	background-color: #333;
	color: #ffffff;
	padding: 10px;
}
/* dividers */

.divider {
	border-top: dotted 1px #c2c2c2;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width:940px;

}
/* feature */

#feature {
	background-color: #ffffff;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	height: 235px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#feature2 {
	background-color: #ffffff;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	height: 113px;
	margin-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

/* footer*/
#footer {
	background-color: #212121;
	width:100%;
	margin-top: 40px;
	padding-top:10px;
	padding-bottom: 20px;
}

#footer_holder {
	margin-left: auto;
	margin-right: auto;
	width: 900px;	
}

#footer a:link {
	color: #ffa800;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:visited {
	color: #c9932c;
}

#footer a:visited:hover {
	color: #ffffff;
}

#foot_copyright {
	color: #ffffff;
	font-size: 12px;
	float: left;
}

#foot_designed_by {
	font-size: 12px;
}

#foot_nav_mini {
	float: right;
}

#foot_nav_mini ul li {
	list-style: none;
	float: left;
	margin-right: 6px;
	font-size: 10px;
}

#header {
	height: 98px;	
}

h5 {
	color: #ffa800;
	font-size: 22px;
	line-height: 10px;
}
img {
	border: 0;
}
#intro2 {
	line-height: 30px;
	margin-left: 0px;
	margin-top: 40px;
	width: 920px;
}
#intro2 h1{

}
#intro2 h2 {
	font-size: 32px;
}
#intro2 p {
	line-height: 20px;
}
.list-move {
	margin-left: 14px;
	margin-bottom: 20px;
}
.list-move ul {
	margin-left: 0px;
	list-style-type:circle;
	list-style-position: inside;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 98px;
}
#logo a {
	color: #000;
	display: block;
}
#main_divider {
	color: #212121;
	height:28px;
	margin-bottom: 8px;
	padding-top: 10px;
	text-align: center;
}
#main_divider h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
}
/* Navigation Style */

.dropdown { position:relative; font-family: arial, sans-serif;  font-size:11px; color:#000; }

/* Basic List Styling (First/Base Level) */

.dropdown ul {padding:0; margin:0; list-style: none;}

.dropdown ul li {width:94px; margin-right:1px; float:left; position:relative; z-index: 999;}

.dropdown ul li a, .dropdown ul li a:visited { display:block; text-decoration:none; text-align:center; color:#000; padding: 7px 0px 14px 0; }

.dropdown ul li a:hover {color:#ffffff; background-color: #fe0000; background-repeat: no-repeat;}

.dropdown ul li a.current, .dropdown ul li a:visited.current {color:#ffffff; background-color: #fe0000; background-repeat: no-repeat; font-weight: bold;}

/* Second Level Drop Down Menu */

.dropdown ul li ul {display: none;}

.dropdown ul li:hover ul { font-size:13px; display:block; position:absolute; top:33px; min-width:90px; left:0; text-transform: capitalize;}

.dropdown ul li:hover ul li a {display:block; background:#1e1a19; color:#ffffff; width:94px; text-align: center; padding: 8px 4px 4px 4px; border-bottom: 1px solid #333; }

.dropdown ul li:hover ul li a:hover {background:#fe0000; color:#ffffff;}

/* Third Level Drop Down Menu */

.dropdown ul li:hover ul li ul {display: none;}

.dropdown ul li:hover ul li:hover ul { display:block; position:absolute; left:145px; top:0; }

#navbar {
	margin-left: 402px;
	padding-top: 68px;
}outter {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#outter2 {
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
}
#page-content a:hover {
	text-decoration: underline;
}
.post_content ul, ol {
	margin-left: 20px;
	font-size: 12px;
}
#posts {
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	width:680px;
	float: left;
}

.post_author {
	color: #ffffff;
	font-size: 12px;
	float: right;
	margin-right: 0px;
	padding: 10px;
}

.post_bottom {
	background-color: #999;
	border-top: solid 1px #666;
	height: 20px;
	margin-top: 20px;
	padding-top: 4px;
	font-size: 14px;
}

.post_bottom a {
	color: #000;
}

.post_bottom a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.post_comment {
	float: left;
	margin-left: 10px;
}
.post_content {
	clear: left;
	padding: 10px;
}

.post_entry {
	margin-bottom: 20px;
	border: solid 1px #000;
}

.post_more {
	color: #ffffff;
	float: right;
	height: 16px;
	margin-right: 8px;	
}
.post_more a:link {
	color: ffffff;
}
.post_more a:hover {
	
}

.post_navigation {
	background-color: #404040;
	padding: 10px;
	text-align: right;
	width:660px;
}

.post_navigation a {
	color: #ffffff;	
}

.post_top {
	background-color: #333;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	width:679px;
}

.post_title {
	float: left;
	width: 500px;
	font-size: 16px;
	margin-top: 4px;
	padding: 4px 0 4px 10px;
	line-height: 28px;
	color: #ffa800;
}

.post_title a {
	color: #ffffff;
	text-decoration: none;
}

.post_title a:hover {
	color: #ffa800;
	text-decoration: underline;
}
#respond {
	padding-top: 10px;
	margin-top: 20px;
}
.push {
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	color: #000;
	font-size: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	width:230px;
	margin-top: -10px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar h4 {
	font-size: 16px;
	margin-bottom: 30px;
}
#user_comments {
	margin-top: 60px;
}
.widget {
	border:  solid 1px #000;
	background-color: #333;
	border-left: 8px solid #fe0000;
	border-bottom: 1px solid #666;
	margin-top: 10px;
	padding: 10px;
}
.widget ul li {
	padding: 3px 0 3px;
	line-height: 22px;
	border-top: 1px dotted #999;
}
.widget ul li.first {
margin-top: none;
}
.widgettitle {
	color: #ffa800;
	margin-bottom: 10px;
}
.widget a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.widget a:hover {
	color: #fe0000;
	text-decoration: underline;
}
.widget li span {
	font-size: .7em;
	padding-left: 13px;
	margin-left: 13px;
	color: gray;
}
.widget li.last {
	margin-bottom: 20px;
}
.clear {
	float: none;
	clear: both;
}
