@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	color: #ccc;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
}
body {
	background-color: #2d3137;
	background-image: url(http://garybradt.com/images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
span {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
iframe {
	border: 1px solid #555;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px 0px #000000;
	background-color: #000;
	margin-bottom: 8px;

}
.video-thumbs {
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px 0px #000000;
	background-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	margin-bottom: 30px;
}
hr {
	clear: both;
	visibility: hidden;
	height: 0px;
}
p {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: #cff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
strong {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
}
h1 {
	font-family: 'Crimson Text', arial, serif;
	font-size: 60px;
	line-height: normal;
	margin-bottom: 20px;
	color: #69c;
	clear: both;
}
h2 {
	font-family: 'Crimson Text', arial, serif;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 2px;
	color: #FFF;
	clear: both;
}
div.two-columns-left {
	width: 600px;
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}
div.two-columns-right {
	width: 270px;
	float: left;
	padding-bottom: 30px;
}
div.two-columns-right p {
	font-size: 11px;
	line-height: 14px;
}
h2 a {
	font-size: 21px;
	line-height: 24px;
}
h3 {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	padding-top: 8px;
	clear: both;
}
h4 a {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.utility  {
	padding-top: 12px;
	width: 100%;
}
.utility p{
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
}
.utility p a {
	text-decoration: underline;
}
.utility p a:hover {
	text-decoration: none;
	color: #FFF;
}
#header, #footer {
	width: 100%;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:600px;
	background-color: #2d3137;
	position: absolute;
}
#index {
	width: 100%;
	position: absolute;
	top: 420px;
}
#content {
	width: 100%;
}
#content .center {
	width: 900px;
	padding: 30px;
}
h1.name a {
	font-family: 'Crimson Text', arial, serif;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	color: #eaeaea;
	font-size: 36px;
	line-height: normal;
	text-decoration: none;
}
header nav ul li a {
	font-size: 16px;
	color: #ccc;
}
.panel-outside  {
	width: 280px;
	float: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	background-image: url(http://garybradt.com/images/background-panel-outside.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px 0px #000000;
	height: 280px;
}
.sidebar-outside {
	width: 250px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	background-image: url(http://garybradt.com/images/background-panel-outside.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px 0px #000000;
	background-color: #000;
	margin-bottom: 60px;
}
.panel-inside  {
	width: 250px;
	background-color: #eaeaea;
	height: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	-webkit-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
	-moz-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
	box-shadow: inset 0px 0px 30px 0px #CCCCCC;
}
.sidebar-inside {
	width: 220px;
	background-color: #eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	-webkit-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
	-moz-box-shadow: inset 0px 0px 30px 0px #CCCCCC;
	box-shadow: inset 0px 0px 30px 0px #CCCCCC;
}
.sidebar-inside a {
	text-decoration: none;
}
.panel-inside h2   {
	color: #555;
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 24px;
}
.sidebar-inside h2 {
	color: #555;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 24px;
}
.panel-inside p   {
	color: #888;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-inside p a   {
	color: #69c;
	font-weight: bold;
}
.panel-inside p a:hover {
	color: #000;
}
.panel-outside.middle  {
	margin-right: 30px;
	margin-left: 30px;
}
#footer  {
	height: 200px;
	margin-top: 100px;
}
div.description  {
	width: 900px;
	padding: 30px;
}
div.description  h2{
	color: #888;
	font-size: 21px;
	line-height: 24px;
}
div.description h2 a {
	text-decoration: underline;
	font-family: 'Crimson Text', arial, serif;
}
div.description h2 a:hover {
	text-decoration: none;
	color: #FFF;
}
ul.bottom-navigation {
	float: left;
}
ul.bottom-navigation li {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.bottom-navigation li a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
ul.bottom-navigation li a:hover {
	color: #fff;
}
ul.social-media {
	float: right;
}
ul.social-media li {
	float: left;
	margin-left: 4px;
	margin-right: 0px;
}
li.copyright  {
	margin-top: 40px;
	clear: left;
	color: #888;
}
ul.main-navigation {
	float:right;
	margin-top: 48px;
	margin-right: 30px;
}
ul.main-navigation li{
	float: left;
	margin-left: 60px;
}
ul.main-navigation li a {
	font-size: 16px;
	line-height: normal;
	color: #eaeaea;
	font-family: 'Crimson Text', arial, serif;
	text-decoration: none;
}
ul.main-navigation li a:hover {
	color: #69c;
}
li.lets-be-social {
	font-family: 'Crimson Text', arial, serif;
	font-size: 20px;
	line-height: 20px;
	color: #ccc;
	padding-right: 12px;
}
label {
	font-size: 11px;
	line-height: 12px;
	display: block;
	margin-bottom: 4px;
}
.email-addresses {
	padding: 4px;
	width: 194px;
	border: 1px solid #CCC;
	margin-bottom: 12px;
}
#content .two-columns-left ul.standard {
	margin-left: 40px;
}
#content .two-columns-left ul.standard li {
	list-style-position: outside;
	list-style-type: square;
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
	width: 150px;
	height: 24px;
	float: left;
	margin-right: 30px;
}
#content .two-columns-right ul.wordpress {
	margin-left: 40px;
	margin-bottom: 40px;
}
#content .two-columns-right ul.wordpress li {
	list-style-position: outside;
	list-style-type: square;
}
#content .two-columns-right ul.wordpress li a {
	font-size: 11px;
	line-height: 12px;
}
ul.video-pages {
	margin-top: 20px;
}
ul.video-pages li {
	color: #555;
	font-size:10px;
	margin-right: 4px;
	text-align:center;
	height: 24px;
	width: 30px;
	float: left;
	display:block;
	background-color: #000;
	padding-top: 6px;
	font-weight: bold;
}
ul.client-list {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}
/*ul.testimonials {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}*/
div.testimonials h2 {
	font-size: 24px;
	line-height: 27px;
	display: block;
}
.border {
	border: 1px solid #555;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px 0px #000000;
}
p.video-link a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	display: inline;
}
p.video-link a:hover {
	background-color: transparent;
}
p.video-link a:after {
	content: "";
}
.top-gradient {
	height: 100px;
	width: 260px;
	position: absolute;
	z-index: 3;
}
.bottom-gradient {
	height: 100px;
	position: absolute;
	margin-top: 50px;
	z-index: 3;
}
