




/*
     FILE ARCHIVED ON 23:32:24 Jun 19, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:16:32 Apr 16, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: SmartPress
Theme URI: http://smthemes.com/smartpress/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 04/15/2013
License URI: license.txt
Tags: white, red, light, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(/wp_content/themes/smartpress/css/fonts.css);
@import url(http://fonts.googleapis.com/css?family=Oswald);
html {
	background:#0e0706;
}
body {	
	background:url(/wp_content/themes/smartpress/images/background.png) 50% top repeat;
	color:#393939;
}
a {
	color:#ff6600;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#393939;
	text-decoration:none;
}

/*------------------------------ HEADER ------------------------------*/
#header {
	background:url(/wp_content/themes/smartpress/images/top.png) 50% top repeat-x;
}
#secondarymenu-container {
	position:relative;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	height:25px;
	line-height:25px;
	color:#7e7673;
}
.searchbtn {
	width:25px;
	height:25px;
}

.searchform {
	background:#fff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	box-shadow:0 2px 2px #959191 inset;
}
/*------------------------------ CONTENT ------------------------------*/
.articles dt {
	border-top:1px solid #fff;
	padding:0;
	margin:0 30px;
}
.articles dt:first-child {
	border-top:none;
}
.articles dd {
	border-bottom:1px solid #e1e1e1;
	padding:0;
	padding-bottom:30px;
	margin:0 30px;
}
.articles dd:last-child {
	border-bottom:none;
}
.articles dd {
	
}
.sidebar {
	width:292px !important;
}
#content .widget, #content .widget_tabs {
	border:1px solid #e7e7e7;
	background:#fff;
	margin-bottom:20px;
	padding:10px;
}
#content .widget .inner{
	background:url(/wp_content/themes/smartpress/images/widget.png) left top repeat;
	padding:10px;
}
#content .widget_banners {
	padding:10px;
}
#content .widget_banners .inner {
	padding:0;
}
.featured_image {
	padding:6px;
	background:#fff;
	border:1px solid #cecece;
	box-shadow:0 1px 3px #bbb;
	margin:10px;
}
.widget_posts ul li img,.widget_flickr a {
	background:#fff;
	border:1px solid #e7e7e7;
	padding:2px;
}
#commentform #submit, input.readmore, a.readmore {
	background-image: linear-gradient(bottom, rgb(224,224,224) 0%, rgb(249,249,249) 100%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(249,249,249) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(249,249,249) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(249,249,249) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(249,249,249) 100%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(224,224,224)),	color-stop(1, rgb(249,249,249)));
	border:1px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#ff6600;
	text-shadow:0 0 1px #fff inset;
	font-family:'Oswald';
	box-shadow:0 2px 3px #b4b2b2;
	margin-right:5px;
}
.page-numbers {
	padding:5px 10px;
}
a.page-numbers {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff;
	background:#ececec;
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
	box-shadow: 0px 1px 2px #ccc;	
}
span.page-numbers {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff;
	background:#ececec;
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
	box-shadow: 0px 1px 2px #ccc;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	color:#dedede;
	background:#333;
	background-image: linear-gradient(bottom, rgb(28,28,28) 0%, rgb(48,48,48) 100%);
	background-image: -o-linear-gradient(bottom, rgb(28,28,28) 0%, rgb(48,48,48) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(28,28,28) 0%, rgb(48,48,48) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(28,28,28) 0%, rgb(48,48,48) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(28,28,28) 0%, rgb(48,48,48) 100%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(28,28,28)),	color-stop(1, rgb(48,48,48)));
	border-top:1px solid #d8d8d8;
	padding:0 12px;
	margin:0 auto;
}
#footer a {
	color:#fff;
}
#footer h3 {
	color:#fff;
}
#footer .footer_txt {
	border-top:1px dashed #575757;
}

/*------------------------------ WIDGETS ------------------------------*/
.tabs_captions .caption {
	border-color:#fff;
}
.fp-next, .fp-prev {
		margin-top:-52px;
		width:48px;
		height:53px;
	}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#footer {
		width:1000px;
	}
	#content-top {
		height:12px;
		width:1024px;
		background:url(/wp_content/themes/smartpress/images/content/top_n.png) left top no-repeat !important;
	}
	#content .container{
		background-position:50% !important;
		background:url(/wp_content/themes/smartpress/images/content/main_n.png) left top repeat-y !important;
		padding:0 12px;
	}
	#logo {
		float:left;
		margin-top:45px;
	}
	.menusearch {
		float:right;
		margin-top:49px;
		clear:right;
		margin-right:15px;
	}
	.menusearch #s {
		height:30px;
		line-height:30px;
		width:170px;
	}
	#header-banner {
		float:right;
		margin-top:50px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:154px;
		position:relative;
	}
	#menu-box {
		left:50%;
		position:absolute;
	}
	#secondarymenu {
		margin-left:-50%;
		float:left;
		background:url(/wp_content/themes/smartpress/images/topmenu_left.png) left top no-repeat;
		padding-left:63px;
	}
	.menu-topmenu-container {
		background:url(/wp_content/themes/smartpress/images/topmenu_right.png) right top no-repeat;
		height:36px;
	}
	#secondarymenu ul {
		margin:0 40px;
		margin-left:-23px;
	}
	#secondarymenu li {
	}
	#secondarymenu li:first-child {
		border-left:none;
	}
	#secondarymenu li:last-child {
		border-right:none;
	}
	#secondarymenu a {
		color:#fff;
		text-decoration:none;
		padding:8px 10px;
		display:block;
	}
	#mainmenu-container {
		background:url(/wp_content/themes/smartpress/images/menu.png) left top no-repeat;
		height:57px;
		width:1000px;
		padding:2px 18px;
		margin:0 -18px;
		margin-bottom:50px;
	}
	#mainmenu li {
	}
	#mainmenu li a {
		color:#fff;
		padding:16px 30px;
		display:block;
		text-decoration:none;
		font-family:'Oswald';
		font-size:16px;
		text-shadow:1px 1px 2px #a7731e;
	}
	#mainmenu li a:hover {
		background:url(/wp_content/themes/smartpress/images/hoverli.png) 50% bottom no-repeat;
	}
	#header li ul {
		top:39px;
	}
	#mainmenu li ul {
		top:45px;
		left:0%;
	}


	#header li ul  .transparent {
		background:#fff;
		-moz-opacity: 0.67;
		opacity: 0.67;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=67);
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		box-shadow:0 0 2px #888;
	}
	#header li ul .inner {
		background-image: linear-gradient(bottom, rgb(252,252,252) 0%, rgb(237,237,237) 51%, rgb(250,250,250) 56%, rgb(255,255,255) 100%);
		background-image: -o-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(237,237,237) 51%, rgb(250,250,250) 56%, rgb(255,255,255) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(237,237,237) 51%, rgb(250,250,250) 56%, rgb(255,255,255) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(237,237,237) 51%, rgb(250,250,250) 56%, rgb(255,255,255) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(252,252,252) 0%, rgb(237,237,237) 51%, rgb(250,250,250) 56%, rgb(255,255,255) 100%);
		background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(252,252,252)),	color-stop(0.51, rgb(237,237,237)),	color-stop(0.56, rgb(250,250,250)),	color-stop(1, rgb(255,255,255)));
		margin:2px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#secondarymenu li ul .inner {
		background:#393939;
	}
	#header #secondarymenu ul.children li a, #header #secondarymenu.sub-menu li a {
		color:#f00 !important;
	}
	#header ul.children li a, .sub-menu li a {
		color:#393939;
		padding:0 !important;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		background:url(/wp_content/themes/smartpress/images/slider.png) left top repeat-y;
		position:relative;
		padding-bottom:35px;
		margin-bottom:20px;
	}
	.slider {
		position:relative;
		width:auto;
		padding:8px;
		background:#fff;
		border:1px solid #d9d9d9;
		margin:0 auto;
	}
	.fp-prev-next-wrap {
		margin:-8px;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
		margin-top:-16px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		max-width:100%;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:8px;
		left:8px;
		right:8px;
		background:#000;
	}

	

}


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#logo {
		float:left;
		margin:20px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:10px;
		margin-right:10px;
		clear:right;
	}
	#secondarymenu-container {
		height:153px;
	}
	#secondarymenu {
		float:left;
		clear:left;
	}
	#secondarymenu li {
		padding:18px;
	}
	#secondarymenu li a{
		color:#393939;
		text-decoration:underline;
	}
	#mainmenu-container {
		clear:left;
		background:#f9972d;
		margin-bottom:15px;
		padding-bottom:21px;
	}
	#mainmenu li {
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:15px;
		font-family:'Oswald';
		text-shadow:1px 1px 2px #a7731e;
		padding:21px 20px 10px;
		display:block;
	}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:3px 0;}
	#secondarymenu-container {
		padding:0;
		
	}
	#logo {
		height:107px;
		margin-top:20px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		margin:0 -2%;
		padding:0 2%;
		margin-top:10px;
	}
	#bgr {
		width:100%;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #eee;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #45362d;
	}
}

/* upcontent*/

#upcontent {
    padding: 10px;
    margin: 5px 0;
    border: 0px solid #E7E7E7;
    background: #F7F7F7;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 0px #B5B5B5

}

#upcontent h1 {
    font-family: 'Oswald'
    font-size: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0 0 15px 0;
    color: #4A4A4A;
}

#upcontent p {
    font-family: 'Oswald'
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #000000;
    padding: 0 0 0px 0;
    margin: 0;
}