/*

1. Reset
2. Global Settings
3. Layout
4. Blog Banner
5. Blog Navigation
6. Blog Post
7. Comment
8. Side Bar
9. Color
10. Font Face
11. Extra Sidebars

*/

/* ------------------------------------------------------ */
/* [1. Reset] */
/* ------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------ */
/* [2. Global Settings] */
/* ------------------------------------------------------ */
div {
	text-align: left;
}
p {
	margin-bottom: 1.5em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
.text_s {
	font-size: 95%;
	line-height: 1.66em;
}
.text_ss {
	font-size: 85%;
	line-height: 1.5em;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* ------------------------------------------------------ */
/* [3. Layout] */
/* ------------------------------------------------------ */
body_top {
	padding-top: 16px;
	font-size: 12px;
	line-height: 150%;
 	background-position: top;
	background-color: #ffffff;
}
#wrapper {
	width: 958px;
	margin: 0 auto;
}
#blog_contents {
	width: 958px;
}
#blog_main {
	min-height: 480px;
	width: 753px;
	padding: 20px 0 0 0;
	float: right;
}
#column_1 {
	width: 185px;
	padding: 20px 0 0 20px;
}
#sidebar_wrapper {
	width: 205px;
	float: left;
}

/* ------------------------------------------------------ */
/* [4. Blog Banner] */
/* ------------------------------------------------------ */
#blog_header {
	width: 958px;
        margin: 0 auto;
}

#blog_header #blog_banner {
	font-weight: bold;
	width: 958px;
	height: 108px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	border-top: 5px solid #000;
	
	
}

/* ------------------------------------------------------ */
/* [5. Blog Navigation] */
/* ------------------------------------------------------ */
#blognavi {
	width: 928px;
	height: 100%;
	font-size: 11px;
	background: transparent url(images/press-navigation-bar.png) center;
	text-align: center;
	padding: 12px 15px;
}

/* ------------------------------------------------------ */
/* [6. Blog Post] */
/* ------------------------------------------------------ */
.blogpost {
	width: 713px;
	padding: 0 20px 50px;
}
.blogpost_navi {
	font-size: 11px;
}
.blogpost h2 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.blogpost_date {
	font-size: 10px;
	line-height: 12px;
}
.sharewith_box {
	margin:20px 0pt 20px;
	padding: 5px 10px 0;
}
.sharewith_box p {
	font-size: 11px;
	margin-bottom: 5px;
}
.sharewith_box ul li {
	display: block;
	float: left;
	height: 25px;
	width: 100px;
}
.sharewith_box ul li span {
	font-size: 10px;
	margin: 0pt 0pt 0pt 3px;
	position: relative;
	top: -5px;
}
.blogpost_tags {
	font-size: 11px;
	margin-bottom: 0;
}
.blogpost_categories {
	font-size: 11px;
	margin-bottom: 20px;
}
.rate_post .thumb_outer {
	padding: 10px 0;
}
.thumb_outer div {
	padding-right: 10px;
}
.blogpost_credit {
	font-size: 11px;
	padding-top: 3px;
	text-align: right;
}
.blogpost_body p {
	margin-bottom: 1.5em;
}
.blogpost_body blockquote {
	padding: 0 12px;
	font-style: italic;
	margin: 0;
}
.blogpost_body ul {
	list-style-type: disc;
	margin-left: 23px;
}
.blogpost_body ol {
	list-style-type: decimal;
	margin-left: 23px;
}
.blogpost_body li {
	margin-bottom: 5px;
}

/* ------------------------------------------------------ */
/* [7. Comment] */
/* ------------------------------------------------------ */
#comments {
	padding-top: 40px;
}
#comments h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.commentbox {
	padding-bottom: 10px;
}
.comment_pic {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	overflow: hidden;
}
.commentbox .comment_pic img {
	height: 100%;
}
.commentbox .comment_txt {
	width: 570px;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
.comment_txt cite {
	font-style: normal;
}
#comment_form_box {
	width: 691px;
	padding: 10px;
}
#comment_form_box fieldset {
	border-width: 0;
}
#comment_form_box label {
	display: block;
	padding-bottom: 0;
}
#comment_form_box input,
#comment_form_box textarea {
	padding: 3px;
	margin-bottom: 15px;
}
#comment_form_box input#commentbox_antibot {
	margin-top: 5px;
}
#comment_form_box input.submitter2 {
	font-weight: bold;
	margin-top: 20px;
	display: block;
}
.error {
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
}

/* ------------------------------------------------------ */
/* [8. Sidebar] */
/* ------------------------------------------------------ */
.widget {
	width: 185px;
	padding-bottom: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

#widget_recentposts  {
	font-size: 12px;
	font_weight: bold;
}

#widget_search {
	font-size: 12px;
	font_weight: bold;
}

#widget_archives {
	font-size: 12px;
	font_weight: bold;
}

#widget_blogroll {
	font-size: 12px;
	font_weight: bold;
}

#widget_tagcloud{
	font-size: 12px;
	font_weight: bold;
}



.widgetheader .widgettitle {
	background: transparent url(images/widget-bar.png) repeat-x center;
	text-align: center;
	padding: 1px 10px;
	margin-bottom: 14px;
	font-weight: normal;
	
}
.sidebar_widget ul.link_list li {
	background: transparent url(images/list_arrow.gif) no-repeat;
	padding-left: 12px;
}
.sidebar_widget ul.link_list li span {
	position: relative;
	top: -6px;
}



/* Sidebar Recent comment */
.sidebar_commentbox .comment_pic {
	float: left;
	margin-right: 8px;
}
.sidebar_commentbox .comment_pic img {
	height: 100%;
}
.sidebar_commentbox .comment_txt {
	width: 137px;
	font-size: 11px;
	line-height: 16px;
	float: left;
	position: relative;
	top: -5px;
	margin-bottom: 10px;
}
.sidebar_commentbox .comment_txt cite {
	font-style: normal;
	float: left;
	margin-bottom: 5px;
}
.sidebar_commentbox .comment_txt .comment_icon {
	background-position: -2px 2px;
	background-repeat: no-repeat;
	float:right;
	margin:0px 0pt 0pt 5px;
	padding:1px 2px 3px 15px;
}
.sidebar_commentbox .comment_txt blockquote {
	margin-bottom: 5px;
	clear: both;
}
.sidebar_commentbox .comment_txt p {
	margin-bottom: 0;
}



/* Sidebar Photos */
#widget_photos p {
	margin-bottom: 0;
}
#widget_photos ul#photo_list {
	margin-bottom: 10px;
}
#widget_photos ul#photo_list li {
	width: 80px;
	height: 80px;
	margin: 0 3px 10px;
	float: left;
	overflow: hidden;
}
#widget_photos ul#photo_list li img {
	height: 100%;
}
#widget_photos p {
	padding-top: 10px;
}



/* Sidebar About me */
#widget_aboutme #profile_pic {
	width: 45px;
	height: 45px;
	float: left;
	padding: 5px;
	margin-right: 8px;
	overflow: hidden;
}
#widget_aboutme #profile_pic img {
	height: 100%;
}
#widget_aboutme #profile_name {
	width: 122px;
	float: right;
}
#widget_aboutme #profile_about {
	padding-top: 10px;
	margin-bottom: 5px;
}
#widget_aboutme #vote_button {
	padding: 10px 0 0;
}



/* Sidebar Friends */
#widget_friends .friends_box .friends_photo {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}
#widget_friends .friends_box .friends_photo img {
	height: 100%;
}
#widget_friends .friends_box .friends_info {
	width: 140px;
	float: right;
}



/* Sidebar Tags */
#widget_tagcloud #popular_tags {
	margin-bottom: 15px;
}
#widget_tagcloud #popular_tags li {
	display: inline;
	margin-right: 5px;
}
.tagsize_1 {
	font-size: 0.7em;
}
.tagsize_2 {
	font-size: 0.75em;
}
.tagsize_3 {
	font-size: 0.8em;
}
.tagsize_4 {
	font-size: 0.95em;
}
.tagsize_5 {
	font-size: 1.0em;
}
.tagsize_6 {
	font-size: 1.2em;
}
.tagsize_7 {
	font-size: 1.4em;
}
.tagsize_8 {
	font-size: 1.5em;
}
.tagsize_9 {
	font-size: 1.6em;
}
.tagsize_10 {
	font-size: 1.8em;
}



/* Sidebar Subscribe */
#widget_rss li {
	line-height: 13px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#widget_rss span {
	position: relative;
	top: -2px;
}

/* ------------------------------------------------------ */
/* [9. Color] */
/* ------------------------------------------------------ */
/* Global Settings */
a {
	color: #eb6f2a;
}
a:active,
a:hover {
	color: #531212;
}
em {
	color: #531212;
}



/* Layout */
#wrapper {
	background-color: #f1f2f2;
	border: 1px solid #000000;
	
}
#blog_main {
	background-color: #f1f2f2;
}
#column1 {
	background-color: #f1f2f2;
}



/* Blog Navigation */
#blognavi {
	color: #000000;
}
#blognavi a {
	color: #e10b0b;
}
#blognavi a:active,
#blognavi a:hover {
	color: #4d3535;
}



/* Blog Post */
.blogpost_navi a {
	color: #e10b0b;
}
.blogpost_navi a:active,
.blogpost_navi a:hover {
	color: #531212;
}
.blogpost h2 {
	border-bottom: 1px dotted #5F7CA8;
}
.blogpost_date {
	color: #6a6a6a;
}
.sharewith_box {
	border-bottom:1px dotted #5F7CA8;
	border-top:1px dotted #5F7CA8;
}
.blogpost_credit {
	border-top: 1px dotted #5F7CA8;
}
.blogpost_body blockquote {
	color: #9BE;
}



/* Comments */
#comments h3 {
	border-bottom: 1px dotted #5F7CA8;
}
.commentbox .comment_pic {
	border: 1px solid #C59415;
}
#comment_form_box {
	background-color: transparent;
}
#comment_form_box input,#comment_form_box textarea {
	background-color: #FFF;
	color: #000;
	border: 1px solid #999;
}
#comment_form_box input.submitter2 {
	color: #ffffff;
	border-top: 1px solid #841c1c;
	border-left: 1px solid #841c1c;
	border-bottom: 1px solid #350c0c;
	border-right: 1px solid #350c0c;
	background-color: #531212;
}
.error {
	color: #F00;
}
.chrleft {
	color: #531212;
}



/* Sidebar Widgets */
.widget  a{
	color: #393939;
}
.widget  a:active,
.widget  a:hover{
	color: #531212;
}
.widget .widgettitle {
	color: #ffffff;
	border-top: 1px solid #431010;
	font-size: 14px;
	font-weight: bold;
	
}
.sidebar_widget dd {
	color: #e10b0b;
}



/* Sidebar Recent Comments */
.sidebar_commentbox .comment_pic {
	background-color: #ebeced;
}



/* Sidebar Photos */
#widget_photos ul#photo_list li {
	background-color: #ebeced;
}



/* Sidebar About Me */
#widget_aboutme #profile_pic {
	background-color: #ebeced;
}



/* Sidebar Friends */
#widget_friends .friends_box .friends_photo {
	background-color: #ebeced;
}

/* ------------------------------------------------------ */
/* [10. Font Face] */
/* ------------------------------------------------------ */
body {
	font-family: "Lucida Grande",Verdana,Helvetica,sans-serif;
}
#blog_header h1 {
	font-family: "Lucida Grande",Verdana,Helvetica,sans-serif;	
}
#blog_header #blog_banner {
	font-family: "Lucida Grande",Verdana,Helvetica,sans-serif;}
.blogpost h2 {
	font-family: Impact,"Arial Black",Helvetica,Verdana,sans-serif;
}
.blogpost_body blockquote {
	font-family: "Georgia", "Times New Roman", Times, serif;
}
#comments h3 {
	font-family: "Georgia", "Times New Roman", Times, serif;
}

/* ------------------------------------------------------ */
/* [11. Extra Sidebars] */
/* ------------------------------------------------------ */
#extrabar {
	width: 185px;
	padding: 5px 5px 5px 0px;
	font-size: 11px;
}
#extrabar #extrabar_title {
	background: transparent url(images/reflection2_bg.gif) repeat-x center;
	text-align: right;
	padding: 1px 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.extrabar_widget ul.link_list li {
	background: transparent url(images/list_arrow.gif) no-repeat;
	padding-left: 12px;
}
.extrabar_widget ul.link_list li span {
	position: relative;
	top: -6px;
}
#submenu {
	width: 185px;
	padding: 20px 0 0 20px;
	margin-bottom: 20px;
}
.submenus {
	background: transparent url(images/submenu_icon.gif) no-repeat;
	margin-top: 1px;
	padding-left: 21px;
}
.submenus a {
	font-weight: bold;
	color: #000;
	font-family: Helvetica, Arial, Sans-serif;
}
.submenus a:hover {
	color: #F93;
}
.sidebar_widget ul.link_list li.link_list_heading {
	color: #000;
	background: none;
	padding-left: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #5F7CA8;
	margin-bottom: 10px;
}