/**
Theme Name: EldroMag
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: EldroMag Theme Premium WP
*/


@import url('css/default.css');
@import url('css/slide.css');
@import url('css/comments.css');
@import url('css/widgets.css');
@import url('css/jquery.tabs.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, 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;
}
body { line-height: 1; }
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; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




#adcontainer {
	padding: 0px 0 0 0;
	margin:0;
	width: 300px;
}

#adboxes{
	padding: 13px 0 14px 0px;
	width:300px;
        background: url(images/adcontainer_bg.jpg) top repeat-x;
	float:left;
	position: relative;
}
#adboxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
        padding-left: 15px;
}
#adboxes ul li {
	display:block;
	margin: 2px 4px 0px 0px !important;
	padding: 0px !important;
	float:left;
	list-style: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


body {
	background:#343434 url(http://bnycblog.com/wp-content/uploads/2009/06/brick-wall-copy.jpg) repeat 0 0;
	font:normal 12px Arial, Verdana, Tahoma;
	color:#5B5B5B;
        width: 100%;
}
#body-in {
	background:url(http://bnycblog.com/wp-content/uploads/2009/06/body-in-bg.jpg) repeat-x 0 0;
}

a {
	color:#9A0D0D;
	text-decoration:none;
}

a:hover {
	color:#540707;
}

#wrapper {
	width:977px;
	margin:0 auto;
}

/* header */
#header {
}

#header-top {
	height:36px;
	font-size:11px;
	line-height:37px;
        overflow:hidden;
	text-transform:uppercase;
	margin-bottom:2px;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:20px;
}

#date-now {
	float:left;
	background-position:0 10px;
	padding-left:24px;
	color:#D2D2D2;
}

#subcribe-form-wrap {
	background:url(images/top-rss-form-bg.gif) no-repeat 103px 8px;
	height:22px;
	float:right;
	padding-top:9px;
	width:330px;
}

#subcribe-form {
	position:relative;
	line-height:0;
}

#subcribe-form label {
	color:#A8A8A8;
}

.input-text,.input-submit {
	background-color:transparent;
	border:medium none;
	position:relative;
	color:#63747E;
	margin:0px;
}

.input-text {
	left:7px;
	width:186px;
	font-size:11px;
	color:#A8A8A8;
	text-transform:uppercase;
}

.input-submit {
	width:22px;
	padding:0;
	cursor:pointer;
	left:10px;
}

#rss-link {
	float:right;
	background-position:0 -28px;
	display:block;
	height:22px;
	padding-left:22px;
	margin:7px 7px 0 0;
}

#header-content {
	height:95px;
	padding:0 13px;
}

#branding {
	padding-top:21px;
}

#blog-title {
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
}

#blog-description {
	background:url(images/blog-description-bg.gif) no-repeat 0 0;
	padding-left:9px;
	float:left;
	height:19px;
}

#blog-description span {
	background:url(images/blog-description-bg.gif) no-repeat 100% 0;
	padding-right:9px;
	display:block;
	float:left;
	font:normal 11px Rockwell Extra Bold;
	color:#FFFFFF;
	height:19px;
	line-height:17px;
	font-weight:bold;

}

#page-menu {
	height:42px;
	overflow:hidden;
}

.page_item {
	display:block;
	float:left;
	height:40px;
	padding-left:5px;
}

.page_item a {
	float:left;
	display:block;
	height:40px;
	line-height:43px;
	padding:0 15px 0 10px;
	color:#FFFFFF;
}

.current_page_item a, .page_item a.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 100% 0;
}

.current_page_item, #page-menu li.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 0 0;
}

/* container */
#container-top {
	background:url(images/container-top-bg.gif) no-repeat 0 100%;
	height:11px;
}

#container-in{
	background: url(images/container-bg.gif) repeat-y 0 0;
	padding:0 10px;
         background-color: #2C2C2C
}
#container-bottom {
	background:#343434 url(images/container-bottom-bg.gif) no-repeat 0 0;
	height:11px;
}

/* content */
#content {
	width:635px;
	float:left;
}


#featured { margin-bottom:6px; }

.post, #comments-wrap {
	background:#2C2C2C url(images/post-bg.gif) repeat-y 0 0;
	position:relative;
	margin-bottom:6px;
	width:635
}

.post-top {
	background:url(images/post-top-bg.gif) no-repeat 0 0;
	padding-top:5px;
}

.post-bottom {
	background:url(images/post-bottom-bg.gif) no-repeat 0 100%;
	padding:0 5px 1px;
}

.post .title {
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	color:#9A0D0D;
	margin-bottom:5px;
}

.post .title a {
	color:#9A0D0D;
}


.meta {
	background:#989898 url(images/meta-bg.gif) no-repeat 0 0;
	font:normal 11px Tahoma;
	width:275px;
	height:26px;
	line-height:25px;
	padding-left:27px;
	margin-bottom:5px;
}

.meta .post-date, .meta a {
	color:#FFFFFF;
}

.meta .post-date {
	float:left;
}

.meta .keep-reading {
	float:right;
	margin-right:5px;
}

.single .meta {
	background:#989898 url(images/meta-single-bg.gif) no-repeat 0 0;
	width:611px;
	padding:0 7px;
	overflow:hidden;
}

.single .meta span {
	margin-right:10px;
	color:#FFFFFF;
}

.single .meta a {
	color:#DADADA;
}

.pagetitle {
	font:normal 21px Tahoma, Verdana, Arial;
	color:#C7C5C5;
	margin-bottom:10px;
}

.commentlist a { color:#A1A1A1; }

.commentlist a:hover { color:#FFFFFF; }

.navigation a { color:#FFFFFF; }


/* sidebar */
#sidebar {
	float:right;
	width:318px;
}

.widget { margin-bottom:8px; }

.widget-title {
	background:#E8E8E8 url(images/widget-title-bg.gif) no-repeat 0 0;
	font:normal 12px 'Trebuchet MS', Tahoma, Verdana;
	color:#5B5B5B;
	height:27px;
	line-height:27px;
	margin-bottom:5px;
	padding:0 6px;
}

.widget ul li {
	background:url(images/widget-list-separator.gif) repeat-x 0 100%;
	font:normal 11px Tahoma;
	height:30px;
	line-height:25px;
	padding:0 3px;
	color:#A1A1A1;
	overflow:hidden;
}

.widget ul li  a{ color:#A1A1A1; }


.widget a img, widget a {
   padding:2px;
   border:2px solid #333333;

}

.widget a { margin: 3px; }

.widget a img:hover{
border: 2px solid white;
}


/* footer */
#footer {
	height:39px;
	margin-top:29px;
	text-transform:uppercase;
}

#blog-name, #blog-name span {
	background:transparent url(images/blog-name-bg.gif) no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:23px;
	padding-left:5px;
}

#blog-name { margin:9px 8px 0 0; }

#blog-name span {
	background-position:100% 0;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	height:23px;
	line-height:21px;
	padding:0 5px 0 0;
	color:#FFFFFF;
}

#footer-text {
	float:left;
	font:normal 12px Tahoma, Arial, Verdana;
	line-height:39px;
	color:#FFFFFF;
}

#footer-text a, #footer-text a:hover {
	color:#FFFFFF;
}


/* add-to-any */

	.addtoany_share_save_container{
                margin:40px 0;
                display:block;
                position:absolute;
                z-index:1;
}
	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0 9px;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
		filter:alpha(opacity=70);
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}
