/*-------------------------------------------------------------------------------------------------------------------*/



/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	/* background: #eeeeee url(../../images/html_bg.png) repeat-x; */
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 12px;
	color: #333333;
	background:  url(../../images/body_bg.jpg) no-repeat bottom center;
	display: table;
	width: 100%;
}

#bg {
	width: 100%;
	/*margin-top: 207px;*/
	background: #eeeeee url(../../images/html_bg.png) repeat-x 0 0;
}

/*--formatting--*/

a {
	color: #898989;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	color: #da043c;
	text-decoration: none;
}
h2.pagetitle {
	font: bold 28px Arial, Verdana, Tahoma;
	font: bold 28px "Lucida Sans Unicode", "Lucida Sans", Arial;
	padding: 2px 0;
	text-align: left;
	margin: 10px 0 10px 10px;
	color: #333333;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	
}
blockquote p {
	font-style: italic;
}
blockquote {
	margin:22px 40px;
	color:#575757;
	padding: 5px 50px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size: 13px;
	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: 570px;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
}
.single-post img:hover {
	background: #fff;
}
img.alignleft {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
}
img.alignleft:hover {
	background: #fff;
}
img.alignright {
	float: right;
	margin: 5px;
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
}
img.alignright:hover {
	background: #fff;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
}
img.aligncenter:hover {
	background: #fff;
}
.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 0 auto;
	width: 100%;
	height: 320px;
	background: url(../../images/footer_bg.png) repeat-x;
	display: table;
}
#footer h3 {
	font: bold 16px "Lucida Sans Unicode", "Lucida Sans", Arial;
	color: #dedede;
	text-transform: normal;
	margin: 14px 0 0 20px;
}
.footer_bg {
	width: 1400px;
	height: 240px;
	margin: 45px auto 0 auto;
	/*background: url(../../images/footer_bg_1.png) repeat-x; */
}
.footer_content {
	margin: 20px 0 0 5px;
	position: relative;
	margin: 0 auto;
	width: 970px;
}
.latest_tweet {
	position: absolute;
	top: -38px;
	left: 0px;
	width: 100%;
}
.latest_tweet img {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.latest_tweet ul {
	list-style: none;
	float: left;
	margin: 6px 0 0 10px;
}
.latest_tweet ul li {
	color: #a3a3a3;
	font-size: 13px;
}
.latest_tweet ul li a {
	color: #12a8d8;
}
.latest_tweet ul li a:hover {
	color: #12a8d8;
}
#footer p.copy {
	text-align: center;
	font-size: 11px;
	color: #404040;
	margin: 10px 0 0 0;
}
#footer .scroll {
	display: block;
	float: right;
	background: url(../../images/top.png) no-repeat;
	width: 36px;
	height: 28px;
	text-indent: -9999em;
	margin: -6px 20px 0 0;
}
#footer .scroll:hover {
	background: url(../../images/red/top_hover.png) no-repeat;
	height: 40px;
}
#footer p.copy a {
	color: #ffffff;
}
#footer p.copy a:hover {
	color: #da043c;
}
/*--wrapper--*/

#wrapper {
	overflow:hidden;
	width: 970px;
	margin: 0 auto;
}
/*--header--*/

#header {
	width: 940px;
	float: left;
	position: relative;
	height: 207px;
	background: url(../../images/header_bg.png) no-repeat 0 30px;
	z-index: 10;
	margin: 0 0 0 10px;
}
/*-- pages menu --*/

.menu {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #cdcdcd;
	text-transform: normal;
	font-weight: bold;
	display: inline;
	line-height: 30px;
}
.menu ul li a {
	color: #ffffff;
	border-right: 1px solid #2f2f2f;
	padding: 0 10px;
}
.menu ul li a:hover {
	color: #ffffff;
}
#header .current-menu-item a {
	color: #ffffff;
}
#header .current_page_item a {
	color: #ffffff;
}
/*--categories menu--*/

.categories-menu {
	float: left;
	width: 940px;
	margin: 12px 0 0 0;
	position: relative;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #ffffff;
}
ul.dropmenu {
	margin: 0;
	padding: 0px;
	display:block;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.dropmenu li {
	position: relative;
	list-style: none;
	margin: 0;
	display: block;
	cursor: pointer;
	float: left;
	border-right: 1px solid #2f2f2f;
}
.dropmenu li a {
	padding: 0 15px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	line-height: 38px;
}
.dropmenu li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.current-cat {
	text-decoration: none;
}
.categories-menu .current-cat a {
	color: #ffffff;
}
.dropmenu li span {
	width: 8px;
	height: 5px;
	display: block;
	position: absolute;
	top: 30px;
	right: 45%;
	background: url(../../images/categories_menu_arrow.png) no-repeat;
}
.dropmenu li a:hover span {
	background: url(../../images/categories_menu_arrow.png) no-repeat;
}
.dropmenu li:hover ul, .dropmenu li:hover div {
	display: block;
}
.dropmenu ul, .dropmenu div {
	position: absolute;
	display: none;
	width: 200px;
	padding: 0 0 10px 0;
	margin: 6px 0 0 0;
	background: #2f2f2f;
}
.dropmenu li div ul {
	border: none;
	background: none;
	position: relative;
	display: block;
	left: 0px;
}
.dropmenu ul li {
	border: none;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
.dropmenu ul a {
	padding: 0 0 7px 10px;
	color: #ffffff;
	width: 166px;
	margin: 0 0 0 10px;
	height: 30px;
	background: url(../../images/dropdown_bg.png) repeat-x bottom;
}
.dropmenu ul a:hover {
	padding: 0 0 7px 10px;
	color: #ffffff;
	width: 166px;
	margin: 0 0 0 10px;
	height: 30px;
	background: #191919 url(../../images/dropdown_bg.png) repeat-x bottom;
}
#header .dropmenu ul li.current-cat {
	background: none;
}
#header .categories-menu .dropmenu ul li a {
	color: #ffffff;
}
#header .dropmenu ul li.current-cat a:hover {
}
.dropmenu a.selected, .dropmenu a:hover {
	color: #ffffff !important;
}
.dropmenu li a.selected span {
	background: url(../../images/categories_menu_arrow.png) no-repeat;
}
.dropmenu div ul {
	position: relative;
	display: block;
}
.dropmenu li div {
	padding: 5px;
	display: none;
	position: absolute;
}
/*--subscribe--*/

.subscribe {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
.subscribe ul {
	list-style: none;
}
.subscribe ul li {
	float: left
}
.subscribe ul li a {
	display: block;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
}
.subscribe ul li.twitter_subscribe a {
	background: url(../../images/twitter_subscribe.png) no-repeat;
	margin: 0 0 0 5px;
}
.subscribe ul li.facebook_subscribe a {
	background: url(../../images/facebook_subscribe.png) no-repeat;
	margin: 0 0 0 5px;
}
.subscribe ul li.feed_subscribe a {
	background: url(../../images/feed_subscribe.png) no-repeat;
	margin: 0 0 0 5px;
}

.rss_subscribe {
	float: right;
	margin: 20px 45px 0 0;
}
.rss_subscribe img {
	border: none;
}

.header_ad {
	float: right;
	margin: 34px 30px 0 0;
}
.header_ad img {
	border: none;
}
/*--blog title--*/

#header .blog_title {
	float: left;
	margin: 5px 0 0 0px;
}
#header .blog_title h1 {
	/*background: url(../../images/logo.png) no-repeat left top; */
	font: bold 34px Arial, Verdana, Tahoma;
	font: bold 34px "Lucida Sans Unicode", "Lucida Sans", Arial;
	margin: 8px 0 1px 10px;
}

#header .blog_title h1 img {
	border: 0;
}

#header .blog_title h1 a {
	color: #fff;
	/* background: url(../../images/blog_title_divider.png) no-repeat right top; */
	padding: 0 0 0 0;
}
#header .blog_title h1 a:hover {
	color: #da043c;
}
.blog_title h1 span {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #3d3d3d;
	margin: 0 0 0 10px;
}
/*--container--*/

#content {
	width: 960px;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}
#content #left-col {
	width: 630px;
	float: left;
	position: relative;
	margin: 13px 18px 0 0;
	padding: 0 0 0 0;
}
#content #right-col {
	overflow: hidden;
	width: 310px;
	margin: 13px 0 10px 0;
	padding: 10px 0px 20px 0;
	float: left;
	position: relative;
	border: 1px solid #e1e1e1;
	background: #fff url(../../images/sidebar_bg.png) no-repeat top;
	
}
#right-col h3 {
	color: #3a3a3a;
	padding: 0 0 5px 0;
	margin: 10px 10px 10px 20px;
	font: normal 18px "Lucida Sans", "Lucida Sans Unicode", Arial;
	border-bottom: 1px solid #d7d7d7;
	text-transform: none;
}
#content #right-col #sidebar {
	float: left;
	position: relative;
}
/*--search--*/
#search {
	margin: 13px 0 8px 0;
	padding: 0;
	float: left;
	width: 310px;
	background: #fff url(../../images/sidebar_bg.png) no-repeat top;
	border: 1px solid #e1e1e1;
	height: 95px;

}
#search h3 {
	color: #3a3a3a;
	padding: 0 0 5px 0;
	margin: 10px 20px 10px 0px;
	font: normal 18px "Lucida Sans", "Lucida Sans Unicode", Arial;
	border-bottom: 1px solid #d7d7d7;
	text-transform: none;
}
.search_form {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
#search form {
	display: inline;
}


#search #s {
	width: 211px;
	background: url(../../images/search_form.png) repeat-x left bottom;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	height: 28px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin-right: 7px;
	border: 1px solid #e1e1e1;
	padding-left: 5px;
	color: #3a3a3a;
}

#search form input#searchsubmit {
	width: 36px;
	height: 30px;
	background: url(../../images/red/search_submit.png) no-repeat;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
}
strong.search-excerpt {
	background: #db043e;
	color: #fff;
}

.entry {
	overflow :hidden;
	margin: 0px 20px;
	
}

/*--post--*/
.post {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 630px;
	position: relative;
	background: #fff url(../../images/post_bg.png) no-repeat top;
	border: 1px solid #e1e1e1;
}
.post_bottom {
	width: 630px;
	height: 38px;
	float: left;
	margin: 0 0 0 0px;
	background: url(../../images/post_bg_bottom.png) no-repeat;
}

.post h2 {
	width: 590px;
	padding: 0 0 0px 0;
	font-size: 36px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: normal;
	float: left;
}
.post h2 a {
	color: #3a3a3a;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: none;
	/*background-color: #da043c;*/
	color: #da043c;
}
.post_thumb, .wp-post-image {
	margin: 5px 0 0 5px;
	padding: 0;
}

.thumb_bg {
	width: 201px;
	height: 152px;
	/*background: #eeeded;*/
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 5px 15px 0 0px;
	position: relative;
}
.thumb_bg:hover {
	background: #fff;
}
.thumb_bg span {
	width: 201px;
	height: 7px;
	position: absolute;
	top: 153px;
	left: 0px;
	background: url(../../images/thumb_bg.png) no-repeat;
}
.post p {
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	/*letter-spacing: 0.3px;*/
	color: #333333;
	margin: 0;
	padding: 0 18px 0 0px;
	line-height: 22px;
}

.post_meta {
	overflow: hidden;
	float: left;
	margin: 10px 0 7px 0px;
	padding: 0 0 6px 0;
	float: left;
	width: 590px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, Tahoma;
	color: #3a3a3a;
	border-bottom: 1px solid #e8e8e8;
}
.post_meta a {
	color: #3a3a3a;
	text-decoration: underline;
}
.post_meta a:hover {
	color: #da043c;
}

.post_meta img {
	margin-right: 5px;
	padding: 0px;
	border : 0;
}

.post_meta .avatar {
	overflow: hidden; 
	display:inline; 
	float: left; 
	margin-right: 9px;	
}

.post_meta .post_details {
	overflow: hidden; 
	display: inline; 
	float: left; 
	margin-top: 2px; 
	padding-top: 5px;	
}



.post_comments {
	float: left;
}
#wrapper .read-more {
	clear: both;
	margin: 20px 0 0 0;
	background: url(../../images/red/read_more.png) no-repeat;
	width: 108px;
	height: 34px;
	color: #838383;
	font-size: 13px;
	padding: 0;
	text-indent: -9999em;
	display: block;
	float: left;
}
#content .read-more:hover {
	color: #384047;
	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: 0px 0 0 0;
	padding: 0;
	width: 630px;
	position: relative;
	background: #fff url(../../images/post_bg.png) no-repeat top;
	border: 1px solid #e1e1e1;
}
.single-post-page {
	background: url(../../images/post_divider.png) no-repeat bottom center;
}
#content .single-post-meta {
	font: normal 11px Arial, Verdana, Tahoma;
	margin: 20px 0 0 0;
	color: #bbbbbb;
	padding-bottom: 10px;
}
#content .single-post-meta a {
	color: #384047;
	text-decoration: none;
}
#content .single-post-meta a:hover {
	color: #bbbbbb;
}
.single-post p {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	font-size: 12px;
	line-height: 20px;
	/*letter-spacing: 0.3px;*/
	color: #333333;
	margin: 0;
	padding: 0 0px 0 0px;
}
.single-post p a {
	text-decoration: underline;
}
.single-post h2.single-title {
	float: left;
	padding: 0 0 12px 0;
	font-size: 36px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 9px 0 0 0px;
	font-weight: normal;
	color: #3a3a3a;
}
.single-post h2.single-title-page {
	padding: 0 0 10px 0;
	font-size: 36px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: normal;
	color: #3a3a3a;
}
.single-post h1 {
	padding: 0 0 10px 0;
	font-size: 26px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: bold;
	color: #3a3a3a;
}
.single-post h2 {
	padding: 0 0 10px 0;
	font-size: 26px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: bold;
	color: #3a3a3a;
}
.single-post h3 {
	padding: 0 0 10px 0;
	font-size: 16px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: bold;
	color: #3a3a3a;
}
.single-post h4 {
	padding: 0 0 10px 0;
	font-size: 13px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: bold;
	color: #3a3a3a;
}
.single-post h5 {
	padding: 0 0 10px 0;
	font-size: 18px;
	font-family: Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: bold;
	color: #da043c;
}
.single-post h6 {
	padding: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Verdana, Tahoma;
	margin: 10px 0 0 0px;
	font-weight: bold;
	color: #da043c;
}
.categories-single {
	margin: 5px 0 0 10px;
	float: left;
}
.single-post ul {
	list-style: disc;
	margin: 20px 0 0 20px;
}
.single-post ul li {
	padding-bottom: 10px;
}
#content .single-post ol {
	margin-left: 40px;
	font-size: 13px;
	line-height: 20px;
}
.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;
}
.single-post table {
	margin: 0 0 0 20px;
}
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;
	padding-bottom: 20px;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 30px Arial, Verdana, Tahoma;
	font: bold 30px "Lucida Sans Unicode", "Lucida Sans", Arial;
	margin-top: 20px;
	color: #da043c;
}
.no-posts img {
	margin-top: 40px;
}
/*--social bookmarking--*/
.bookmarking {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	width: 630px;
	background: #fff url(../../images/post_bg.png) no-repeat top;
	border: 1px solid #e1e1e1;
	position: relative;
}
#content .bookmarking p {
	font: bold 14px Arial, Verdana, Tahoma;
	color: #515151;
	line-height: 50px;
	text-align: center;
}
.bookmarking ul {
	list-style: none;
	margin: 10px 0 0 110px;
}
.bookmarking ul li {
	float: left;
	margin: 0 10px 0 0;
}
.bookmarking ul li a {
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -9999em;
}
.bookmarking ul li a.rss-bookmark {
	background: url(../../images/social_rss.png) no-repeat;
}
.bookmarking ul li a.digg-bookmark {
	background: url(../../images/social_digg.png) no-repeat;
}
.bookmarking ul li a.stumble-bookmark {
	background: url(../../images/social_stumble.png) no-repeat;
}
.bookmarking ul li a.delicious-bookmark {
	background: url(../../images/social_delicious.png) no-repeat;
}
.bookmarking ul li a.reddit-bookmark {
	background: url(../../images/social_reddit.png) no-repeat;
}
.bookmarking ul li a.twitter-bookmark {
	background: url(../../images/social_twitter.png) no-repeat;
}
.bookmarking ul li a.buzz-bookmark {
	background: url(../../images/social_google.png) no-repeat;
}
/*--sidebar--*/
/* 125x125 Ads */
.ads-block {
	margin: 0;
	float: left;
	padding: 0;
	width: 300px;
}
.ads {
	padding: 0px 0 0 20px;
}
.ads-block p {
	text-align: center;
	font: 11px Arial, Verdana, Tahoma;
	line-height: 25px;
}
.ads-block a {
	color: #999999;
}
.ads-block a:hover {
	color: #da043c;
	text-decoration: none;
}
.ads-block img {
	margin: 0 5px 5px 0;
	border: 0;
}
/* banner aftet first post */
.banner-after-post {
	margin: 0px 0 15px 70px;
	float: left;
}
.banner-after-post img {
	border: none;
	position: relative;
}
/* categories widget */
.categories {
	float: left;
	width: 300px;
}
.categories ul {
	list-style: none;
}
.categories ul li {
	line-height: 25px;
}
.categories ul li a {
	background: url(../../images/red/bullet.png) no-repeat left;
	padding: 0 0 0 15px;
	color: #333333;
}
.categories ul li a:hover {
	color: #999999;
}
.left-cat {
	float: left;
	margin: 0 0 0 40px;
}
.right-cat {
	float: left;
	margin: 0 0 0 20px;
}
/* recent comments */

#content .recent-comments {
	float: left;
	margin: 0;
	width: 300px;
}
.recent-comments ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.recent-comments ul li {
	margin: 0;
	padding: 0px 20px 10px 20px;
	float: left;
	line-height: 20px;
}
.recent-comments p {
	overflow: hidden;
	font-size: 12px;
}
.recent-comments p span {
	font-weight: bold;
	font-size: 12px;
	color: #898989;
	text-transform: capitalize;
}
#content .recent-comments span a {
	color: #da043c;
	text-transform: none;
	font-weight: bold;
}
#content .recent-comments p span a:hover {
	color: #898989;
}
.recent-comments ul li a {
	color: #898989;
}
.recent-comments ul li a:hover {
	color: #da043c;
}
.recent-comments ul li img {
	margin: 0 10px 0 0;
	float: left;
	padding: 2px;
	background: #fff;
	border: 1px solid #cccccc;
}
.recent-comments ul li img:hover {
	border: 1px solid #999999;
}
/* recent posts */
.recent-posts {
	float: left;
	width: 300px;
	height: 242px;
	background: url(../../images/footer_bg_1.png) repeat-x;
	margin: 0 0 0 25px;
}
.recent-posts p {
	overflow: hidden;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.recent-posts ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.recent-posts ul li {
	padding: 10px 10px 10px 20px;
	float: left;
	width: 270px;
}
.recent-posts ul li a {
	color: #a3a3a4;
}
.recent-posts ul li a:hover {
	color: #da043c;
}
.recent-posts ul li img {
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
	background: #363636;
	border: 1px solid #cacaca;
}
.recent-posts ul li img:hover {
	border: 1px solid #ffffff;
}
.recent-posts p span {
	font-size: 11px;
	color: #999999;
	text-transform: capitalize;
}
.recent-posts p span a {
	color: #999999;
	text-transform: none;
}
#content .recent-posts p span a:hover {
	color: #999999;
}
/*--blogroll--*/
.blogroll {
	float: left;
	width: 300px;
	height: 242px;
	background: url(../../images/footer_bg_1.png) repeat-x;
	margin: 0 0 0 25px;
}
.blogroll ul {
	list-style: none;
	margin: 10px 0 0 20px;
	line-height: 23px;
}
.blogroll ul li {
	float: left;
	width: 50%;
}
.blogroll ul li a {
	background: url(../../images/red/bullet.png) no-repeat left;
	padding: 0 0 0 8px;
	color: #898989;
}
.blogroll ul li a:hover {
	color: #ffffff;
}
/* popular */

.popular {
	float: left;
	margin: 0;
	width: 300px;
	/* background: url(../../images/bottom_sidebar_widget_bg.png);*/
	background: url(../../images/footer_bg_1.png) repeat-x;
	height: 240px;
	font-size: 12px;
	margin: 0 0 0 15px;
}
.popular ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.popular ul li {
	padding: 10px 10px 10px 20px;
	float: left;
	width: 270px;
}
.popular ul li a {
	color: #a3a3a3;
}
.popular ul li a:hover {
	color: #da043c;
}
.popular ul li img {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #cacaca;
}
.popular ul li img:hover {
	border: 1px solid #ffffff;
}
.popular p {
	overflow: hidden;
	padding: 3px 0 0 0;
}
.popular span {
	font-size: 11px;
}
#content .popular span a {
	color: #999999;
}
#content .popular span a:hover {
	color: #999999;
}
/* monthly archives */

.monthly_archives {
	float: left;
	margin: 0;
	width: 300px;
}
.monthly_archives ul {
	overflow: hidden;
	list-style: none;
	margin: 10px 0 0px 20px;
	line-height: 25px;
}
.monthly_archives ul li {
	width: 50%;
	float: left;
}
.monthly_archives ul li a {
	background: url(../../images/red/bullet.png) no-repeat left;
	padding: 0 0 0 8px;
	color: #898989;
}
.monthly_archives ul li a:hover {
	color: #da043c;
}
/*--page navi--*/
.page-navi {
	float: left;
	width: 960px;
	height: 39px;
}
/*--comments--*/
#comments {
	margin: 10px 0 0 0;
	float: left;
}
.comment-body {
	padding: 10px 0 0 0;
	float: left;
	color: #3a3a3a;
	width: 100%;
}

#comments ol li.depth-1 {
	background: #ffffff;
	margin: 0 0 20px 20px;
	width: 585px;
	border: 1px solid #d6d6d6;
	padding: 0 0 10px 0;
}
#comments ul.children li.depth-2 {
	background: #f2f2f2;
	padding: 0 0 10px 0;
}
#comments ul.children li.depth-2 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ul.children li.depth-3 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
	background: #f2f2f2;
	width: 500px;
	margin: 0 0 10px 40px;
	border: 1px solid #d6d6d6;
}
#comments ol.commentlist li ul.children li.depth-3 {
	background: #ffffff;
	width: 450px;
	margin: 0 0 10px 40px;
	border: 1px solid #d6d6d6;
	padding: 0 0 10px 0;
}
ol.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin:0 0 0 30px;
	padding: 0;
	text-indent:0;
	width: 530px;
	border: 1px solid #cccccc;
	padding: 10px;
	background: #f2f2f2;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
	background: #e7fdff;
}
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 "Lucida Sans", "Lucida Sans Unicode", georgia, times, serif;
	padding-bottom: 10px;
}
ol.commentlist li div.vcard cite.fn {
	color: #384047;
	font: bold 12px "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, Tahoma;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #da043c;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #da043c;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin: 0 10px 0 10px;
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 3px;
}
ol.commentlist li div.vcard img.avatar:hover {
	border: 1px solid #e8e8e8;
}
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: #3a3a3a;
	font: normal 11px "Lucida Sans", "Lucida Sans Unicode", 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 {
	margin: 20px 20px 10px 15px;
	padding: 0;
	color: #3a3a3a;
	border: 1px solid green;	
}*/

ol.commentlist li ul {
	font-size:11px;
	list-style:square;
	margin: 0 0 1em 2em;
}
#comments ol.commentlist li div.reply {
	float: left;
	margin: 10px 0 10px 0;
}
ol.commentlist li div.reply a {
	background: url(../../images/red/reply.png) no-repeat;
	font: bold 11px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	width: 50px;
	height: 23px;
	font-size: 12px;
	display: block;
	text-indent: -9999em;
	color: #fff;
}
ol.commentlist li div.reply a:hover {
	color: #fff;
}

.comment-reply-link {
	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 {
}
#comments ol.commentlist li ul.children li.bypostauthor {
	font-weight: normal;
}
#comments ol.commentlist li.bypostauthor {
	font-weight: normal;
}
ol.commentlist li ul.children li.bypostauthor p {
	font-weight: normal;
}
ol.commentlist li ul.children li p {
	font-weight: normal;
}
ol.commentlist li.bypostauthor p {
	font-weight: normal;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li.comment-author-admin p {
	font-weight: normal;
}
#comments ol.commentlist li p {
	margin: 10px 10px 10px 13px;
	padding: 0;
	color: #3a3a3a;	
	line-height: 1.5em;
}


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;
}
#content .comment h3 {
	margin: 0;
}
h3#comments-h3 {
	color: #333333;
	font: bold 18px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	line-height: 40px;
	margin: 0 0 10px 20px;
	padding: 0;
	text-transform: normal;
}
h3#pings {
	color: #333333;
	font: bold 18px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	margin: 0 0 0 30px;
	padding: 0;
	text-transform: uppercase;
	float: left;
}
/*--respond--*/

#respond {
	padding: 0;
	margin: 0px 0 0 0;
	float: left;
	padding: 0 0 20px 10px;
}
#respond h3 {
	color: #3a3a3a;
	font: bold 18px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	line-height: 40px;
	margin: 0 0 10px 20px;
	padding: 0;
	text-transform: normal;
}
#respond p {
	padding: 5px 0 0 20px;
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
}
#respond p small {
	font: bold 12px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	line-height: 30px;
	color: #3a3a3a;
}
#respond input {
	padding: 0 10px;
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	width: 240px;
	height: 31px;
	border: 1px solid #d7d1d1;
	background: #ffffff;
	color: #333333;
	line-height: 30px;
}
#respond input:focus {
	background: #e5e5e5;
}
#respond textarea {
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma;
	width: 393px;
	height: 142px;
	border: 1px solid #d7d1d1;
	background: #ffffff;
	padding: 10px 0 0 10px;
	color: #333333;
}
#respond textarea:focus {
	background: #e5e5e5;
}
input#submit {
	border: none;
	width: 405px;
	background: #eaeaea;
	border: 1px solid #d7d1d1;
	font-weight: bold;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	height: 30px;
	text-align: center;
	cursor: pointer;
	color: #33333;
}
input#submit:hover {
	background: #e5e5e5;
	border: 1px solid #d7d1d1;
}
#content .cancel-comment-reply {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#content .cancel-comment-reply a {
	color: #00408f;
	display: block;
	background: url(../../images/red/close.png) no-repeat;
	width: 15px;
	height: 15px;
	text-indent: -9999em;
}
/*--widget-formatting*/

.widget {
	float: left;
	margin: 0;
	width: 300px;
}
.widget a {
	color: #898989;
}
.widget a:hover {
	color: #da043c;
}
.widget ul {
	list-style: none;
	margin: 10px 0 0 20px;
}
.widget ul li {
	line-height: 20px;
	padding-right: 10px;
}
.widget ul li a {
	background: url(../../images/red/bullet.png) no-repeat left;
	padding: 0 0 0 15px;
	color: #898989;
}
.widget ul li a:hover {
	color: #da043c;
}
a.tagsz-1 {
	font-size:  10px;
	margin: 0 5px 0 5px;
}
a.tagsz-2 {
	font-size: 12px;
	margin: 0 5px 0 5px;
}
a.tagsz-3 {
	font-size: 14px;
	margin: 0 5px 0 5px;
}
a.tagsz-4 {
	font-size: 16px;
	margin: 0 5px 0 5px;
}
a.tagsz-5 {
	font-size: 18px;
	margin: 0 5px 0 5px;
}
.widget p {
	padding: 0 10px 0 20px;
}
.textwidget {
	padding: 10px 10px 0 20px;
}
#calendar_wrap {
}
#wp-calendar {
	width: 250px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #333;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #f7f7f7;
	color: #da043c;
}
#wp-calendar caption {
	color: #999999;
	font-weight: bold;
}
#wp-calendar #today {
	color: #da043c;
	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;
}
/*-- Contact --*/

#contact label, legend {
	font: normal 16px "Lucida Sans", "Lucida Sans Unicode", Arial;
}
#contact {
	display: block;
	margin: 0;
	padding: 0px;
	float: left;
}
#contact p {
	color: #3a3a3a;
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Arial;
}
/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 50px;
	width: 120px;
	font-size: 1.5em;
	color: #3a3a3a;
}
#contact input {
	padding: 0 10px;
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Arial;
	width: 300px;
	height: 31px;
	border: 1px solid #d7d1d1;
	background: #ffffff;
	color: #d0cece;
	line-height: 30px;
	margin: 10px 0 0 0;
}
#contact input:focus {
	background: #e5e5e5;
	color: #3a3a3a;
}
#contact textarea {
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Arial;
	width: 450px;
	height: 142px;
	border: 1px solid #d7d1d1;
	background: #ffffff;
	padding: 10px 0 0 10px;
	color: #3a3a3a;
}
#contact textarea:focus {
	background: #e5e5e5;
}
#contact input.small-input {
	width: 22px;
	height: 31px;
	font: normal 12px "Lucida Sans", "Lucida Sans Unicode", Arial;
	height: 31px;
	border: 1px solid #d7d1d1;
	background: #ffffff;
	color: #3a3a3a;
	line-height: 30px;
}
#contact input.small-input:focus {
	background: #e5e5e5;
}
#contact input.submit {
	border: none;
	width: 200px;
	background: #eaeaea;
	border: 1px solid #d7d1d1;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
	height: 30px;
	text-align: center;
	cursor: pointer;
	color: #3a3a3a;
}
#contact input.submit:hover {
	background: #e5e5e5;
	border: 1px solid #d7d1d1;
}
#contact input[type="submit"][disabled] {
	background: #e5e5e5;
	border: 1px solid #d7d1d1;
	color: #fff;
}
#contact fieldset {
	padding:20px;
	border: none;
}
#contact legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
}
#contact span.required {
	font-size: 13px;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */
#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(../../images/assets/error.gif) no-repeat 10px center;
	padding: 3px 0px 0px 30px;
	color: #db043e;
}
.loader {
	padding: 0 5px;
}
#contact #success_page {
	background: url(../../images/assets/success.gif) left no-repeat;
	padding-left:22px;
}
acronym {
	border-bottom:1px dotted #ccc;
}
/*-- Pagination --*/

.page_nav {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	margin: 0px 0 10px 10px;
	/*background: #eaeaea;*/
	background: #f6f5f5;
	border: 1px solid #e1e1e1;
	float: left;
	width: 950px;
}
.page_nav span.pages {
	background: #f6f5f5;
	overflow: hidden;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #3a3a3a;
	margin: 0px 8px 0px 10px;
	padding: 3px;
	border: 0;
	font-weight: bold;
	text-transform: none;
	float: left;
}
.page_nav span {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 4px;
	color: #000;
	border: 1px solid #e1e1e1;
}
.page_nav a {
	display: block;
	float: 	left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 8px 0px 0px;
	padding: 4px;
	color: #3a3a3a;
	border: 1px solid #e8e8e8;
}
.page_nav a:hover {
	text-align: center;
	font-size: 11px;
	color: #da043c;
	margin: 0 8px 0 0px;
	border: 1px solid #e8e8e8;
}
.page_nav span.current {
	text-align: center;
	font-size: 11px;
	color: #da043c;
	margin: 0 8px 0 0px;
	
}
.documentation {
	float: left;
	margin: 20px 0 0 0;
}
.documentation a {
	text-decoration: underline;
}
.documentation ol li {
	line-height: 25px;
	font-size: 13px;
}
.documentation ul {
	list-style: square;
	margin: 5px 0 0 40px;
}
.documentation ul li {
	line-height: 10px;
	font-size: 11px;
}

