/* @override http://staging.brianburridge.com/wp-content/themes/BB/style.css */

/*
Theme Name: Brian Burridge Theme
Theme URI: http://www.brianburridge.com
Description: Official WP Theme for BrianBurridge.com
Version: 1.0
Author: TheVisualClick.com
Author URI: http://thevisualclick.com
Tags: Brian, Burridge, official, wordpress, theme
*/

@import "cforms.css";

* {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #355C87;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #355C87;
	text-decoration: underline
}

a img {
	border: 0px;
}

.clearboth {
	clear: both;
}

img {
	border: none;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

p {
	
}

span {
	
}

.double_hr {
	clear: both;
	display: block;
	border-top: solid 1px #063150;
	border-bottom: solid 1px #2F6287;
}

body.home {
	background: #f0f0ee url(images/bg_home.png) repeat-x 0 0;
}

body {
	background: #f0f0ee url(images/bg_sub.png) repeat-x 0 0;
}

#container {
	width: 964px;
	position: relative;
	margin: 0 auto;
}

#header {
	background: url(images/header_bg.png) no-repeat center -1px;
	padding-top: 40px;
	position: relative;
	margin-top: 0px;
}

#logo {
	background: url(images/logo.gif) no-repeat 0 0;
	display: block;
	height: 59px;
	width: 322px;
}

#rss {
	background: transparent url(images/icon_rss.png) no-repeat scroll right top;
	color: #C9D4DF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 12px;
	position: absolute;
	right: 0;
	top: 45px;
	width: 150px;
}

#rss:hover {
	text-decoration: none;
}

#intro {
	margin-top: 24px;
	color: #c9d4df;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: transparent url(images/portrait.jpg) no-repeat scroll 852px 9px;
}

#intro p {
	display: block;
	line-height: 1.5em;
	padding: 15px;
	width: 800px;
}

#intro a {
	color: #80beff;
	font-size: 14px;
	text-decoration: underline;
}

#intro a:hover {
	text-decoration: none;
}

#nav {
	margin-top: 10px;
	background: url(images/nav_bg.png) repeat-x 0 0;
	height: 42px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-bottom: solid 1px #0e2843;
	list-style-type: none;
	margin-bottom: 25px;
}
#nav li:first-child {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius-topleft: 10px;
	border-radius-bottomleft: 10px;
}

#nav li {
	background: transparent url(images/nav_bg.png) repeat-x scroll 0 0;
	display: block;
	height: 42px;
	width: 140px;
	float: left;
}

#nav li:hover, #nav li.current_page_item {
	background-position: 0 -45px;
}

#nav li a:hover, #nav li.current_page_item a {
	color: #4b95dd;
}

#nav li a {
	background: transparent url(images/nav_divider.png) no-repeat scroll 137px 0;
	color: #C9D4DF;
	display: block;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 140px;
}

#socials {
	list-style-type: none;
	position: absolute;
	right: 9px;
	top: 252px;
}

#socials li {
	float: left;
	margin: 4px;
}

#socials li:hover {
	margin-top: 3px;
}

#socials .twtr {
	background: url(images/icon_twtr.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
}

#socials .fb {
	background: url(images/icon_fb.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
}

#socials .in {
	background: url(images/icon_in.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
}

#socials .su {
	background: url(images/icon_su.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 30px;
}

/* override the root element to enable scrolling */

#flowpanes {
	height: 360px;
	list-style-type: none;
	margin: 10px auto 0;
	position: relative;
	width: 900px;
	overflow: hidden;
	clear: both;
}

/* override single pane */

#flowpanes div {
	float: left;
	display: block;
}

#slider {
	position: relative;
}

/* our additional wrapper element for the items */

#flowpanes .items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}

.prev {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrow_left.png) no-repeat 0 0;
	left: 0;
	position: absolute;
	top: 170px;
	width: 30px;
	cursor: pointer;
}

.next {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrow_right.png) no-repeat 0 0;
	right: 0;
	position: absolute;
	top: 170px;
	width: 30px;
	cursor: pointer;
}

.slide {
	background: transparent url(images/slider_bg.png) no-repeat scroll right top;
	width: 900px;
}

.slide-img {
	text-align: center;
	float: left;
	width: 619px;
	height: 350px;
	background: url("images/slide_thumbBG.png") no-repeat 0 0;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/slide_thumbBG.png",
sizingMethod='scale');
}

.slide-img img {
	margin-top: 37px;
}

.slide_info {
	float: right;
	height: 350px;
	width: 204px;
	float: right;
	margin-left: 50px;
}

.project_title {
	color: #487098;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 8px;
	padding-top: 12px;
}

.project_name {
	color: #7ea3ca;
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

.project_desc {
	color: #487098;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 18px;
	padding-top: 3px;
}

.project_details {
	color: #7ea3ca;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

.project_details a {
	padding-top: 8px;
	color: #4F7AA6;
	text-decoration: none;
	float: right;
}

.project_details a:hover {
	color: #9bc6f4;
	text-decoration: none;
}

#flowtabs {
	height: 60px;
	list-style-type: none;
	margin-bottom: 50px;
	margin-top: 10px;
	position: relative;
}
#flowtabs li {
  display:inline;
  margin:0px;
  padding:0px;
}
#flowtabs a {
	float: left;
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 14px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	color: #4F7AA6;
}

#flowtabs a:hover,
#flowtabs a.current {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background-color: #0e2a47;
color: #9bc6f4;
}

#content {
	background-color: #F7F8FA;
	border: solid 1px #DFE3E7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 1300px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* for Internet Explorer */

/*\*/

* html #content {
	height: 1300px;
}

/**/

#content .onethird {
	width: 280px;
	margin: 15px;
	min-height: 250px;
	float: left;
	margin-left: 25px;
}

#content .sidebar .onethird {
	width: 230px;
}

#content .main {
	width: 660px;
	margin: 28px;
	min-height: 250px;
	float: left;
	background-color: #f1f1f1;
}

#content .sidebar {
	width: 225px;
	margin: 0px 60px 28px 15px;
	min-height: 250px;
	float: right;
}

#footer {
	background: #EAECED none repeat scroll 0 0;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px 15px 10px 15px;
	padding: 10px;
	text-align: center;
	width: 910px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height:15px;
}

#footer a {
	color: #7A8D97;
	text-decoration: none;
}

#footer a:hover {
	color: #0E456E;
}

.search_title {
	color: #14365B;
	font-family: helvetica,arial,sans-serif;
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 25px;
}

#main-content {
	width: 600px;
	margin-left: 45px;
	padding-top: 20px;
	float: left;
}

.post-snippet {
	margin-bottom: 20px;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post-snippet p {
	font-size: 1.0em;
}

.post-snippet img.alignleft {
	padding: 0px 10px 10px 0px;
}

.post-snippet img.alignright {
	padding: 0px 0px 10px 10px;
}

.post-snippet .left, .alignleft {
	float: left;
}

.post-snippet .right, .alignright {
	float: right;
}

.post-snippet a {
	color: #4878a9;
}

.post-snippet a:hover {
	text-decoration: underline;
}

.post-title {
	font-size: 34px;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	z-index: 10;
	line-height: 1;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #BACBD5;
	color: #14365B;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}

.post-title a {
	color: #14365B;
}

.post-title a:hover {
	color: #14365B;
	text-decoration: none;
}

.post-social-share {
	width: 290px;
	font-size: 14px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
}

.post-social-share div {
	float: right;
	margin-left: 3px;
}

.topsy_widget_shortcode {
	margin-top: 3px;
	padding-top: 0px;
}

#fb_share_1 {
	margin-top: 3px;
	padding-top: 0px;
}

.post-image {
	float:left; 
	padding:10px;
	border: 1px solid #C8CDD1;
	background-color:white;
}

.post-date {
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	color: #061d2f;
	font-style: normal;
	float: left;
	line-height: 24px;
	margin-right:20px;
}

.post-comment-count {
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	color: #14365b;
	font-style: normal;
	float: left;
	line-height: 24px;
}

.post-comment-count a {
	color: #14365b;
}

.post-content {
	color: #061D2F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	position: relative;
	top: 20px;
	margin-bottom: 45px;
}

.post-content ul, .post-content ol {
	margin-left: 30px;
	line-height: 20px;
	margin-bottom: 20px;
}

.post-content ul li, .post-content ol li {
	padding-bottom: 6px;
	line-height: 20px;
}

.post-content p {
	margin-bottom: 12px;
	line-height: 20px;
}

.post-content img {
	margin-right: 10px;
	padding-bottom: 10px;
}

.post-content h3 {
	margin-bottom: 0px;
	margin-top: 8px
}

.sidebar {
	position: relative;
	float: right;
	width: 280px;
	right: 4px;
}

blockquote {
	background: url(images/bg_blockquote.jpg) left center no-repeat #dee3e9;
	padding: 12px 20px 12px 50px;
	font-size: 14px;
	color: #0e2b49;
	line-height: 21px;
	font-style: italic;
	margin: 20px 0px;
	width: 84%;
}

.quote {
	background: url(images/bg_quotes.png) top left no-repeat;
	padding: 12px 20px 12px 50px;
	font-size: 14px;
	color: #0e2b49;
	line-height: 21px;
	font-style: italic;
	margin: 20px 0px;
	width: 84%;
}

.quote span.author {
	text-align: right;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
}

#sidebar-home {
	float: left;
	position: relative;
	width: 962px;
	right: 0;
}

.sidebar-item {
	float: left;
	width: 238px;
	margin-bottom: 20px;
}

.sidebar-item.sidebar-item-home {
	margin-left: 0px;
	width: 280px;
	padding-right: 30px
}

.sidebar-item-title {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.sidebar-item-content {
	
}

.sidebar-item ul, 
.sidebar-item-content ul {
	list-style-type: none;
}

.sidebar-item ul li, .sidebar-item-content ul li {
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	color: #13355B;
	padding: 10px 10px;
	border-bottom: dotted 2px #BCBDBF;
}

.sidebar-item ul li:hover,
.sidebar-item-content ul li:hover {
	background-color: #e0e7ed;
}

.tabs li a:hover {
	background-color: #e0e7ed;
}

.tabs li a {
	display: block;
	padding: 10px 10px 10px 25px;
	width: 260px;
}

.tabs li {
	padding: 0 !important;
}

.sidebar-item ul li a,
.sidebar-item-content ul li a {
	color: #13355B;
}

.sidebar-item ul li a:hover,
.sidebar-item-content ul li a:hover {
	text-decoration: underline;
}

.tabs li a:hover,
.tabs li a.current {
	background-color: transparent;
	color: #13355B;
}

#twitter_update_list li:hover {
	background-image: none;
}

#search {
	background: url(images/search.png) no-repeat 0 0;
	width: 227px;
	height: 27px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 28px;
}

#search:hover, #search:focus {
	background-position: 0 -28px;
}

#search .text {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #525139;
	height: 15px;
	left: 0;
	padding: 3px 5px;
	position: absolute;
	top: 3px;
	width: 120px;
	margin-left: 25px;
	margin-top: 28px;
}

#search .submit {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #525139;
	height: 24px;
	position: absolute;
	right: -27px;
	top: 30px;
	width: 80px;
	margin-left: 15px;
	cursor: pointer;
}

.items {
	clear: both;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 20000em;
}

button {
	border: none;
	cursor: pointer;
}
button_hover {
background-color: #7AB5D0;
}

/* More Link */

.more_link {
	display: block;
	padding: 0px;
	padding-top: 8px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	font-size: .8em;
	float: right;
}

.more_link a {
	text-decoration: none;
	color: #355c87;
}

.more_link a:hover {
	text-decoration: underline;
}

/*Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!*/

#flickr_badge_uber_wrapper {
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbdbf;
}

#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	background-color: rgb(245, 246, 248);
	margin-left: 8px;
}

.flickr_badge_image {
	margin: 0px 6px 0px 0px;
	display: inline;
}

.flickr_badge_image img {
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	border: 2px solid #E0E7ED;
}

.flickr_badge_image a:hover img {
	border: 2px solid #E99999;
}

#flickr_badge_source {
	text-align: left;
	margin: 0 0px 0 0px;
}

#flickr_badge_icon {
	float: left;
	margin-right: 4px;
}

#flickr_www {
	display: none;
	padding: 0 0px 0 0px !important;
	font: 11px Helvetica, Arial, sans-serif !important;
	color: #3993ff !important;
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Helvetica, Arial, sans-serif !important;
	color: #666666 !important;
}

.clear {
	clear: both;
}

.hr {
	background: url(images/hr.png) no-repeat center -2px;
	height: 2px;
	position: relative;
	clear: both;
	width: 100%;
	margin: auto;
}

.dotted-hr {
	background: url(images/dotted_hr.png) no-repeat center 0;
	width: 237px;
	height: 4px;
	position: relative;
}

/* Two Columns */

#topics {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbdbf;
	font-family: Helvetica, Arial, sans-serif;
}

#topics a {
  margin-right:0px;
  margin-left:0px;
}
#topics a:hover {
  color: white;
  background-color: #14365B;
  text-decoration:none;
}

.right {
	float: left;
	width: 115px;
}

.left {
	float: left;
	width: 115px;
}

/* Personal about section */

#personal_about {
	text-align: center;
	float: left;
	width: 300px;
	padding: 0px;
	margin-right: 14px;
	line-height: 16px;
	border: 1px solid #C8CDD1;
	padding-bottom: 8px;
}

#personal_about h3 {
	border-bottom: 1px solid #C8CDD1;
	margin: 0px;
	padding: 8px;
	padding-bottom: 4px;
	background-color: #E2E8ED;
}

#attributes {
	padding: 0px;
	text-align: center;
}

#attributes_personal {
	padding: 4px 0px 0px 0px;
	text-align: center;
	margin: 0px;
}

#attributes li {
	list-style-type: none;
	color: rgb(88, 133, 183);
	margin-top: 20px;
}

#attributes_personal li {
	list-style-type: none;
	color: rgb(88, 133, 183);
	margin-top: 8px;
	font-size: 11pt;
}

#attributes a:link, #attributes a:visited, #advise_list a:link, #advise_list a:visited {
	color: #333333;
	text-decoration: none;
	font-style: italic;
	font-size: 13pt;
}

#attributes a:hover, #advise_list a:hover {
	background-color: rgb(88, 133, 183);
	color: #fff;
}

/* Comments
############################################################################################################## */

.comments-list {
	padding-top: 20px;
}

.comments-list h2 {
	color: #272d36;
	font: normal 22px/22px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.comments-list div.entry {
	margin-bottom: 15px;
	padding: 25px;
	border: 0px solid #90adc7;
	background: #dee3e9;
}
.comments-list div.author {
	border: 3px solid #5B7F97;
	background-color: #DBE3EB;
}
.comments-list div.alt {
	background: #e7eaee;
	padding-top: 40px;
	border: none;
	margin-bottom: 25px;
}

.comments-list p.name {
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #000;
}

.comments-list p.avt {
	padding: 0px;
	margin: 0px;
	float: right;
}

.comments-list p.avt img {
	border: solid 1px #ccc;
}

* html .comments-list p.avt {
	left: -60px;
}

.comments-list p.date {
	font-size: 11px;
	margin-bottom: 5px;
}

.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover {
	color: #96b1bc;
	text-decoration: underline;
}

.comments-list .con {
	font: normal 12px/17px "Verdana";
	margin-right: 90px;
	color: #333;
}

.comments-list .con p {
	font: normal 12px/17px "Verdana";
	padding: 5px 0px;
	margin: 0px;
	color: #333;
}

.comments-list .con blockquote {
	font: italic 14px/19px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 10px 20px;
}

.comments-list .con blockquote p {
	font: italic 14px/19px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.comments-form {
	padding: 20px;
	margin: 10px 0px;
}

.comments-form h3 {
	color: #272d36;
	font: normal 28px/28px "Arial";
	letter-spacing: -1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #90adc7;
}

.comments-form p {
	padding: 7px 0px;
	color: #808080;
}

.comments-form .required {
	font-weight: normal;
	color: #ff0000;
}

.comments-form input {
	padding: 5px;
	width: 210px;
	margin-right: 7px;
}

.comments-form input.formid {
	border: 1px solid #e7eaee;
	background: #fff url(images/form-name-bkg.png) no-repeat left;
	padding: 5px 5px 5px 5px;
}

.comments-form input.formemail {
	border: 1px solid #e7eaee;
	background: #fff url(images/form-email-bkg.png) no-repeat left;
	padding: 5px 5px 5px 5px;
}

.comments-form input.formuri {
	border: 1px solid #e7eaee;
	background: #fff url(images/form-uri-bkg.png) no-repeat left;
	padding: 5px 5px 5px 5px;
}


.comments-form textarea {
	border: 1px solid #e7eaee;
	background: #fff;
	padding: 4px;
	width: 97%;
}

.comments-form input:hover,
.comments-form textarea:hover,
.comments-form select:hover	{
	background:#DBE3EB; 
}

.comments-form .button {
	border: 1px solid #e7eaee;
	background: url(images/button-post-comment.png) no-repeat left;
	color: #333;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
}
.comments-form .button_hover {
background-color: #DBE3EB;
}

/* Ask ne page
############################################################################################################## */
.cform input.sendbutton {
	border: 1px solid #e7eaee;
	background: url(images/button-post-comment.png) no-repeat left;
	color: #333;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
}



/* Share it footer
############################################################################################################## */

.share-it-footer {
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 12px;
	border: 3px solid #5B7F97;
	background-color: #DBE3EB;
	text-align: center;
	height: 60px;
}
.footer-buzz img {
  vertical-align:middle;
  padding-bottom:2px
}

.share-it-footer p.title {
	font-size: 20px;
	font-weight: bold;
}

.share-it-footer p {
	margin-bottom: 12px;
}

.share-it-option {
	vertical-align: middle;
	text-align: center;
}

.share-it-option a {
	color: #355c87;
}

.share-it-option a:hover {
	text-decoration: none;
	color: #4878a9;
}

.share-it-buttons {
	clear: both;
	padding-top: 8px;
	margin: 0 auto;
	width: 245px;
}

.share-it-buttons .topsy_widget_shortcode {
	margin: 0;
	padding: 0px;
	display: inline;
	float: left;
}

}

.next_prev_link {
	vertical-align: middle;
}

.next_prev_link a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #355c87;
}

.next_prev_link a:hover {
	text-decoration: none;
	color: #4878a9
}

/* Model Content */
.simplemodal-close {background-color:transparent;height:48px;}
#topten {display:none;overflow:hidden;z-index:3000;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;z-index:2000;}

/* Container */
#simplemodal-container {width:945px;height:575px; color:#bbb; background-color:#000; border:3px solid #DFE4E9; padding:0px;}
#simplemodal-container code {background:#03192F; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container #topten {padding:0px;margin:0px;overflow:hidden;}
#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#topten {
  background: #03192F;
  font: 33px Helvetica, Arial, sans-serif;
  letter-spacing: -3px;
  margin: 8px;
  margin-left: 0px;
}
#wrapper {
  width:935px;
  height:565px;
  margin: 0px auto;
  padding:6px;
}
#list-row {
clear:both;
width:100%;
padding-bottom:15px;
}
.list {
	float: left;
	width: 33%;
	border: 0px solid white;
	font-size: 14px;
	line-height: 22px;
}
.highlight {
background-color: #FFFF33;
line-height: 22px;
}
.list.title {
  color:#13365A;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -3px;
  font-weight: bold;
  text-transform: lowercase;
  border: 0px solid white;
}
.list ul {
	margin-top: 50px;
	margin-left: 0px;
	clear:both;
	list-style: none;
	border: 0px solid white;
	padding-left: 0em;
	text-indent: 0em;
}

.list li {
  color: #DFE4E9;
  letter-spacing: 0px;
  font-weight: normal;
  font-family: "Lucida Grande";
  margin: 0;
  text-align: center;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;

}

.list li span.large {
  font-size: 36px;
  line-height: 32px;
  letter-spacing: -2px;
}