/*
	Theme Name: Enterprise Child Theme
	Theme URL: http://www.brianlis.com
	Description: Modified by Brian Lis.
	Author: Brian Lis
	Author URI: http://www.brianlis.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Jura:600);

body {
	background-color: #000000;
	color: #333333;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #4c59b1;
	text-decoration: none;
	}
	
a:hover {
	color: #4c59b1;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: url(images/background.png);
	/*background-position:center top;
	background-repeat:repeat-x;*/
	background-color:#000000;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	height: 90px;
	margin: 0 auto 0;
	padding: 0;
	}
	
#header .wrap {
	width: 960px; 
	margin: 0 auto 0;
	}

#title-area {
	width: 400px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #333333;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 550px;
	color: #333333;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #008DCF;
	text-decoration: underline;
	}
	
#header .widget-area a:hover {
	color: #008DCF;
	text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

/*.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}*/

/*.header-image #header #title-area a.button, .header-image #header #title-area a.buttonDis {
display: block;
background-color: transparent;
background-image: url(images/logo.png);
background-repeat: no-repeat;
width: 373px;
height: 90px;
margin: 22px 0px 0px 286px;
padding: 0px 0px 0px 0px;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

.header-image #header #title-area a:link.button, .header-image #header #title-area a:visited.button {
color: #194454;
}

.header-image #header #title-area a:hover.button, .header-image #header #title-area a:active.button {
background-position: 0 -90px;
color: #FF7200;
}*/



.header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	background-color: transparent;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 373px;
	height: 90px;
	/*margin: 22px 0px 0px 286px;*/
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a:link, .header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a:visited {
	color: #194454;
	text-indent:-9999px;
}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a:hover, .header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a:active {
	background-position: 0 -90px;
	color: #FF7200;
}

	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	/*width: 960px;*/
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	color: #BBBBBB;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #555555;
	width: 138px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #444444;
	color: #FFFFFF;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 140px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 159px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #EEEEEE;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
	background: url(images/nav.png);
	width: 960px;
	height: 45px;
	margin: 0 auto 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*opacity: .90;
	-moz-opacity: .90;
	-khtml-opacity: 0.90;
	filter:alpha(opacity=90);*/
	}
	
#nav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #EEEEEE;
	display: block;
	font-size: 15px;
	font-family: 'Jura', sans-serif, Arial, Tahoma, Verdana;
    margin: 0;
	padding: 13px 20px 12px 20px;
	text-decoration: none;
	text-shadow: #000000 1px 1px;
	position: relative;
	background: url(images/navline.png) no-repeat right;
	}

#nav li a:hover, #nav li a:active {
	background: #4C59B1;
	text-shadow: #000000 1px 1px;
	color: #eeeeee;
	text-shadow: none;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F4F4F4;
	color: #4C59B1;
	width: 138px; 
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #CCCCCC;
	text-shadow: #FFFFFF 1px 1px;
	text-transform: none;
	position: relative;
	/*opacity: .95;
	-moz-opacity: .95;
	-khtml-opacity: 0.95;
	filter:alpha(opacity=95);*/
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #FFFFFF;
	color: #333333;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 158px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	margin: 0;
	padding: 13px 25px 12px 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #EEEEEE;
	text-decoration: underline;
	text-shadow: #000000 1px 1px;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** Inner ********************/

#inner {
	width: 920px;
	background: #FFFFFF;
	margin: 20px auto 0;
	padding: 15px 20px 20px 20px;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner{
	background:none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}

.blog #inner {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
	
/***** Home Top ********************/

#home-top-bg {
	/*background: url(images/home-top.jpg);
	background-color:#000000;*/
	}

#home-top {
	/*background: url(images/home-top-wrap.png);*/
	width: 960px;
	height: 385px;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
	}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	text-shadow: 1px 1px #000000;
	}

#home-top .readmo a, #home-top .readmo a:visited {
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	}

	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow:1px 1px #000000;
	}
	
#home-top h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top .home-top-left h4 {
    color: #FFFFFF;
    font-family: 'Jura',Arial,Tahoma,Verdana;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px;
    text-shadow: 1px 1px #333333;
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .wrap {
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 6px #a3a3a3;
	-webkit-box-shadow: 0 3px 6px #a3a3a3;
	-moz-box-shadow: 0 3px 6px #a3a3a3;	
	overflow: hidden;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	background: #1EA7E8 url(images/home-top-left.png) left repeat-y;
	width: 330px;
	height: 360px;
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.home-top-left .widget {
	margin: 0;
	padding: 15px;
	}
	
.home-top-right {
	width: 600px;
	height: 235px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
/***** Home Middle/Bottom ********************/

#home-middle-bg {
	/*background: url(images/home-bottom.jpg);
	background-color:#000000;*/
	padding: 20px 0 10px 0;
	}

#home-bottom-bg {
	/*background: #F0F0F0;*/
	padding: 0;
	}

#home-middle {
	/*background: #e6e6e6;*/
	width: 962px;
	margin: 0 auto 0;
	/*padding: 20px 20px 0 20px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 6px #a3a3a3;
	-webkit-box-shadow: 0 3px 6px #a3a3a3;
	-moz-box-shadow: 0 3px 6px #a3a3a3;*/
	overflow: hidden;
	}

#home-bottom {
	background: url(images/home-bottom-bg.jpg);
	height: 568px;
	margin:10px auto;
	/*overflow:hidden;*/
	width:960px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 6px #a3a3a3;
	-webkit-box-shadow: 0 3px 6px #a3a3a3;
	-moz-box-shadow: 0 3px 6px #a3a3a3;
	}
	
#home-middle p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-bottom p {
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow:1px 1px #FFFFFF;
	}
	
#home-middle h2, #home-bottom h2 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-middle h2 a, #home-middle h2 a:visited, #home-bottom h2 a, #home-bottom h2 a:visited {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-middle h2 a:hover, #home-bottom h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#home-middle h1 {
    color: #4C59B1;
    font-family: 'jura',Arial,Tahoma,Verdana;
    font-size: 16px;
    font-weight: bolder;
    margin: 0 0 10px;
	}

#home-bottom h4 {
	background: url(images/sidebar-headline.png) left no-repeat;
	color: #E7E7E7;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
    margin: 0 0 10px 0;
	padding: 0 0 5px 15px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#home-middle ul, #home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-middle ul li, #home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	}

#home-middle ul ul, #home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li, #home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	margin: 0;
	padding: 0;
	}

#home-bottom .widget {
	margin: 0;
	padding: 0 20px;
	}
	
#home-middle .textwidget, #home-bottom .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-middle li.widget_tag_cloud div, #home-bottom li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page, #home-bottom .featuredpost .post, #home-bottom .featuredpage .page {
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage, #home-bottom .featuredpost, #home-bottom .featuredpage  {
	clear: both;
	}
	
#home-middle .featuredpost img, #home-middle .featuredpage img {
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
	
#home-bottom .featuredpost img, #home-bottom .featuredpage img {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
	
#home-middle .user-profile .avatar, #home-bottom .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-middle-1 {
	background: #e7e7e7 url(images/home-middle.jpg);
	float:left;
	margin:0 4px 6px 0px;
	padding:10px 10px 0 10px;
	width:215px;
	min-height: 283px;
	box-shadow: 0 3px 6px #A3A3A3;
	-webkit-box-shadow: 0 3px 6px #A3A3A3;
	-moz-box-shadow: 0 3px 6px #A3A3A3;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}
	
.home-middle-2 {
	background: #e7e7e7 url(images/home-middle.jpg);
	float:left;
	margin:0 4px 6px 3px;
	padding:10px 10px 0 10px;
	width:215px;
	min-height: 283px;
	box-shadow: 0 3px 6px #A3A3A3;
	-webkit-box-shadow: 0 3px 6px #A3A3A3;
	-moz-box-shadow: 0 3px 6px #A3A3A3;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}

.home-middle-3 {
	background: #e7e7e7 url(images/home-middle.jpg);
	float:left;
	margin:0 4px 6px 3px;
	padding:10px 10px 0 10px;
	width:215px;
	min-height: 283px;
	box-shadow: 0 3px 6px #A3A3A3;
	-webkit-box-shadow: 0 3px 6px #A3A3A3;
	-moz-box-shadow: 0 3px 6px #A3A3A3;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}
	
.home-middle-4 {
	background: #e7e7e7 url(images/home-middle.jpg);
	float:right;
	margin:0 0 6px;
	padding:10px 10px 0 10px;
	width:215px;
	min-height: 283px;
	box-shadow: 0 3px 6px #A3A3A3;
	-webkit-box-shadow: 0 3px 6px #A3A3A3;
	-moz-box-shadow: 0 3px 6px #A3A3A3;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}

.home-bottom-1 {
	float:left;
	margin:0;
	padding:170px 0 0 30px;
	width:290px;
	}

.home-bottom-2 {
	float:left;
	margin:0;
	padding:170px 0 0 20px;
	width:290px;
	}

.home-bottom-3 {
	float:left;
	margin:0;
	padding:170px 15px 0 15px;
	width:290px;
	}

.home-bottom-4 {
	float:left;
	margin:0;
	padding:90px 0 0 30px;
	width:290px;
	}

.home-bottom-5 {
	float:left;
	margin:0;
	padding:90px 0 0 20px;
	width:290px;
	}

.home-bottom-6 {
	float:left;
	margin:0;
	padding:90px 15px 0 15px;
	width:290px;
	}

#home-more {
	clear:both;
	height:60px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	text-align:center;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 750px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 920px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 460px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 630px;
	}
	
.full-width-content #content {
	width: 920px;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: auto;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .sticky {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #CCCCCC;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: auto;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}
	
#content h2 {
	background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;	
	color: #4C59B1;
	text-shadow: #ffffff 1px 1px;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
    margin: 0 0 5px 0;
	padding: 3px 0 3px 5px;	
	text-decoration: none;
	}
	
#content h2 a, #content h2 a:visited {
    margin: 0 0 5px 0;
	padding: 3px 0 3px 5px;	
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 200px;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #4c59b1;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #4c59b1;
	color: #FFFFFF;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #4c59b1;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 270px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 30px 0;
	padding: 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #4c59b1;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;	
	color: #4C59B1;
	text-shadow: #ffffff 1px 1px;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
    margin: 0 0 5px 0;
	padding: 3px 0 3px 5px;
	}	
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	padding: 0 0 3px 5px;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #CCCCCC;
	}

#sidebar blockquote {
	background: #F4F4F4;
	margin: 5px 15px 15px 15px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #E6E6E6;
	box-shadow: 0 3px 6px #a3a3a3;
	-webkit-box-shadow: 0 3px 6px #a3a3a3;
	-moz-box-shadow: 0 3px 6px #a3a3a3;	
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 0 0 0 5px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F4F4F4;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0 0 0;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 268px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: auto;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 45px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}
	
#nav .searchform {
	float: right;
	padding: 4px 0 0 0;
	}
	
.s {
	background: url(images/search.png);
	width: 170px;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	font-style: italic;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#header .s {
	width: 250px;
	}
	
.searchsubmit {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #0B87D9 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px;
	border: 1px solid #2BC2F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
.searchsubmit:hover {
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #2BC2F7;
	}

/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: url(images/search.png);
	width: 220px;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	font-style: italic;
	margin: 5px 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.enews #subbutton {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #0B87D9 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px;
	border: 1px solid #2BC2F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;		
	}
	
.enews #subbutton:hover {
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #2BC2F7;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	}
	
#sidebar .latest-tweets {
	background: url(images/twitter-sidebar.png) top right no-repeat;
	margin: 10px 0 30px 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
.gform_footer .button:hover {
	background: #333333;
	border: 1px solid #333333;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	clear: both; 
	overflow: auto;
	color: #666666;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 10px 0 15px 0;
	text-transform: uppercase;
	}

#footer .wrap {
	width: 950px;
	margin: 0 auto 0;
	}
	
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #4c59b1;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 0 15px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#submit:hover {
	background: #333333;
	border: 1px solid #333333;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F4F4F4;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
.reply a:hover {
	background: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	/*border: 1px solid #E6E6E6;*/
	margin: 0;
	padding: 0;
	}

#wp125adwrap_2c {
	margin:0 0 0 15px;
	padding:0;
	width:100%;
	}

.post-572 {
	width: 500px;
	}
	
.post-572 img.alignnone{
	margin:0;
	padding:0;
	}

#content .post-806 .entry-content{
	overflow:visible;
	}

#content .post-150 .entry-content{
	overflow:visible;
	margin: -50px 0 0;
	}

.feature-box {
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD !important;
    box-shadow: 0 0 5px #CCCCCC inset;
    float: left;
    margin: 0 10px 20px 10px;
    overflow: hidden;
    padding: 10px;
    width: 270px;
	}

.feature-box a {
    background: #4C59B1;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Georgia, Tahoma, Verdana;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    border: 1px solid #DDDDDD;
    }

.feature-box a:hover {
    background: #666666;
    color: #ffffff;
    text-decoration: none;
    }
	
		#griddler_iii article, 
#griddler_iii section, 
#griddler_iii header, 
#griddler_iii hgroup, 
#griddler_iii footer,
#griddler_iii div,
#griddler_iii p,
#griddler_iii ul,
#griddler_iii ol, 
#griddler_iii .button 
{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none!important;
	text-align: center!important;
	border: 0 none;
	outline: none;
}

/*	=Grid block	*/
#griddler_iii 
{ 
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important; 
	font-size: 13px!important; 
	color: #555; 
	/*width: 960px;*/
	padding: 60px 0 0 0;
	margin: 0 auto; 
	clear: both;
}

/*	=Grid item	*/
#griddler_iii article 
{
	float: left; 
    margin: 0 -1px;
    /*	Grid Column background color	*/	
	background-color: #e5e5e5;
	/*	Shadow properties	*/
	-moz-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.61);
    -webkit-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.61);
    box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px rgba(0,0,0,0.61);
	/*	Animations	*/
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-transition-duration: 0.5s;	
}

#griddler_iii aside {
    float: left;
    padding: 105px 10px 0 0;
    text-align: right;
    width: 230px;
}

#griddler_iii aside li {
    font-size: 15px;
    line-height: 42px;
    text-align: right;
	padding:0 0 2px 0;
}

#griddler_iii .sections {
    float: right;
    width: 680px;
}

/*	=Grid Columns	*/
#griddler_iii.col5 article {	width: 172px; 	}
	#griddler_iii.col5 header .popular {	width: 170px;	}
	#griddler_iii.col5 article:hover, 
	#griddler_iii.col5 article.selected,
	#griddler_iii.col5 article:hover .popular,
	#griddler_iii.col5 article.selected .popular { width:176px; }
	
#griddler_iii.col4 article {	width: 220px; 	}
	#griddler_iii.col4 header .popular {	width: 218px;	}
	#griddler_iii.col4 article:hover, 
	#griddler_iii.col4 article.selected,
	#griddler_iii.col4 article:hover .popular,
	#griddler_iii.col4 article.selected .popular { width:224px; }
	
#griddler_iii.col3 article {	width: 300px; 	}
	#griddler_iii.col3 header .popular {	width: 298px;	}
	#griddler_iii.col3 article:hover, 
	#griddler_iii.col3 article.selected,
	#griddler_iii.col3 article:hover .popular,
	#griddler_iii.col3 article.selected .popular { width:304px; }

/*	=Grid Item Header	*/
#griddler_iii header
{	
	min-height: 101px;
	position: relative;
	/*	Animations	*/
	-webkit-transition-property:-webkit-box-shadow;
	-webkit-transition-duration:0.5s;
	/*	Grid Header Gradient	*/
	background: #373737 url("../images/griddler3-header.png") 0 0 repeat-x;
	/*	Firefox	*/
	background-image: -moz-linear-gradient(top, #656565, #373737);
	/*	Webkit (Safari 3+, Chrome)	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#373737));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#656565, endColorstr=#373737)";
	border-bottom: 1px solid #363636;	
}

/*	=Grid Item Header	*/
#griddler_iii header div.top {	
	padding: 13px 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #969696 #646464 #4D4D4D;
}

#griddler_iii article.first,
#griddler_iii article.first header, 
#griddler_iii article.first .top 
{
	/*	First column is rounded at the top left corner	*/
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

#griddler_iii article.last,
#griddler_iii article.last header, 
#griddler_iii article.last .top 
{
	/*	Last column is rounded at the top right corner	*/
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

/*	'Popular' Ribbon	*/
#griddler_iii header .popular 
{	
	position: absolute; bottom: -9px; left: 0; z-index: 2;
	padding: 0;
	/*	Font properties	*/
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #E0F0F8;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.86);
    /*	Color properties	*/
	border-top: 1px solid #E6F6FE;
	border-bottom: 1px solid #4693B9;
	color: #003354;
	/*	Grid Ribbon Gradient	*/
	background: #95C7E1 url("../images/griddler3-popular.png") 0 0 repeat-x;
	/*	Firefox:	*/
	background-image: -moz-linear-gradient(top, #C2E8FB, #95C7E1);
	/*	Webkit (Safari 3+, Chrome):	*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C2E8FB), to(#95C7E1));
	/*	IE8+:	*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C2E8FB, endColorstr=#95C7E1)";
	/*	Shadows	*/
	-moz-box-shadow: 0 2px 3px #aaa;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.27);
    -webkit-box-shadow: 0 2px 3px #aaa;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.27);
    box-shadow: 0 2px 3px #aaa;
    box-shadow: 0 2px 3px rgba(0,0,0,0.27);
}

#griddler_iii header .popular h4 {	margin: 0; color: #003354; font-size: 11px; line-height: 17px;	}

#griddler_iii header h1
{
	color: #fff!important;
	font-size: 22px!important;
	text-shadow: -1px -1px 0 #0A0A0A;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.89);
	margin: 0 0 6px!important;
}

/*	Grid Button	*/
#griddler_iii .button 
{ 
	margin: 0 15px!important;
	/*	Font properties	*/
	font-size: 16px!important; 
	font-weight:bold; 
	text-shadow: 0 1px 0 #001525;
	text-shadow: 0 1px 0 rgba(0,0,0,0.75);
	text-align: center; 
	line-height: 30px;
	/*	Color properties	*/
	border: solid 1px #1C496A;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	outline: none;
	color: #fff; 
	/*	Grid Button Gradient	*/
	background: #004B83 url("../images/griddler3-button.png") 0 0 repeat-x;
	/*	Firefox:	*/	
	background-image: -moz-linear-gradient(top, #006FBC, #004B83);
	/*	Webkit (Safari 3+, Chrome):	*/	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006FBC), to(#004B83));
	/*	IE8+:	*/	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#006FBC, endColorstr=#004B83) progid:DXImageTransform.Microsoft.Shadow(color=#252525, direction=180,strength=2)";
	/*	Shadows	*/	
	-moz-box-shadow: 1px 2px 2px #272727;
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.55), 1px 2px 2px rgba(0,0,0,0.67);
    -webkit-box-shadow: 1px 2px 2px #272727;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.67);
    box-shadow: 1px 2px 3px #272727;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.67);
}

#griddler_iii header .button:hover
{
	/*	Grid Gradient for Button Hover State	*/
	background: #003E69 url("../images/griddler3-button-hover.png") 0 0 repeat-x;
	/*	Firefox:	*/	
	background-image: -moz-linear-gradient(top, #00558E, #003E69);
	/*	Webkit (Safari 3+, Chrome):	*/	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00558E), to(#003E69));
	/*	IE8+:	*/		
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00558E, endColorstr=#003E69) progid:DXImageTransform.Microsoft.Shadow(color=#252525, direction=180,strength=2)";
}

#griddler_iii header .button:active
{
	/*	Grid Gradient for Button Active State	*/
	background: #00548D url("../images/griddler3-button-active.png") 0 0 repeat-x;
	/*	Firefox:	*/	
	background-image: -moz-linear-gradient(top, #004475, #00548D);
	/*	Webkit (Safari 3+, Chrome):	*/	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#004475), to(#00548D));
	/*	IE8+:	*/		
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#004475, endColorstr=#00548D)  progid:DXImageTransform.Microsoft.Shadow(color=#4e4e4e, direction=180,strength=2)";
	-moz-box-shadow: 1px 2px 2px #4D4D4D;
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.55), inset 0 2px 2px rgba(0,0,0,0.55), 1px 2px 2px rgba(255,255,255,0.18);
    -webkit-box-shadow: 1px 2px 2px #4D4D4D;
    -webkit-box-shadow: 1px 2px 2px rgba(255,255,255,0.18);
    box-shadow: 1px 2px 3px #4D4D4D;
    box-shadow: 1px 2px 3px rgba(255,255,255,0.18);
}

#griddler_iii .button:link, 
#griddler_iii .button:visited, 
#griddler_iii .button:active, 
#griddler_iii .button:hover {
	 height: 30px;
    text-decoration: none;
    width: 140px;	}

#griddler_iii section
{	
	background-color: #D0D0D0;
	border-left: 1px solid #B0B0B0\9;
}

#griddler_iii .first section
{	
	border-left: 0 none;
}

#griddler_iii ul li 
{ 
	background: none;
}

#griddler_iii section ul li 
{ 
	background: none;
	line-height: 16px; 
	padding: 13px 0; 
	min-height: 16px; 	
	border-top: solid 1px #e2e2e2; 
	border-bottom: solid 1px #B9B9B9;
}

#griddler_iii section ul li.tooltip-holder {	position: relative; cursor: pointer;	}

#griddler_iii section ul li:first-child {	*border-top: solid 1px transparent; 	}

#griddler_iii section ul li strong 
{	
	font-size: 14px!important; 
	color: #363636;	
}

#griddler_iii footer
{
	border-top: solid 1px #f5f5f5;
	border-left: 1px solid #B0B0B0\9;
	min-height: 70px;
	text-align: center;
	text-shadow: 1px 1px 0 #f5f5f5;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	/*	Grid Header Gradient	*/
	background: #C4C4C4 url("../images/griddler3-footer.png") 0 0 repeat-x;
	/*	Firefox:	*/	
	background-image: -moz-linear-gradient(top, #E4E4E4, #C4C4C4);
	/*	Webkit (Safari 3+, Chrome):	*/	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#C4C4C4));
	/*	IE8+:	*/	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E4E4E4, endColorstr=#C4C4C4)";
}

#griddler_iii article.first,
#griddler_iii article.first footer
{
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	border-left: 0 none;
}

#griddler_iii article.last,
#griddler_iii article.last footer
{
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

#griddler_iii article:hover, 
#griddler_iii article.selected
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 10px #009df9;
	-moz-box-shadow: 0 1px 10px rgba(0,157,249,0.81);
    -webkit-box-shadow: 0 1px 10px #009df9;
    -webkit-box-shadow: 0 1px 10px rgba(0,157,249,0.81);
    box-shadow: 0 1px 10px #009df9;
    box-shadow: 0 1px 10px rgba(0,157,249,0.81);
	min-height: 106px;
    position:relative; top: -5px; z-index:10;
    margin: 0 -3px;
}

/*	IE8: replacement for shadow	*/
#griddler_iii article:hover section,
#griddler_iii article:hover footer, 
#griddler_iii article.selected section,
#griddler_iii article.selected footer
{
	border-left: 1px solid #B0B0B0\9;
	border-right: 1px solid #B0B0B0\9;
}


#griddler_iii article:hover header,
#griddler_iii article:hover header div.top,
#griddler_iii article.selected header,
#griddler_iii article.selected header div.top {	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#griddler_iii article:hover header div.top, 
#griddler_iii article.selected header div.top 
{	padding: 16px 0 22px;	}

#griddler_iii article:hover footer,
#griddler_iii article.selected footer 
{	
	min-height: 76px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;	
}

#griddler_iii footer .price {	background: none;	}
#griddler_iii footer p {	padding: 15px 0;	}

#griddler_iii footer strong 
{	
	font-size: 24px!important;
	line-height: 1;
	color: #000;
	display: block;
}

#griddler_iii article .tooltip 
{
	position: absolute; left: 70%; top: -35px; z-index: 20;
	display: none;
	width: 272px;
	padding-bottom: 30px;
	background: url("../images/griddler3-bg-tooltip.png") no-repeat right bottom;
	font-size: 13px!important;
	line-height: 1.35em;
	color: #333;
}

#griddler_iii .tooltip > div 
{
	background: url("../images/griddler3-bg-tooltip.png") no-repeat left top;
	padding: 30px 30px 0 45px;
}

#griddler_iii .tooltip * {	text-align: left!important;	}

#griddler_iii .tooltip h3 
{ 
	font-size:14px!important;
	margin: 0!important;
	text-shadow: 0 1px 0 #fff;
}

#griddler_iii .tooltip p {	line-height: 20px; margin: 0;	}

#griddler_iii article section ul li:hover .tooltip {	display: block;	}

#griddler_iii section li span.check {
    background: url("http://brianlis.com/wp-content/themes/enterprise/images/check.png") no-repeat scroll center center transparent;
    display: block;
    margin: 0 auto;
    text-align: left;
    text-indent: -9999px;
    width: 28px;
}

.readmo {
    background: none repeat scroll 0 0 #0E4984;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-family: 'jura',Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin: 20px auto;
    padding: 1px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
	}

.readmo:hover {
	background: #333333;
	}

.readinc {
    background: none repeat scroll 0 0 #0E4984;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-family: 'jura',Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 1px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
	}

.readmore {
    background: none repeat scroll 0 0 #0E4984;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-family: 'jura',Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 1px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
	}

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

.readmore:hover {
	background: #333333;
	}
