/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
#header ul.tools:after,
#header ul.nav:after,
#content .section .inner:after,
.image-list:after,
.post:after,
.navigation:after
 {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-  BASE STYLES
----------------------------------------------------------------------*/
body {
	background-color: #effaff;
	color: #147697;
	font: normal 14px Helvetica, Arial, Verdana, Geneva, sans-serif;
	line-height: 1.3;
	padding: 0px;
	margin: 0px;
}

a {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 40px;
	font-family: 'Whitney', Helvetica;
	margin: 0px 0px 20px 0px;
	color: #ff6600;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size: 30px;
	font-family: 'Whitney', Helvetica;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	font-style: italic;
}

h5.notice {
	font-size: 25px;
	color: #ff6600;
	margin: 20px 0px 10px 0px;
}

h5.error {
	font-size: 25px;
	color: red;
	margin: 20px 0px 10px 0px;
}

.clear {
	clear: both;
}

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

ul.bulleted li {
	background: url('/images/bullet-point.gif') 14px 5px no-repeat;
	padding-left: 30px;
	margin: 10px 0px;
}

ul.disc {
	list-style: disc;
	padding-left: 30px;
}

ul.list li {
	margin-bottom: 10px;
}

div.button-text {
	width: 340px;
	height: 67px;
	line-height: 67px;
	margin: 0 auto 20px auto;
	background: url('/images/btn-bg.png') no-repeat;
	font-family: 'Whitney', 'Myriad', Helvetica;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


/*-  HEADER
----------------------------------------------------------------------*/

#header {
	background: url('./images/header-bg.jpg') repeat-x;
	text-align: center;
	margin-bottom: 10px;
}

#header .inner {
	width: 940px;
	padding: 0px 106px;
	height: 167px;
	background: url('./images/header-inner.jpg') no-repeat;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header ul.tools {
	position: absolute;
	right: 111px;
	top: 10px;
}

#header ul.tools li {
	float: right;
	margin-left: 15px;
	font-size: 11px;
	line-height: 11px
}

#header ul.tools li img {
	vertical-align: bottom;
}

#header #flags_appear {
	position: absolute;
	background: #c0e7ff;
	border: solid 1px #a0dbf9;
	width: 165px;
	z-index: 100;
	padding: 10px;
	margin-left: -90px;
	margin-top: 3px;
}

#header #flags_appear li {
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 5px;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

#header img {
	border: none;
	vertical-align: top;
}

#header img.logo {
	margin: 10px 16px 0px 0px;
}

#header ul.nav {
	position: absolute;
	bottom: 0px;
	left: 106px;
	width: 940px;
}

#header ul.nav li {
	float: left;
	padding: 17px 13px 0px 16px;
	height: 29px;
}

#header ul.nav li.selected {
	background: url('./images/nav-selected-bg.png');
}

#header ul.nav li.register {
	float: right;
	padding: 9px 0px 0px 0px;
}

#header ul.nav li.twitter {
	float: right;
	padding: 15px 15px 0px 0px;
}


/*-  FOOTER
----------------------------------------------------------------------*/

#footer {
	background: url('./images/section-bg.png') repeat-x;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer .inner {
	margin: 0 auto;
	width: 940px;
}

#footer p.links {
	padding: 0px;
	margin: 30px 0 0 0;
	font-weight: bold;
	display: inline-block;
}

#footer img {
	border: none;
}

#footer h2 {
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

#footer a {
	color: #147697;
	font-weight: bold;
	text-decoration: none;
}


/*-  CONTENT
----------------------------------------------------------------------*/

#content {
	text-align: center;
}

#content .section {
	text-align: center;
	background: url('./images/section-bg.png') repeat-x;
	clear: both;
}

#content .section .inner {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
}

#content .main-video {
	float: left;
	margin-top: -30px;
	width: 640px;
	text-align: right;
	border-right: solid 5px #fff;
}

#content .left-column {
	float: left;
	width: 550px;
	padding-right: 20px;
}

#content .right-column {
	float: right;
	background: url('./images/sidebar-border.png') left top no-repeat;
}

#content .right-column .inner {
	padding-left: 30px;
	padding-top: 0px;
	width: 340px;
	background: url('./images/sidebar-border-bottom.png') left bottom no-repeat;
	min-height: 85px;
}

#content .right-column.small {
	background: none;
	width: 265px;
}

#content .sub-section {
	background: url('./images/small-section-bg.png') top left no-repeat;
	padding-top: 30px;
	padding-left: 30px;
	clear: both;
}

img.date-box {
	float: left;
	margin-right: 15px;
	vertical-align: top;
}

h3.velocity {
	font-family: Helvetica;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #147697;
}

h4.velocity {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #147697;
}

h3.velocity .count,
h4.velocity .count {
	font-size: 1.5em;
	color: #ff6600;
	font-weight: bold;
}

.endorser {
	float: left;
	width: 213px;
	padding: 10px 20px 0px 0px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url('./images/orange-dash.gif') top left no-repeat;
}

.image-list {
	margin-bottom: 30px;
	width: 424px;
}

.image-list.full-width {
	width: 940px;
}

.image-list img {
	padding: 0px;
	margin: 0px 0px 30px 20px;
	float: left;
}

.image-list.full-width img {
	margin-left: 25px;
}

.image-list img.first {
	margin-left: 0px;
	clear: both;
}

table.blog-list {
	width: 550px;
}

table.blog-list thead td {
	border-bottom: solid 3px #8ab0bd;
	padding: 10px 0px 10px 10px;
}

table.blog-list thead td.name {
	width: 290px;
}

table.blog-list td.country {
	width: 110px;
}

table.blog-list tbody td {
	border-bottom: solid 1px #d5e5eb;
	padding: 10px 0px 10px 10px;
	
}

table.blog-list tbody tr {
	background: #effaff;
}

table.blog-list tbody tr.even {
	background: #fff;
}

table.blog-list tbody {
	color: #666;
}

.blog-search-box {
	width: 520px;
	height: 73px;
	padding-top: 18px;
	background: url('./images/blog-search-bg.png') no-repeat;
	margin-bottom: 25px;
	text-align: center;
}

.blog-search-box form {
	margin-top: 15px;
}

.blog-search-box input.text {
	font-size: 12px;
	padding: 2px;
	width: 210px;
	vertical-align: top;
	color: #666;
}

.pagination {
	text-align: center;
	color: #ff6600;
	margin-top: 25px;
	font-weight: bold;
	font-size: 12px;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0px 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.pagination span.current {
	background: #ff6600;
	color: #fff;
	padding: 0px 7px;
	margin: 0px;
}

.petition-form {
	width: 314px;
	height: 229px;
	padding: 0px 13px;
	background: url('./images/petition-form-bg.png') no-repeat;
	margin-bottom: 25px;
}

.petition-form h5 {
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.petition-form h5 span {
	font-size: 12px;
	font-weight: normal;
}

.petition-form .form-row,
.large-form .form-row {
	margin-top: 15px;
	height: 23px;
}

.petition-form .form-row label,
.large-form .form-row label {
	position: absolute;
	width: 98px;
	text-align: right;
	line-height: 23px;
	font-family: 'Whitney', Helvetica;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

.petition-form .form-row input.text,
.petition-form .form-row select,
.large-form .form-row input.text,
.large-form .form-row select {
	width: 198px;
	height: 18px;
	margin-left: 116px;
	font-size: 14px;
}

.petition-form .form-row select,
.large-form .form-row select {
	height: 23px;
}


.large-form {
	width: 520px;
	background: url('./images/large-form-bg.png') top left no-repeat;
	margin: 0px auto 25px auto;
}

.large-form .inner {
	width: 490px !important;
	padding: 0px 15px 20px 15px !important;
	background: url('./images/large-form-bg-bottom.png') bottom left no-repeat;
}

.large-form h5 {
	font-size: 18px;
	line-height: 55px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.large-form .form-row label {
	width: 140px;
}

.large-form .form-row label.inline {
	width: auto;
	position: static;
	display: inline;
	font-size: 12px;
	text-transform: none;
	vertical-align: top;
}

.large-form .form-row input.text,
.large-form .form-row select,
.large-form .form-row .text-section {
	margin-left: 158px;
}

.large-form.xl {
	background: none;
	width: 650px;
}

.large-form.xl .inner {
	background: none;
	width: 620px !important;
}

.large-form.xl .form-row {
	height: auto;
	min-height: 23px;
}

.large-form.xl .form-row label {
	width: 170px;
}

.large-form.xl .form-row input.text,
.large-form.xl .form-row select,
.large-form.xl .form-row textarea,
.large-form.xl .form-row .text-section {
	margin-left: 188px;
}

.large-form.xl h5 {
	font-size: 16px;
	line-height: 16px;
}

.large-form.xl .form-row textarea {
	width: 400px;
	height: 150px;
}

.profile-photo {
	float: left;
	width: 62px;
	margin: 20px 0px 0px 29px;
}

.profile-photo.first {
	clear: both;
	margin-left: 0px;
}

.profile-photo img {
	display: block;
	margin-bottom: 10px;
	border: none;
}

ul#twitter_update_list li {
	background: url('./images/ico-twitter-bird.png') 0px 0px no-repeat;
	padding-left: 42px;
	margin-top: 20px;
}

ul#twitter_update_list li a {
	color: #a2bec7;
}

ul#twitter_update_list li span a {
	color: #ff6600;
}

/* Blog Post Styles
 *********************************************************/

.my_heading {
	font-size: 30px;
	font-family: 'Whitney', Helvetica;
	margin: 0px 0px 20px 0px;
	color: #ff6600;
	font-weight: normal;
}

.my_heading.underlined {
	border-bottom: solid 1px #b9d4dd;
	padding-bottom: 10px;
}

.my_heading a {
	font-weight: normal;
}

.post {
	padding-bottom: 35px;
	border-bottom: solid 1px #b9d4dd;
	margin-bottom: 35px;	
}

.post .info {
	float: left;
	width: 100px;
	margin-right: 20px;
	font-size: 12px;
	color: #6595a5;
}

.post .info.full {
	float: none;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.post .entry {
	float: right;
	width: 430px;
}

.post .entry.full {
	float: none;
	width: 100%;
}

.post .entry img {
	max-width: 100%;
}

.navigation .alignleft {
	text-align: left;
	float: left;
}

.navigation .alignright {
	text-align: right;
	float: right;
}

.formcontainer {
	width: 550px;
	margin-bottom: 40px;
}

.formcontainer #comment {
	width: 545px;
	height: 200px;
}

ol.commentlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ol.commentlist li {
	border-bottom: dotted 1px #b9d4dd;
	margin-bottom: 20px;
}

p.comment-author {
	margin-bottom: 0px;
}

p.comment-metadata {
	font-size: 12px;
	color: #6595a5;
	margin-top: 0px;
}
