
/* Fonts */
@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitstreamVeraSansRoman';
    src: url('fonts/Vera-webfont.eot');
    src: url('fonts/Vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vera-webfont.woff') format('woff'),
         url('fonts/Vera-webfont.ttf') format('truetype'),
         url('fonts/Vera-webfont.svg#BitstreamVeraSansRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitstreamVeraSansBoldOblique';
    src: url('fonts/Vera-Bold-Italic-webfont.eot');
    src: url('fonts/Vera-Bold-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vera-Bold-Italic-webfont.woff') format('woff'),
         url('fonts/Vera-Bold-Italic-webfont.ttf') format('truetype'),
         url('fonts/Vera-Bold-Italic-webfont.svg#BitstreamVeraSansBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body,
html  { 
	height: 100%;
}
html, 
body, 
div, 
span, 
applet, 
object, 
iframe,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre,
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code,
del, 
dfn, 
em, 
font, 
img, 
ins, 
kbd, 
q, 
s, 
samp,
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var,
b, 
u, 
i, 
center,
dl, 
dt, 
dd, 
ol, 
ul, 
li,
fieldset, 
form, 
label, 
legend,
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap:break-word;
}
body { 
	line-height: 1; 
}
ol, 
ul { 
	list-style: none; 
}
blockquote, 
q { 
	quotes: none; 
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after { 
	content: ''; 
	content: none; 
}
:focus { 
	outline: 0; 
}/* remember to define focus styles! */
del { 
	text-decoration: line-through; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}/* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/

/* Floating & Alignment */
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

/* Clear Floats */
.col-full:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */

body { 
	background:url(images/page_bg.png) repeat 0 0; 
	color:#d1d2d1; 
	line-height:16px; 
	font:14px/16px 'BitstreamVeraSansRoman', Verdana, Geneva, sans-serif; 
	word-wrap:break-word; 
}

a,
a:visited,
a:focus { 
	color:#bdbebd; text-decoration:none; 
}
a:hover { 
	text-decoration:underline; 
}

/* Defaults */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-family:'PTSansItalic', Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
}
h1 {
	font-size:30px;line-height:30px;
} 
h2 {
	font-size:24px;
	line-height:24px;
} 
h3 {
	font-size:20px;
	line-height:20px;
} 
h4 {
	font-size:18px;
	line-height:18px;
} 
h5 {
	font-size:14px;
	line-height:14px;
} 
h6{
	font-size:12px;
	line-height:12px;
}

input, 
select, 
textarea {
	font-size:12px; 
	color:#7a7a7a;
}
input[type=text], 
input[type=password], 
select, 
textarea {
	padding:5px; 
	border:3px solid #c5c5c5;
}
textarea {
	overflow:auto;
}

/* Hyperlinks */

h1 a:link, 
h1 a:visited, 
h2 a:link, 
h2 a:visited, 
h3 a:link, 
h3 a:visited,
h4 a:link, 
h4 a:visited, 
h5 a:link, 
h5 a:visited, 
h6 a:link, 
h6 a:visited { 
	text-decoration:none; 
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	text-decoration:underline;
}

.sticky{}
.gallery-caption{}
.bypostauthor{}

/* General settings */
#wrapper_one{ 
	background:url(images/wrapper_one_bg.png) repeat-x top; 
	margin:0 auto; 
	width:100%; 
	overflow: auto; 
	padding:0;
}
#wrapper_three { 
	margin:0 auto; 
	width:1000px; 
	overflow: auto; 
	padding:0;
}

/*menu*/
#menu{
	float:left;
	width:920px;
	font:13px 'TitilliumText22LRegular', Verdana, Geneva, sans-serif;
	position:relative;
	z-index:999;
	height:52px;
	padding:0;
	margin:5px 0 0 0;	
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:183px;
	padding:10px 10px 15px;
	background:#000;
}
.sf-menu ul ul {
	background:#313131;
}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	left:0;
	top:45px;
	z-index:99;
}
ul.sf-menu li:hover li ul,
 ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:193px;
	top:0;
}
ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul {
	left:203px;
	top:0;
}
.sf-menu{
	float:left;
	position:relative;
	z-index:999;
	padding:13px 0 0 20px;
}
.sf-menu li{
	float:left;
	padding:0 15px 0 0;
}
.sf-menu a{
	height:28px;
	float:left;
	margin:0 0 0;
	padding:0 8px;
	line-height:28px;
	color:#8D8F8F;
}
.sub-menu{
	margin:-20px 0 0 0;
}
.sub-menu .sub-menu {
	margin:10px 0 0 0;
}
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a,
.sf-menu .current_page_item a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-item a,
.sf-menu .current-page-ancestor a,
.sf-menu .current-page-parent a,
.sf-menu .current-page-item a{
	font-weight:bold;
}
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a,
.sf-menu .current_page_item a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-item a,
.sf-menu .current-page-ancestor a,
.sf-menu .current-page-parent a,
.sf-menu .current-page-item a,
.sf-menu .sfHover a, .sf-menu a:hover{
	background:#010101;
	color:#ffffff;
	text-decoration:none;
}
.sf-menu ul a:hover{
	text-decoration:underline;
}
.sf-menu ul a{
	font-size:12px;
	height:auto;
	line-height:normal;
	display:block;
	float:none;
	margin:0;
	font-weight:normal !important;
	padding:10px 30px 5px;
	color:#d4d2d2;
	word-wrap:break-word;
}
#top_menu {
	width:960px;
	height:75px;
	margin:0 40px 0 0;
}
#top_menu_left {
	float:right;
	height:60px;
	width:10px;
}
#top_menu_middle {
	float:right;
	overflow:auto;
}
#top_menu_right {
	float:right;
	width:9px;
}
#rss {
	float:right;
	overflow:auto;
}
#rss p{
	margin:5px 0 0 5px;
	padding:7px 0 0 0;	
}
.seach_section {
	float:right;
	width:316px;
	height:75px;
	background:url(images/search_bg.png) no-repeat;
}
.seach_section fieldset{
	float:left;
	width:291px;
	height:30px;
	background:url(images/search_text_bg.png) no-repeat;
	padding: 0;
	margin: 15px 0 0 13px;
}
.seach_section p{
	float:left;
}
.seach_section .text{
	float:left;
	background:none;
	font-size:13px;
	color:#878786;
	padding:5px 5px 5px 13px;
	width:232px;
	border:0;
	margin:2px 0 0 0;
}
.seach_section .submit{
	float:left;
	width:39px;
	background:url(images/search_button.png) no-repeat;
	height:26px;
	font:bold 14px/28px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	padding:0 5px;
	text-transform:uppercase;
	border:0;
	margin:2px 0 0 0;
}
#social_section {
	float:right;
	height:60px;
	overflow:auto;
	padding:7px 5px 0 0;
}
#social_section ul li{
	float:right;
	margin:5px 1px 0 1px;
}


#logo_section {
	width:1000px;
	overflow:auto;
	padding:0 0 15px 0;
}
#logo {
	float:left;
	width:470px;
}
.logo_title {
	font:48px/48px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0 40px;
}
.logo_title a{
	color:#ca1b1e;
	margin:0;
}
.logo_title a:hover{
	text-decoration:none;
}
.logo_desc {
	font:bold italic 14px 'BitstreamVeraSansBoldOblique', Georgia, "Times New Roman", Times, serif;
	color:#7a7a7a;
	margin:0 0 0 40px;
}
.logo_desc a{
	color:#7a7a7a;
}
.logo_desc a:hover{
	text-decoration:none;
}
#header_ad {
	float:left;
	width:470px;
	overflow:auto;
}
#header_ad p{
	margin:15px 30px 0 0;
}
#header_ad p a{
	overflow:auto;
}
#header_ad p a img{
	border:0;
}

#content_section {
	width:1000px;
	background:url(images/content_section.png) no-repeat top;
	overflow:auto;
}
#menu_section {
	width:940px;
	height:62px;
	background:url(images/menu_section.png) no-repeat top;	
	margin:30px 30px 0 30px;
	
}
#featured_section {
	width:940px;
	height:350px;
	background:url(images/featured_slider_nav_bg.png) repeat-y top;	
	
}


#featured_slider {
	width:800px;
	height:260px;
	margin:0 auto;
	padding:50px 0 0 0;
}
#featured_slider #featuredtitle{
	display:block;
	width:500px;
	margin:0 0 0 25px;
	padding:2px 0 0 0;
	font-size:36px;
}
#slides {
	width:800px;
	height:220px;

}
#slides .item{
}
#slides .featuredesc {
	float:left;
	padding:0 24px 0 0;
	width:450px;
	
}
#slides .pic{
	float:left;
	padding:0 24px 0 0;
	width:300px;
	height:200px;
}
#slides h2{
	color:#C40030;
	padding:0 0 8px;
	font:42px/42px 'PTSansItalic';
	margin:10px 0 0 0;

}
#slides h2 a{
	color:#C40030;

}
#slides p{
	padding:0 0 10px;
	line-height:18px;
}
#slides a.btn_more{
	height:26px;
	float:left;
	padding:0 6px 0 0;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
#slides a.btn_more span{
	background:#CB451A;
	height:26px;
	float:left;
	line-height:24px;
	padding:0 19px 0 19px;
}
#nav{
	float:left;
	width:600px;
	height:42px;
	padding:0;
	margin:0 0 0 -10px;
}
#nav div{
	float:left;
	padding:0 0 0 20px;
	height:47px;
}
#nav a{
	float:left;
	width:35px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#8e8e8e;
	line-height:39px;
	height:42px;
}
#nav a.last{
	background:none;
}
#nav a.activeSlide{
	color:#A02931;
	background:#E7E7E7;
}
#nav a.activeSlide:hover{
	text-decoration:none;
}



#inner_content_section {
	width:940px;
	overflow:auto;		
	background:#3a3a3a;	
	margin:0 30px 0 30px;
	
}
#main_content_section_full {
	float:left;
	width:910px;
	overflow:auto;	
	margin:15px 0 0 15px;
}
#main_content_section {
	float:left;
	width:555px;
	overflow:auto;	
	margin:15px 0 0 15px;
}
/* pro */


#sidebar_section {
	float:left;
	width:340px;
	overflow:auto;	
	margin:15px 0 15px 15px;	
}
#feed_social {
	width:340px;
	background:#3e3e3e;
	overflow:auto;	
	margin:0 0 20px 0;
}
#sidebar_adsense {
	width:340px;
	background:#3e3e3e;
	overflow:auto;	
	margin:0 0 15px 0;
}
#sidebar_adsense_ad {
	width:300px;
	height:250px;
	overflow:auto;	
	margin:20px 0 20px 20px;
}
#feedburner {
	width:340px;
	background:url(images/feedburner_bg.png) no-repeat;;
	overflow:auto;
	margin:15px 0 0 0;
	padding:15px 0;
}
#burner{
	width:340px;
	margin:5px 0 0 0;	
}
#burner_chicklet{
	width:310px;
	margin:5px 15px 0 20px;
}
#burner p{
	font-family:'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#6A6C67;
	padding:5px 20px;
			
}
#burner p span{
	font-family:'TitilliumText22LRegular' Georgia, "Times New Roman", Times, serif;	
	font-size:24px;
	color:#6A6C67;

}
#burner .search_box{
	background:#4a4a4a;
	height:45px;
	width:300px;
	padding:0;
	margin:0 15px 0 20px;
}
#burner .search_box fieldset{
	float:left;
	padding: 0;
	margin: 0;
}
#burner .search_box p{
	float:left;
	margin:0;
	padding:0;
}
#burner .search_box .text{
	float:left;
	background:none;
	color:#d1d2d1;
	padding:0 2px;
	width:210px;
	border:0;
	margin:15px 0 5px 7px;
	font:14px/16px 'BitstreamVeraSansRoman', Verdana, Geneva, sans-serif;		
}
#burner .search_box .submit{
	float:left;
	background:url(images/feedburner_submit.png) no-repeat;
	height:25px;
	width:69px;
	padding:0;
	border:0;
	margin:10px 0 0 0;
}
#sidebar_facebook {
	width:320px;
	height:50px;
	margin:0 10px;
	background:url(images/sidebar_facebook.png) no-repeat;
	overflow:auto;
	border-bottom:1px solid #393939;
	
}
#sidebar_facebook p {
	margin:16px 0 0 90px;
}
#sidebar_facebook p a{
	font:18px/18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFFFFF;
}
#sidebar_twitter {
	width:320px;
	height:50px;
	margin:0 10px;
	background:url(images/sidebar_twitter.png) no-repeat;
	overflow:auto;
	border-bottom:1px solid #393939;	
}
#sidebar_twitter p {
	margin:16px 0 0 90px;
}
#sidebar_twitter p a{
	font:18px/18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFFFFF;
}
#twitter_update_list_1985 {
	width:280px;
	padding:30px;
}
#twitter_update_list_1985 p{
	overflow:hidden;
	margin:0;
	padding:0;
	font:16px/18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	line-height:15px;
	color:#939493;	
}
#twitter_update_list_1985 p.twittime{
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;		
}
#twitter_update_list_1985 p a{
	font:16px/18px 'TitilliumText22LRegular', Georgia, "Times New Roman", Times, serif;
	color:#939493;
}
#twitter_update_list_1985 p a.twittertime {
	float:left;
	color:#d3262a;
	text-decoration:none;
}
#twitter_update_list_1985 p a.twittertime span{
	color:#6DCFF6;
	text-decoration:none;	
}
#sidebar {
	width:340px;
	background:#3e3e3e;
	overflow:auto;
	padding:10px 0 20px 0;	
}

/* pro */
.post-ratings img{
	margin:2px 2px 2px 0;
}
.actual_post {
	width:555px;
	margin:0;
	background:#3C3C3C;
}
.actual_post_title {
	width:535px;
	padding:10px;	
	background:#363636;
}
.actual_post_title_page {
	width:535px;
	padding:10px;	
	border-bottom:1px solid #323232;
}
.actual_post_title h2{
	color:#f8f7f7;
	line-height:36px;
	margin:0 0 5px 0;
	font-size:36px;

}
.actual_post_title h2 a{
	color:#f8f7f7;
}
.actual_post_title h2 a:visited{
	color:#f8f7f7;
}
.actual_post_author {
	width:555px;
	border:1px solid #323232;
	border-right:0;
	border-left:0;
	overflow:auto;
}
.actual_post_ratings {
	width:545px;
	border:1px solid #323232;
	border-right:0;
	border-left:0;
	border-bottom:0;	
	overflow:auto;
	padding:2px 5px;
}
.actual_post_author .actual_post_posted{
	float:left;
	width:450px;
	overflow:hidden;
	margin: 5px 5px 5px 10px;
}
.actual_post_author .actual_post_posted span{
	margin:0 5px 0 5px;
}
.actual_post_comments {
	float:left;
	color:#ffffff;
	margin: 4px 0 0 20px;
	font-style:italic;	
}
.metadata{
	width:555px;
	font-size:11px;
	padding:6px 0 10px;
	margin:6px 0 -5px;
	border-bottom:1px solid #323232;
}
.metadata .bot{
	height:4px;
	margin:6px 0 0;
	border-bottom:1px solid #323232;
}
.metadata p{
	line-height:normal;
	overflow:hidden;
	width:100%;
}
.metadata a{
}
.metadata .label{
	float:left;
	width:75px;
	text-align:right;
	font-weight:bold;
	color:#9e0b0e;
	padding:0 8px 0 0;
}
.metadata .text{
	float:left;
	line-height:normal;
	width:410px;
}
.post_entry {
	width:535px;
	overflow:auto;
	padding:20px 10px;
}
.single_navi {
	width:535px;
	overflow:auto;
	padding:10px 10px;
	margin:10px 0 0 0;
	border-top:solid 10px #3A3A3A;
}
.single_navi_prev{
	float:left;
	width:260px;
	overflow:auto;
	text-align:left;
}
.single_navi_prev p span{
	font-weight:bold;
	font-size:18px;
}
.single_navi_next{
	float:left;
	width:260px;
	overflow:auto;
	text-align:right;
}
.single_navi_next p span{
	font-weight:bold;
	font-size:18px;
}
.post_ad {
	width:535px;
	overflow:auto;
	padding:10px 0;
	text-align:center;
}
.post_ad img{
	margin:5px auto;
}
.post_ad_single {
	width:535px;
	overflow:auto;
	padding:10px 0;
}
.post_ad_single img{
	margin:5px 0 5px 10px;
}
.post_ad_single_300 {
	width:535px;
	overflow:auto;
	padding:10px 0;
	text-align:left;
}
.post_ad_single_300 img{
	margin:5px 0 5px 10px;
}


.actual_post_full {
	width:910px;
	margin:0;
	background:#3C3C3C;
}
.actual_post_title_full {
	width:890px;
	padding:10px;	
	background:#363636;
}
.actual_post_title_page_full {
	width:890px;
	padding:10px;	
	border-bottom:1px solid #323232;
}
.actual_post_title_full h2{
	color:#f8f7f7;
	line-height:36px;
	margin:0 0 5px 0;
	font-size:36px;

}
.actual_post_title_full h2 a{
	color:#f8f7f7;
}
.actual_post_title h2 a:visited{
	color:#f8f7f7;
}
.actual_post_author_full {
	width:910px;
	background:url(images/comments_bubble.png) no-repeat right;	
	border:1px solid #323232;
	border-right:0;
	border-left:0;
	overflow:auto;
}
.actual_post_author_full .actual_post_posted_full{
	float:left;
	width:810px;
	overflow:hidden;
	margin: 5px 5px 5px 10px;
}
.actual_post_author_full .actual_post_posted_full span{
	margin:0 5px 0 5px;
}
.actual_post_comments_full {
	float:left;
	color:#ffffff;
	margin: 4px 0 0 20px;
	font-style:italic;	
}
.metadata_full{
	width:910px;
	font-size:11px;
	padding:6px 0 10px;
	margin:6px 0 -5px;
	border-bottom:1px solid #323232;
}
.metadata_full .bot_full{
	height:4px;
	margin:6px 0 0;
	border-bottom:1px solid #323232;
}
.metadata_full p{
	line-height:normal;
	overflow:hidden;
	width:100%;
}
.metadata_full a{
}
.metadata_full .label{
	float:left;
	width:75px;
	text-align:right;
	font-weight:bold;
	color:#9e0b0e;
	padding:0 8px 0 0;
}
.metadata_full .text{
	float:left;
	line-height:normal;
	width:410px;
}
.post_entry_full {
	width:890px;
	overflow:auto;
	padding:20px 10px;
}
.post_ad_full {
	width:890px;
	overflow:auto;
	padding:10px 0;
	text-align:center;
}
.post_ad_full img{
	margin:5px auto;
}
.post_ad_single {
	width:890px;
	overflow:auto;
	padding:10px 0;
}
.post_ad_single_full img{
	margin:5px 0 5px 10px;
}
.post_ad_single_300_full {
	width:890px;
	overflow:auto;
	padding:10px 0;
	text-align:left;
}
.post_ad_single_300_full img{
	margin:5px 0 5px 10px;
}



/* entry */
.entry{
	width:100%;
	clear: both;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 22px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

.entry .more-link{
	height:25px;
	float:left;
	padding:0 12px 0 0;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.entry .more-link span{
	color:#F26522;
	text-decoration: none;
	border-bottom: 1px solid #F26522;
	padding-bottom: 2px; 
}

img.wp-smiley{ padding: 0; border: none; }

.entry .wp-caption{ padding: 5px; text-align:center; max-width: 96%; background:#323232;}
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; max-width: 96%; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }

.entry table{
	width: 100%;
	border: 1px solid #303030;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, 
.entry table th{
	border: 1px solid #303030;
	padding: 5px;
}
.entry table th{
	background: #303030;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, 
img.alignright, 
a img.alignright {
	float:right;
	margin:10px 0px 10px 16px;
}
.alignleft, 
img.alignleft, 
a img.alignleft {
	float:left;
	margin:10px 16px 10px 0;
}
.aligncenter, 
img.aligncenter, 
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* Various Tags & Classes */
.entry acronym, 
.entry abbr, 
.entry span.caps{
	cursor: help;
}
.entry acronym, 
.entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 28px 5px;
	padding:0 0 0 7px;
	border-left:13px solid #303030;
}
.entry blockquote blockquote{
	margin: 10px 0 18px 5px;
	padding:0 0 0 7px;
	border-left:13px solid #6dcff6;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
	padding: 20px 0 20px 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #303030;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, 
kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym, 
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #303030;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
/* Respond */
#respond{
	margin:25px 0 50px 40px;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	font-size:30px;
	background:url(images/bgr_title.png) no-repeat 0 100%;
	width:525px;
	padding:0 0 20px;
	line-height:normal;
}
#reply-title small{
	display: block;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
	margin:0 -20px 0 0;
}
#commentform .comment-form-comment label{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	display: none;
}
#commentform input[type=text]{
	width: 225px;
	margin: 5px 5px 1px 0;
}
#commentform{
	margin: 5px 0 0 0;
}
#commentform textarea{
	width: 80%;
	height:100px;
	overflow:auto;
	margin:5px 0 0 0;
}
#commentform #submit{
	background:#000;
	height:26px;
	border:0;
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:1px 15px 5px 15px;
	cursor:pointer;
}
/* Comments*/
#comments{
	font-size:25px;
	width:500px;
	font-style:italic;
	padding:0 0 20px;
	line-height:normal;
	margin:15px 0 0 40px;
	border-bottom:1px solid #323232;
}
.commentlist{
	width:500px;
	margin:0 0 0 40px;
}
.commentlist li.comment{
	margin: 15px 0 15px;
	padding: 15px 15px 15px 25px;
	list-style: none;
	border:1px solid #323232;
	clear: both;
}
.commentlist li.trackback{
	margin: 15px 0 15px;
	padding: 15px 15px 15px 25px;
	list-style: none;
	border:1px solid #323232;
	clear: both;
}
.commentlist li.pingback{
	margin: 15px 0 15px;
	padding: 15px 15px 15px 25px;
	list-style: none;
	border:1px solid #323232;
	clear: both;
}
.commentlist li li{
}
.commentlist li li li{
}
.commentlist li li li li{
}
.commentlist .alt{
	margin: 10px 0 0 0;
}
.commentlist li ul{
	margin:0 -5px 0 25px;
}
.commentlist p{
	margin: -5px 5px 10px 0;
	font-size:12px;
	line-height:18px;
}
.commentlist .children{ padding: 0; }

.commentlist li.comment .entry{
	width: auto;
	clear: none;
	overflow: visible;
	padding: 5px 0 0 0;
}

.commentlist li.comment .entry li{
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ul{
	padding: 0;
	margin: 0 0 15px 30px;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ul ul{
	margin: 0 0 5px 30px;
}
.commentlist li.comment .entry ol ul{
	margin: 0 0 5px 30px;
}
.commentlist li.comment .entry ol{
	padding: 0;
	margin: 0 0 15px 35px;
	background: none;
	border: 0;
}
.commentlist li.comment .entry ol ol{
	margin: 0 0 5px 35px;
}
.commentlist li.comment .entry ul ol{
	margin: 0 0 5px 35px;
}

.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata{
	margin: 0 0 15px 0;
	display: block;
}
.commentmetadata a{
	font-weight:bold;
}
.commentlist .reply{
	overflow:hidden;
	margin:10px -5px 0;
}
.commentlist .reply a{
	background:#000;
	padding:5px 25px;
	color:#fff;
	float:right;
}
.commentlist .reply a:hover{
	text-decoration:none;
	background:#333;
}
.comment-author{
	padding: 0 0 2px 0;
}
.comment-author img{
	border:3px solid #868686;
	float:left;
	margin:30px 10px 10px 0;
}
.commentlist .fn{
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#9e0b0e;
	margin:0;
	text-transform:capitalize;
}
.commentlist .comment-author-admin .fn, .commentlist .comment-author-admin .fn a{
	color:#0380ff;
}
.commentlist .trackback .fn, .commentlist .pingback .fn{
	margin:0;
}
.commentlist .says{
	position:relative;
	font:13px Georgia, "Times New Roman", Times, serif;
}
.commentlist .avatar{
	position: relative;
	top: -30px;
	left: -10px;
}
.pagination2{
	margin: 0 0 0 40px;
}
.pagination2 span {
	color:#000;
	font-weight:bold;
}
.pagination2 a {
	color:#ED1C24;
	font-weight:bold;	
}
/* pagination */
.pagination{
	float:left;
	overflow:hidden;
	background:none;
	margin:30px 0 20px 0;
	width:535px;
	padding:10px 5px 10px 0;
	text-align:right;
	border:1px solid #323232;
}
.pagination span, .pagination a{
	display:inline-block;
	height:27px;
	margin:0 1px 0 0;
	line-height:27px;
	padding:0 2px;
}
.pagination .pages{
	padding:0 8px;
	margin:0 5px 0 0;
	color:#fff;
	background:#363636;
}
.pagination a:hover, 
.pagination .current{
	text-decoration:none;
	color:#fff;
	background:#9E0B0E;
}
.pagination .al{
	float: left;
	padding: 0 0 0 10px;
}
.pagination .ar{
	float: right;
	padding: 0 3px 0 0;
}
.pagination .al a, 
.pagination .ar a{
	padding:0 5px;
}
.bookmark_button_container {
	width:555px;
	font-size:11px;
	padding:6px 0 10px;
	margin:6px 0 -5px;
	border-bottom:1px solid #323232;
	overflow:auto;
}
.bookmark_button {
	float:left;
	margin:10px 10px;
	overflow:auto;
}
.postmetadata{
	border:1px solid #323232;
	font-size:12px;
	background:#343434;
	margin:16px 0 0 0;
}

.postmetadata_top{
	border-bottom:1px solid #323232;
	padding:8px 10px 8px 10px;
}

.postmetadata_top a{
	color:#f26521;
	font-weight:bold;
	background:url(images/s_rss.gif) no-repeat left 1px;
	padding-left:22px;
	margin-left:8px;
}

.postmetadata_but{
	padding:4px 10px 10px 10px;
	font-weight:bold;
}

.postmetadata_but ul{
}

.postmetadata_but ul li{
	display:inline;
	padding-left:2px;
}

.postmetadata_but ul li img{
	position:relative;
	top:5px;
}

.postmetadata_end{
	border-top:1px solid #323232;
	padding:8px 10px 8px 10px;
	text-align:left;
	font-family:13px/22px Georgia,Verdana,Geneva,sans-serif;
}
.postmetadata_end span{
}
.postmetadata_end span a{
	color:#f26521;
	text-decoration:underline;
}
.postmetadata_end span a:hover{
	text-decoration:none;
}
.postmetadata_end span b{
	font-weight:normal;
}
.postmetadata_end span b a{
}
.related_posts_single {
	width:510px;
	overflow:auto;
	margin:15px 0 0 15px;
}
.related_posts_single h3{
	width:510px;
	overflow:auto;
	border-bottom:1px solid #323232;
	padding:7px 0;
}
.related_posts_single ol li{
	float:left;
	width:160px;
	overflow:auto;
	margin:10px 0 0 10px;
}
.related_post_image {
	float:left;
	width:160px;
	overflow:auto;
	margin:0 0 7px 0;
}
.related_post_title {
	float:left;
	width:160px;
	overflow:auto;
	font: bold italic;
	padding:3px 0;
}
.related_post_title a{
	color:#F26521;
	margin:0 0 7px 0;
}
/* Sidebar */
.sidebar_widget {
	width:300px;
	margin:10px 20px;
	overflow:auto;
}
.sidebar_widget_top {
	width:300px;
	height:10px;
	background:url(images/sidebar_widget_top_bg.png) no-repeat;
}
.sidebar_widget_bottom {
	width:300px;
	height:13px;
	background:url(images/sidebar_widget_bottom_bg.png) no-repeat;
}

.widget .seach_section {
	float:right;
	width:300px !important;
	height:75px;
	background:none !important;
}
.widget .seach_section fieldset{
	float:left;
	width:270px !important;
	height:30px;
	background:url(images/search_text_bg.png) no-repeat;
	padding: 0;
	margin: 15px 0 0 15px;
}
.widget .seach_section p{
	float:left;
}
.widget .seach_section .text{
	float:left;
	background:none;
	font-size:13px;
	color:#878786;
	padding:5px 5px 5px 13px;
	width:210px !important;
	border:0;
	margin:2px 0 0 0;
}
.widget .seach_section .submit{
	float:left;
	width:39px;
	background:url(images/search_button.png) no-repeat;
	height:26px;
	font:bold 14px/28px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	padding:0 5px;
	text-transform:uppercase;
	border:0;
	margin:2px 0 0 0;
}


.widget {
	width:300px;
	overflow:auto;
	background:#303030;
}
.widgettitle {
	width:280px;
	overflow:auto;
	background:#242424;
	font:24px 'TitilliumText22LRegular';
	padding:0 10px 10px 10px;
	color:#5f5f5f;
}
.widget ul {
	margin:5px 0 10px 0;
}
.widget ul li{
	width:250px;
	overflow:hidden;
	background:url(images/sidebar_widget_li_bg.png) no-repeat 0 15px;
	margin:0 20px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #2b2b2b;
}
.widget ul li a{
	color:#a39d9d;
}
.widget ul li a:visited{
	color:#a39d9d;
}
.widget ul ul a{
	color:#60635e;
	font-size:11px;
}
.widget ul ul{
	margin: 0 0 0 15px;
	padding:0;
}
.widget ul li ul li{
	padding: 3px 0 3px 10px;
	margin:0;
	border: 0;
	background:url(images/sidebar_widget_li_li_bg.png) no-repeat 0 10px;
}
.widget .last{
	background:none;
}
.textwidget{ 
	padding: 10px 0 0 0; 
}
.textwidget p{ 
	padding: 0 0 10px 0; 
}
.widget_tag_cloud div, 
.widget_calendar div{ 
	padding: 10px 0 0 0;
}
/* Calendar */
#wp-calendar {
	width:90%;
	margin-bottom:15px;
	margin-left:15px;
	clear:both
	;padding:0;
}
#wp-calendar caption {
	padding:10px;
	font:bold 16px Georgia, "Times New Roman", Times, serif; 
	color:#658B2D;
}
#wp-calendar th,
#wp-calendar td{
	text-align:center;
	padding:3px 0;
	color:#000;
}
#wp-calendar td {
	background:transparent;
}
#wp-calendar a {
	color:#658B2D;
}
/* tag cloud */
.tagcloud {
	width:260px;
	margin:0 0 10px 20px;
}
.tagcloud a{
	color:#000;
}
.widget_poll li{
	border:0;
	background: none;
}
.widget_poll li a{
display: block;
color: #acadac;
margin: 10px 0 0 0;
text-decoration: underline;
}
.widget_poll li a:hover{
text-decoration: none;
}
.wp-polls {
	margin:15px 0 0 0;	
}
.wp-polls ul li{
	background: none;
	margin:0 20px;
	padding:5px 0 5px 15px;
	color:#acadac;	
	border-bottom:0;
}
.wp-polls p strong{
	font: 16px/16px 'PTSansItalic'; Georgia, "Times New Roman", Times, serif; 
	color:#f8f7f7;	
}
.wp-polls p a{
	font:14px/16px 'BitstreamVeraSansRoman', Verdana, Geneva, sans-serif;		
	color:#f8f7f7;	

}
.wp-polls ul li label{
	margin:0 0 0 7px;
}
.wp-polls .Buttons {
	width:121px;
	height:33px;
	background:url(images/wp-polls-vote.png) no-repeat;
	border:0 !important;
	font: 18px 'PTSansItalic', Georgia, "Times New Roman", Times, serif; 	
	margin:0 0 7px 0;	
}
/* pro */
/* Sidebar */

#footer_section {
	width:1000px;
	overflow:auto;
}
.footer_section_cont {
	width:940px;
	height:120px;
	background:url(images/footer_section_bg.png) no-repeat;	
	margin:0 0 0 30px;
	padding:25px 0;
}
#footer_section p{
	margin:0 0 0 20px;
	color:#fff;
}
#footer_section p a{
	font-weight:bold;
	color:#fff;
}
#footer_section .footercredit {
	color:#C6C5C4;
}
#footer_section .footercredit a{
	font-weight:bold;
	color:#C6C5C4;
}

