
/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	background: #FFF url(../images/html-bg.jpg) repeat-x top center;	
}
body {
	font: normal 14px Arial, Verdana, Tahoma;	
	color: #000;
}
/*--formatting--*/

a {
	color: #666;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h2.pagetitle {
	font: bold 20px Arial, Verdana, Tahoma;
	padding: 2px 0;
	text-align: center;
	margin: 0 0 20px 0px;
	color: #555;
}
h2.pagetitle strong {
	font-size: 20px;
	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_wrapper {
	background: #012f46 url(../images/new/footer_bg.png) repeat-y top center;
	margin:0 auto;
}
#footer {
	margin: 0 auto;
	width: 960px;
}
div.copy {
	width:100%;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	color: #fff;
	float:left;
	background: #012f46 url(../images/new/footer_bg_copy.png) no-repeat top center;
}
div.copy a {
	color: #b9d7e3;
	text-decoration:none;
}
div.copy a:hover {
	color: #9ccbdd;
	text-decoration:none;
}
.page-navi {
	width: 100%;
}
a.at {
	display:none;
}
/*--wrapper--*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
/*--header--*/

#header {
	width: 960px;
	height: 103px;
	float: left;
	background: url(../images/new/header-bg.png) no-repeat right top;
}
/*-- pages menu --*/

.menu {
	float: right;
	margin: 30px 0 0 0;
}
.menu ul {
	min-width:500px;
	height:48px;
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	background: url(../images/new/menu-bg.png) repeat-x left top;
}
.menu ul li.left {
	width:10px;
	height:48px;
	margin:0;
	padding:0;
	float:left;
	background: url(../images/new/menu-left.png) no-repeat left top;
}
.menu ul li.right {
	width:10px;
	height:48px;
	margin:0;
	padding:0;
	float:right;
	background: url(../images/new/menu-right.png) no-repeat left top;
}
.menu ul li {
	height:48px;
	margin:0 20px 0 0;
	padding:0;
	float: left;
	display:block;
	font: normal 16px Calibri;
	line-height:38px;
	text-transform:lowercase;
}
.menu ul li a {
	height:48px;
	margin:0;
	padding:0;
	color: #FFF;
	float: left;
	display:block;
	z-index: 10;
	position: relative;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #eee;
}
.menu ul li.home-button {
	margin: 0 20px 0 10px;
}
.menu ul li.current_page_item a:hover {
	color:#FFF;
}
.menu ul li.current_page_item {
	margin:0 0 0 -20px;
	padding:0 0 0 25px;
	background: transparent url(../images/new/menu-btn-left.png) no-repeat left top;
}
.menu ul li.current_page_item a {
	margin:0;
	padding: 0 35px 0 10px;
	background: transparent url(../images/new/menu-btn-right.png) no-repeat right top;
}

/*--blog-title--*/

#header #blog-title {
	float: left;
	margin: 30px 0 0 60px;
}
#header #blog-title h1 a {
	background: transparent url(../images/blog-title.png) no-repeat;
	display: block;
	text-indent: -9999em;
	width: 131px;
	height: 45px;
}
/*--featured--*/

#featured {
	float: left;
	width: 960px;
	margin: 0;
	position: relative;
	background: url(../images/new/featured-bg.png) repeat-x top left;
}
#featured-left {
	width:10px;
	height:307px;
	background: url(../images/new/featured-left.png) no-repeat top left;
	float:left;
}
#featured-right {
	width:10px;
	height:307px;
	background: url(../images/new/featured-right.png) no-repeat top left;
	float:left;
}
#featured-content {
	position: relative;
	width: 940px;
	margin: 0;
	padding: 30px 0 0 0;
	float:left;
}
.featured-image {
	width: 390px;
	height: 244px;
	float: left;
	margin: 0 0 0 10px;
	border: solid 3px #fff;
}
.featured-text {
	float: left;
	width: 425px;
	height: 250px;
}
.text_wrapper {
	float:left;
	width:425px;
	height:185px;
	margin:0 0 5px 0;
	overflow:hidden;
}
#featured .featured-text h2 {
	font: bold 46px Calibri;
	margin: 0;
	line-height: 40px;
}
.featured-text h2 a {
	color: #fefefe;
}
.featured-text h2 a:hover {
	text-decoration: none;
	color: #eee;
}
.featured-entry {
	width: 425px;
	margin: 0;
	padding: 25px 0 0 0;
	color: #fff;
	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;
}
.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:141px;
	right: 20px;
	display: block;
	text-indent: -9999em;
	background: url(../images/next.png) no-repeat;
	width: 15px;
	height: 25px;
}
#featured a.previous {
	position:absolute;
	top:141px;
	left: 20px;
	display: block;
	text-indent: -9999em;
	background: url(../images/previous.png) no-repeat;
	width: 15px;
	height: 25px;
}
#featured a.featured-btn {
	width:405px;
	height:60px;
	margin:0;
	padding:0 10px 0 10px;
	font:bold 30px Calibri;
	line-height:60px;
	text-align:center;
	color:#FFF;
	float:left;
	background: url(../images/new/featured-btn.png) no-repeat top left;
}
#ss-now {
	width:841px;
	height:48px;
	margin:25px 0 35px 60px;
	padding:0;
	float:left;
}
#ss-now img {
	border:0;
}
#box-shade {
	width:100%;
	height:29px;
	margin:0;
	padding:0;
	background: url(../images/new/box-shade.png) no-repeat center top;
	float:left;
}
/*--container--*/
#content {
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/new/shade-y.png) repeat-y center top;
}
.content-bg {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/new/shade-top.png) no-repeat top center;
}
.content-bg-bottom {
	width: 960px;
	margin:0;
	padding: 20px 0 50px 0;
	min-height:300px;
	float: left;
	background: url(../images/new/shade-bottom.png) no-repeat bottom center;
}
#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	margin: 0 0 0 23px;
}
#content #right-col {
	width: 299px;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	position: relative;
	background:#f6f6f6;
}
#right-col-top {
	width: 299px;
	margin:0;
	padding:0;
	float:left;
	background: url(../images/new/right-col-top.png) no-repeat top center;
}
#right-col-bottom {
	width: 299px;
	margin:0;
	padding:0;
	float:left;
	background: url(../images/new/right-col-bottom.png) no-repeat bottom center;
}
#right-col h3 {
	width: 279px;
	height: 43px;
	color: #000;
	text-transform: uppercase;
	line-height: 43px;
	background:#eee;
	padding: 0 0 0 20px;
	text-shadow:1px 1px #fff;
}
#content #right-col #sidebar {
	float: left;
	position: relative;
}
/*--search--*/
#search {
	margin: 15px 0 0 20px;
	padding: 0;
}
#search #s {
	margin: 0;
	padding:0 10px 0 10px;
}
#search #searchsubmit {
	margin:0;
	padding:0 10px 0 10px;
}
/*--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: #555;
	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: #000;
}
.post-thumb {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	border: none;
}
.post .entry {
	font: normal 13px Arial, Verdana, Tahoma;
	letter-spacing: 0.3px;
	color: #000;
	margin: 10px 0 0 0;
}
.post-meta {
	font: normal 11px Arial, Verdana, Tahoma;
	margin: 0 0 10px 0;
	color: #555;
}
.post-meta a {
	text-decoration: underline;
	color: #555;
}
.post-meta a:hover {
	text-decoration: none;
	color: #000;
}
#wrapper .read-more {
	float: right;
	margin: 10px 0 0 0;
	padding:0 5px 0 5px;
	background:#eee;
	width: 100px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	text-shadow:1px 1px #fff;
	color: #000;
	font-size: 12px;
	border:1px solid #ddd;
}
#content .read-more:hover {
	color: #000;
	background:#ddd;
	text-decoration: none;
}
.comments-meta a{
	color: #000;
	width: 100px;
	height: 23px;
	background: #eee;
	font: normal 12px Arial, Verdana, Tahoma;
	float: right;
	margin: 10px 10px 0 0;
	line-height:23px;
	padding: 0 5px 0 5px;
	text-align: center;
	text-shadow:1px 1px #fff;
	border:1px solid #ddd;
}
.comments-meta a:hover {
	color: #000;
	background:#ddd;
	text-decoration: none;
}
.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: #666;
	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: #000;
	margin: 0;
	padding: 10px 0 0 0;
}
.single-post h2.single-title {
	text-decoration: none;
	color: #000;
	font: normal 35px Arial, Verdana, Tahoma;
	margin:0;
	padding: 0 10px 0 0;
	width: 100%;
}
.single-post h1 {
	color: #000;
	text-decoration: none;
	font: bold 32px Arial, Verdana, Tahoma;
	margin: 0 0 0 10px;
}
.single-post h2 {
	color: #000;
	text-decoration: none;
	font: normal 28px Arial, Verdana, Tahoma;
	margin:0;
	padding: 0 10px 10px 0;
}
.single-post h3 {
	color: #000;
	text-decoration: none;
	font: normal 22px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.single-post h4 {
	color: #000;
	text-decoration: none;
	font: normal 20px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.single-post h5 {
	color: #000;
	text-decoration: none;
	font: normal 18px Arial, Verdana, Tahoma;
	margin:0;
	padding: 10px 0 0 0;
}
.single-post h6 {
	color: #000;
	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: #666;
}
.single-post ul li{
	padding-bottom: 10px;
}
.single-post ol {
	margin-left: 20px;
	color: #666;
}
.single-post pre {
	background: #ededed;
	border: 1px solid #cccccc;
	margin: 10px auto;
	padding:10px;
	clear: both;
	width: 500px;
	overflow:scroll;
	color: #666;
}
.single-post code {
	color: #666;
	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: #666;
}
.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: #ff7c00;
	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: #ff7c00;
}
.ads-block a:hover {
	color: #ff7c00;
	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/new/bullet.png) no-repeat left;
	padding: 0 0 0 15px;
}
.categories ul li a:hover {
	background: url(../images/new/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: #000;
	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: #000;
	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: #000;
	width: 90%;
}
.popular ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}
/*--page navi--*/
.page-navi {
	float: left;
	width: 920px;
	height: 39px;
	margin:0 0 10px 40px;
}
/*--bottom-sidebar--*/
.bottom-sidebar {
	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;
	float: left;
}
.bottom-sidebar h3 {
	color: #fff;
	text-transform: uppercase;
	font:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #000;
}
.bottom-sidebar a {
	color:#fff;
}
.bottom-sidebar a:hover {
	text-decoration:none;
}
/*--about--*/
.about {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}
.about img {
	float: left;
	margin: 0 10px 10px 0;
}
.about p{
	color: #9ccbdd;	
	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;
	color:#9ccbdd;
}
.blogroll-links ul li a {
	background: url(../images/new/bullet.png) no-repeat left;
	padding: 0 0 0 15px;
	color:#9ccbdd;
}
.blogroll-links ul li a:hover {
	color:#fff;
}
/* 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: #9ccbdd;
}
.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: #eee;
	color: #666;
	border: 1px solid #ddd;
}
#comments ul.children li.depth-2 div.comment-body {
	width: 500px;
	border: 1px solid #ddd;
	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: #666;
	font: normal 12px Arial, Verdana, Tahoma;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #666;
	text-decoration: underline;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #000;
}
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: #000;
	font: normal 11px Arial, Verdana, Tahoma;
	margin: 0;
	text-shadow:1px 1px #fff;
	font-style:italic;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
}
ol.commentlist li div.comment-meta a {
	color:#666;
}
ol.commentlist li p {
	font: normal 13px Arial, Verdana, Tahoma;
	margin: 5px 0 0 0;
	color: #666;
}
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: #ddd;
	width: 50px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align:center;
	display: block;
	border:1px solid #ccc;
	font-style:italic;
	text-shadow:1px 1px #fff;
}
ol.commentlist li div.reply a:hover {
	background: #ccc;
}
#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 {
}
#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: #444;
	font: bold 18px Arial, Verdana, Tahoma;
	line-height: 40px;
	margin: 0 0 10px 30px;
	padding: 0;
	text-transform: uppercase;
}
h3#pings {
	color: #444;
	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: #444;
	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: #666;
}
#respond input {
	padding: 0 10px;
	font: normal 12px Arial, Verdana, Tahoma;
	width: 240px;
	height: 31px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	color: #000;
	line-height: 30px;
}
#respond textarea {
	font: normal 12px Arial, Verdana, Tahoma;
	width: 393px;
	height: 142px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px 0 0 10px;
	color: #000;
}
input#submit {
	border: 1px solid #08354b;
	width: 405px;
	background: #174f6b;
	clear: left;
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
input#submit:hover {
	background: #08354b;
}
.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: #666;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #f7f7f7;
	color: #1b4f58;
}
#wp-calendar caption {
	color: #5590ad;
	font-weight: bold;
}
#wp-calendar #today {
	color: #5590ad;
	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;
}


