/* Body */
	body {
		background:url('../images/bg-t.gif');
		color: #000305;
		font-size: 12; /* Base font size: 14px */
		font-family:Arial, Helvetica, sans-serif;
		line-height:18px;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
	
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #C74350;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: 0;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;

}

#werper{margin:auto; width:961px; overflow:inherit;}
/***** Layout *****/
header .logo{display:block; padding-left:10px; float:left;}
header .social{background:url(../images/social-bg.gif) no-repeat;
width:135px;
 height:63px; 
 float:right;
 padding:10px 10px;
 margin-right:10px;
 margin-top:15px;
 }
 header .social a{padding:0px 5px;}
 
.body {clear: both; margin: 0 auto; width: 961px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

.backcolor{
	background:#f4f4f4;
	float:left;
	width:961px;
	padding:5px 0px 0 0;
}

/*
	Header
*****************/
#banner {
	margin: 0 auto;
	width:961px;
	
}

	/* Banner */
	header h1 {font-size: 3.571em; line-height: .6;}
	header h1 a:link, header h1 a:visited {
		color: #000305;
		display: block;
		font-weight: bold;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 427px;
	}
	header h1 a:hover, header h1 a:active {
		background: none;
		color: #C74350;
		text-shadow: none;
	}
	
	headerr h1 strong {font-size: 0.36em; font-weight: normal;}
	
	/* Main Nav */
	header nav {
		background:url(../images/nav-bg.gif) repeat-x;
		font-size:13px;
		font-weight:600;
		height: 40px;
		line-height: 30px;
		margin:0em auto 0em auto;
		padding: 0;
		text-align: left;
		width: 961px;
	float:left;
	}
	
	header nav ul {list-style: none; margin: 0 0; padding:0; width: 961px;}
	header nav li {float: left; display: inline; margin: 0;}
	
	header nav a:link, header nav a:visited {
		color: #fff;
		display: inline-block;
		/*height: 30px;*/
		padding: 5px 0.9em;
		text-decoration: none;
		text-transform:uppercase;
	}
	header nav a:hover, header nav a:active,
	header nav .active a:link, header nav .active a:visited {
		background: #416b89;
		color: #fff;
		text-shadow: none !important;
		
	}
	
	header nav li:first-child a {
	
	}
	
/************************ banner slider ***************************************/

#slider {
    width:468px;
	height:318px;
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider li { 
    width:468px;
    overflow:hidden; 
}	

/*
	Featured
*****************/
#featured {
	background: #f4f4f4;
	overflow: hidden;
	padding:5px 5px;
	width: 951px;
	
}

#featured .figure {
	float: right;
	margin:0em;
	width: 280px;
}
#featured .figure .contactbt{
	background:#a3a3a3;
	 width:278px; 
	 border-left:1px solid #bcbcbc;
	 border-right:1px solid #bcbcbc;
	 float:left;
	 height:102px;
	 margin:3px 0;
	 }
#featured .hgroup{
	float:left;
	width:178px;
	border:1px solid #FFF;
	background:#e0e0e0;
}
#featured .bannerblog{
	border:1px solid #FFF;
	width:655px;
	float:left;
	margin:0 0 0 5px;
	overflow:hidden;
	}

#featured .figure img {display: block; float: right;}

#featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}

#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}

/*
	Body
*****************/
#content {
	background: #f4f4f4;
	overflow: hidden;
	padding:5px 5px;
	width: 951px;
	
}
.bbdogbt{margin:0 16px;}
#Blogdivesion{display:block; float:left; width:220px;}
.Blogdivesionindd {border:1px solid #e3e3e3; width:212px; padding:3px}
.Blogdivesionindd div img{padding:2px;}
.Blogdivesionindd p{margin:2px 0; width:100%;}
#content ol#posts-list{padding:5px; margin:0; float:left; width:941px; background:#e0e0e0;}
#content ol#posts-list li{padding:0; margin:0;}
#content ol#posts-list li.entry-content{float:left; width:100%; line-height:18px;}
#content p{margin:2px 0; font-size:12px;} 
#content .bg2{
	background: url(../images/bg-tab.gif) no-repeat;
	height:26px;
	font-size:14px;
	padding:8px 0 0 10px;
	font-weight:600;
}
#content .bg2 a{color:#273F51; text-decoration:none;}
#content .bg2 a:hover{color:#273F51; text-decoration:underline; text-shadow:none;}

/*
	Extras
*****************/
#extras {margin: 0 auto 3em auto; overflow: hidden;}

#extras ul {list-style: none; margin: 0;}
#extras li {border-bottom: 1px solid #fff;}
#extras h2 {
	color: #C74350;
	font-size: 1.429em;
	margin-bottom: .25em;
	padding: 0 3px;
}

#extras a:link, #extras a:visited {
	color: #444;
	display: block;
	border-bottom: 1px solid #F4E3E3;
	text-decoration: none;
	padding: .3em .25em;
}

#extras li:last-child,
#extras li:last-child a {border: 0}

#extras .blogroll li:nth-last-child(2),
#extras .blogroll li:nth-last-child(3),
#extras .blogroll li:nth-last-child(2) a,
#extras .blogroll li:nth-last-child(3) a {border: 0;}

#extras a:hover, #extras a:active {color: #fff;}

	/* Blogroll */
	#extras .blogroll {
		float: left;
		width: 615px;
	}
	
	#extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
	
	/* Social */
	#extras .social {
		float: right;
		width: 175px;
	}
	
	#extras div[class='social'] a {
		background-repeat: no-repeat;
		background-position: 3px 6px;
		padding-left: 25px;
	}
	
		/* Icons */
		.social a[href*='delicious.com'] {background-image: url('../images/icons/delicious.png');}
		.social a[href*='digg.com'] {background-image: url('../images/icons/digg.png');}
		.social a[href*='facebook.com'] {background-image: url('../images/icons/facebook.png');}
		.social a[href*='last.fm'], .social a[href*='lastfm.'] {background-image: url('../images/icons/lastfm.png');}
		.social a[href*='/feed/'] {background-image: url('../images/icons/rss.png');}
		.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}

/*
	About
*****************/
#about {
	width:100%; 
	text-align:center;
	float:left;
	}
#about a{text-decoration:none; font-size:12px; color:#000; font-style:normal; text-shadow:none;}
#about a:hover{text-decoration:underline;}
#contentinfo a{text-decoration:none; font-size:12px; color:#000; font-style:normal; text-shadow:none;}
#contentinfo a:hover{text-decoration:underline;}
#contentinfo p{font-size:12px;}
#about .primary {float: left; width: 165px;}
#about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
#about .photo {float: left; margin: 5px 20px;}

#about .url:link, #about .url:visited {text-decoration: none;}

#about .bio {float: right; width: 500px;}

/*
	Footer
*****************/
#contentinfo {background: #f4f4f4;
	overflow: hidden;
	padding:5px 5px;
	width: 951px;}

/***** Sections *****/
/* Blog */
.hentry {
	border-bottom: 1px solid #eee;
	padding: 1.5em 0;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}

.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none;}

.hentry .post-info * {font-style: normal;}

	/* Content */
	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {display: inline;}

	
	/* About the Author */
	#about-author {
		background: #f9f9f9;
		clear: both;
		font-style: normal;
		margin: 2em 0;
		padding: 10px 20px 15px 20px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#about-author strong {
		color: #C64350;
		clear: both;
		display: block;
		font-size: 1.429em;
	}
	
	#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
	
	/* Comments */
	#comments-list {list-style: none; margin: 0 1em;}
	#comments-list blockquote {
		background: #f8f8f8;
		clear: both;
		font-style: normal;
		margin: 0;
		padding: 15px 20px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
	
	#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
	
	/* Add a Comment */
	#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
	#add-comment input[type='text'],
	#add-comment input[type='email'],
	#add-comment input[type='url'] {float: left; width: 200px;}
	
	#add-comment textarea {float: left; height: 150px; width: 495px;}
	
	#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
	
	#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
	#add-comment * {margin-bottom: .5em;}
	
	/************************* artical input *******************************/
	
	article input {
    color: #333333;
    float: right;
    height: 25px;
    line-height: 25px;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
    width: 139px;
}
article .oneThird {font-weight:600; font-size:11px; display:block; height:200px;}
article .oneblog{float:left; width:100%;}
article .oneblog span{float:left;}
article textarea {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #333333;
    float: right;
    height: 63px;
    line-height: 25px;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
    width: 139px;
}
	
	
	/*************************************************** menu *****************************************/

#tutorials{visibility:hidden; width:228px; background:#124881; z-index:500000; position:absolute;}
#tutorials li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0; }
#validation{visibility:hidden; width:189px; background:#124881; z-index:500000; position:absolute;}
#validation li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#validation li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}
#tutorials2{visibility:hidden; width:189px; background:#124881; z-index:500000; position:absolute;}
#tutorials2 li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials2 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}
#tutorials3{visibility:hidden; width:189px; background:#124881; z-index:500000; position:absolute;}
#tutorials3 li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials3 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}
#tutorials4{visibility:hidden; width:189px; background:#124881; z-index:500000; position:absolute;}
#tutorials4 li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials4 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}
#tutorials5{visibility:hidden; width:189px; background:#124881; z-index:500000; position:absolute;}
#tutorials5 li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials5 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}
#tutorials6{visibility:hidden; width:189px; background:#124881; z-index:500000; position:absolute;}
#tutorials6 li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials6 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}

#tutorials7{visibility:hidden; width:163px; background:#124881; z-index:500000; position:absolute;}
#tutorials7 li.menu{float:left; text-align:left; border-bottom:1px solid #e5eff7; padding:0px 10px;}
#tutorials7 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}

#tutorials8{visibility:hidden; width:175px; background:#124881; z-index:500000; position:absolute;}
#tutorials8 li.menu{float:left; text-align:left; width:88%; border-bottom:1px solid #e5eff7; padding:0px 10px;background:none;}
#tutorials8 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}

#tutorials9{visibility:hidden; width:280px; background:#124881; z-index:500000; position:absolute;}
#tutorials9 li.menu{float:left; text-align:left;  width:94%; border-bottom:1px solid #e5eff7; padding:0px 10px; background:none;}
#tutorials9 li.menu a{font-size:11px !important; color:#fff; width:100%; padding:0px 0;}
header nav ul li ul table{width:100%; line-height:26px;}
header nav ul table li{width:88%; background:none;}