/*  
Theme Name: Aurorae
Theme URI: http://www.alivethemes.com/free-themes/aurorae-wordpress-theme/
Description: A clean blog design with theme options interface.
Date: 31 July 2010
Version: 1.40
Author: AliveThemes
Author URI: http://www.alivethemes.com/
Tags: dark, blue, two-columns, theme-options
*/

/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	background: #000000 url(images/html-bg.jpg) no-repeat top center;	
}
body {
	font: normal 14px Arial, Verdana, Tahoma;	
	color: #fff;
}
/*--formatting--*/

a {
	color: #1e5263;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	color: #e6f9ff;
	text-decoration: none;
}
h2.pagetitle {
	font: bold 40px Arial, Verdana, Tahoma;
	padding: 2px 0;
	text-align: center;
	margin: 0 0 20px 0px;
	color: #fff;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: Arial;
}
blockquote p {
	font-style: italic;
}
blockquote {
	margin:22px 40px;
	color:#575757;
	padding: 5px 50px;
	font: 13px Arial, Verdana, Tahoma;
	background: transparent url(images/blockquote.gif) no-repeat 0 10px;
}
ul {
	list-style-type: circle;
}
ul li ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
.single-post img {
	margin: 5px;
	display: inline;
	padding: 5px;
	max-width: 530px;
	background: #fff;
}

img.alignleft {
	float: left;
	margin: 5px;
	padding: 5px;
	background: #fff;
}
img.alignright {
	float: right;
	margin: 5px;
	padding: 5px;
	background: #fff;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	border: 3px solid #e3e3e3;
}
.alignright {
	float: right;	
}
.alignleft {
	float: left;	
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
	line-height:1%;
	font-size:0px;
}
* html .clear {
	height:auto
}
#footer {
	margin: 0 auto;
	width: 960px;
}
#footer p.copy {
	width: 940px;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	color: #adc7cf;
}
#footer p.copy a {
	color: #adc7cf;
}
#footer p.copy a:hover {
	color: #fff;
}
.page-navi {
	width: 100%;
}
a.at {
	display: none;
}
/*--wrapper--*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
/*--header--*/

#header {
	width: 960px;
	margin-bottom: 15px;
	float: left;
}
#m_s_wrapper {
	width: 100%;
	margin: 0;
	padding: 0 0 7px 0;
	float: left;
	background: url(images/body-bg.png) repeat-x left bottom;
}
.m_s_wrapper2 {
	width: 960px;
	margin: 0 auto;
}
/*-- pages menu --*/

.menu {
	float: left;
	margin: 0;
	width: 700px;
}
.menu ul {
	list-style: none;
	margin: 5px 0 0 0;
}
.menu ul li {
	float: left;
	font: normal 14px Arial, Verdana, Tahoma;
	border-left: 1px solid #adc7cf;
}
.menu ul li a {
	padding: 0 10px 0 10px;
	color: #adc7cf;
	float: left;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #e6f9ff;
}
.menu ul li.home-button {
	border: none;	
}
/*--subscribe--*/

.subscribe {
	float: right;
	margin: 5px 0 0 0;
	color: #adc7cf;
}
.subscribe ul {
	list-style: none;
}
.subscribe ul li {
	float: left;
	padding: 0 0 0 10px;
}
.subscribe ul li a{
	color: #adc7cf;
}
.subscribe ul li a:hover{
	color: #e6f9ff;
}
.subscribe ul li img {
	padding: 0 5px 0 0;
}
.subscribe ul li.rss a {
	background: url(images/rss-subscribe.png) no-repeat left;
	padding: 0 0 0 25px;
}
.subscribe ul li.email a {
	background: url(images/email-subscribe.png) no-repeat left;
	padding: 0 0 0 25px;
}


/*--blog-title--*/

#header #blog-title {
	float: left;
	margin: 15px 0 0 64px;
}
#header #blog-title h1 {
	color: #6ba396;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header #blog-title h1 a {
	height: 34px;
	color: #6ba396;
	font: bold 34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #1b3e40;
}
/*--featured--*/

#featured {
	float: left;
	width: 960px;
	margin: 0 0 20px 0;
	position: relative;
	background: url(images/featured-top-bg.png) no-repeat 0 0;
}
.featured-bg-bottom {
	width: 960px;
	height: 4px;
	background: url(images/featured-bottom-bg.png) no-repeat;
}
#featured-content {
	position: relative;
	width: 960px;
	margin: 4px 0 0 0;
	padding: 30px 0 0 0;
	background: url(images/featured-content-bg.png) repeat-y;
}
.featured-image {
	width: 375px;
	height: 200px;
	float: left;
	margin: 0 30px 0 0;
	border: solid 3px #fff;
}
.featured-text {
	float: left;
	width: 420px;
	height: 386px;
}
#featured .featured-text h2 {
	font: bold 30px Arial, Verdana, Tahoma;
	margin: 0;
	line-height: 30px;
}
.featured-text h2 a {
	color: #fefefe;
}
.featured-text h2 a:hover {
	text-decoration: none;
	color: #fefefe;
}
.featured-meta {
	font: 11px Arial, Verdana, Tahoma;
	color: #999999;
	margin: 5px 0 0 30px;
}
.featured-meta a {
	color: #469ab2;
}
.featured-meta a:hover {
	text-decoration: underline;
	color: #469ab2;
}
.featured-entry {
	width: 420px;
	margin: 0;
	color: #fff;
	padding: 25px 0 0 0;
	line-height: 20px;
}
.featured-entry a:hover {
	text-decoration: underline;
	color: #469ab2;
}
.featured-cats {
	margin: 5px 0 0 30px;
	color: #999999;
	font: 11px Arial, Verdana, Tahoma;
	text-transform: lowercase;
}
.container, #loopedSlider, div.slides, ul.slides {
	width: 840px;
	margin: 0 0 0 10px;
}
.container {
	height:250px;
	overflow:hidden;
	position:relative;
	margin-left: 50px;
}
div.slides {
	position:absolute;
	top:0;
	left:0;
}
#loopedSlider {
	margin:0;
	position:relative;
	clear:both;
}
#featured a.next {
	position:absolute;
	top:130px;
	right: 20px;
	display: block;
	text-indent: -9999em;
	background: url(images/next.png) no-repeat;
	width: 15px;
	height: 25px;
}
#featured a.previous {
	position:absolute;
	top:130px;
	left: 20px;
	display: block;
	text-indent: -9999em;
	background: url(images/previous.png) no-repeat;
	width: 15px;
	height: 25px;
}
/*--container--*/

#content {
	width: 960px;
	float: left;
	background: url(images/featured-top-bg.png) no-repeat top;
	margin: 0;
}
.content-bg {
	width: 960px;
	margin: 4px 0 0 0;
	padding: 30px 0 20px 0;
	background: url(images/featured-content-bg.png) repeat-y;
	float: left;
}
.content-bg-bottom {
	width: 960px;
	height: 4px;
	background: url(images/featured-bottom-bg.png) no-repeat;
	float: left;
	}
#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	margin: 0;
}
#content #right-col {
	width: 279px;
	margin: 0;
	padding: 0 0 0 41px;
	float: left;
	position: relative;
}
#right-col h3 {
	background: url(images/h3-sidebar-bg.png) no-repeat;
	width: 289px;
	height: 43px;
	color: #fff;
	text-transform: uppercase;
	line-height: 43px;
	padding: 0 0 0 20px;
}
#content #right-col #sidebar {
	float: left;
	position: relative;
}
/*--search--*/
#search {
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 307px;
	background: url(images/search-form.png) no-repeat right bottom;
	border: 0;
	float: left;
	margin: 0;
	line-height: 37px;
	padding-left: 10px;
	height: 37px;
	font-family: Arial, Verdana, Tahoma;
}
#search form input#searchsubmit {
	width: 33px;
	height: 37px;
	background: url(images/search-submit.png) no-repeat;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
}
/*--post--*/
.post {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 20px;
	width: 580px;
}
.post h2 {
	padding-bottom: 5px;

}
.post h2 a {
	color: #feffff;
	text-decoration: none;
	font: normal 23px Arial, Verdana, Tahome;
	margin:0;
	padding: 0 10px 0 0;
	width: 100%;
}
.post h2 a:hover {
	text-decoration: none;
	color: #adc7cf;
}
.post-thumb {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	border: 3px solid #fff;
}
.post .entry {
	font: normal 13px Arial, Verdana, Tahoma;
	letter-spacing: 0.3px;
	color: #ffffff;
	margin: 10px 0 0 0;
}
.post-meta {
	font: normal 11px Arial, Verdana, Tahoma;
	margin: 0 0 10px 0;
	color: #feffff;
}
.post-meta a {
	text-decoration: underline;
	color: #1e5263;

}
.post-meta a:hover {
	text-decoration: underline;
	color: #e6f9ff;
}
#wrapper .read-more {
	float: right;
	margin: 10px 0 0 0;
	background: url(images/read-more.png) no-repeat;
	width: 117px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #ffffff;
	font-size: 12px;
}
#content .read-more:hover {
	color: #fff;
	text-decoration: none;
}
.comments-meta {
	width: 98px;
	height: 26px;
	background: url(images/comments-meta.png) no-repeat;
	font: normal 12px Arial, Verdana, Tahoma;
	float: right;
	margin: 10px 10px 0 0;
	text-align: center;
}
.comments-meta a{
	color: #ffffff;
	line-height: 26px;
}
.post-divider {
	margin: 30px 0 0 50px;	
}
/*--single post--*/
.single-post {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	width: 580px;
}
#content .single-post-meta {
	font: normal 11px Arial, Verdana, Tahoma;
	margin: 0;
	color: #fff;
	padding-bottom: 10px;
}
#content .single-post-divider {
	border: none;
	background: none;
	margin: 0 0 0 40px;
}
.single-post p {
	font: normal 13px Arial, Verdana, Tahoma;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #fff;
	margin: 0;
	padding: 10px 0 0 0;
}
.single-post h2.single-title {
	text-decoration: none;
	color: #feffff;
	font: normal 35px Arial, Verdana, Tahoma;
	margin:0;
	padding: 0 10px 0 0;
	width: 100%;
}
.single-post h1 {
	color: #fff;
	text-decoration: none;
	font: bold 32px Arial, Verdana, Tahoma;
	margin: 0 0 0 10px;
}
.single-post h2 {
	color: #fff;
	text-decoration: none;
	font: normal 28px Arial, Verdana, Tahoma;
	margin:0;
	padding: 0 10px 10px 0;
}
.single-post h3 {
	color: #fff;
	text-decoration: none;
	font: normal 22px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.single-post h4 {
	color: #fff;
	text-decoration: none;
	font: normal 20px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.single-post h5 {
	color: #fff;
	text-decoration: none;
	font: normal 18px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.single-post h6 {
	color: #fff;
	text-decoration: none;
	font: normal 16px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.categories-single {
	margin: 5px 0 0 10px;
	float: left;
}
.single-post ul {
	list-style: disc;
	margin: 20px 0 0 30px;
	color: #fff;
}
.single-post ul li{
	padding-bottom: 10px;
}
.single-post ol {
	margin-left: 20px;
	color: #fff;
}
.single-post pre {
	background: #ededed;
	border: 1px solid #cccccc;
	margin: 10px auto;
	padding:10px;
	clear: both;
	width: 500px;
	overflow:scroll;
	color: #555555;
}
.single-post code {
	color: #fff;
	font-size: 12px;
}
p.metadata {
	padding: 0;
	color: #848484;
	font: 12px Arial, Verdana, Tahoma;
	float: left;
	margin: 0;
}
.error-page {
	padding-bottom: 200px;
	float: left;
}
.error-page a {
	text-indent: -9999em;
	display: block;
	width: 600px;
	height:129px;
	background: url(images/404.png) no-repeat;
	margin: 20px 0 0 0;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 30px Arial, Verdana, Tahoma;
	margin-top: 20px;
	color: #adc7cf;
}
.no-posts img {
	margin-top: 40px;
}
/*--social bookmarking--*/
.bookmarking {
	margin: 0 0 0 33px;
	padding: 0 0 10px 0;
	float: left;
	width: 550px;
}
#content .bookmarking p {
	font: bold 14px Arial, Verdana, Tahoma;
	color: #adc7cf;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.bookmarking ul {
	list-style: none;
	margin: 0 0 0 120px;
	float: left;
}
.bookmarking ul li {
	float: left;
	margin-left: 10px;
	position: relative;
}
.bookmarking ul li a {
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	display:block;
}
.bookmarking ul li.rss-bookmark a {
	background: url(images/rss-bookmark.png) no-repeat;
}
.bookmarking ul li.digg-bookmark a {
	background: url(images/digg-bookmark.png) no-repeat;
}
.bookmarking ul li.stumble-bookmark a {
	background: url(images/stumble-bookmark.png) no-repeat;
}
.bookmarking ul li.delicious-bookmark a {
	background: url(images/delicious-bookmark.png) no-repeat;
}
.bookmarking ul li.twitter-bookmark a {
	background: url(images/twitter-bookmark.png) no-repeat;
}
.bookmarking ul li.reddit-bookmark a {
	background: url(images/reddit-bookmark.png) no-repeat;
}
.bookmarking ul li.buzz-bookmark a {
	background: url(images/buzz-bookmark.png) no-repeat;
}

/*--sidebar--*/

/* 125x125 Ads */
.ads-block {
	margin: 13px 0 0 0;
	width: 300px;
	float: left;
}
.ads-block p {
	text-align: center;
	font: 11px Arial, Verdana, Tahoma;
	line-height: 25px;
}
.ads-block a {
	color: #469ab2;
}
.ads-block a:hover {
	color: #469ab2;
	text-decoration: underline;
}
.ads-block img {
	float: left;
	margin: 0 0 10px 16px;
	border: 0;
}
/* banner aftet first post */
.banner-after-post {
	margin: 0 0 20px 0;
}
.banner-after-post img{
	border: none;
	margin-top: -20px;
	position: relative;
}
/* categories widget */
.categories {
	width: 300px;
	font: 13px Arial, Verdana, Tahomal;
	margin-top: 10px;
}
.categories ul {
	margin-top: 10px;
	list-style: none;
}
.categories ul li {
	line-height: 25px;
	padding: 5px 0 0 0;
}
.categories ul li a {
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 0 0 15px;
}
.categories ul li a:hover {
	background: url(images/bullet-hover.png) no-repeat left;
	padding: 0 0 0 15px;
}
.left-cat {
	float: left;
	margin: 0 0 0 20px;
}
.right-cat {
	float: left;
	margin: 0 0 0 20px;
}
/* recent comments */

.recent-comments {
	float: left;
	width: 300px;
	margin: 13px 0 0 0;
}
.recent-comments ul {
	list-style: none;
	margin: 20px 0 0 0;
}
.recent-comments ul li {
	margin: 0 0 10px 0;
	padding: 0px 10px 10px 20px;
	float: left;
	line-height: 20px;
	color: #fff;
	width: 87%;
}
.recent-comments ul li:first-letter {
	text-transform: capitalize;
}
.recent-comments ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}
/* recent posts */
.recent-posts {
	float: left;
	width: 300px;
	margin: 13px 0 0 0;
}
.recent-posts ul {
	list-style: none;
	margin: 20px 0 0 0;
}
.recent-posts ul li {
	margin: 0 0 10px 0;
	padding: 0 10px 10px 20px;
	float: left;
	line-height: 20px;
	color: #403f3c;
	width: 87%;
}
.recent-posts ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}
/* popular */

.popular {
	float: left;
	width: 300px;
	margin: 13px 0 0 0;
}
.popular ul {
	list-style: none;
	margin: 20px 0 0 0;
}
.popular ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 20px;
	float: left;
	line-height: 20px;
	color: #656565;
	width: 90%;
}
.popular ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}
/*--page navi--*/
.page-navi {
	float: left;
	width: 960px;
	height: 39px;
}
/*--bottom-sidebar--*/
.bottom-sidebar {
	background: url(images/featured-top-bg.png) no-repeat 0 0;
	width: 960px;
	float: left;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
}
.bottom-sidebar-content {
	width: 960px;
	margin: 4px 0 0 0;
	padding: 10px 0 20px 0;
	background: url(images/featured-content-bg.png) repeat-y;
	float: left;
}
.bottom-sidebar h3 {
	color: #fff;
	text-transform: uppercase;
}
/*--about--*/
.about {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}
.about img {
	float: left;
	margin: 0 10px 10px 0;
}
.about p{
	color: #fff;	
	padding: 20px 0 0 0;
	font: 13px normal Arial, Verdana, Tahoma;
}
/*--blogroll--*/
.blogroll-links {
	float: left;
	width: 280px;
	margin: 0 0 0 30px;
}
.blogroll-links ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.blogroll-links ul li {
	float: left;
	width: 50%;
	padding: 10px 0 0 0;
}
.blogroll-links ul li a {
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 0 0 15px;
}
.blogroll-links ul li a:hover {
	background: url(images/bullet-hover.png) no-repeat left;
}
/* latest tweet */
.latest-tweet {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}
.tweet {
}
.tweet ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.tweet ul li {
	padding: 0;
	color: #fff;
}
.tweet img {
	margin: 0;
	border: none;
	float: right;
}
/*--comments--*/
#comments {
	margin: 10px 0 0 0;
	float: left;
}
.comment-body {
	width: 550px;
	padding: 10px 0 0 0;
	float: left;
	margin:10px 0 0 30px;
	background: #000;
	color: #fff;
	border: 1px solid #2c2f31;
}
#comments ul.children li.depth-2 div.comment-body {
	width: 500px;
	border: 1px solid #2c2f31;
	padding: 10px 0 0 0;
	margin: 10px 0 0 80px;
}

#comments ul.children li.depth-3 div.comment-body {
	width: 450px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 130px;
}
ol.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin:0;
	padding: 10px 0 20px 10px;
	text-indent:0;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment-author-admin p {
}
ol.commentlist li.comment {
	padding: 0;
	margin: 0;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	font:normal 16px georgia, times, serif;
	padding-bottom: 10px;
}
ol.commentlist li div.vcard cite.fn {
	color: #1e5263;
	font: normal 12px Arial, Verdana, Tahoma;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #1e5263;
	text-decoration: underline;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #fff;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin: 0 10px 0 10px;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
	font-style:normal;
	color: #adc7cf;
	font: normal 11px Arial, Verdana, Tahoma;
	margin: 0;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	font: normal 13px Arial, Verdana, Tahoma;
	margin: 5px 0 0 0;
	color: #fff;
}
ol.commentlist li ul {
	font-size:11px;
	list-style:square;
	margin: 0 0 1em 2em;
}
#comments ol.commentlist li div.reply {
	float: right;
	margin: 0 0 10px 0;
}
ol.commentlist li div.reply a {
	background: url(images/reply.png) no-repeat;
	width: 51px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	display: block;
	text-indent: -9999em;
}
ol.commentlist li div.reply a:hover {
	color: #fff;
}
#comments ol.commentlist li.depth-1 div.reply {
	padding: 0 10px 0 10px;
}
ol.commentlist li ul.children {
	list-style:none;
	margin: 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor p {
	font-weight: bold;
}
ol.commentlist li ul.children li p {
	font-weight: normal;
}
ol.commentlist li.bypostauthor p {
	font-weight: bold;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li.comment-author-admin div.vcard cite.fn {
	color: #FFF;
	font-weight:bold;
}
#comments ol.commentlist li p {
	padding: 0 10px 0 10px;
	min-height: 35px;
	margin: 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
	width: 500px;
	background: url(images/arrow.png) no-repeat 50px 0;
}
ol.commentlist li ul.children li.depth-3 {
	width: 450px;
	background: url(images/arrow.png) no-repeat 100px 0;
}
ol.commentlist li ul.children li.depth-4 {
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.nocomments {
	margin-left: 20px;
}
h3#comments {
	color: #fff;
	font: bold 18px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 0 0 10px 30px;
	padding: 0;
	text-transform: uppercase;
}
h3#pings {
	color: #fff;
	font: bold 18px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 10px 0 10px 30px;
	padding: 0;
	text-transform: uppercase;
	float: left;
}
/*--respond--*/

#respond {
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	padding: 0 0 20px 10px;
}
#respond h3 {
	color: #fff;
	font: bold 18px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 0 0 10px 20px;
	padding: 0;
	text-transform: uppercase;
}
#respond p {
	padding: 5px 0 0 20px;
	font: normal 12px Arial, Verdana, Tahoma;
}
#respond p small {
	font: bold 12px Arial, Verdana, Tahoma;
	line-height: 30px;
	color: #adc7cf;
}
#respond input {
	padding: 0 10px;
	font: normal 12px Arial, Verdana, Tahoma;
	width: 240px;
	height: 31px;
	border: 2px solid #2d3234;
	background: #1d1d1d;
	color: #fff;
	line-height: 30px;
}
#respond textarea {
	font: normal 12px Arial, Verdana, Tahoma;
	width: 393px;
	height: 142px;
	border: 2px solid #2d3234;
	background: #1d1d1d;
	padding: 10px 0 0 10px;
	color: #fff;
}
input#submit {
	border: none;
	width: 403px;
	background: #555555;
	border: 1px solid #333333;
	clear: left;
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
input#submit:hover {
	background: #1e1e1e;
	border: 1px solid #111111;
}
.cancel-comment-reply {
	margin: 10px 0 0 10px;
}
#respond .subscribe-to-comments {
	margin: 0;
	padding: 10px 0 10px 0;
}
#respond .subscribe-checkbox {
	margin: 0 5px 0 20px;
	padding: 0;
	width: 13px;
	height: 13px;
	border: none;
}
/*--widget-formatting*/

.widget {
	width: 300px;
	font: 13px Arial, Verdana, Tahomal;
	margin-top: 10px;
}
.widget ul {
	list-style: none;
	margin: 10px 0 0 30px;
}
.widget ul li {
	line-height: 20px;
	padding-right: 10px;
}
.widget p {
	padding: 0 10px 0 10px;
}
.textwidget {
	padding: 10px;
}
#calendar_wrap {
}
#wp-calendar {
	width: 250px;
	margin: 10px auto;
	color: #fff;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #f7f7f7;
	color: #1b4f58;
}
#wp-calendar caption {
	color: #469ab2;
	font-weight: bold;
}
#wp-calendar #today {
	color: #469ab2;
	font-weight: bold;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
/*--gallery--*/
p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #1a1b1d;
	border: 1px solid #29323a;
	margin-left: 5px;
}
p.attachment a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.navigation a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a:hover img {
	border: 1px solid black;
}
.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
	color: #7bbcff;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

