/*  
Theme Name: Skat Design
Theme URI: http://www.skatdesign.com/
Description: A simple, clean blog design.
Date: 13 March 2010
Version: v1
Author: Skat
Author URI: http://www.skatdesign.com/
Tags: web design, skat design, freelancer
*/



/*-------------------------------------------------------------------------------------------------------------------*/



/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
body {
	background: #030303 url(images/bg.png) repeat-x top;
	font: 80%/170% Arial, Verdana, Tahoma;
}
/*--formatting--*/

a {
	color: #af0303;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	color: #8b1999;
	text-decoration: underline;
}
h2.pagetitle {
	font: bold 22px Arial, Verdana, Tahoma;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	margin: 10px 0 0 10px;
	color: #0382b9;
	border-bottom: 2px solid #444444;
}
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;
}
img.alignleft {
	float: left;
	border: none;
	background: #444444;
	padding: 5px;
	margin: 5px;
}
img.alignright {
	float: right;
	border: none;
	background: #444444;
	padding: 5px;
	margin: 5px;
}
.single-post img {
	border: none;
	margin: 5px;
	display: inline;
	padding: 5px;
	background: #444444;
	max-width: 580px;
}

.single-post img a{
	border: none;	
}

.single-post img.no-border {

}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background: #444444;
	padding: 5px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
	line-height:1%;
	font-size:0px;
}
* html .clear {
	height:auto
}
/*--container--*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 189px;
	float: left;
	background: url(images/header-bg.png) no-repeat top right;
}
#content {
	width: 960px;
	float: left;
	background: url(images/content-bg.png) repeat-y top;
	padding-bottom: 10px;
}
#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}
#content #right-col {
	width: 300px;
	margin: -10px 0 0 20px;
	float: left;
	position: relative;
	background: none;
	padding-bottom: 20px;
}
#right-col h3 {
	color: #656565;
	background: url(images/h3-sidebar-bg.png) repeat-x bottom;
	font: bold 20px Arial, Verdana, Tahoma;
	margin: 0 0 0 17px;
	line-height: 40px;
	width: 260px;
	text-shadow: 2px 2px 2px #000;
	text-transform: capitalize;
	letter-spacing: 1px;
}
#content #right-col #sidebar {
	float: left;
	position: relative;
}
#footer {
	height: 31px;
	margin: 0 auto;
	width: 960px;
}
#footer p {
	text-align: left;
	color: #ffffff;
	font: 11px Arial, Verdana, Tahoma;
	line-height: 31px;
	padding-left: 30px;
	background: url(images/footer.png) no-repeat;
	float: left;
	width: 960px;
}
#footer p a {
	color: #656565;
}
#footer p a:hover {
	color: #FF00FF;
}
/*--header--*/
#header #blog-title {
	margin: 65px 0 0 70px;
	float: left;
}
#header #blog-title h1 a {
	background: url(images/logo.png) no-repeat;
	display: block;
	text-indent: -9999em;
	width: 315px;
	height: 78px;
}
/*--header nav--*/

/*-- menu --*/
.menu {
	width: 960px;
	height: 37px;
	float: left;
	background: url(images/menu-bg.png) repeat-x;
}
.menu ul.buttons {
	list-style: none;
	margin-left: 20px;
	float: left;
}
.menu ul.buttons li {
	float: left;
	margin-right: 50px;
}
.menu ul.buttons li a {
	display: block;
	width: 58px;
	height: 31px;
	text-indent: -9999em;
}
.menu ul.buttons li.home a {
	background: url(images/home-button.png) no-repeat;
}
.menu ul.buttons li.about a {
	background: url(images/about-button.png) no-repeat;
}
.menu ul.buttons li.portfolio a {
	background: url(images/portfolio-button.png) no-repeat;
}
.menu ul.buttons li.contact a {
	background: url(images/contact-button.png) no-repeat;
}
.menu ul.buttons li.blog a {
	background: url(images/blog-button.png) no-repeat;
}
/*-- menu contact--*/
.menu ul.contact-menu {
	list-style: none;
	float: left;
	margin-right: 35px;
}
.menu ul.contact-menu li {
	float: left;
	margin-left: 20px;
}
.menu ul.contact-menu li.mail-popup {
	position: relative;
}
.menu ul.contact-menu li.mail-popup a {
	background: url(images/mail.png) no-repeat;
	width: 32px;
	height: 29px;
	text-indent: -9999em;
	display: block;
}
.menu ul.contact-menu li.mail-popup em {
	background: #505050;
	position: absolute;
	top: -35px;
	left: 30px;
	text-align: center;
	z-index: 2;
	display: none;
	font: bold 11px Arial, Verdana, Tahoma;
	color: #ffffff;
	line-height: 25px;
	width: 120px;
	border: 3px solid #303030;
}
.menu ul.contact-menu li.rss-popup {
	position: relative;
}
.menu ul.contact-menu li.rss-popup a {
	background: url(images/rss.png) no-repeat;
	width: 36px;
	height: 29px;
	text-indent: -9999em;
	display: block;
}
.menu ul.contact-menu li.rss-popup em {
	background: #505050;
	position: absolute;
	top: -35px;
	left: 35px;
	text-align: center;
	z-index: 2;
	display: none;
	font: bold 11px Arial, Verdana, Tahoma;
	color: #ffffff;
	line-height: 25px;
	width: 120px;
	border: 3px solid #303030;
}
.menu ul.contact-menu li.twitter-popup {
	position: relative;
}
.menu ul.contact-menu li.twitter-popup a {
	background: url(images/twitter.png) no-repeat;
	width: 36px;
	height: 29px;
	text-indent: -9999em;
	display: block;
}
.menu ul.contact-menu li.twitter-popup em {
	background: #505050;
	position: absolute;
	top: -35px;
	left: 30px;
	text-align: center;
	z-index: 2;
	display: none;
	font: bold 11px Arial, Verdana, Tahoma;
	color: #ffffff;
	line-height: 25px;
	width: 140px;
	border: 3px solid #303030;
}
.subscribe-menu {
	float: left;
	color: #999999;
	font-weight: bold;
	line-height: 35px;
	margin-left: 100px;
}
.hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #1e1e1e;
	margin-bottom: 10px;
	color: #1e1e1e;
}
.page-content {
	float: left;
	width: 940px;
	background: url(images/sliding-content-bg.png) repeat-y top;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
}
.sliding-content-bg-top {
	float: left;
	width: 940px;
	height: 13px;
	background: url(images/sliding-content-bg-top.png) no-repeat top;
	margin: 10px 0 0 10px;
}
.sliding-content-bg-bottom {
	float: left;
	width: 940px;
	height: 13px;
	background: url(images/sliding-content-bg-bottom.png) no-repeat top;
	margin: 0 0 0 10px;
}
/*--search--*/
#search {
	margin: 20px 0 0 15px;
	float: left;
}
#search form {
	float: left;
	width: 300px;
	margin: 0;
	display: inline;
}
#search form input#s {
	width: 222px;
	background: url(images/search-form.png) no-repeat right bottom;
	height: 32px;
	line-height: 32px;
	border: 0;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
#search form input#searchsubmit {
	width: 32px;
	height: 32px;
	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;
}
.post h2 {
}
.post h2 a {
	color: #008ddf;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
	font: bold 25px Arial, Verdana, Tahoma;
	margin:0;
}
.post h2 a:hover {
	text-decoration: none;
}
.post-thumb {
	margin: 0 10px 0 0;
	float: left;
	width: 140px;
	height: 140px;
	background: #444444;
	padding: 5px;
}
.post .entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 20px 0 0 0;
}
.post-meta {
	font: 11px Arial, Verdana, Tahoma;
	margin: 5px 0 0 0;
	color: #999999;
}
.post-meta a {
	text-decoration: none;
	color: #d2d0d0;
}
.post-meta a:hover {
	text-decoration: underline;
	color: #d2d0d0;
}
.read-more {
	font: 12px Arial, Verdana, Tahoma;
	color: #af0303;
}
/*--single post--*/
.single-post {
	float: left;
	margin: 0;
}
#content .single-post-meta{
	font: 11px Arial, Verdana, Tahoma;
	margin: 5px 0 20px 0;
	color: #999999;
}
#content .single-post-meta p:first-letter{
	font-size: 11px;
}

#content .single-post-meta a {
	text-decoration: none;
	color: #d2d0d0;
}
#content .single-post-meta a:hover {
	text-decoration: underline;
	color: #d2d0d0;
}
.single-post  {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

.single-post h2.single-title {
	color: #008ddf;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
	font: bold 25px Arial, Verdana, Tahoma;
	margin:0;
}
.single-post h2 {
	font: bold 25px Arial, Verdana, Tahoma;
	text-shadow: #000 2px 2px 2px;
	color: #008ddf;
	margin: 0;
}
.single-post h3 {
	font: bold 22px Arial, Verdana, Tahoma;
	text-shadow: #000 2px 2px 2px;
	color: #b2c02e;
	padding: 10px 0;
	margin: 0;
}
.single-post h4 {
	font: bold 19px Arial, Verdana, Tahoma;
	text-shadow: #000 2px 2px 2px;
	color: #b2c02e;
	margin: 0;
	padding: 10px 0;	
}
.single-post h5 {
	font: bold 16px Arial, Verdana, Tahoma;
	text-shadow: #000 2px 2px 2px;
	color: #b2c02e;
	padding: 10px 0;	
	margin: 5px 0;
}
.single-post h6 {
	font: bold 13px Arial, Verdana, Tahoma;
	text-shadow: #000 2px 2px 2px;
	color: #b2c02e;
	margin: 5px 0;
	padding: 10px 0;
}
.categories-single {
	margin: 5px 0 0 10px;
	float: left;
}
.single-post ul {
	list-style: square;
	margin-left: 20px;
	color: #999999;
}
.single-post ol {
	margin-left: 20px;
}
.single-post pre {
	background: #2d2d2d;
	border: 1px solid #1e1e1e;
	margin: 10px auto; 
	padding:10px;
	clear: both;
	width: 500px;
	overflow:scroll;
}
.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 auto;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 20px Arial, Verdana, Tahoma;
	margin-top: 20px;
	color: #008ddf;
	text-shadow: 2px 2px 2px #000;
}
.no-posts img {
	margin-top: 40px;
}
/*--social bookmarking--*/
.bookmarking {
	margin: 0;
	float: left;
	padding: 3px 0;
	background: #080808;
	width: 100%;
}
.bookmarking p {
	font: 12px Arial, Verdana, Tahoma;
	color: #fff;
	padding: 0 0 0 10px;
	float: left;
	line-height: 30px;
}
.bookmarking ul {
	list-style: none;
	margin: 0 0 0 40px;
	float: left;
}
.bookmarking ul li {
	float: left;
	margin-left: 10px;
}
.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;
}
/*--contact--*/


.contact-form input {
	border: 1px solid #d7d7d7;
}
.contact-form textarea {
	border: 1px solid #d7d7d7;
	width: 395px;
	padding: 6px 0 0 5px;
}
.contact-form form, fieldset {
	border: none;
	margin: 0 0 0 10px;
}
.contact-form .cp_message {
	width: 90%;
}
/*--sidebar--*/

/* 260x260 ad */
.big-ad {
	margin: 20px 0 0 20px;
	width: 260px;
}
.big-ad img {
	border: 0;
}
/* 125x125 Ads */
.ads-block {
	margin: 20px 0 0 10px;
	width: 300px;
}
.ads-block img {
	float: left;
	margin: 0 0 10px 10px;
	border: 0;
}
/* 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;
}
.categories ul li a {
	background: url(images/bullet.png) no-repeat left;
	padding: 0 0 0 15px;
	color: #fff;
}
.categories ul li a:hover {
	background: url(images/bullet-hover.png) no-repeat left;
	color: #656565;
}
.left-cat {
	float: left;
	margin: 0 0 0 30px;
}
.right-cat {
	float: left;
	margin: 0 0 0 20px;
}
/* recent comments */

.recent-comments {
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
}
.recent-comments ul {
	list-style: none;
	margin: 5px 0 0 0;
}
.recent-comments ul li {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	float: left;
	line-height: 20px;
	color: #656565;
}
.recent-comments ul li a {
	color: #fff;
}
.recent-comments ul li a:hover {
	color: #656565;
}
.recent-comments ul li span a {
	color: #656565;
}
.recent-comments ul li img {
	margin: 5px 10px 0 30px;
	float: left;
	padding: 0;
	border: 3px solid #444444;
}
/* recent comments */

.recent-posts {
	float: left;
	width: 280px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}
.recent-posts ul {
	list-style: none;
	margin: 10px 0 0 30px;
}
.recent-posts ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	float: left;
	line-height: 20px;
	color: #656565;
	width: 100%;
}
.recent-posts ul li a {
	color: #fff;
}
.recent-posts ul li a:hover {
	color: #656565;
}
.recent-posts ul li span a {
	color: #656565;
}
.recent-posts ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
	border: 3px solid #444444;
}
/* popular */

.popular {
	float: left;
	width: 280px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}
.popular ul {
	list-style: none;
	margin: 10px 0 0 30px;
}
.popular ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	float: left;
	line-height: 20px;
	color: #656565;
	width: 100%;
}
.popular ul li a {
	color: #fff;
}
.popular ul li a:hover {
	color: #656565;
}
.popular ul li span a {
	color: #656565;
}
.popular ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
	border: 3px solid #444444;
}
/*--widget--*/
.widget {
	width: 300px;
	margin-top: 10px;
}
.widget div {
	padding: 10px 10px 0 10px;
}
.widget ul {
	list-style: none;
	margin: 15px 0 0 30px;
}
.widget ul li {
	line-height: 18px;
}
.widget p {
	padding: 0 10px 0 10px;
}
.widget a {
	background: url(images/bullet.png) no-repeat left;
	color: #fff;
	padding-left: 15px;
}
.widget a:hover {
	background: url(images/bullet-hover.png) no-repeat left;
	color: #656565;
}
/*--page navi--*/
.page-navi {
	float: left;
	width: 960px;
	height: 39px;
}
/*--bottom-sidebar--*/
.bottom-sidebar-bg-top {
	float: left;
	width: 940px;
	height: 4px;
	margin: 10px 0 0 10px;
	background: url(images/bottom-sidebar-bg-top.png) no-repeat;
}
.bottom-sidebar {
	float: left;
	width: 940px;
	padding: 10px 0 5px 0;
	margin: 0 0 0 10px;
	background: #121212;
}
.bottom-sidebar-bg-bottom {
	float: left;
	width: 940px;
	height: 4px;
	margin: 0 0 0 10px;
	background: url(images/bottom-sidebar-bg-bottom.png) no-repeat;
}
.aim {
	width: 207px;
	height: 80px;
	background: url(images/aim.png) no-repeat;
	float: left;
}
.aim img {
	float: right;
	margin: 55px 20px 0 0;
}
.quote-banner {
	float: left;
	margin: 0 0 0 10px;
}
.quote-banner a {
	display: block;
	float: left;
	width: 707px;
	height: 90px;
	background: url(images/quote-banner.png) no-repeat;
	text-indent: -9999em;
}
/*--blogroll--*/
.blogroll {
	width: 300px;
	float: left;
	margin: 20px 0 0 0;
}
.blogroll ul {
	list-style: none;
	margin: 10px 0 0 30px;
}
.blogroll ul li {
	float: left;
	width: 50%;
}
.blogroll ul li a {
	background: url(images/bullet.png) no-repeat left;
	padding: 0 0 0 15px;
	color: #fff;
}
.blogroll ul li a:hover {
	background: url(images/bullet-hover.png) no-repeat left;
	color: #656565;
}
/*--follow us--*/
.follow-us {
	float: left;
	width: 250px;
	margin: 20px 0 0 20px;
}
.follow-us ul {
	margin: 10px 0 0 0;
	float: left;
	list-style: none;
}
.follow-us ul li {
	display: inline;
	float: left;
	margin-right: 25px;
}
.follow-us ul li.rss-feed a {
	display: block;
	text-indent: -9999em;
	height: 28px;
	width: 27px;
	background: url(images/rss-icon.png) no-repeat;
	padding: 0;
}
.follow-us ul li.email-feed a {
	display: block;
	text-indent: -9999em;
	height: 28px;
	width: 27px;
	background: url(images/email-icon.png) no-repeat;
	padding: 0;
}
.follow-us ul li.twitter a {
	display: block;
	text-indent: -9999em;
	height: 28px;
	width: 27px;
	background: url(images/twitter-icon.png) no-repeat;
	padding: 0;
}
.follow-us ul li.facebook a {
	display: block;
	text-indent: -9999em;
	height: 28px;
	width: 27px;
	background: url(images/facebook-icon.png) no-repeat;
	padding: 0;
}
/*--comments--*/
ol.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin:0;
	padding:5px 10px;
	text-indent:0;
	background:#1d1d1d;
}
ol.commentlist li {
	margin: 10px 0 0 0;
	background:#1d1d1d;
}
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 {
	color: #fff;
}
ol.commentlist li.comment {
	padding:1em;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	font:normal 16px georgia, times, serif;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
	color: #008ddf;
	font: bold 13px Arial, Verdana, Tahoma;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #008ddf;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin:0 5px 0 0;
	border: 3px solid #444444;
}
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: #888888;
	font: 10px Arial, Verdana, Tahoma;
	margin: 0 0 0 10px;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
	font-size:9px;
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	font: 13px Arial, Verdana, Tahoma;
	margin: 5px 0 0 0;
	color: #999999;
}
ol.commentlist li ul {
	font-size:11px;
	list-style:square;
	margin:0 0 1em 2em;
}
ol.commentlist li div.reply {
	font-size:13px;
	text-align: right;
	margin:10px 0 0 0;
}
ol.commentlist li div.reply a {
	font-weight:normal;
	text-decoration: none;
	color: #fff;
	background: #444444;
	padding: 3px 5px 3px 5px;
	border: 1px solid #131313;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 {
	background: #2d2d2d;
}
ol.commentlist li ul.children li.depth-3 {
}
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 {
	border-bottom:1px dotted #666;
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.nocomments {
	margin-left: 20px;
}
h3#comments {
	color: #656565;
	font: bold 20px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 20px 0 0 0;
	text-shadow: 2px 2px 2px #000;
	padding: 0;
}
h3#pings {
	color: #656565;
	font: bold 20px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 20px 0 0 0;
	text-shadow: 2px 2px 2px #000;
	padding: 0;
}
/*--respond--*/

#respond {
	padding: 0;
	margin: 20px 0 0 0;
}
#respond h3 {
	color: #656565;
	font: bold 20px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 20px 0 0 0;
	text-shadow: 2px 2px 2px #000;
	padding: 0;
}
#respond p {
	padding: 5px 0 0 20px;
	color: #fff;
	font: 12px Arial, Verdana, Tahoma;
}
#respond p small {
	font: 12px Arial, Verdana, Tahoma;
	line-height: 30px;
}
#respond input {
	padding: 7px 0 0 10px;
	font: 12px Arial, Verdana, Tahoma;
	background: url(images/input.png) no-repeat;
	width: 254px;
	height: 25px;
	border: none;
	color: #fff;
}
#respond textarea {
	font: 12px Arial, Verdana, Tahoma;
	width: 393px;
	height: 142px;
	background: url(images/textarea.png) no-repeat left top;
	border: none;
	color: #fff;
	padding: 10px 0 0 10px;
}
input#submit {
	border: none;
	width: 403px;
	background: #111111;
	border: 1px solid #1e1e1e;
	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: 0;
}
#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;
}
/*--widget-formatting*/

.textwidget {
	padding: 5px;
}
#calendar_wrap {
}
#wp-calendar {
	width: 150px;
	margin: 0 auto;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #fff;
	color: #000;
}
#prev {
	text-align: left;
}
/*--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;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
