/* @group CSS Reset */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #000;
	font: .63em/1 arial, sans-serif;
}

ol, ul {
	list-style: none;
}

a{
color: #fff;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

/* @end */

/* @group Styles */

.inner {
	width: 980px;
	margin: 0 auto;
}

/* @group Header */

#header {
	height: 220px;
	width: 100%;
	background: #000 url(img/header.jpg) no-repeat center top;
	overflow: hidden;
}

#logo {
	position: absolute;
}

#logo a {
	width: 280px;
	height: 220px;
	text-indent: -9999px;
	display: block;
}

#cards {
	
}

#cards .off {
	
}

#cards a {
	height: 260px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

#card1 {
	width: 178px;
	margin-left: 270px;
	background: url(img/card_illumin8tion.png) no-repeat left 32px;
}

#card2 {
	width: 172px;
	margin-left: -82px;
	background: url(img/card_events.png) no-repeat left 26px;
}

#card3 {
	width: 142px;
	margin-left: -60px;
	background: url(img/card_branded.png) no-repeat left 28px;
}

#card4 {
	width: 150px;
	margin-left: -30px;
	background: url(img/card_emarketing.png) no-repeat left 19px;
}

#card5 {
	width: 177px;
	margin-left: -52px;
	background: url(img/card_brandagent.png) no-repeat left 35px;
}

#card6 {
	width: 177px;
	margin-left: -76px;
	background: url(img/card_design.png) no-repeat left 40px;
}

#card1.off {
	background: url(img/card_illumin8tiono.png) no-repeat left 32px;
}

#card2.off {
	background: url(img/card_eventso.png) no-repeat left 26px;
}

#card3.off {
	background: url(img/card_brandedo.png) no-repeat left 28px;
}

#card4.off {
	background: url(img/card_emarketingo.png) no-repeat left 19px;
}

#card5.off {
	background: url(img/card_brandagento.png) no-repeat left 35px;
}

#card6.off {
	background: url(img/card_designo.png) no-repeat left 40px;
}

/* @end */

/* @group Nav */

#nav {
	width: 100%;
	height: 64px;
	overflow: hidden;
	background-color: #c1d72e;
}

#nav #mainlinks {
	float: left;
	padding-left: 40px;
}

#nav #mainlinks li a {
	padding: 26px 8px;
}

#nav #cardlinks{
	float: right;
	padding-right: 60px;
}

#nav #cardlinks li a {
	padding: 26px 15px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	font: bold 1.2em Sansumi, Arial, sans-serif;
	color:#000000;
}

/* @end */

/* @group Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding-top: 50px;
}

#cardsbottom {
	clear:both;
	margin: 0 auto;
	padding-top: 20px;
}

#content h5 {
	font-size:1.4em;
	padding-bottom:20px;
	font-weight:bold;
}

#content p {
	line-height: 24px;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content_right {
	margin-left:40px;
	margin-top:75px;
	float: right;
	width: 440px;
}

#content_rightpeople {
	margin-left:40px;
	float: right;
	width: 440px;
}

#content_right a{
	text-decoration:none;
	font-weight:bold;
	color:#c1d72e;
}

#content_right ul {
	list-style:disc;
	list-style-position:outside;
	line-height:18px;
	font-size:1.1em;
}

#content_left {
	float: left;
	width: 400px;
	padding-right:40px;
}

#content_left ul {
	list-style:disc;
	list-style-position:inside;
	line-height:18px;
	font-size:1.1em;
}

#content_leftblog {
	float: left;
	width: 690px;
}

#content_rightblog {
	float: right;
	width: 220px;
}

.blogsidebar {
	padding: 10px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#content ol li {
	margin-bottom: 8px;
}

#content h1 {
	margin-bottom: 40px;
	font-size: 2.4em;
	font-style: normal;
	overflow: hidden;
}

#content h1 span {
	position: absolute;
}

dl.threetier {
	width: 285px;
	background: #191917;
	height: 320px;
	float: left;
	margin-right: 20px;
}

dl.threetier dt {
	width: 265px;
	background: #373732;
	height: 35px;
	padding-left: 20px;
	padding-top: 20px;
	display: block;
	font: bold 1.4em Sansumi, Arial;

}

dl.threetier dd {
	padding: 15px;
	font-size: 1.1em;
	line-height: 135%;
}

dl.middle {
	width: 285px;
	background: #161313;
	height: 320px;
	float: left;
	margin-right: 20px;
}

dl.middle dt {
	width: 265px;
	background: #161313 url(img/home3h.gif) left top;
	height: 35px;
	padding-left: 20px;
	padding-top: 20px;
	display: block;
	font: bold 1.4em Sansumi, Arial;
}

dl.middle dd {
	padding: 15px;
	font-size: 1.1em;
	line-height: 135%;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	padding-top: 105px;
	background: url(img/footer_grad.png) repeat-x left top;
	color: #6a6a61;
	clear: both;
}

#services {
	float: left;
	padding-left: 53px;
	width: 229px;
}

#services ul li a {
	color: #ffffff;
	font-size: 1.1em;
	line-height:130%;
	display: inline-block;
}

#services ul li a:hover {
	color: #c1d72e;
}

#connect {
	float: left;
	width: 224px;
}

#connect a {
	display: block;
	height: 18px;
	padding-top: 8px;
	padding-left: 35px;
	font-size: 1.1em;
	color: #ffffff;
	margin-bottom: 15px;
}

#connect a:hover {
	color: #c1d72e;
}

#connect a#fb {
	background: url(img/ftcfb.gif) no-repeat left center;
}

#connect a#tw {
	background: url(img/ftctw.gif) no-repeat left center;
}

#recent {
	float: left;
	width: 280px;
}

#recent dl {
	width: 190px;
	padding-bottom: 15px;
}

#recent dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 3px;
}

#recent dd {
	font-size: 1.1em;
	line-height: 130%;
}

#recent a {
	font-size: 1.1em;
	color: #ffffff;
	font-style: italic;
}

#recent a:hover {
	color: #c1d72e;
}

#contact {
	float: left;
	width: 140px;
}

#contact p {
	color: #6a6a61;
	font-size: 1.1em;
	line-height:130%;
	padding-bottom: 3px;
}

#copyright {
	clear: both;
	padding: 20px;
	padding-left: 506px;
}

#footer h3 {
	width: 130px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

#services h3 {
	background: url(img/ft_services.gif) no-repeat left top;
}

#connect h3 {
	background: url(img/ft_connect.gif) no-repeat left top;
}

#recent h3 {
	background: url(img/ft_recentposts.gif) no-repeat left top;
}

#contact h3 {
	background: url(img/ft_contact.gif) no-repeat left top;
}

.green p{
	color:#c1d72e;
}
/* @end */

/* @end */



/* @group Blog and Articles */

h2.entrytitle {
	font-size: 1.5em;
	color: #132f48;
	line-height: 100%;
	font-weight: bold;
}

h2.entrytitle a {
	color: #132f48;
}

h3.entrydetails {
	font-weight: bold;
	padding-bottom: 1.1em;
	color: #555;
	font-size: 0.9em;
}

h3.entrydetails a {
	color: #132f48;
}

.commentsreadmore {
	font-weight: bold;
	color: #555;
	font-size: 0.9em;
}

.commentsreadmore a {
	color: #132f48;
}

.divider {
	height: 20px;
}

.prevnextc a {
	color: #d8ba96;
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	padding-right: 25px;
}

#sidebar h4 {
	font-size: 1.2em;
	color: #132f48;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#sidebar ul {
	margin-bottom: 15px;
}

#sidebar ul li a {
	color: #555;
	font-weight: bold;
	padding-bottom: 2px;
}

h3 {
	font-size: 1.5em;
	color: #132f48;
	line-height: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment {
	margin-top: 12px;
	font-size: 0.95em;
	color: #555;
	font-style: italic;
	background-color: #e9e4c2;
	padding: 10px;
}

.commentalt {
	margin-top: 12px;
	font-size: 0.95em;
	color: #555;
	font-style: italic;
	padding: 10px;
}

.commentinfo {
	font-weight: bold;
	color: #132f48;
}

/* @end */
