/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <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/
*/


body.custom {
	background:  url("http://www.digitalmediabiz.com/images/dmb-background.jpg") center top no-repeat #000000;
}

.custom #header { border-bottom:none;
    height:139px;
	background: url("http://www.digitalmediabiz.com/images/dmb-header.jpg") top center no-repeat #000000;    
}

.custom #header, .custom .post, .custom .teasers_box, .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;
	padding: 5px;
}

.custom #container {
	margin-top: 65px;
}

.custom #page {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

.custom .entry-content a {
text-transform: bold;
border-bottom: 1px solid inherit;

}

.custom .entry-content a:hover {
background-color: #CCC;
border-bottom: 1px solid inherit;

}


.custom .prev_next {
	color: #333333;
	font-family: trebuchet ms, arial, sans-serif;
	width: 600px;
	padding-left: 15px;
}
.custom #tagline {
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.1em;
	left: 15px;
	top: 60px;
}

.custom #logo {
	position: relative;
	left: 15px;
	top: 50px;
}


.custom .menu { 
	background: url("http://www.digitalmediabiz.com/images/dmb-menubackground.jpg") repeat-x #000000;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
padding-bottom: 2px;
	margin-bottom: 20px;
	height: 27px;
}

.custom .menu a { 
	background: none;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-shadow: 0 1px 1px #000;
}

.custom .menu a:hover {
	color: #cccccc;
}
	
.custom .menu .current a { 
	background: url("http://www.digitalmediabiz.com/images/dmb-menulinkbackground.jpg") repeat-x #000000;
	color: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #344b8a;
}



	

/* Welcome Notice */

.custom div.welcome_box {
	width: 90%;
	padding: 0.571em 0.786em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

.custom p.alert {
	font-style:italic;
	font-size:12px;
	font-weight:lighter;
	background:#FFFFA0;
	border:0px;
}


div.addthis_default_style {
	float:left;
	width:130px;
	margin-top:10px;
}


.custom h3  {
	font-family: trebuchet ms, arial, sans-serif;
	text-transform: uppercase;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.385em;
	margin-bottom:0.692em;
	border-bottom:1px solid #CCCCCC;
	border-color:#CCCCCC;
	text-shadow: 0 1px 1px #fff;
}

.custom .teaser h2 a { font-weight: bold }

.custom .entry-title {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	margin-bottom:10px;
	font-family: trebuchet ms, arial, sans-serif;
	text-transform: uppercase;
	font-size:3.0em;
	font-weight:bold;
	line-height:1.385em;
	text-shadow: 0 1px 1px #fff;

}


.custom h1.entry-title {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	margin-bottom:10px;
}

.custom .format_text {
	margin-top:40px;
}

/* Article Archive */
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}

/* Disqus Padding */


#disqus_thread { padding:30px 45px 0pt; }

/* Change Sidebar Color to Light Grey and Change Content color to White */

.custom #content_box {background-color:#F5F5F5;}
.custom #content {background-color:#FFFFFF;}

.custom #social_post_footer{
	border-top: 0.5px solid #F4F4F4;
	padding: 0em;
	border-bottom: 0.5px solid #F4F4F4;

	}
	
.custom #social_post_facebook{
	padding-below: 3px;
	alrign: right;
	}

.custom .fb_box {
	position:absolute;
	padding-top: 2px;
	margin-left: 460px;
}
.headline_meta span,.headline_meta abbr {
	cursor:default;
}
.dsq-brlink {
	display: none;
}

.rss a, .rss a:hover { padding-right: 16px; background: url("http://www.digitalmediabiz.com/images/rssicon.png") 100% 50% no-repeat !important; border: none; text-decoration:none!important;}
.rss a:hover { padding-right: 18px;}

.custom .fb-like { 
	position:absolute;
	padding-top: -2px;
	margin-left: 460px;
	margin-bottom: 4px;
}
