/*
Theme Name: Digimantra
Author: Realin
Author URI: http://www.digimantra.com/
*/

* {
	margin: 0; padding: 0;outline:none;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #000000;
	background: #F5F5F5;
	letter-spacing:0.3px;
}
a {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1000px;
	margin: auto auto;
	text-align: justify;

}
/** END wrapper **/

/** BEGIN header **/
#header {
	background:transparent url(images/head-bg.gif) no-repeat;
	margin-top:10px;

}
#header h1 {
	font-size: 0;
	float: left;
	padding: 10px 0px 0px 0px;
	display:inline;
}
#header h1 a {
	background:transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -261px -117px;
	display:block;
	height:75px;
	margin:10px 0 0 14px;
	width:260px;
	/*display: block;
	height: 80px;*/


}
#header .ad {
	float: right;
	padding: 15px 0;
}
#header ul {
	clear: both;
	list-style-type: none;
	background-color: #45A9F7;
	height: 32px;
	margin:10px 10px 0px 10px;
}
#header ul li {
	float: left;
	font-weight: bold;
	height:32px;
}
#header ul li a {
	color: #ffffff;
	display: block;
	padding: 8px 10px 9px;
}
#header ul li:hover  {
	background-color:#0092dd;
	color:#fff;
	text-decoration:underline;

}
#header ul li a:hover
{
	text-decoration: none;

}
/** END header **/

/** BEGIN content **/
#container
{
	background:#ffffff url(images/side-bg.gif) repeat-y;
	float:left;
	padding:0px 10px;
	width:980px;
}
#content {
	width: 653px;
	float: left;

	padding: 5px 5px 50px;
	background-color: #ffffff;
}
#content a {
	color:#46AAF7;
}
#content .post {
	float: left;
	width: 205px;
	/*  height: 430px;*/
	height: 455px;
	padding: 6px;
}
#content .post  .headline {
/*	font-size: 1.3em;*/
	font-size:18px;
	font-family:Helvetica,Arial;
	margin-bottom: 5px;
	text-align:left;
	letter-spacing:0.2px;
	line-height:22px;
/*	text-shadow: 0.3px 0.3px 0.3px #000000;*/
}
#content .post .ccount{
	color:#45A9F7;
	font-style:italic;
	font-weight:bold;
}
#content .post  .headline a
{
	color:#393939;
}
#content .post  .headline a:hover
{
	text-decoration:none;
	color:#46AAF7;
	/*  text-shadow: 0.3px 0.3px 0.3px #0075d8;*/
}
#content .post .thumb {

	overflow: hidden;
	margin-bottom: 5px;
	text-align:center;

}
#content .post .thumb img {
	width: 150px;
	height:150px;
}
#content .post h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#content .post p {
	line-height: 1.4em;
}
#content .post .readmore {
	text-indent: -9999px;
	width: 99px; height: 17px;
	outline: none;
	background: url(images/readmore.gif) no-repeat 0 0;
	margin: 10px 0;
	display: block;
}
#content h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;
}
#content .archive {
	padding: 10px;
	clear: both;
}
#content .archive img {
	width: 90px;
	float: left;
	margin: 0 5px 5px 0;
}
#content .archive h3 {
	margin-bottom: 5px;
}
#content .archive p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content .single {
	padding: 10px;
}
#content .single .postmeta
{
	margin-bottom:10px;
	font-size:0.8em;
	color:#393939;
}
#content .single  .postAd1
{
	margin-left:10px;
	float:right;
	display:block;
}
#content .single p a
{
	color:#46AAF7 !important;
	font-weight:bold;
	/*border-bottom: 1px dotted #000;*/
}
#content .single p img
{
	border:none;
	text-decoration:none;
}
#content .single  li a{color:#393939;}
#content .single  p a{ color:#393939;}

#content .single h2 {
/*  font-size:1.5em;*/
font-size:34px;
font-family: Helvetica,Arial;
margin-bottom:10px;
text-align:left;
}
#content .single p {
	font-size:13px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content .single li {
	line-height: 1.7em;
	padding: 2px 0;
	text-align: left;
	font-size: 13px;
}
#content .single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#postnav {
	padding: 10px;
	font-weight: bold;
}
#content #share-block h3
{
	color:#808080;
	font-size:1.4em !important;
}
#social_distr
{
	overflow:hidden;
	margin-bottom:50px;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	padding:10px 0px 10px 0px;
}
#social_distr a
{
	outline:none;
	margin-left:10px;
}
#social_distr a:hover
{
	text-decoration:none;
}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 316px;
	float: right;

}
#sidebar .box {

}
#sidebar .box h2 {
	color: #3D4418;
	font-size: 1em;
	text-transform: capitalize;
	background:#ECECEC url(images/socialbox-bg.gif) repeat-x scroll 0 0;
	padding: 8px 10px;
	border-bottom: 1px solid #DDDDDD;
}
#sidebar .box  {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
#sidebar .search {
	background-color:#E8E8E8;
	margin-bottom: 0;
	border-bottom: 0;
}
#sidebar .sBox
{
	background: transparent url(images/socialbox-bg.gif) scroll 0px 0px;
	padding:0 12px 5px 11px;
}
#sidebar .sBox h3
{
	background:transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -300px -65px;
	color:#393939;
	margin-bottom:3px;
	padding:32px 0 0 44px;
	font-size:1.3em;
}
#sidebar .box .searchBox form {
	width: 292px; height: 30px;
	padding: 7px;
	background: #E8E8E8 url(images/dm_imagesheet_19_07.png) no-repeat scroll 6px -65px;
}
#sidebar .box .searchBox form input {
	border: 0;
	float: left;
	font-size: 1.2em;
	font-family: Verdana;
	width: 200px;
	margin: 7px 0 0 11px;
	background-color: transparent;
}
#sidebar .box .searchBox form button {
	border: 0;
	float: right;
	text-indent: -9999px;
	width: 70px; height: 30px;
	background-color: transparent;
}
#sidebar .ad {
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	overflow:hidden;
}
#sidebar .ad img {
	/*  margin: 5px;*/
	/*border: 1px solid #000000;*/
}
#sidebar ul {
	list-style-type: none;
	background-color: #ffffff;
	padding: 6px;
}
#sidebar ul li {
	font-size: 1.2em;
	/*border-bottom: 1px dotted #DCDCDC;*/
	line-height: 1.4em;
	padding: 2px 0;
}
#sidebar ul li a {
	color: #3D441B;
}
#sidebar ul li a:hover {
	color: #83A604;
	text-decoration: none;
}
#sidebar .flickr {
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
}
#sidebar .flickr img {
	margin: 5px;
}
#sidebar .video {
	background-color: #ffffff;
	padding: 3px;
}
#sidebar .l {
	float: left;
	width: 145px;
}
#sidebar .r {
	float: right;
	width: 145px;
}
#sidebar .l ul li, #sidebar .r ul li {
	font-size: 1em;
	border-bottom: 0;
	padding: 3px 0;
}
#sidebar #getreviewed
{
	padding:20px;
	margin:10px 0px 10px 0px;
	background:#ECECEC url(images/socialbox-bg.gif) repeat-x scroll 0 0;
	border:1px solid #cccccc;
	text-align:center;
}
#sidebar #getreviewed .grev
{
	border:1px solid #393939;
}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	padding: 10px;
	color: #ffffff;
	background-color: #45A9F7;
	height: 16px;
	margin-bottom: 43px;
}
#footer:hover
{
	/* background-color:#393939;*/
}
#footer .copyright {
	float: left;
	width:58%;
	text-align:right;
}
#footer .urls {
	float: right;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px;
}
#comments .fn a{
	text-decoration: none;
	color:#005AC3;

}
#comments h2 {
	font-size: 1.4em;
	margin: 10px 0;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.6em;
}
#comments form {

}
#comments form p {
	margin-bottom: 5px;
}
#comments form input {
	margin-right: 5px;
}
#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 260px;
	border: 1px solid #cccccc;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}
#comments form button {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 6px;
}
.commentdetails {
	margin-top: 25px;
}
.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;

}
.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}
.required {
	color: #ff0000;
}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#comments .buffer {
	padding: 10px;
}
#comments h2 {

}
#comments ol li {
	margin-bottom: 5px;
}
#comments ol li ul li {
	border: 1px solid #e0e0e0;
	padding: 10px;
}
#comments ol li .avatar {
	float: right;
}
#comments ol li .comment-author {


}
#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;

}

#comments ol li .comment-meta {

	font-size: 0.9em;
	color: #999999;
	margin: 5px 0 10px;
}
#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}
#comments .children {
	list-style-type: none;
}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}
#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
.rHeader{
	overflow:hidden;
	text-align:center;
	float:right;
	height:70px;
	margin-right:50px;
	margin-top:10px;
	position:absolute;
	right:14%;
	top:3%;
}
.digiAuthor
{
	background:#F5F5F5 url(images/editor_pencil.png) no-repeat scroll right top;
	overflow:hidden;
	border:1px solid #c1c1c1;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px 10px 10px 10px;
}
.digiAuthor img
{
	margin:15px;
	border:2px solid #ECECEC;
}
.digiAuthor h4
{
	color:#888888;
	font-size:1.5em;
	margin:15px 3px 5px;
	font-weight:bold;
}
.digiAuthor h4 strong
{
	color:#005ac3;
}
.digiAuthor p
{
	font-size:1em;
	line-height:1.5em;
}
.digiAuthor .authorBio
{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin:5px 0px;
	padding:5px 5px 5px 0;
}
#socialbox
{
	background:#ECECEC url("images/socialbox-bg.gif") repeat-x;
	display:block;
	min-height:155px;
	padding:1em 1em 0;
}
.socioIcons ul div{margin-right:5px;}
.fb-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -248px -9px;
	float:left;
	width:32px;height:32px;
}
.twitter-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -7px -8px;
	float:left;
	width:32px;height:32px;
}
.su-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -87px -9px;
	float:left;
	width:32px;height:32px;
}
#socialbox .sms-icon
{
	background:transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -366px -9px;
	float:left;
	height:32px;width:55px;
}
.rss-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -208px -9px;
	float:left;
	width:32px;height:32px;
}
.digg-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -288px -9px;
	float:left;
	width:32px;height:32px;
}
.google-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -167px -8px;
	float:left;
	width:32px;height:32px;
}
.del-icon
{
	background: transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -327px -9px;
	float:left;
	width:32px;height:32px;
}
#socialbox .socioIcons
{
	overflow:hidden;
	margin:10px 0px 0px 0px;
	padding:0px;

}
#digimantraEmailSub h3
{
	color:#393939;
	font-size:1em;
	background:url("images/mail-icon.png") no-repeat;
	line-height:32px;
	padding:0 0 0 35px;
}
.emailSubButton
{
	color:#46AAF7;
	background-image:url("images/socialbox-bg.gif");
	width:100px;
	vertical-align:middle;
}
.hrRuler
{
	background:url("images/hr-bg.gif") repeat-x;
	height:4px;
	width:100%;
	margin:0px;
	padding:2px;
}
.lowerNav
{
	margin:5px;
	overflow:hidden;
	width:100%;
}
#topMenu li
{
	border-right:2px solid #e1e1e1;
}
#comments .even
{
	background-color:#F6F6F6;
	border:1px solid #cccccc;
	padding:10px;
}
#comments .odd
{
	border:1px solid #cccccc;
	padding:10px;
}
#content .rd_text a .orange
{
	color:#EC682A;
}
#rSearch
{

}
#rPosts
{

}
#rPostsC #rPosts ol li{
	text-align: center;
}
#rPosts ol
{
	margin-left:5px;
}

#rPostsC
{
	overflow:hidden;
	height:250px;
	text-align:left;
}

#sidebar .socioIcons ul
{
	background-color:transparent;
	list-style-type:none;

}
#sidebar .socioIcons li
{
	display:inline;
	border:none;
}
#blogroll
{
	margin-top:30px;
}
div .lpostMeta
{
	float:left;
	text-align:left;
	width:50%;
	height:40px;
}
div .rpostMeta
{
	float:right;
	height:50px;
	margin-right:20px;
	overflow:hidden;
	text-align:right;
	width:45%;
}

/* lets decorate author first */
.comment-author-admin
{
	background-color:#E7F8FB !important;
}
/* decorates post author */
.bypostauthor
{
	background-color:#E7F8FB !important;
}
#contest-digimantra{border:1px solid #393939;padding:30px 30px 0px 30px;color:green;font-weight:bold; margin-bottom:20px;}
#contest-digimantra a{border-bottom:2px dotted #393939;}
#contest-digimantra a:hover{text-decoration:none;}
#contest-digimantra .closeimg {text-align:right;margin-right:-30px;cursor:pointer;}

#content .archive .readmore {
	text-indent: -9999px;
	width: 99px; height: 17px;
	outline: none;
	background: url(images/readmore.gif) no-repeat 0 0;
	margin: 10px 0;
	display: block;
}
/* sidebar tab CSS  */
.tabContainer{margin:10px 0;}
.tabContainer .digiTabs ul{list-style:none;}
.tabContainer .digiTabs{list-style:none;display:block;overflow:hidden;margin:0px;padding:0px !important;position:relative;top:1px;background-color:transparent !important;}
.tabContainer .digiTabs li{float:left;background-color:#46AAF7;border:1px solid #e1e1e1;padding:5px !important;cursor:pointer;border-bottom:none;margin-right:10px;
	font-family:verdana;
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
}
/*.tabContainer .digiTabs li:hover{background-color:#5FBBFF;}*/
.tabContainer .digiTabs .selected {background-color:#fff;color:#393939;}
#tabContent{padding:10px;background-color:#ffffff;overflow:hidden;float:left;margin-bottom:10px;border:1px solid #e1e1e1;width:93%}

/* multipage pagination CSS */
#multipage{
	margin:20px 0 50px;
	text-align:center;
}
#multipage p a{
	padding:5px;
	border:1px solid #d5d5d5 !important;
	text-decoration:none;

}

#multipage a:hover{
	background-color:#e1e1e1;
}
#mybloglog{
	margin-top:50px;

}
.wp-caption-text{
	border:1px solid #e1e1e1;
	background-color:#f5f5f5;
	padding:2px;
	margin:5px 0;

}
.mtop{float:right;background:#ffffff;margin-right:10px;}
#bottomFlyout
{
	background-color:#FFFF00;
	border:1px solid #000000;
	bottom:0;
	color:#000000;
	position:fixed;
	right:0;
	width:200px;
}
#requestPost
{
	background:transparent url(images/dm_imagesheet_19_07.png) no-repeat scroll -285px -195px;
	height:170px;
	left:0;
	position:fixed;
	top:150px;
	width:40px;
}
#requestPost a
{
	height:170px;
	width:40px;
	display:block;
}
div#requestPost:hover
{
	background-position:-326px -195px;
}
#content #tags_cats p{
	margin: 0px;
	padding: 0px;
}
#content #tags_cats {
	margin: 10px 0px;
	background: #ECECEC url(images/socialbox-bg.gif) repeat-x scroll 0 0;
	border: 1px solid #45A9F7;
}
#content #tags_cats .tags
{
	/*background: #fff url(images/tag_icon.gif) no-repeat;
	padding: 0px 0px 5px 25px;*/
}
#content #tags_cats .tags
{
	font-weight: bold;
	padding: 0px 0px 0px 15px;

}
#content #tags_cats .cats{
	font-weight: bold;
	padding: 10px 0px 5px 15px;
}
#content #tags_cats p.tags a,#tags_cats p.cats a
{
	font-weight: normal;
}

#social_dock div{
	margin: 10px 0px;
	overflow: hidden;
}
#social_dock{
	float: left;
	margin-left: -80px;
}

#email-sub-bottom{
	background: #ECECEC url(images/socialbox-bg.gif) repeat-x scroll 0 0;
	border: 1px solid #45A9F7;
	margin-bottom: 10px;
}
#email-sub-bottom input{

}
#email-sub-bottom .inp-submit{
	padding: 2px;
}

#container #top_author_panel{
	background: #ECECEC url(images/socialbox-bg.gif) repeat-x scroll 0 0;
	width: 100%;
	height: 100px;
	margin: 10px 0px;
}

#header .header_ad{
	padding-right:50px;
	padding-top:20px;
	text-align:right;
}
#header .header_ad img{
	margin-left: 15px;
}

#sidebar #archives select{
	margin: 20px;

}
.postContent h2{

	font-size: 1.2em;
}
.postContent em{
	background-color: #FFFFCC;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	color: #000000;
	/*    font-family: georgia;*/
	font-style: italic;
	padding-left: 2px;
	padding-right: 2px;
}
#container .allArchives ul li ul.children{

	margin-left: 20px;
}
#container .allArchives .allCat h2{
	margin-bottom: 5px;
}
#container .allArchives .allCat{
	margin: 20px 0px;	
	float: left;
	width: 250px;

}
#container .allArchives  h1{
	color: #46AAF7;
	margin: 10px 0px 0px 10px;	
}
#container .allArchives .allCat ul{
	margin-left: 50px;

}
#container .allArchives .allCat ul a{

	font-size: 1.2em;
}
#container .allArchives .latest{

	float: left;
	width: 370px;
	margin: 20px 0px;
}

#container .allArchives .latest ul{
	padding-left: 20px;

}
#container .allArchives .latest ul li {

	margin: 5px 0px;
}
#container .allArchives .latest ul li a {

	font-size: 1.2em;
	letter-spacing: 0px;
}

#xmas{
position:fixed;
bottom:20px;
left:1px;

}
.adblock{
	
}
