/*
Theme Name: Magazinely WP
Theme URI: http://www.magazinely.com
Description: Premium wordpress magazine style theme designed by hard2kill from DigitalPoint
Version: 1.0
Author: Hard2kill
Author URI: http://forums.digitalpoint.com
Tags: dark, fixed width, 2 columns, widget ready, adsense enabled, blue, yellow

*/
.dd_button_v {
clear:both;
}
body {
	margin: 0;
	padding: 0;
	background-color: #201f1f; background-image:url('images/head_bg.jpg');

	}
	

img {
	border: 0;
	}

ul, ol {
	margin: 0;
	padding: 0 20px 0 20px;
	}

ul li, ol li {
	padding: 0;
	margin: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

input, textarea {
	border: 0;
	background-color: #ffffff;
	border: 1px solid #b6cde0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 2px;
	}

.clearer {
	clear: both;
	}

a:link, a:active, a:visited {
	color: #5e6c87;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #738491;
	}
	
/* Header */
#header {
	margin: 0;
	width: 100%;
	padding: 0;
	}

#headiv {
	width: 950px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

#bannerlogo {
	border: 2px solid #3c4ddb;
}

#header #staticlinks { 
clear:both;
color:#ACACCF;
float:right;
margin-right:-50px;
margin-top:-20px;
width:530px;
 }
#header #staticlinks a { color: #acaccf; }
#header #staticlinks a:hover { color: #dfdfdf; }
	
/* Blog title */
#blogtitle {
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	}
	
#blogname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #9db1c0;
	}
	
#blogname a {
	color: #eee;
	font-weight: normal;
	}

#blogname a:hover {
	color: #aaa;
}

#welcome {
	width: 335px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	text-align: right;
	color: #f8f8f8;
}

#welcome a {
	color: #9db1c0;
}

#welcome a:hover { 
	text-decoration: underline;
}

/* Top Nav */
#topnavigation {
	color: #DFDFDF;
	margin: 0;
	padding: 0;
	height: 27px;
	width: 100%;
	border-bottom: 2px solid #000000;
	background-color: #3c4ddb;
	position: fixed;
	top: 0;
	left: 0; 
	z-index:999;
	}

#topnavigationdiv {
	overflow: hidden;
	width: 920px;
}

#topnavigation #navlinks {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

#topnavigation #navlinks ul li a:link, #topnavigation #navlinks ul li a:active, #topnavigation #navlinks ul li a:visited, .current_page_item a:hover {
	color: #fff;
	padding: 6px 15px 6px 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	}

#topnavigation #navlinks ul li a:hover, body#nothome #topnavigation #navlinks ul li a.sel:hover {
	text-decoration: underline;
	}

body#home #topnavigation #navlinks ul li a.sel, #topnavigation #navlinks ul li.current_page_item a {
	text-decoration: none;
	color: #013E8F;
	background-image: url('images/topnavaselbg.jpg');
	background-repeat: repeat-x;
	background-color: #e3241a;
	}
	
body#home #topnavigation #navlinks ul li a.sel:hover {
	text-decoration: underline;
}

#topnavigation #navlinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#topnavigation #navlinks ul li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	}

/* Feature Post Carousel */
#fwrap {
	width: 100%;
	background-color: #000;
	background-image: url('images/featuredbg.jpg');
	background-repeat: repeat-x;
	border-bottom: 3px solid #fff;
}

#fwrap2 {
	width: 1000px;
	padding: 15px 0 15px 0;
	overflow: hidden;
}

#featured {
	width: 900px;
	overflow: hidden;
	padding: 5px;
	color: #555555;
	margin: 0 0 0 15px;
	float: left;
}
	
#featurediv {
	overflow: hidden;
	width: 900px;
	}

#wrap {
	height:230px;
	width:920px;
	display:block;
	overflow:hidden;
	position:relative;
}

#carousel {
	width:10000px;
	margin:3px 0 0 0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#carousel li {
	height:230px;
	width:920px;
	margin:0 15px 0 0;
	padding:0;
	float:left;
	display:inline;
	background: #000;
}

#previous, #next {
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	color: #766c49;
	text-transform: uppercase;
}
.fentry {
	width: 875px;
	overflow: hidden;
	margin: 15px;
}

.fentrypic {
	width: 500px;
	height: 200px;
	float: left;
}

.fentrytext {
	width: 355px;
	height: 190px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #444444;
	line-height: 20px;
	padding: 10px 10px 0 10px;
	background-image: url('images/carouselentrytextbg.jpg');
	background-repeat: repeat-x;
}

.fentrytext h2 {
	margin: 0 0 4px 0;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	letter-spacing: -1px;
}

.fentrytext h2 a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.fentrytext .entryinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #585858;
	padding: 0;
}

.fentrytext .entryinfo .left {
	width: 50%;
	float: left;
}

.fentrytext .entryinfo .right {
	width: 50%;
	float: right;
	text-align: right;
}

.fentrytext .entryinfo .right a, #welcome a {
	font-weight: bold;
}

#previous { 
	width: 25px;
	float: left;
	display: block;
	margin: 100px 0 0 0;
}

#next { 
	width: 25px;
	float: left;
	display: block;
	margin: 100px 0 0 0;
}
	
/* Wrapper */
#wrapper {
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: #d7d7d7; background-image: url(images/bg_content.jpg); background-repeat: repeat-x; background-position: top;
	}
	
/* Container */
#container {
	width: 950px;
	margin: 0;
	padding: 25px 0 25px 0;
	overflow: hidden;
	}

/* Content */
#content {
	width: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	line-height: 22px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

#home #content { 
	border-bottom: none;
}

#contentdiv {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* Entry */		
.entry {
	margin-top: 20px;
	padding: 10px;
	border-bottom: 1px solid #b6b7b7;
	background: #fff;
	border: 1px solid #777;
	}
	
/* Headings */
.ehead, .ehead2 {
	overflow: hidden;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0 0 3px 0;
	color: #333333;
	font-weight: normal;
	font-family: Verdana, Times New Roman, sans-serif;
	}

.entry h2, .ehead2 h2 {
	margin: 0;
	padding: 0;
	font-size: 28x;
	color: #0e00c9;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	}
	
#content .ehead2 h2 {
	padding: 10px 10px 0 10px;
}

.ehead2 .entryinfo {
	padding: 0 10px 0 40px;
}

.entry h2.home {
	margin: 0;
	font-size: 18px;
	color: #444444;
	font-weight: normal;
	line-height: 21px;
	}

#content h2 a {
	font-weight: normal;
	color: #0e00c9;
	}
	
.excerpt {
	margin: 10px 0 0 0
}

.excerpt p {
	display: inline;
}
	
.entryinfo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background: #f2f2f2;
	}

.entryinfo2 {
	border-top: 1px solid #b6b7b7;
	border-bottom: 1px solid #b6b7b7;
	padding: 5px;
	margin-top: 15px;
	overflow: hidden;
}

.entryinfo3 a {
	font-weight: normal;
}

#content ul {
	list-style-image: url('images/bullet1.gif')
}

#sphead {
	width: 950px;
	padding: 15px 0 15px 0;
	overflow: hidden;
}
	
blockquote, blockquote blockquote blockquote {
	padding: 0 5px 0 8px;
	margin-bottom: 10px;
	background-color: #b1d4ec;
	border-left: 8px solid #9fbcd1;
	border-top: 1px solid #9fbcd1;
	border-right: 1px solid #9fbcd1;
	border-bottom: 1px solid #9fbcd1;
	line-height: 19px;
	}

blockquote blockquote {
	margin-bottom: 10px;
	background-color: #bee1f9;
	border-left: 8px solid #badcf4;
	border-top: 1px solid #badcf4;
	border-right: 1px solid #badcf4;
	border-bottom: 1px solid #badcf4;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.navigation {
	display: block;
	padding: 10px;
	}

/* rightbar */
#sidebar {
	width: 310px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding: 0;
	margin: 0 15px 0 0;
}

#sidebar a {
	font-weight: normal;
}

#sidebar ul li, #sidebar ol li {
	line-height: 19px;
	}
	

.widget {
	margin: 0 0 15px 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #b6b7b7;
	}
	
/* Sidebar Heading*/
#sidebar h2 {
position:relative;
	margin: 0 0 6px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #f8f8f8;
	font-size: 12px;
	background-image: url('images/sidehbg.jpg');
	background-repeat: repeat-x;
	background-color: #3C4DCB;
	border: 1px solid #6f7f8b;
	padding: 8px;
	}	

#feed {
	margin-bottom: 15px;
}
	
#sidebar ul, #sidebar ul {
	list-style-image: url('images/bullet1.gif')
	}

#sidebar li {
	margin-bottom: 4px;
	}

/* WP-Calendar */
#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
	}

/* Ads Spots 125x125 */
#adspot {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
	background: #eee;
	border: 1px solid #555;
	width: 260px;
	margin-left: 12px;
	}

#adspot2 {
	overflow: hidden; 
	margin-bottom: 10px;
}

.ad1 {
	float: left;
	}

.ad2 {
	float: right;
	}
.ad3 {

	float: left;
	margin-top: 10px;
	}
.ad4 {
	float: right;
	margin-top: 10px;	
	}

/* Categories & Archives List */
#catarc {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px;
}
#catarc ul {
	list-style-image: url('images/bullet2.gif')
	}
#cat {
	width: 140px;
	float: left;
}

#arc {
	width: 140px;
	float: right;
}

#sidebar #catarc a {
	font-weight: bold;
}

/*Tabs*/
.tabberlive .tabbertabhide {
 	display:none;
}

.tabber {
}
.tabberlive {
	 margin-top:1em;
}

ul.tabbernav {
	margin: 0 0 0 2px;
	padding: 0;
	font: 11px Tahoma, Geneva, sans-serif;
}

#sidebar ul.tabbernav li{
	 list-style: none;
	 margin: 0;
	 display: inline;
	 border: none;
}

#sidebar ul.tabbernav li a{
	padding: 6px 12px;
	margin-right: 3px;
	background-image: url('images/tabheadbg.jpg');
	background-repeat: repeat-x;
	background-color: #e9dfb7;
	border: 1px solid #94afc2;
	text-decoration: none;
	font-weight: bold;
}

ul.tabbernav li a:link { 
	color: #f8f8f8;
}

ul.tabbernav li a:visited { 
	color: #f8f8f8;
}

ul.tabbernav li a:hover {
	color: #f8f8f8;
}

#sidebar ul.tabbernav li.tabberactive a {
	background-image: url('images/tabheadselbg.jpg');
	background-repeat: repeat-x;
	background-color: #c1baa1;
	padding-top: 6px;
	color: #f8f8f8;
	font-weight: bold;
	border: 1px solid #6f7f8b;
}

.tabberlive .tabbertab {
	padding:5px;
	margin: 10px 0 15px 0;
	background: #ffffff;
	border: 1px solid #b6b7b7;
}

.tabberlive .tabbertab h2 {
	 display:none;
}

.tabberlive .tabbertab h3 {
 	display:none;
}

.tablist, .tags {
	overflow: hidden;
	padding: 5px;
	}
	
	
/* Comments Area */
#content h3#comments, #content h3#respond {
	margin: 15px 0 15px 0;
	padding: 0 10px 0 10px;
	font-size: 18px;
	color: #555;
}

.pad { padding: 0 10px 0 10px; }

ol.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #b6b7b7;
	}

ol.commentlist li {
	margin-top: 15px;
	border-bottom: 1px solid #000;
	overflow: hidden;
	background: #fff;
	}
	
ol.commentlist li cite {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	}

#content .commentmetadata a {
	font-weight: normal;
	font-size: 10px;
}

#content .commentmetadata {
	margin-top: -5px;
	display: block;
	}

.commentator {
	overflow: hidden;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 130px;
	float: left;
	}

.grav {
	width: 50px;
	float: left;
}

.cname {
	width: 75px;
	float: left;
}

.ctext {
	padding: 0 10px 10px 10px;
	width: 460px;
	float: right;
	}
	
#commentform {
	padding: 10px; }
	
#commentform #submit {
	width: 125px;
	height: 29px;
	cursor: pointer;
	color: #fffcf3;
	font-family: Verdana, Geneva, sans-serif;
	background-color: transparent;
	background-image: url('images/submitbg.jpg');
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
	
/* Archives & Search */
#content h3.archive {
	margin: 0;
	padding: 10px 0 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

/* Footer - the one with "All Rights Reserved" */	
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #dfdfdf;
	border-top: 2px solid #000;
	background-color: #3c4ddb;
	position: fixed;
	width: 100%;
	bottom: 0;
	left:0;
	}

#footer a {
	color: #9db1c0;
	font-weight: bold;
	}

#footer a:hover {
	text-decoration: underline;
	}
#socialmedia {
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 20px;
clear:left;
}
#socialmedia img {
float:left;
}
