/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom .headline_area .post_image {
padding: 1em;
border-width: 0.1em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}
 
.custom .format_text .post_image {
padding: 0.714em;
border-width: 0.071em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}
 
.custom .teaser .post_image_link .thumb {
padding: 0.8em;
border-width: 0.1em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}
 
.custom .format_teaser .post_image_link .thumb {
padding: 0.333em;
border-width: 0.083em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}
/*
.custom #header, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}*/

/*
.custom #header 
{
background: #ffffff;
padding-top: 
0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 
0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left:
 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left:
 0em;
}
.custom #header #logo a
{
display:block;
width:468px;
height:200px;
center no-repeat;
outline:none;
color: #000000;
text-indent: 
-9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 
0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom:
 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom:
 0em;
margin-left: 0em;
}
*/

.custom #header #logo { color: #000;}

.custom #header #tagline { display:none; }

body.custom {
&nbsp;&nbsp; &nbsp;background: #616161;
}
.custom #container {
/* &nbsp;&nbsp; &nbsp;margin-top: 2em;
&nbsp;&nbsp; &nbsp;margin-bottom: 2em;
&amp;nbsp;&nbsp; &nbsp;margin-left: .5em;
&nbsp;&nbsp; &nbsp;margin-right: .5em;
&nbsp;&nbsp; &nbsp;padding: 0.3em;
&nbsp;&nbsp; &nbsp;background: #000000;
&nbsp;&nbsp; &nbsp;border: 0.4em;*/
margin: 0 auto;  /* Center align for Good browsers like Firefox, 
Opera, Netscape */
margin-top: 2em;
margin-bottom: 2em;
text-align: left;
}
.custom #page {
&nbsp;&nbsp; &nbsp;background: #fff;
}
.clear {

	clear:both;

	height:0.001em;

	margin:0px;

	padding:0px;

	display:block;

}

.nav
{

 	//border-top:0px solid #198DC9;

	//border-bottom:0px solid #000;

	list-style:none;

	font-size:10.5pt;
font-weight: bold;

	line-height:100%;

	font-weight:100;

	margin:0px;

	padding-top: 0.5em;
padding-bottom: 0.5em;
	background: #333333;

	float:left;

	width:100%;

        font-family: ''Times New Roman'';

}

.nav ul{

	margin:0px;padding-left:2em;	float:left;	width:100%;

}

.nav li.noline{

	border:0;

}

.nav li{

	float:left;

	display:block;

	padding:0px;

	margin:0px;

}

.nav li a{

	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding:8px 25px;
	margin:0px;

      font-family: ''Times New Roman'';

}

.nav li a span{

	color:#fff;

	text-transform:lowercase;

	display:block;

font-size:10.5pt;
font-weight: bold;

      font-family: ''Times New Roman'';
padding-left: 2em;

}

.nav li a:hover, .nav li a:hover span{

	background:#444343;

	color:white!important;
-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;

      font-family: ''Times New Roman'';

}

* html .nav li a:hover{

	background:#333;color:#fff;

}

.nav li.lastnav{

	//border-left:1px solid #fff;

	border-right:none;

	float:right;

	display:block;

}

.nav li.lastnav a:hover, .nav li.lastnav a:hover span{

	background:#4a4a4a;

}
.clear {
clear:both;
height:0.001em;
margin:0px;
padding:0px;
display:block;
}


/* search box in navigation*/

.custom .search{

width:27em;

margin-left:66.7em;

margin-top:-3.75em;

border:1em solid #198DC9;

background-color: #198DC9;

}

.custom .nav_container {
width: 78%; }
.custom div.nav_container #s {

font-size:1.3em;

padding:0.308em;

width:19.385em;
}
/* customize teaser box paste it in custom.css file&nbsp; */

.custom .teaser_box{
width: 60.5em;&nbsp; border-width: 2px; 
}
.custom .teaser{
width: 60.5em;&nbsp; height:100%; margin-top:1em; margin-bottom:1em; padding: 0.5em; border-width: 2px;
}
.custom .teaser .format_teaser {
font-size:1.4em;

}
.custom .teaser h2{
font-size: 2.2em;
text-align:left;
background: #F2F2F2;
}
/* SAVE THIS IN CUSTOM.CSS FILE */
.custom .teaser {width: 98%; margin-left: 0.25em; margin-top: 0.25em; text-align: justify; background-color: #fff; border:3px; }
.custom .teasers_box {padding-top: .5em; padding-left: .5em; padding-right: .5em; padding-bottom:.5em; border: 0; border-bottom:3px;}
.custom #teaserlinkscontainer {margin-top:3px;}
.custom #teasermenu {height: 30px; padding-top: .5em; padding-left: .5em; padding-right: .5em; padding-bottom:.5em;}
.custom #teasermenu , .teasermenu ul {padding: 0; margin: 0; list-style: none; line-height: 1;
border-width: 0.5em 0.5em 0.5em 0.5em;}
.custom #teasermenu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 4px;}

.custom #teasermenu li {float: left; list-style: none; margin: 0px; padding: 0px;}

.custom #teasermenu ul li {list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu a, .custom #teasermenu li ul {border-color: #111;}
.custom #teasermenu li a, .cutom #teasermenu  li a:link {color: #FFFFFF; background: #444343; display: block; font-weight: bold; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none;  font-size: 13px; font-family: Arial, Helvetica, sans-serif; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

.custom #teasermenu li a:hover, .teasermenu li a:active{color: #FFFFFF; background: #198DC9; display: block; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;} 


.custom #teaserempty {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em;}
.custom #teasermenu li p,{color: #000000; background: #D0D0D0; display: block; width:
100%}

/*side bar widget area link style */
.custom .sidebar li.widget ul li{
background: #FFFBCC;
border: 1px solid #E6DB55;
-moz-border-radius:4px;
padding:0.4em;
margin:0.4em;


}

.custom .sidebar h3{background-color: #198DC9;
-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; fontsize:
1em; color:#ffffff;}
/* code for add image in sidebar headings*/
.custom #content_box {background:none;}
/*post sub-tittle color*/
.custom .format_text h2{background-color: #CAE7FD;
padding: 0.2em 0.2em 0.2em 0.5em; color:#000000;
-moz-border-radius: 4px; border: 1px solid #198DC9; }
/* BOXES */
#rightcol { float: left; width: 100%; border-left: 1px; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#custom { background: #FFFBCC; border: 4px solid #198DC9; float: right; margin: 10px; padding: 10px 10px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* NUMBERED PAGE NAV */
.page-nav { font-size: 1.8em; font-weight: bold; margin: 1em; padding: .5; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #198DC9; color:#fff; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #198DC9; color:#fff; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }

/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar { float: left; width: 50%; }
#similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; }
#similar a { font-size: 1.4em; border-bottom: 1px solid #CB3131; line-height: 1.5em; }
#similar a:hover { border: 0; }
#similar h3 { padding-left: 10px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/*** Subcribe ***/
	#subscribe {
	    list-style: none;
	    margin: 0px;
	}
	#subscribe li {
	    padding: 10px;
	    position: relative;
	    margin-top: 0;
	    margin-right: 0;
	    margin-bottom: 5px;
	    margin-left: 0;
	    height: 74px;
	}
	#subscribe li h4 {
	    margin: 0 0 0 10px;
	    font-size: 26px;
	    line-height: 29px;
	    color: #333333;
	    font-family: Helvetica, Arial, sans-serif;
	    font-weight: bold;
	    display: block;
	    clear: none;
	    border: none;
	}
	#subscribe li p {
	    margin: 0 0 0 10px;
	    font-size: 14px;
	    letter-spacing: -0.02em;
	    clear: none;
	}
	#subscribe li img {
	    float: left;
	    position: relative;
	    padding: 0px;
	    margin: 0px 10px 0px 0px;
	}
	#subscribe li a.linkblock {
	    background: none;
	    border: none;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    z-index: 50;
	}
	#subscribe li:hover {
	    background-color: #F5F5F5;
	}
	 
	/*** End of Subscribe ***/


/* paste the code in  custom.css   */
.custom #header #header_ad {
float:right;
margin-top:-7.5em;
width:450px;
padding-left: 1em;
}

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

/*Subscribe Box In Single Post*/

#singlesubscribe {width:500px;height:30px;border:1px solid #ccc;padding:10px 0 10px 10px;margin:0 auto 20px auto;background: url(images/rss-subscribe.png) no-repeat 30px center;}

input.txt{background:#fff; padding:2px 0 0 15px !important; width: 220px; height: 21px;border:1px solid #198dc9 !important;color:#198dc9;position:relative;left:110px;top:3px;}

input.btn{background:#198dc9;color:#fff;width:90px !important;height: 25px !important;margin:0 0 0 -10px !important;border:none !important;font-weight:bold;position:relative;left:110px;top:3px;}

/*******/

/********************************Post Icon White Strip & Shadow Start************************/
.custom .frame{border:1px solid #EEE; -webkit-box-shadow:0px 0px 10px #000; -moz-box-shadow:0px 0px 10px #000; box-shadow:0px 0px 10px #000}

.custom .frame:hover{border:1px solid #EEE; -webkit-box-shadow:0px 0px 10px #2361A1; -moz-box-shadow:0px 0px 10px #2361A1; box-shadow:0px 0px 10px #2361A1}
/********************************Post Icon White Strip & Shadow End************************/

/***************************************************************************/


/* Widgetized Footer from Asino */



#foot { 

	background: #1f1f1f;

	border: 0.6em solid #212020;

	color: #DBEDF9;

	font-size: 10px;

	margin: 10px auto;

	overflow: hidden;

	padding: 0 1.5em;

}



	#foot a { color: #eee; text-decoration: none;}

	      #foot a:hover {color:#198DC9;}

	#foot h2{color: #fff; font-size: 20px; font-weight: bold; letter-spacing: 1px; font-variant:small-caps; margin:10px 0 10px 15px;}

	#foot h3 {color:#fff;font-size:15px;font-variant:small-caps;font-weight:bold;letter-spacing:0px;margin:0px 0 15px 0px;text-transform:none;border-bottom:3px double #666666;line-height:30px;}

	#foot ul li ul { list-style-type: square; margin-left: 0px; }

	

	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }

	

	#foot li.widget .widget_box { background: none; border: 0; }

	#foot li.widget {margin-bottom:5px !important;}

	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }

	#foot li.widget_tag_cloud a{color:#ddd !important;line-height:25px;}

	      #foot li.widget_tag_cloud a:hover{color:#198DC9 !important;}


	#foot .col { float: left; list-style: none; width: 33.3%; }

	#cats-wrap {background:url("") no-repeat scroll right center #3D3C3C;border:3px double #000000;margin:15px 10px;}

		   #cats {list-style-type: none;overflow:hidden;margin:0px;padding: 10px 0 7px 20px;width:800px;}

		   #cats li {float: left; line-height: 22px; margin: 0 10px 5px 0; width: 165px;}

		   #cats a {border-bottom:medium none;color:#FFFFFF;display:block;font-size:15px;padding:2px 5px;text-decoration:none;}

		   #cats a:hover {color: #333;background:#f2f2f2;}

#copyright {  

	clear: both;

	font-size: 13px;

	letter-spacing: 1.3px;

	line-height: 21px;

	padding-top: 10px;

}

	

	#copyright p { font-size: 13px; }

	#copyright h3 {border-bottom:3px double #666666;color:#FFFFFF;font-family:none;letter-spacing:1px;line-height:30px;margin:5px 0 10px;}

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

	p.thesismsg{float:left;width:700px;margin:0px;font-size:12px;letter-spacing:1px;}

	.backtop {background:url("images/back-top.gif") no-repeat scroll right top transparent;border:0 solid #656565;color:#FFFFFF;display:block;float:right;font-size:12px;height:20px;margin:0 0px 10px 0;padding:8px 15px;text-align:center;width:100px;}


/******/

.custom .comments_closed p {
  display: none;
}

.sharepost{
border:1px solid #737373;
position:fixed;
background:#fff; 
width: 60px; 
right: 0; margin: 0 20px 0 0; 
top: 230px; }
.sharer{
	padding: 5px;
	border-bottom: 1px solid #e8e8e8;
}

.custom #header #header_ad {
float:right;
margin-top:-7.5em;
width:510px;
padding-left: 4em;
}

/*Subscribe Box In Single Post*/

#singlesubscribe {width:500px;height:30px;border:1px solid #ccc;padding:10px 0 10px 10px;margin:0 auto 20px auto;background: url(images/rss-subscribe.gif) no-repeat 30px center;}

input.txt{background:#fff; padding:2px 0 0 15px !important; width: 220px; height: 21px;border:1px solid #198dc9 !important;color:#198dc9;position:relative;left:110px;top:3px;}

input.btn{background:#198dc9;color:#fff;width:90px !important;height: 25px !important;margin:0 0 0 -10px !important;border:none !important;font-weight:bold;position:relative;left:110px;top:3px;}

/* Social Icons */
a.facebook{
background-image:url("http://tech4world.net/images/social_sprite.png");
background-repeat: no-repeat;
display:inline-block;
height:64px;
text-indent:-9999px;
width:64px;
background-position: 0px -68px;
}

a.rssfeed{
background-image:url("http://tech4world.net/images/social_sprite.png");
background-repeat: no-repeat;
display:inline-block;
height:64px;
text-indent:-9999px;
width:64px;
}

a.twitter{
background-image:url("http://tech4world.net/images/social_sprite.png");
background-repeat: no-repeat;
display:inline-block;
height:64px;
text-indent:-9999px;
width:64px;
margin: 0 10px;
background-position: 0px -138px;
}

a.facebook:hover, a.twitter:hover, a.rssfeed:hover {
-moz-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9);
}

/*Subscribe Box In Single Post*/

#singlesubscribe {width:500px;height:30px;<span class="IL_AD" id="IL_AD3">border</span>:1px solid #ccc;padding:10px 0 10px 10px;margin:0 auto 20px auto;background: url(images/rss-subscribe.png) no-repeat 30px center;}

input.txt{background:#fff; padding:2px 0 0 15px !important; width: 220px; height: 21px;border:1px solid #198dc9 !important;color:#198dc9;position:relative;left:110px;top:3px;}

input.btn{background:#198dc9;color:#fff;width:90px !important;height: 25px !important;margin:0 0 0 -10px !important;border:none !important;font-weight:bold;position:relative;left:110px;top:3px;}

