/*
Theme Name:new2feel
Description: Official theme for web2feel.com
Author: jinsona designs
Author URI: www.web2feel.com

*/
@import url('navig.css');
@import url('main.css');
@import url('comments.css');
@import url('sidebar.css');

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i, marquee {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#eeeeee ;
	font-family:Arial,Century gothic, Tahoma,sans-serif;
	color:#161514;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#6F615A;
	text-decoration:none;
	outline:none;
	}
a:hover {
	color:#d53030;
	text-decoration:none
		}	
blockquote {
	padding-left:10px;
	color:#444;
	font-style: normal;
		
	}
.clear {
	clear:both;
	}	
		
/* Images */
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 10px 10px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}

img.alignright {
	padding: 10px 10px;
	margin: 0px 0px 10px 10px;
	display: inline;
	background:#fff;
		border: 1px solid #DDDDDD;
	}

img.alignleft {
	padding: 10px 10px;
	margin: 0px 10px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 10px 0px 0px;
	}

.alignleft {
	float: left;
	margin: 0px 0px 0px 10px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
	margin: 5px 5px ;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}		
		
/* The Outer cover */

#wrapper {
	width:1200px;
	margin:0 auto;


	}
#casing{
	width:100%;
	float:left;
        padding-bottom:10px;

}	
	
#top {
	height:110px;
	margin:0 auto;
	background:#2d2501 ;
	width:100%;

	}	
		
.blogname {
	width:400px;
	font-family:Arial,Century gothic,Verdana,Tahoma,sans-serif;	
	margin:15px 0 0 30px;
        float:left;
	height:80px;
	}
	
.blogname h1  {
	font-size:40px;
	padding:0 0 0px 0;
	font-weight:bold;
	text-align:left;
	margin:10px 0 0 0px;
	background:url(images/logo.png) no-repeat;
        text-indent:-9000px;
	}
		
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #fff; 
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #eee; 
	}
	
.blogname h2 {
	margin:5px 0px 0px 10px;
	font-size:16px;
	font-weight:bold;
	color:#eee;
	text-align:left;
	font-family:Arial,Century gothic,Verdana,Tahoma,sans-serif;	
	}		
	
.category-blog{
	
	background:#fff url(images/blogcat.png) bottom right no-repeat;

}

.category-tutorial{
	
	background:#fff url(images/tutcat.png) bottom right no-repeat;

}

.category-tips{
	
	background:#fff url(images/tipscat.png) bottom right no-repeat;

}

.textwidget{
margin-bottom:20px;
}
.FJ_Line{
	padding:10px 0px!important;
	border-bottom:1px solid #ddd;
}
