/*
Theme Name: Blog Gift
Theme URI:  http://www.templateworld.com
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: TemplateWorld
Author URI: http://www.templateworld.com
Tags: 

*/
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;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#636f76;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#ffffff url(images/bgr_main.png) repeat-x;
	color:#636f76;
	font:62.5%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:917px;
}
/*menu*/
#menu{
	width:100%;
	height:60px;
}
/* mainmenu */
#mainmenu{
	float:left;
	padding:15px 0 0 0;
}
#mainmenu ul{
	float:left;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#979797;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.1em;
	margin:0 1px 0 0;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#979797;
	padding:12px 13px 0 13px;
	height:31px;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	color:#d40000;
	text-decoration:none;
	background:url(images/bgr_mainmenu_a.png) no-repeat center top;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 1px;
	padding:0;
	background:#505050;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #656464;
	background:#505050;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#979797;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#464545;
	color:#fff;
}
/*top_rss*/
#top_rss{
	float:right;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 0 0;
}
#top_rss a{
	float:right;
	color:#979797;
	background:url(images/ico_rss.png) no-repeat right center;
	padding:20px 51px 10px 0;
}
/* header */
#header{
	width:100%;
	height:437px;
	background:url(images/bgr_header.png) no-repeat;
	overflow:hidden;
}
/*header_logo*/
#header_logo{
	float:left;
	width:192px;
	overflow:hidden;
	padding:58px 0 0 0;
	text-align:right;
	float:right;
}
#logo{
	font-size:40px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin:0 0 10px 0;
	display:block;
}
#logo span{
	font-size:30px;
	color:#c22312;
	display:block;
	cursor:pointer;
}
#logo:hover{
	text-decoration:none;
}
#header_logo .description{
	color:#3d5f72;
	font-size:1.4em;
	line-height:1.4em;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
}
#content{
	float:left;
	width:506px;
}
#sidebar{
	float:right;
	width:370px;
}
/*post*/
.post{
	width:100%;
	margin:20px 0 15px 0;
}
.post .title{
	color:#c22312;
	font-size:3.5em;
	line-height:1.0em;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.post .title a{
	color:#c22312;
}
.post_content{
	width:100%;
	overflow:hidden;
}
.post_date{
	float:left;
	width:72px;
	height:94px;
	background:url(images/bgr_post_date.png) no-repeat;
	margin:5px 0 0 0;
}
.post_date p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:2.1em;
	padding:30px 0 0 0;
	text-align:center;
}
.post_date p span{
	color:#1388cb;
	display:block;
}
.post_data{
	float:right;
	width:413px;
}
.post .entry{
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0 5px 0;
        text-align:justify;


}
.post .entry a{
	text-decoration:underline;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #afd1dc;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 25px;
}
.post .entry ul li{
	margin: 0;
	padding:4px 0 4px 0;
	border-bottom:1px dashed #c9dadf;
	list-style:disc;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding:4px 0 4px 0;
	border-bottom:1px dashed #c9dadf;
}
.post .entry li a:hover{
	text-decoration:none;
}
.postmetadata{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2793d2;
	font-weight:bold;
}
.postmetadata a{
	color:#2793d2;
}
.postmetadata p span{
	background:url(images/ico_meta.gif) no-repeat left center;
	padding:0 0 0 16px;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.5em;
	color:#7997a8;
}
.sidebar_widgets a{
	color:#2793d2;
}
.sidebar_widgets .widgettitle{
	font-size:2.3em;
	line-height:1.4em;
	color:#2a4250;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px dashed #b8d0de;
	padding:0 0 5px 0;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	display:block;
	background:url(images/ico_cat2.gif) no-repeat left 4px;
	padding:0 0 0 13px;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_cat2.gif) no-repeat left 3px;
}
.sidebar_widgets .widget_recent_entries a{
	display:inline;
	background:url(images/ico_cat.gif) no-repeat left 4px;
	padding:0 0 0 16px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 20px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	border-bottom:1px dashed #b8d0de;
	padding:6px 0 6px 6px;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
.sidebar_widgets .widget_recent_entries p{
	color:#c22312;
	margin:0 0 5px 0;
}
.sidebar_widgets .widget_recent_entries li{
	padding:8px 0 8px 5px;
}
/*sidebar_columns*/
#sidebar_columns{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
}
#sidebar_columns .sidebar_widgets{
	float:left;
	width:165px;
	color:#626262;
}
#sidebar_columns .sidebar_widgets a{
	color:#626262;
}
#sidebar_columns .sidebar_widgets_right{
	float:right;
}
#sidebar_columns  .widgettitle{
	font-size:2.3em;
	line-height:1.4em;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:0;
	padding:0 0 5px 0;
}
#sidebar_columns  .widget_categories a, #sidebar_columns  .widget_archive a, #sidebar_columns  .widget_links a, #sidebar_columns  .widget_meta a, #sidebar_columns  .widget_pages a, #sidebar_columns  .widget_meta a, #sidebar_columns .widget_recent_entries a{
	display:block;
	background:url(images/ico_cat3.gif) no-repeat left 4px;
	padding:0 0 0 13px;
}
/*header_search*/
#header_search{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_search.png) no-repeat;
	margin:20px 0 20px 0;
}
#header_search fieldset{
	padding:4px 0 10px 10px;
	width:303px;
	margin:0 0 0 60px;
	background:url(images/bgr_search2.png) no-repeat;
}
#main_search_val{
	float:left;
	border:0;
	background:#b7def4;
	color:#83acc3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding:4px;
	margin:4px 18px 0 0;
	width:244px;
}
#main_search_sub{
	float:left;
}
/*sidebar_tabs*/
#sidebar_tabs{
	margin:0 0 30px 0;
}
#sidebar_tabs_links{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_sidebar_tabs_links.gif) repeat-x bottom;
}
#sidebar_tabs_links li{
	float:left;
	padding:0 3px 0 0;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar_tabs_links li.last{
}
#sidebar_tabs_links li a{
	color:#88b1c6;
	text-align:center;
	float:left;
	display:block;
	padding:7px 16px 7px 16px;
}
#sidebar_tabs_links li a.selected{
	background:#f5fbfe;
	border:1px solid #ddecf5;
	border-bottom:0;
	color:#c22312;
	text-decoration:none;
	padding:6px 16px 7px 16px;
}
.sidebar_tabs_item{
	padding:10px 15px 10px 15px;
	background:#f5fbfe;
	border:1px solid #ddecf5;
	border-top:0;
}
.sidebar_tabs_item li{
	color:#4f6a7a;
	font-size:1.2em;
	line-height:1.3em;
	padding:6px 0 6px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar_tabs_item li a{
	color:#4f6a7a;
	font-weight:bold;
}
.sidebar_tabs_item li a:hover{
	text-decoration:none;
}
/*footer_sidebar_wrapper*/
#footer_sidebar_wrapper{
	width:100%;
	clear:both;
	background:#494949 url(images/bgr_footer_sidebar_wrapper.png) repeat-x;
	padding:25px 0 25px 0;
}
#footer_sidebar{
	width:917px;
	margin:0 auto;
	overflow:hidden;
}
/*footer_about*/
#footer_about{
	float:left;
	width:505px;
}
#footer_about h2{
	color:#fff;
	font-size:2.9em;
	padding:0 0 5px 0;
	font-weight:normal;
}
#footer_about_data p{
	color:#909090;
	font-size:1.1em;
	line-height:1.5em;
	padding:0 0 10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
#footer_about_data p strong{
	color:#cacaca;
}
#footer_about_data p.more{
	text-transform:uppercase;
	font-weight:bold;
}
#footer_about_data p.more a{
	color:#c22312;
}
#footer_about_data p img{
	float:left;
	border:10px solid #5a5a5a;
	margin:10px 10px 5px 0;
}
/*footer_widgets*/
.footer_widgets{
	width:350px;
	overflow:hidden;
	font-size:1.2em;
	color:#1e1e1e;
	float:right;
	background:#323232;
	padding:10px;
}
.footer_widgets a{
	color:#bebda9;
}
.footer_widgets .widgettitle{
	color:#cacaca;
	font-size:2.3em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 15px 0;
}
.footer_widgets .widget_categories a, .footer_widgets .widget_archive a, .footer_widgets .widget_links a, .footer_widgets .widget_meta a, .footer_widgets .widget_pages a, .footer_widgets .widget_meta a, .footer_widgets .widget_recent_entries a{
	display:block;
}
.footer_widgets ul{
}
.footer_widgets ul li{
	margin:0 0 20px 0;
}
.footer_widgets ul ul{
}
.footer_widgets ul li ul li{
	background:#535353;
	padding:6px;
	margin:0 0 5px 0;
	line-height:1.4em;
}
.footer_widgets ul ul ul{
	margin:0 0 0 10px;
}
.footer_widgets ul li ul li ul li{
	border:0;
}
/*footer*/
#footer_wrapper{
	width:100%;
	height:92px;
	overflow:hidden;
	clear:both;
	background:url(images/bgr_footer_wrapper.gif) repeat-x;
}
#footer{
	width:917px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#footer .copyrights{
	color:#8d8d8d;
	padding:25px 0 0 0;
	line-height:1.4em;
	font-family:Verdana, Geneva, sans-serif;
}
#footer .copyrights a{
	color:#8d8d8d;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#578897;
}
#respond a{
	color:#578897;
}
#respond h3{
	font-size:1.8em;
	line-height:1.4em;
	color:#c22312;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	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;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#c3d1da;
	color:#26344f;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:1.8em;
	line-height:1.4em;
	color:#c22312;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#636f76;
}
.commentlist a{
	color:#2793d2;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #e0e4e4;
	background:#ecf7fd;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#c3d1da;
	color:#333;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#b3c3cc;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:1px solid #c3d1da;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
	color:#26344f;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #c8e1e8;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #c8e1e8;
	}

blockquote blockquote{
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.navigation a{
	font-weight:bold;
	color:#c22312;
}
#content .wp-pagenavi{
	text-align:right;
}
#content .wp-pagenavi a {
	padding: 4px; 
	margin: 2px;
	color:#c22312;
	background:none;
	border:0;
}
#content .wp-pagenavi a:hover{
	color:#c22312;
	background:#e9ecec;
	border:0;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#c22312;
	background:#e9ecec;
	border:0;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	color:#c22312;
	background:none;
	border:0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*sidebar_twitter*/
#sidebar_twitter{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;	
}
#sidebar_twitter p{
}
#sidebar_twitter p a{
	font-size:3.7em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2793d2;
	background:url(images/bgr_sidebar_twitter.png) no-repeat;
	display:block;
	padding:50px 0 50px 152px;
}
