/*
THEME NAME: Getonboardgr
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://www.inquisitivedzign.com/">Casey Provost</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */

@import url('reset.css');
@import url('typography.css');

/* GENERAL STYLES */
ul,
li {
	list-style: none;
	}



/* --END GENERAL STYLES */
/* GENERAL CLASSES */
.left {
	float: left;
	}

.right {
	float: right;
	}


/* --END GENERAL CLASSES */
body {
	background: #6C86B7 url('../images/siteBg.jpg') repeat-x fixed 15% 0;
	}

#fake-wrapper {
	margin: 0 auto;
	width: 970px;
	}

#wrapper {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
	}








/* HEADER */
#header {
	position: relative;
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	height: 135px;
	z-index: 998;
	}

#bus {
	position: absolute;
	top: 25px;
	left: -76px;
	width: 245px;
	height: 210px;
	display: block;
	background: url('../images/bus.png') no-repeat;
	z-index: 999;
	}
	#bus a {
		display: block;
		width: 100%;
		height: 100%;
		}

#social-container {
	clear: both;
	float: right;
	padding: 0 20px 0 0!important;
	}
	#social-container li {
		float: left;
		}
		#social-container li a {
			display: block;
			float: left;
			margin: 0 0 0 5px;
			width: 33px;
			height: 35px;
			text-indent: -9999px;
			}

			#social-container li a.facebook {
				background: url('../images/icons/social-icons.png') no-repeat 0 0;
				}
				#social-container li a.facebook:hover {
					background: url('../images/icons/social-icons.png') no-repeat 0 -2px;
					}
			#social-container li a.twitter {
				background: url('../images/icons/social-icons.png') no-repeat -34px 0;
				}
				#social-container li a.twitter:hover {
					background: url('../images/icons/social-icons.png') no-repeat -34px -2px;
					}
			#social-container li a.rss {
				background: url('../images/icons/social-icons.png') no-repeat -69px 0;
				}
				#social-container li a.rss:hover {
					background: url('../images/icons/social-icons.png') no-repeat -69px -2px;
					}
			#social-container li a.flickr {
				background: url('../images/icons/social-icons.png') no-repeat -105px 0;
				}
				#social-container li a.flickr:hover {
					background: url('../images/icons/social-icons.png') no-repeat -105px -2px;
					}
			#social-container li a.youtube {
				background: url('../images/icons/social-icons.png') no-repeat -141px 0;
				}
				#social-container li a.youtube:hover {
					background: url('../images/icons/social-icons.png') no-repeat -141px -2px;
					}

#header h1 {
	float: left;
	padding: 27px 0 0 191px;
	}
	#header h1 a {
		float: left;
		width: 350px;
		height: 40px;
		text-indent: -9999px;
		background: url('../images/logo.png') no-repeat;
		}




/* MENU BAR */
#menu {
	position: absolute;
	top: 133px;
	right: -8px;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 904px;
	background: url('../images/menubarBg.png') no-repeat;
	z-index: 888;
	}
	#menu ul {
		width: 580px;
		float: left;
		position: relative;
		left: 100px;
		}
		#ie7 #menu ul {
			left: 50px;
			}
		#ie6 #menu ul {
			left: 0px;
			}
		#menu ul li {
			float: left;
			}
			#menu ul li a {
				float: left;
				padding: 5px 15px 5px 0px;
				color: #fff;
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
				text-transform: capitalize;
				}
				#ie7 #menu ul li a,
				#ie6 #menu ul li a {
					padding-right: 12px;
					}
				#menu ul li a:hover {
					}

#search-box {
	float: right;
	margin: 0 50px 0 0;
	}
	#search-box form {
		float: left;
		margin: 3px 0 0 0;
		width: 165px;
		}
		#search-box form input {
			float: left;
			padding: 4px 0 4px 4px;
			margin: 0;
			width: 139px;
			color: #efefef;
			background: url('../images/search-bar.png') no-repeat;
			border: none !important;
			z-index: 999;
			}
	#search-box form a {
		float: left;
		width: 21px;
		height: 23px;
		text-indent: -9999px;
		background: url('../images/search-button.gif') no-repeat scroll -2px 0px;
		z-index: 999;
		}
/* --END MENU BAR */


/* --END HEADER */




/* MAIN CONTENT STYLES */
#container-top {
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	clear: both;
	padding: 0 10px;
	width: 950px;
	height: 153px;
	background: url('../images/content-topBg.png') no-repeat;
	z-index: 0;
	}

#container {
	position: relative;
	clear: both;
	float: left;
	padding: 40px 0 0 0;
	width: 968px;
	background: #fff url('../images/content-middleBg.gif') repeat-y;
	z-index: 2;
	}

#content {
	position: relative;
	clear: both;
	float: left;
	padding: 60px 0px 10px 10px;
	width: 725px;
	z-index: 999;
	}

	#content .category-description {
		margin: 0 0 20px 93px;
		}

#top-nav {
	clear: both;
	float: right;
	padding: 5px 10px;
	}
	#top-nav li {
		float: left;
		}

		#top-nav li.even {
			padding: 0 5px;
			}
			#top-nav li.even a {
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
				padding: 0 5px;
				}

		#top-nav li a {
			float: left;
			color: #fff;
			text-decoration: none;
			}
			#top-nav li a:hover {
				text-decoration: underline;
				}

.page-title,
.category-description h2 {
/*	clear: both;
	float: left;
	margin: 0; */
	padding: 10px 0;
	color: #0956A2;
	font-size: 18px;
	font-weight: bold;
	}

#twoCol-wrapper {
	float: left;
	padding: 0 20px;
	width: 932px;
	}
	#twoCol-wrapper .col {
		position: relative;
		padding: 10px;
		width: 430px;
		}

/* --END MAIN CONTENT STYLES */





/* POST STYLES */
#nav-below {
	display: none;
	}

#nav-above {
	display: none;    /* 2/10/10 8:13 AM (dj) -- removed */
	position: absolute;
	right: -223px;
	top: 385px;
	width: 200px;
	}
	#nav-above div {
		float: left;
		width: 100%;
		margin: 0 0 5px 0;
		}

.nav-previous a,
.nav-next a {
	float: left;
	width: 100%;
	color: red;
	text-align: left;
	text-decoration: none;
	}
	#nav-above .nav-previous a:hover,
	#nav-above .nav-next a:hover {
		color: darkred;
		text-decoration: underline;
		}


.post {
	clear: both;
	float: left;
	margin: 0 0 10px;
	width: 100%;
	background: none !important;
	}
	.entry-title,
	.post .entry-title {
/*		float: left;*/
		padding: 5px 8px;
		color: red;
		font-size: 1.5em;
		}
		.entry-title a,
		.post .entry-title a {
			color: red;
			font-size: 16px;
			text-decoration: none;
			}
			.entry-title a:hover,
			.post .entry-title a:hover {
				text-decoration: underline;
				}

.entry-date,
.post .entry-date,
.post .entry-content,
.post .entry-meta {
	clear: both;
	float: left;
	}

	.post .entry-content .read-more {
		clear: both;
		float: left;
		margin: 0 0 10px 0;
		}

	.entry-date,
	.post .entry-date {
		clear: none !important;
		margin: 7px 0 0 0;
		color: #fff;
		font-size: 14px;
		}
		.entry-date p.abbr,
		.post .entry-date p.abbr {
			display: block;
			float: left;
			margin: 0 !important;
			padding: 14px 4px 15px 31px;
			font-size: 40px;
			font-weight: bold;
			background: #95CD3C;    /* lime */
			outline: none;
			border: none;
			}
		.entry-date span,
		.post .entry-date span {
			clear: both;
			float: left;
			padding: 1px 2px 1px 5px;
			width: 72px;
			text-align: right;
			font-size: 14px !important;
			text-transform: uppercase;
			background: #ccc;
			}

	.post .social-stats {
		display: block;
		float: left;
		width: 66px;
		height: 83px;
		}

	.post-wrapper,
	.post .post-wrapper {
		position: relative;
		float: left;
		margin: 0 0 20px;
		padding: 0 0 0 5px;
		width: 600px;
		}

.tweetmeme_button {
	position: absolute;
	bottom: 36px;
	left: -67px;
	float: right;
	margin-left: 10px;
	}

#fb_share_1 {
	position: absolute;
	float: right;
	bottom: -21px;
	left: -71px;
	margin-left: 10px;
	}

#buzzshare {
	position: absolute;
	float: right; 
	bottom: -95px;
	left: -62px;
	margin-left: 10px;
	}

.entry-content {
	position: relative;
	padding: 0 0 0 10px;
	width: 590px;
	}
	.entry-content a {
		color: red;
		text-decoration: none;
		}
		.entry-content a:hover {
			color: darkred;
			text-decoration: underline;
			}

	.entry-content blockquote {
		float: right;
		margin: 1em 0 0 1em;
		padding: 10px 0 0 26px;
		width: 35%;
		color: #8cb36d;    /* med green */
		font-size: 1.3em;
		line-height: 1.5em;
		background: url('../images/openquote1.gif') no-repeat top left;
		}

	.entry-content p {
		margin: 0 0 10px 0;
		width: 100%;
		}

	.entry-content .entry-meta {
		clear: both;
		float: left;
		}

.post form {
	margin: 0 0 0 10px;
	}

.entry-meta {
	padding: 0 0 0 10px;
	width: 100%;
	}
	.entry-meta a {
		color: red;
		text-decoration: none;
		}
		.entry-meta a:hover {
			color: darkred;
			text-decoration: underline;
			}

.sociable {
	clear: both;
	float: left;
	}

/* --END POST STYLES */





/* -------------- comments -------------- */
/* begin */
#comments {
	clear: both;
	float: left;
	margin: 20px 0 0 77px;
	width: 580px;
	font-size: .9em;
	}

#respond {
	clear: both;
	float: left;
	width: 100%;
	}
	#respond h3 {
		clear: both;
		float: left;
		margin: 0 0 5px 0;
		}

	#respond .formcontainer {
		clear: both;
		float: left;
		width: 100%;
		}
		#respond .formcontainer form {
			width: 100%;
			}

			#respond .formcontainer form .form-option {
				float: left;
				}
				#respond .formcontainer form .form-option .twitlink {
					float: left;
					margin: 0 5px 5px 0 !important;
					padding: 0 5pc 5px 0 !important;
					background: transparent !important;
					border: none !important;
					}
			#respond .formcontainer form .form-submit {
				clear: both;
				float: left;
				margin: 10px 0 0 0;
				}

#comments ol {
	clear: both;
	float: left;
	width: 580px;
	background: #E0FFAF;
	}
	#comments ol li {
		clear: both;
		float: left;
		margin: 0 0 10px 0;
		width: 94%;
		list-style: none;
		border: none;
		}

#comments-list {
	}
	#comments-list h3 {
		clear: both;
		float: left;
		}

.comment {
	position: relative;
	padding: 15px 15px 0px 15px;
	clear: left;
	border-width: 1px 0 0;
	}
	.comment.alt {
		background: #EEE;
		}

	.comment.bypostauthor {
		color: black;
		}

	.comment .comment-author {
		float: left;
		width: 60px;
		text-align: center;
		}
		.comment .comment-author span {
			clear: both;
			float: left;
			margin: 5px 0 0 0;
			width: 60px;
			text-align: center;
			}
	
	.comment .comment-meta {
		clear: both;
		float: right;
		margin: 5px 0 0 0 0;
		width: 400px;
		text-align: right;
		font-size: .8em;
		}
		.comment .comment-meta a {
			color: red;
			text-decoration: none;
			}
			.comment .comment-meta a:hover {
				color: darkred;
				text-decoration: underline;
				}

	.comment .comment-arrow {
		position: absolute;
		left: -13px;
		}

	.comment .comment-text {
		position: relative;
		float: right;
		margin: 0 0 0 10px;
		padding: 10px;
		width: 450px;
		background: #fff;
		border: 1px solid #cfcfcf;
		}

#respond {
	clear: left;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	}

form#commentform {
	}
	form#commentform p {
		padding: 0;
		}
	form#commentform .form-label {
		margin: 1em 0 0;
		}
	form#commentform span.required {
		background: #fff;
		color: #c30;
		}

	form#commentform textarea#comment {
		height: 13em;
		margin: 0 0 0.5em;
		overflow: auto;
		width: 66%;
		}

/* end */





/* SIDEBAR STYLES */
#sidebar-container {
	float: right;
	width: 206px;
	z-index: 999;
	}

.sidebar {
	clear: both;
	float: left;
	padding: 60px 0 0 0;
	width: 100%;
	}

	.sidebar .xoxo,
	.sidebar ul {
		clear: both;
		float: left;
		width: 100%;
		}

	.sidebar li,
	.sidebar .textwidget {
		position: relative;
/*		clear: both;
		float: left;
		width: 100%; */
		margin: 0 0 30px 0;
		background: #EDE8D7;    /* tan */
		}
		.sidebar li a {
			color: red;
			font-size: 14px;
			text-decoration: none;
			}
			.sidebar li a:hover {
				color: darkred;
				text-decoration: underline;
				}
		
		.sidebar li .widgettitle {
/*			position: absolute;
			top: -8px;
			left: -15px; */
			position: relative;
			margin: -8px 0 0 -15px;
			padding: 6px 0px 6px 16px;
/*			width: 100%;
			height: auto;*/
			color: #fff;
			background: url('/wp-content/themes/getonboardgr/images/recent-posts-head.png');
			}
			#ie6 .sidebar li .widgettitle {
				margin-left: -8px;
				}
			.sidebar li .widgettitle a {
/*				float: left; */
				color: #fff;
				text-decoration: none;
				}

	.sidebar .textwidget {
		padding: 10px 10px 0 20px;
		margin-bottom: 0;
		}

.sidebar #twitter-3 ul li .entry-content,
.sidebar #twitter-3 ul li .entry-meta {
	padding: 0 !important;
	}
	.sidebar #twitter-3 ul li span a {
		font-size: 11px !important;
		}
/*
	.sidebar li select {
		clear: both;
		float: left;
		margin: 48px 0 10px 18px !important;
		width: 165px;
		}*/

	.sidebar li select,
	.sidebar li ul {
/*		clear: both;
		float: left;
		margin: 43px 0 10px 20px !important;*/
		margin: 10px 0 10px 20px !important;
		width: 165px;
		}
		.sidebar li ul li {
			margin: 0 0 10px 0 !important;
			}
			.siebar li ul li a {
				}

/* --END SIDEBAR STYLES */






#footer {
	position: relative;
	clear: both;
	float: left;
	margin: 0;
	padding: 5px 0 10px 0;
	width: 968px;
	background: #4765AA url('../images/footerBg.png') no-repeat scroll -4px bottom;
	z-index: 998;
	}
	#footer ul {
		float: left;
		margin: 0 !important;
		padding: 0 0 0 24px;
		width: 717px;
		}
		#footer ul .col {
			position: relative;
			float: left;
			margin: 0 5px;
			padding: 6px 0 0px;
			}
			#footer ul .col .copywrite {
				float: left;
				margin: 15px 0 0 5px;
				width: 215px;
				color: #fff;
				font-size: 10px;
				line-height: 1.4em;
				}
			#footer ul .col .function {
				float: left;
				width: 228px;
				margin: 0;
				}

.cat-list {
	clear: both;
	float: left;
	padding: 0 !important;
	width: 200px !important;
	}
	.cat-list li {
		clear: both;
		float: left;
		width: 100px;
		}
		.cat-list li a {
			float: left;
			color: #fff;
			width: 100%;
			text-align: left;
			text-transform: capitalize;
			text-decoration: none;
			}
			.cat-list li a:hover {
				text-decoration: underline !important;
				}

#footer ul .col #purchase-transparent {
	display: block;
	width: 100%;
	height: 96px;
	}

#footer-cats {
	float: right;
	margin: 3px 45px 0 0;
	width: 180px;
	}

.stops {
	position: relative;
	float: left;
	width: 99%;
	}
	#ie6 .stops {
		height: 1%;
		}

	.stops .find,
	.stops .nextBus {
		clear: none !important;
		float: left;
		width: 100%;
		}

	.stops .find {
		clear: both;
		float: left;
		margin: 0;
		}
		.stops .find form {
			clear: both;
			float: left;
			width: 90%;
			}

.instructions {
	margin: 5px 0 5px !important;
	color: #D6D1B9;
	}
	.instructions a {
		color: #fff;
		text-decoration: none !important;
		}

	.stops .nextBus .find form#stopIDForm h3.icon a {
		margin: 0px -9px 0 -9px !important;
		padding: 8px 0 0 8px !important;
		height: 28px !important;
		color: white;
		font-weight: bold;
		text-decoration: none;
		}

	.stops .find form#nearestStopForm h3.icon,
	.stops .nextBus form#stopIDForm h3.icon {
		margin: 0px -9px 0 -9px !important;
		padding: 8px 0 0 8px !important;
		width: 215px;
		height: 28px !important;
		color: white;
		font-weight: bold;
		background: #284d96 !important;
		}
		#ie6 #right .stops .find form#nearestStopForm h3.icon,
		#ie6 #right .stops .nextBus form#stopIDForm h3.icon {
			margin: 0 -8px 0 -8px;
			}

	.stops .nextBus .find form#stopIDForm h3.icon {
		background: #284d96 !important;
		font-weight: bold;
		}
	
	.stops .find form#nearestStopForm fieldset,
	.stops .nextBus form#stopIDForm fieldset,
	.stops .nextBus form#stopIDVerboseForm fieldset {
		position: relative;
		padding: 0 9px !important;
		width: 205px;
		height: 96px;
		background: transparent url('../images/footerWidgetBg.png') repeat scroll 0px -23px;
		border: none !important;
		}

#nearestStopHelp,
#stopIDHelp {
	bottom: 59px;
	left: -9px;
	position: absolute;
	margin: 0 !important;
	padding: 5px;
	width: 213px;
	color: #fff !important;
	background: #5A74B1;
	z-index: 999;
	}

#stopIDHelp {
	left: 0px !important;
	}

#stopIDForm fieldset {
	}

form#nearestStopForm fieldset ol,
form#stopIDForm fieldset ol,
form#stopIDVerboseForm fieldset ol {
	clear: left;
	float: left;
	padding: 0 0 3px 0 !important;
	width: 100%;
	}

form#nearestStopForm fieldset ol li,
#main form#nearestStopForm fieldset ol li,
form#stopIDForm fieldset ol li,
#main form#stopIDForm fieldset ol li,
form#stopIDVerboseForm fieldset ol li,
#main form#stopIDVerboseForm fieldset ol li {
	list-style: none;
	float: left;
	margin: 0;
	}

.stops .find form#nearestStopForm ol li.buttons,
.stops .find form#nearestStopForm ol li.buttons {
	clear: none !important;
	float: left !important;
	border: none;
	outline: none;
	}

.stops .find form#nearestStopForm fieldset label,
#main .stops .find form#nearestStopForm fieldset label,
.stops .nextBus form#stopIDForm fieldset label,
#main .stops .nextBus form#stopIDForm fieldset label,
.stops .nextBus form#stopIDVerboseForm fieldset label,
#main .stops .nextBus form#stopIDVerboseForm fieldset label {
	position: absolute;
	top: 0;
	left: -9000px;
	}

.stops .find form#nearestStopForm input.address,
.stops .nextBus form#stopIDForm input.address {
	display: inline;
	width: 120px;
	}

.stops .find form#nearestStopForm input.button,
.stops .nextBus form#stopIDForm input.button {
	float: left;
	width: auto;
	}


.stops .nearest {
	position: relative;
	float: left;
	width: 100%;
	}
	#ie6 .stops .nearest {
		height: 1%;
		}

	.stops .nearest i {
		font-size: .85em;
		}
	.stops .nearest .output {
		z-index: 23;
		position: absolute;
		top: 0;
		left: 0;
		width: 230px;
		}
		.stops .nearest .output h2.caution {
			background: #FFF1A8;
			margin-bottom: .5em;
			font-size: 12px;
			padding: 10px;
			}
		.stops .nearest .output h2 img {
			margin: 0;
			}
		
		.stops .nearest .output .results {
			position: relative;
			height: 394px;
			overflow: auto;
			}
		
		.stops .nearest .output .instructions {
			float: left;
			}
		
	.stops .nearest .results ol li {
		position: relative;
		list-style: none;
		margin: 0;
		padding-left: 16px;
		}
		#ie6 .stops .nearest .results ol li {
			height: 1%;
			}
		.stops .nearest .results ol li img {
			float: left;
			margin-left: -16px;
			}

		.stops .nearest .results ol li .description {
			padding-left: 16px;
			}
	.stops .nearest #map {
		z-index: 1;
		position: relative;
		margin-left: 240px;
		}

.caution label {
	background: url('/includes/files/base/images/icons/warning.png') right 50% no-repeat;
	}
	#ie6 .caution label {
		background-image: url('/includes/files/base/images/icons/warning-lightblue.gif');
		}

.stopWarning .message,
.stopsFound .message {
	color: #000;
	}

.stopsFound .message {
	font-weight: bold;
	}

.stopResultMessage input {
	margin: -4px 0 0 0;
	}

.stopResultMessage label {
	font-weight: normal;
	}

.routeStopInfo {
	width: auto;
	}

.routeStopInfo .results {
	height: 138px;
	overflow: auto;
	}

.routeStopInfo p.routeInfo {
	border-bottom: 1px solid #CCC;
	padding: 2px 0 0;
	}

.routeStopInfo h2,
.stops .find .stopsFound #map .routeStopInfo h2 {
	background: none;
	padding: 0 0 3px 0;
	margin-bottom: 3px;
	}

.routeStopInfo h2,
.stopPopUp .routeStopInfo h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: none;
	}

.routeStopInfo i {
	font-size: .85em;
	}

.routeStopInfo dl {
	padding-left: 70px;
	}

.routeStopInfo dt {
	float: left;
	margin-left: -70px;
	width: 69px;
	font-weight: normal;
	}

.routeStopInfo dd {
	margin-left: 0;
	padding-bottom: 0;
	}

.stopPopUp {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	text-align: left;
	background: white;
	border: 5px solid #034190;
	}

.stopPopUp .header {
	position: relative;
	padding: 10px 10px 5px !important;
	margin: -10px -10px 0;
	color: white;
	background: #034190;
	}

.stopPopUp .header a:link,
.stopPopUp .header a:visited {
	position: relative;
	z-index: 23;
	float: right;
	margin: -3px -5px 0 0;
	color: white;
	}

.stopPopUp .header h2 {
	z-index: 20;
	padding: 0 10px 0 !important;
	margin: 0px -10px 0 !important;
	color: white;
	font-size: 16px;
	font-weight: bold;
	}

.stopPopUp .routeStopInfo .results {
	height: 350px;
	overflow: auto;
	}

.stopPopUp .routeStopInfo h2 {
	padding-top: 5px;
	margin: 0;
	color: #034190;
	background: none;
	}

#routeContent .stopMapList h3 {
	padding-top: 0;
	}

form#commentform .form-label {
	margin: 1em 0 0;
	}

.purchaseLink h3.icon {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url('.../images/purchase-fares-icon-rapid.gif') no-repeat scroll right top;
	color: white;
	height: 34px;
	margin: 0 -3px 0.5em;
	padding: 10px 70px 0 8px;
	}

#footer .copywrite {
	float: left;
	margin: 3px 0 0 29px;
	width: 600px;
	color: #DFDFDF;
	font-size: 10px;
	}

#footer .copywrite a {
	color: #fff;
	text-decoration: none;
	}

#footer .copywrite a:hover {
	text-decoration: underline !important;
	}

form {
	clear: both;
	float: left;
	}

.sociable ul {
	float: left;
	}

.sociable ul li {
	float: left;
	margin: 5px 5px 0 0 !important;
	}

form#commentform span.required {
	background: #fff;
	color: #c30;
	}

form#commentform,
form#commentform p {
	padding: 0;
	}

input#author,
input#email,
input#url,
textarea#comment {
	padding: 0.2em;
	}

div.comments ol li {
	margin: 0 0 3.5em;
	}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
	}

.alignright,
img.alignright {
	float: right;
	margin: 1em 0 0 1em;
	}

.alignleft,
img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
	}

.aligncenter,
,
img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
	}

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
	}

p.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 1.1em;
	padding-bottom: .5em;
	}

div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
	}

div.gallery dl.gallery-columns-1 {
	width: 100%;
	}

div.gallery dl.gallery-columns-2 {
	width: 49%;
	}

div.gallery dl.gallery-columns-3 {
	width: 33%;
	}

div.gallery dl.gallery-columns-4 {
	width: 24%;
	}

div.gallery dl.gallery-columns-5 {
	width: 19%;
	}

div#nav-above {
	margin-bottom: 1em;
	}

div#nav-below {
	margin-top: 1em;
	}

div#nav-images {
	height: 150px;
	margin: 1em 0;
	}

div.navigation {
	height: 1.25em;
	}

div.navigation div.nav-next {
	float: right;
	text-align: right;
	}

div.sidebar h3 {
	font-size: 1.2em;
	}

div.sidebar input#s {
	width: 7em;
	}

div.sidebar li {
	clear: both;
	float: left;
	width: 100%;
	z-index: 999;
	}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
	}

div.sidebar ul ul {
	margin: 0 0 0 1em;
	}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
	}

/* EXTRA STYLES */
div.sociable {
	clear: both;
	float: left;
	margin: 20px 0 5px 0 !important;
	}

