﻿
/* Css Reset */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,button,textarea,p,
blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,strong,th,var,optgroup {font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

/* 360 Mag CSS */

body {
	margin: 0 auto;
	font-size: 13px;
	font-family: Trebuchet MS,Arial,Sans-serif;
	background:#fff;
	height:100%; 	

}

a {outline:none;}

a:link, a:visited  {color:#459345;cursor: pointer; outline: none; -moz-outline-style: none;}

a:hover, a:active, a:focus {color:#3EBAE8;cursor: pointer;}

#main {
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	background:#ffffff;
	position:relative;
}

#logo {
	position:absolute;
	z-index:2;
	position:fixed;
	top:10px;
	float: left;
	width: 50px;
	height: 100%;
}

#header {
	margin: 0 auto;	
	margin-bottom: 0px;
	float: right;
}

#header_top {
	width: 890px;
	margin: 0 auto;
	padding: 0px 10px;	
}

#social_tools {
	display: none;
	float: right;
	height: 20px;
	width: 200px;
}

#social_tools img {
	float: right;
	padding: 3px;
}

#header_ad {
	float: left;
	padding: 5px;
}

#long_banner {
	width: 728px;
	height: 90px;

}

#nav {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 0px;
	color: #4E5442;
	border-bottom:5px solid #908282;
}

#nav .tempbox {
	float: left;
	width: 150px;
	text-align: right;
	font-size: 11px;
	font-family: Georgia;
	font-style: italic;
	color: #4E5442;
	padding-top:5px;
	letter-spacing:1px;
}

#nav ul {
	float: left;
	padding-top: 7px;
	padding-right: 20px;
}

#nav ul li {
	height:34px;
	color: #4E5442;
	float: left;
	font-size: 18px;
	line-height: 30px;
	padding:0px 10px;
	-moz-border-radius-topleft: 5px;

	-khtml-border-top-left-radius: 5px;

	-webkit-border-top-left-radius: 5px;

	border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px;

	-khtml-border-top-right-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	border-top-right-radius: 5px;
}

#nav ul li.activete {
	background:#908282;
	color:#fff;
}

#nav ul li.magspot a {
	color:#809543;
}


#nav ul li.activete a, #nav ul li.activete a:hover {
	color:#fff;
	text-decoration:none;
	text-shadow: #4F4F4F 1px 1px 1px;
}

#nav ul li.bigspacer {
	color: #CCCCCC;
	font-size: 30px;
	margin-right: 10px;
}

#nav ul li.spacer {
	font-size: 30px;
	margin-left: 10px;
	margin-right: 10px;
	color: #CCCCCC;	
}

#nav ul li a {
	text-decoration: none;
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #4E5442;
}

#nav ul li a:hover {
	text-decoration: none;
}

#nav #searchbox {
	float: right;
	display: none;
	padding-right: 20px;
}


#lead {
	margin:10px 0;
	padding: 5px;
	width: 930px;
	float: right;	
}


#content {
	width: 600px;
	float: left;
	margin: 5px 0px 5px 50px;
	padding: 5px 5px 10px 15px;
}

#sidebar {
	width: 300px;
	float: right;
	padding: 5px 0px 5px 5px;
	margin-top: 0px;
	margin-bottom: 5px;

}

#footer {
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
	border-top: 5px dashed #dddddd;
}

#breadcrumbs {
	width: 400px;
	font-size:0.8em;
	float: left;
	padding: 4px;
	margin-top: 2px;
	color: #AAAAAA;
	margin-left:60px;
}

/* All Around the Site DIVS */

.rectbanner {
	width: 300px;
	height: 250px;
	margin: 5px 0px 10px 0px;
}

.vertical_under_banner {
	width: 468px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 5px;

}



/* Home Page Style */

.home #news {
	width: 385px;
	float: left;
}

.home #content #spravochnik {
	border:3px dotted #F7F7F7;
	float: right;
	margin-top:20px;
	padding:10px;
	width: 175px;
}

.home #content #spravochnik h3 {
	color:#D2232A;
	font-family:Georgia;
	font-size:21px;
	font-style:italic;
	margin:0 auto;
	padding-bottom:7px;
	width:190px;
}

.home #content #spravochnik  li{
	line-height:23px;
	color:#809543;
	padding:0 10px;
	font-size:14px;
}

.home #content #spravochnik a {
	text-decoration:none;
	padding:3px;
}

.home #content #spravochnik a:hover {
	background:#3EBAE8;
	color:#fff;
}

.home #news .news_tabs {
	margin: 0 auto;
	padding: 5px;
}	

.home #news .news_tabs li {
	float: left;
}

.home #news .news_tabs li a:link, .home #news .news_tabs li a:visited {
	font-family:Georgia;
	font-size:21px;
	font-style:italic;
	font-weight:normal;
	color:#4e5442;
	text-decoration: none;
	
}

.home #news .news_tabs li a:hover { 
	text-decoration:underline;
}

.home #news .news_tabs li.selected a {
	color:#fcaf17;
}

.home #news .news_tabs li.spacer {
	color:#e0e0e0;
	font-family:Georgia;
	font-size:21px;
	font-style:italic;
	font-weight:normal;
	padding-left: 15px;
	padding-right: 15px;
}

.home #news .indexnews {
	border-top: 1px dashed #e0e0e0;
	margin: 8px 5px 5px 0px;
	padding-top:12px;
}

.home #news .indexnews h3 {

}

.home #news .indexnews .morelink  {
	font-weight: bold;
	font-style: italic;
	float: right;
	background-color:#f7f7f7;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	padding:2px 10px 5px;
	max-width:200px;
}

.home #news .indexnews .singlenews {
	margin: 10px 0px 0px;
	padding-bottom:15px;
	border-bottom:1px dashed #e0e0e0;
	overflow:hidden;
	background:url(http://www.360mag.bg/wp-content/themes/360mag/images/dlfooter_gradient.gif) bottom repeat-x;
}

.home #news .singlenews h4 {
	font-size:1.1em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height:16px;
	margin-bottom:5px;
}

.home #news .singlenews img {
	float: left;
	padding: 3px;
	border: 1px solid #e0e0e0;
	background: #FFFFFF;
	margin: 0px 10px 10px 0px;
}

.home .singlenews p {
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 12px;
	line-height:15px;
}

.home #news .indexnews .singlenews p.date {
	float: left;
	margin-left: 4px;
	margin-right: 2px;
	color: #686868;
}

.home #news .indexnews .singlenews p.text {

}

.home #news .singlenews h4 span.commentcount {
	font-size: 15px;
	font-weight: none;
}

.home #magazine {
	width: 185px;
	float: right;
	padding:7px 8px;
}

.home #magazine div.single_magazine {
	width: 190px;
	margin: 0 auto;
	margin-top: 10px;	
}

.home #magazine div.single_magazine img{
	border:1px solid #CCCCCC;
	padding:3px;
}

.home #magazine h3 {
	border-bottom:1px dashed #E0E0E0;
	width: 190px;
	padding:0 0 6px;
	margin: 0 auto;
	font-family: Georgia;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	font-size-adjust:none;
	font-variant:normal;
	line-height:normal;
	color:#809543;
}

/* Lead Style */

#lead {background:#F7F7F7;}

#lead .lead_story {
	width: 610px;
	margin-top:2px;
	float: left;
	position:relative;
	height:255px;
}

#lead .lead_story a img {
	float: left;
	padding: 3px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	margin: 4px 15px 4px 8px;
}

#lead .lead_story h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.6em;
	font-size-adjust:none;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;	
	margin:7px 0 14px;
}

#lead .lead_story h2 a:link, #lead .lead_story h2 a:visited {
	text-decoration:none;
	color:#d2232a;
	border-bottom:1px dashed #e0e0e0;
	padding-bottom:2px;
}

#lead .lead_story p {
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 13px;
	line-height:1.4em;
	padding-top:5px;
}

#lead .lead_story p.date {
	float: left;
	margin-left: 4px;
	margin-right: 2px;
	color: #686868;
}

#lead .rectbanner {
	float: right;
	margin-right:5px;
}

#lead .lead_story a.morelink {
	font-style: italic;
	background-color:#fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:2px 8px 3px;
	position:absolute;
	bottom:2px;
	right:10px;
	text-decoration:none;
}

#lead .lead_story a:hover.morelink {
	_color:#fff;
	text-decoration:underline;
	_border-bottom:1px dashed #D2232A;
	_background-color:#D2232A;
}

/* Post Page Style */

.post #content {
	font-family: 'Georgia';
	font-size: 12px;
}


/* Category List Style */

/*  1) Листинг със всички Спортове */

.sports ul {
	width: 600px;
}

.sports ul li {
	width: 200px;
}

.sports ul li ul {
	padding-left: 10px;

}

/* 2) Страница на един спорт */

.single_sport h2 {
	font-size: 22px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	border-bottom:5px dashed #DFDFDF;
	padding:5px 0px 15px 0px;
	}

.category .single_sport .sports_news_section {
	width: 300px;
	height: 200px;
	margin: 20px 20px 0px 0px;
	float: left;
}

.category .single_sport .sports_news_section h3 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	width: 280px;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 auto;
}

.category .single_sport .sports_news_section ul {
	margin:10px;
	list-style: none;
}

.category .single_sport .sports_news_section ul li {
	margin:0px 0px 4px 15px;
	color: #CCCCCC;
}

.category .single_sport .sports_news_section ul li.all a {
		float: right;
		font-style: italic;
}

.snews { border-left:5px solid #3EBAE8;}
.sevents {border-left:5px solid #fcaf17;}
.sspots {border-left:5px solid #d2232a;}
.sforecast {border-left:5px solid #809543;}

#selectorwrap {width:100%;}
.sports h3 {
	font-size: 22px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom:4px;
	margin:0px 0px 10px 0px;
}
.sports .selectorcell {float:left;width:30%;padding:0 20px 10px 0;font-style:italic;color:#cccccc;line-height:1.5em;}
.sports .sportlink {display:block;padding:4px 9px;margin:14px 0px 0px;}
.sports .sportlink:hover {background:#f7f7f7;cursor: pointer;}
.selectorcell h2 {font-style:normal;font-size:19px;font-weight:bold;margin:3px 0px 3px 0px;color:#000;}
.selectorcell a:link, .selectorcell a:visited {text-decoration:none;color:#6c6c6c;}
.selectorcell b a:link, .selectorcell b a:visited {color:#000;}
.selectorcell h2 b {color:#f75342;}

/* Pages */


.pages #content div.post_header h2, .abonament div.post_header h2 {
	margin: 0px;
	display: inline;
	line-height: 32px;
	float: left;
	font-family: Georgia;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #3e3e3e;
	padding-left:4px;
	width:570px;
}

.pages div.post_header, .abonament div.post_header {
	/*
	border-left:5px solid #FC575E;
	*/
	margin-top:10px;
	margin-bottom:20px;
	border-bottom:1px dashed #dddddd;
	padding-bottom:10px;
}

/* Post */

.post #content div.post_header h2 {
	margin: 0px;
	display: inline;
	line-height: 32px;
	float: left;
	font-family: Georgia;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #3e3e3e;
	padding-left:4px;
	width:570px;
}

.post div.post_header {
	/*
	border-left:5px solid #FC575E;
	*/
	margin-top:10px;
	border-bottom:1px dashed #dddddd;
	padding-bottom:10px;
}


.post #content div.post_header span.sport_tag {
	background: #3EBAE8;
	font-size: 11px;
	color: #FFFFFF;
	margin: 3px 3px 3px 10px;
	padding: 3px 3px 3px 3px;
	font-family: 'Arial';
	font-weight: none !important;
	font-style: italic;
	line-height: 32px;
}

.post #content div.post_header span.sport_tag a:link, .post #content div.post_header span.sport_tag a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.post #content div.post_header span.sport_tag a:hover, .post #content div.post_header span.sport_tag a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.post div.post_author {
	font-family: 'Trebuchet MS','Arial','Sans-serif';
	font-size: 13px;	
	color: #777;	
	padding: 15px 0 0;
}

.post div.post_author i {
	font-height: none;
	font-size: 13px;
	color: #000;
}

.post div.post_author span.post_author_name {
	display: block;
	padding: 5px;
}

.post div.post_author span.post_photo_name {
	display: block;
	padding: 5px;
}

.post #content div.post_text {
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 13px;
	line-height: 20px;
	color:#4F4F4F;
}

.post #content div.post_text b, .post #content div.post_text strong {color:#1F1F1F;}

.post #content div.post_text p {
		padding-top: 10px;
}
.post #content div.post_text li {
	margin-left: 20px;
	list-style-type: inherit;
	padding:1px 0;
}


.post #content div.post_text blockquote {
	margin:15px;
	padding:4px 10px;
	border-left:4px solid #c6c6c6;
	font-size:1.4em;
	font-family: Georgia,serif;
	font-style:italic;
}
 
.post #content div.post_text blockquote p {
	margin:0;
	padding:0;
}

.post #content div.post_text p strong{
	font-weight:bold;
}

.post #content div.post_text img {
	padding: 3px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

.post #content div.post_text img.alignleft {
	float: left;
	margin:10px 0;
}

.post #content div.post_text img.alignright {
	float: right;
	margin:10px 0 10px 15px;
}

.post #content div.post_text img.aligncenter {
	display: block;
	clear: both;
	margin: 10px auto;
}

.post #content div.post_text img.alignnone {
	margin:2px;
}

.post #content div.post_footer {
	padding: 12px 0 10px;
}

.post p.post_meta {font-family: Arial;padding:5px 0 0 4px;color:#777;}

.post div.post_footer {font-family: Arial;padding:5px 0 0 10px;color:#C3C3C3;}


.post .post_comments {
	width: 580px;
	padding-bottom: 20px;
}


.post .post_comments ol.commentlist li {

	padding: 10px;
	background: url("http://www.360mag.bg/wp-content/themes/360mag/images/dlfooter_gradient.gif") repeat-x scroll center bottom transparent;
	border-bottom: 1px dashed #F1F1F1;
}

.post .post_comments ol.commentlist li cite {
	display: block;
	padding-top: 3px;
	font-weight: bold;
	font-family: 'Arial';
	font-size: 14px;
	color: #58BAE9;
}

.post .post_comments p {
	font-family: Trebuchet MS,Arial,Sans-serif;	
	color: #594359;		
}

.post .post_comments .comment_avatar {
	float: left;
	margin: 4px;
}

.post .post_comments .comments_text_box {
	padding-top: 10px;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-family: 'Georgia','Times New Roman','Times','serif';
}

.post .post_comments .commentmetadata {
	font-family: 'Arial';
	font-style: italic;
}

.post .post_comments .comment_text {
	padding-left: 7px;
	padding-top: 10px;
	display: block;
	font-family: 'Trebuchet MS','Arial','Sans-serif';
	color: #594359;	
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 15px;


}

.post #commentform {
	padding-top: 20px;
}

.post #commentform input {
	font-family: 'Trebuchet MS','Arial','Sans-serif';
	margin: 3px;
}

.post #commentform label {

	font-family: 'Arial';
	font-size: 13px;
	color: #777777;
}

.post #commentform textarea {
	font-family: 'Trebuchet MS','Arial','Sans-serif';
	margin: 3px;
}

span#tags a {
	color:#777777;
	margin:20px 0 0;
	text-decoration:none;
	font-size:11px;
}

span#tags a:hover {
	color:#3EBAE8;
}

.post #content div.post_gallery {
	padding-top: 20px;
	width: 600px;
}
.post #content div.post_gallery h3 {
	font-size: 22px;
	font-family: 'Georgia';
	border-bottom: 1px dashed #EAEAEA;
	margin-bottom: 10px;
}

.post #post_edition {
	color:#459345;
	font-size:14px;
	margin:25px 0;
}

/* Sidebar */

#sidebar .related {
	margin-top: 10px;
	color: #CCCCCC;
}

#sidebar .related ul {
	border-top: 1px solid #46B7E7;
	border-left: 1px solid #46B7E7;
	border-right: 2px solid #46B7E7;
	border-bottom: 2px solid #46B7E7;
	padding: 5px;
	padding-top: 10px
}

#sidebar .related ul li{
	padding-left: 10px;
	padding-bottom: 4px;
	font-size:13px;
}

span.event_date {
	font-size:10px;
}

#sidebar .related ul li a {
	font-style: italic;
}


#sidebar .related ul li .date {
	font-size: 11px;
	color: #CCCCCC;
}

#sidebar .related h3 {
	font-size: 12px;
	padding: 5px;
	font-family: 'Trebuchet MS';
	text-align: center;
	text-decoration: underline;
	display: inline;
	border: 1px solid #46B7E7;
}



#sidebar .related h3 a {
	color: #FFFFFF;	
	text-decoration: none;
}

 #sidebar .bar_content a {
	text-decoration:none;
}

#sidebar .bar_content ul li {
	padding: 4px 0px 2px 10px;
	border-bottom:1px dashed #DFDFDF;
	margin-right:10px;
}

#sidebar .bar_content ul#sportyrel li img {
	border: 1px solid #cccccc;
	padding: 2px;

}

#sidebar .bar_content ul#sportyrel li {
	float: left;
	border: none;
	margin: 0px;
	padding: 4px;
}

#sidebar .related ul li .rtitle, #sidebar .bar_content ul li .rtitle {
	float: right;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	
}

#sidebar .bar_content ul li.rtitleli {
	border-bottom:1px solid #fff;
}

#sidebar .barbox {position:relative;margin:0px 0px 9px 0px;clear:both;}
#sidebar .bar {background:#FBCA54;padding:0px 10px;color:#fff;}
#sidebar .cally {background:#3ebae8;}
#sidebar .maggy {background:#459345;}

#sidebar .bar div.arrow {position:absolute;left:19px;top:26px;width:0;height:0;border-top:6px solid #FBCA54;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:0;z-index:2;}

#sidebar .cally div.arrow {position:absolute;left:19px;top:26px;width:0;height:0;border-top:6px solid #3ebae8;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:0;z-index:2;}

#sidebar .bar h3 {line-height:26px;color:#fff;font-size:1.1em;display: inline;letter-spacing:0.1em;}
#sidebar .events-all {float:right;margin:4px 0;}


#sidebar #lastmagpic {float:left;margin:10px 15px 0px 0px;}
#sidebar #lastmaginfo {float:left;}
#sidebar #lastmaginfo p {float:left;width:130px;font-size:12px;}
#sidebar #lastmaginfo h2 {margin:5px 0px;font-size:15px;}

#sidebar .lastcovers { z-index: 10; position: relative; padding: 0; margin: 0 0 -10px;}
#sidebar .lastcovers ul {z-index: 10; display: block; width: 310px; height: 165px; margin: 0; list-style: none; } 
#sidebar .lastcovers ul.three li { width: 130px; margin: 0 -40px 0 0; display: inline; float: right; padding: 0; position: relative; top: 0; left: 0; }
#sidebar .lastcovers ul.three li a { width: 130px; }
#sidebar .lastcovers ul.three li a img {
	z-index: 10;
	margin: 0;
	-moz-box-shadow:1px 1px 9px #5D5D5D; /* Firefox */
	-webkit-box-shadow:1px 1px 9px #5D5D5D; /* Safari and Chrome */
	box-shadow:1px 1px 9px #5D5D5D; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

#sidebar .lastcovers ul.three li.last { margin: 0; }
#sidebar .lastcovers a.moremag, #sidebar .events-all  a {
	font-style: italic;
	font-size:12px;
	background-color:#F7F7F7;
	-moz-border-radius:7px;
	-webkit-border-radius:1px;
	margin:6px 6px 10px;
	float:right;
	padding:1px 7px 4px;
}

 #sidebar .events-all  a:hover {
	color:#fff;
	background-color:#3EBAE8;
}

#sidebar .lastcovers a:hover.moremag {
	color:#fff;
	background-color:#459345;
}

.addthis_toolbox {
	float:right;
	padding-top:5px;
}


#searchbar {padding:10px;margin:0px 0px 6px 0px;border:3px dotted #E0E5EF;background:#F7F7F7;}

input.submit {
	height: 22px;
	font-size: 12px;
	background: #efefef;
}
input.searchfield {
	height: 18px;
	padding: 2px;
	font-size: 14px;
	color: #555;
	
	border: 1px solid #ccc;
}




#upcoming_events {padding:4px 3px;border-bottom:1px dashed #e0e0e0;}

/* The Magazine */

.the_magazine h3 {font-size:2em;font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;border-bottom:3px dashed #dddddd;padding-bottom:10px;	letter-spacing:1px;}

.the_magazine .single_mag {
	float:left;
	width:30%;
	padding:15px 10px;
	text-align:center;
}

.the_magazine .single_mag h4 {
	font-size:1.0em;
}

.the_magazine .single_mag img {
	margin:0px 0px 6px 0px;
	border:4px solid #dddddd;
}

.the_magazine #eco {padding:15px 0;font-size:1.1em;}
.the_magazine #eco img {
	float:left;
	margin-right:15px;
	width:38px;
}
.the_magazine #eco a {
	font-size:0.9em;
}


/* All The Magazines on the Single Magazine Post */

.all_the_magazines {
	margin-top:20px;
}

.all_the_magazines h3 {
	font-size:1.2em;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	margin-bottom:7px;
	border-bottom:1px dashed #dddddd;
	border-top:1px dashed #dddddd;
	padding:4px;
	letter-spacing:1px;
	text-align:center;
	text-transform:lowercase;
}

.all_the_magazines .single_mag {
	float:left;
	padding:6px;
	text-align:center;
}

.all_the_magazines .single_mag h4 {
	font-size:1.0em;
}

.all_the_magazines .single_mag img {
	margin:0 0 6px;
	border:1px solid #dddddd;
	padding:2px;
}

/* List of Articles from the Magazine, on the Single Magazine Post */
.magazine_articles h3 {font-size:1.5em;font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;margin-bottom:10px;padding-bottom:10px;	letter-spacing:1px;}

.magazine_articles  ul li {
	padding-bottom: 5px;
}
.magazine_articles  ul li img {
	float: left;
	border: 1px solid #dddddd;
	padding: 2px;
}
.magazine_articles  ul li span {
	float: left;
	display: block;	
	padding-left: 10px;	
	line-height: 20px;
	font-weight:normal;
}

.magazine_articles  ul li a {
	font-size: 1em;
	line-height: 20px;
}	

/* Footer */

#footer #links {
	font-size: 11px;
}

#footer #links a {

}	

/* Global Styles */

/* News Page Style */

#posts h3 {
	font-size: 22px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom:4px;
	margin:0px 0px 10px 0px;
	
}


#posts .single_post {
	border-bottom: 1px dashed #e0e0e0;
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 10px 0px;
	font-size:12px;
	background:url(http://www.360mag.bg/wp-content/themes/360mag/images/dlfooter_gradient.gif) bottom repeat-x;
}

#posts .single_post img {
	float: left;
	padding: 3px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	margin: 0px 10px 8px 0px;	
}


#posts .single_post h4 {
	font-size:1.4em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	margin-bottom:5px; 
}

#posts .single_post p {

}


/* Sport Gallery */

#sport_gallery {
	border-bottom:1px dashed #EAEAEA;
	margin-top: 10px;
	padding-bottom:3px;
}

#sport_gallery h3 {
	font-size: 20px;
	font-family: 'Georgia','Times New Roman','Times','serif';
	font-style:italic;
	border-bottom: 1px dashed #EAEAEA;
	padding-bottom:3px;
}

#sport_gallery #gallery_carousel {
	margin: 2px 0 0 10px;
}

#sport_gallery #gallery_carousel li {
	padding: 10px;
}

#sport_gallery .gallery_carousel_navigation {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 10px;

}

#sport_gallery .gallery_carousel_navigation a {
	text-decoration: none;
	font-family: 'Georgia','Times New Roman','Times','serif';
	font-style: italic;
}

.share {
	margin:20px 5px 0;
	text-align:right;
	width:590px;
}


/* Global Classes */

.clear {
	clear: both;
}

.color_1 {
	color: #400000;
}

.color_2 {
	color: #FFFC19;
}

.color_3 {
	color: #1485CC;
} 

.color_4 {
	color: #00B233;
}

.color_5 {
	color: #00FF49;
}

.bg_1 {
	background: #00FF49;
}

.bg_2 {
	background: #00B233;
}

.bg_3 {
	background: #1485CC;
}

.navigation {
	padding-top: 20px;
	width: 600px;
	font-size: 22px;
	font-style: italic;
	margin: 0 auto;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}


.sport_tag {
	background: #3EBAE8;
	font-size: 11px;
	color: #FFFFFF;
	_margin: 4px 1px 1px;
	padding:2px;
	font-family: 'Arial';
	font-weight: none !important;
	font-style: italic;
	line-height: 12px;
	
}

.sport_tag a:link, .sport_tag a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sport_tag a:hover, .sport_tag a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Hoverbox Code 29/11/2009 */

ul.hoverbox {
	border-top:1px dotted #c6c6c6;
	border-bottom:1px dotted #c6c6c6;
	cursor: default;
	height:88px;
	list-style: none;
	margin:30px 0;
}

ul.hoverbox a {
	cursor: default;
}

ul.hoverbox a .preview {
	display: none;
}

ul.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

ul.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 70px;
}

.post #content div.post_text ul.hoverbox li {
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	margin:0;
	padding:6px;
}

ul.hoverbox .preview {
	border-color: #000;
	width: 240px;
	height: 168px;
}

#preview_mag {
	width:230px;
	float:left;
	margin:0 30px 10px 0;
	text-align:center;
}

#preview_mag img {
	margin:10px 15px;
}

#preview_mag a {font-size:14px;text-decoration:none;}

.single_magazine h4 {
	font-size:11px;
	text-align:center;
	margin-bottom:15px;
	font-family: Trebuchet MS,Arial,Sans-serif;
}

.single_magazine li {
	color:#809543;
	border-bottom:1px dashed #DFDFDF;
	line-height:15px;
	margin:2px 5px 6px 2px;
	padding:0 0 2px;
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 12px;
}

/** 360mag social **/

ul#social_contacts {
	margin:0 22px;
}

ul#social_contacts li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:5px 5px 10px;
}

ul#social_contacts a {
	height:20px;
	_display: block;
	background-image: url(../images/360mag_social.jpg);
	text-indent:-9999px;
}
ul#social_contacts li a {
	height: 52px;
	display: block;
	line-height: 11px;
	background-image: url(../images/360mag_social.jpg);
	text-indent:-9999px;
}

ul#social_contacts li a.rss {width:50px; background-position:0;}
ul#social_contacts li a.facebook {width:50px; background-position: -50px 0;}
ul#social_contacts li a.twitter {width:50px; background-position:-100px 0;}
ul#social_contacts li a.youtube {width:50px; background-position:-150px 0;}


/* AboutUs */

.aboutus h2 {
	border-bottom:1px dashed #E0E0E0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-style:italic;
	margin-bottom:30px;
	padding-bottom: 4px;
}

.aboutus h3 { 
	font-size:18px;
	font-style:italic;
	margin:30px 0 10px;
}

.aboutus p {margin:10px 0;}

.aboutus h4 {
	font-size:16px;
	margin:17px 0 10px;
	font-weight:bold;
}

.aboutus ul li {
	list-style:circle;
	margin:5px 30px;
}

.aboutus span {
	font-weight:bold;
	margin:10px 0;
	color:red;
}

.aboutus ul.events li {
	list-style:none;
	margin:0;
	padding:5px 0;
}

/* Contacts */

.contacts h2 {
	border-bottom:1px dashed #E0E0E0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-style:italic;
	margin-bottom:30px;
	padding-bottom: 4px;
}

.contacts h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	margin-bottom:30px;
	padding-bottom: 4px;
}

_.contacts span {
	font-size:14px;
	font-weight:bold;
	color:#E40036;
}

.contacts p {
	font-size:13px;
	margin:11px 0;
	line-height:21px;
}

/* Press */

.press h2 {
	border-bottom:1px dashed #E0E0E0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-style:italic;
	margin-bottom:30px;
	padding-bottom: 4px;
}

.press h3 {
	color:#DC013B;
	font-size:22px;
	font-style:italic;
	margin:0 0 15px 25px;
}

.press a {
	font-size:11px;
	padding-left:6px;
	text-decoration:none;
}

/* Press Issue*/

.press-issue h2 {
	color:#3EBAE8;
	font-size:24px;
	padding:20px 0;
}

.press-issue p {
	color:#000;
	font-size:14px;
	padding-bottom:10px;
}

.press-issue li {
	list-style:circle;
	margin:5px 30px;
	color:#3EBAE8;
}

.press-issue li  p{
	font-size:13px;
}

#echowidget {
	font-size: 18px;
	font-family: 'Georgia','Times New Roman','Times','serif';
	font-style:italic;
	margin-bottom:10px;
}

.searching {}

/* Abonament */

.abonament {font-size:14px;}
.abonament strong {font-weight:bold;}

.abonament blockquote {margin:8px 16px;font-style:italic;}

#subscribeform {border-top:1px dashed #dddddd;padding:15px 0px;}

#subscribeform input[type=text]{
font-size:12px;
padding:4px;
border:solid 1px #8F8F8F;
width:300px;
height:20px;
font-size:15px;
margin:2px 0 20px 0px;}

#subscribeform input[type=radio] {
	margin-top:5px;
}

/* Friends */
.friends h2 {
	border-bottom:1px dashed #e0e0e0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:22px;
	font-style:italic;
} 

ul.friends {
	margin:20px 0 0;
	padding:0;
}

ul.friends li {
	_border:1px solid #333;
	float:left;
	height:110px;
	width:115px;
}
.overlay_img {
	position:absolute;/*this is really the only style you need*/	
	padding:10px;
}
.bw_img {
	padding:10px;
}

a.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}