/*

Client Name: San Marco Resources
Client URL: http://www.Sanmarcocorp.com/
Description: A Web 2.0 design. Widget-ready for WP2.2+
Version: 1.0
Author: Justin Hinchcliffe  ( E-tech Computers Inc )
Author URL: http://www.e-techcomputers.com/

*/

body {
	margin: 0px;
	background-image: url(images/bg-grey.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #040304;
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
}
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 83%/1.2 arial, helvetica, sans-serif;
} 

a { color: #fff; outline: none !important; text-decoration: none; }
a:visited { color: #fff; }
a:hover, a:focus { 	text-decoration: none;	color: #ffba3b; }
a:active { color: #fff; }

p.readmore { display: none; }

#container {
	margin: 0px auto;
	width: 922px;
	min-height: 770px;
	position: relative;
}

#logo-link {
	float: left;
	width: 200px;
	height: 35px;
	margin-top: 12px;
	margin-left: 12px;
}

#logoh1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#header {
	height: 240px;
	width: 922px;
	margin-top: 40px;
	float: left;
}

html>body #header { *float: none; *margin-top: 60px; *clear: both; *padding-top: 40px; } 

#header-title {
	float: right;
	margin-top: 48px;
	margin-right: 16px;
}

#tsx {
	width: 255px;
	float: right;
	margin-top: 6px;
	
}

html>body #header-title { 
	*margin-top: 30px !important;
}

#quotes {
	color: #fff;
	margin-top: 2px;
	float: right;
	margin-right: 10px;
}

html>body #quotes  { 

	*float: right; 
	*margin-top: 0px;
	*position: relative;
	*top: -19px;
	*left: 10px;
	
}

html>body .read-more { 
	*position: relative;
	*top: -10px;
}

html>body div#latest_news { 
	*position: relative;
	*top: -9px;
}

html>body #buttons { 
	*margin-top: 0px;
	*position: relative;
	*top: 2px;
}

#navigation{
	position: absolute;
	clear: both;
	top: 0px;
	width: 922px;
	height: 158px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	z-index: 98;
}

#main_nav {
	float: right;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 99;
	margin-right: 10px;
}
#main_nav li{
	list-style: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}


#main_nav ul {float: right; margin:0 auto; padding:0; list-style:none; display:table; white-space:nowrap; list-style:none; height:35px; position:relative; font-size:12px;}
#main_nav li {display:table-cell; margin:0; padding:0;}
#main_nav li a {display:block; float:left; height:48px; line-height:40px; color:#fff; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer;}
#main_nav li a b {float:left; display:block; padding:0 5px 0px 6px; border-left:}
#main_nav li a:hover {color:#ffc800;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */

/* make the top level links horizontal and position relative so that we can position the sub level */
#main_nav li{
	position:relative;
}

/* use the table to position the dropdown list */
#main_nav table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top: 87px;
}

#main_nav ul li{
	float: left;
	position: relative;
}

/* hide the sub level links */
#main_nav ul ul {
	visibility:hidden;
	position: absolute;
	top: 43px;
	left: 0px;
	float: left;
	width: 165px;
	height:0;
	background: #f0e9e3;
	border-left: 2px solid #d2bda0;
	border-right: 2px solid #d2bda0;
	border-bottom: 2px solid #d2bda0;
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
}


#main_nav ul ul ul{
	visibility:hidden;
	position: absolute;
	top: 1px;
	left: 120px;
	float: left;
	width: 125px;
	height:0;
	background: #f0e9e3;
	border-left: 2px solid #d2bda0;
	border-right: 2px solid #d2bda0;
	border-bottom: 2px solid #d2bda0;
	border-top: 1px solid #d2bda0;
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  #main_nav ul ul ul{ display: none !important; }
}

@-moz-document url-prefix() { 
  #main_nav ul ul ul{ display: none !important; }
} 

#main_nav ul ul ul li{
	float: left;
	width: 125px;
	padding: 0px;
	margin: 0px;
}

#main_nav ul ul ul li a {
	color: #080607;
	width: 125px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
	border-bottom: 1px solid #d2bda0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
}


*:first-child+html #main_nav ul ul {
	background: #fff;
	visibility:visible;
	height: auto;
}

#main_nav ul ul li a {
	color: #080607;
	width: 165px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
	border-bottom: 1px solid #d2bda0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
}

#main_nav ul ul li a:hover {
	background-image: none;
	background-color: #fbf9f7;
}

#main_nav ul ul li a:hover b{
	background: none;
}

#main_nav ul ul li{
	float: left;
	width: 165px;
	padding: 0px;
	margin: 0px;
}
/* make the sub level visible on hover list or link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul{
	visibility:visible;
}

#projects {
	float: left;
	height: 389px;
	width: 918px;
	margin-top: 77px;
	margin-left: 3px;
	background-color: #000;
}
ul#projects_slide img{
    width: 872px;
    height: 332px;
	float: left;
}

div.card
{
width: 872px;					/* width of each container*/
height: 375px;					/* height of each container*/
position: absolute;				/* instructure each container to obey the position absolutely*/
float: left;					/* float all the container so that they overlapped each other*/
margin-left: 22px;
margin-top: 4px;					/* align them to the center of the screen */
background: #000;
overflow: hidden;
}

div.project_links a {
	color: #fff;
}
div.project_links a.next-prop { text-decoration: none;	color: #fff; border-bottom: 1px dotted #666; padding-bottom: 2px;}
div.project_links a.prev-prop { text-decoration: none;	color: #fff; border-bottom: 1px dotted #666; padding-bottom: 2px; }
.project_links a.next-prop:hover, .project_links a.next-prop:focus { 	text-decoration: none;	color: #ffc800; border-bottom: 1px dotted #666; padding-bottom: 2px; }
.project_links a.prev-prop:hover, .project_links a.prev-prop:focus { 	text-decoration: none;	color: #ffc800; border-bottom: 1px dotted #666; padding-bottom: 2px; }

#projects h3 {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	float: left;
}

#projects .local {
	float: left;
	margin-left: 10px;
	margin-top: 16px;
	color: #fff;
}

#projects .project_links {
	float: right;
	color: #fff;
	margin-top: 15px;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}

#projects_slide {
	float: left;
	width: 874px;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
	
}

#projects_slide ul{
	list-style: none;
	display: inline;
}

.project_links a:hover, .project_links a:focus { 	text-decoration: none;	color: #ffc800; border-bottom: 1px dotted #666; padding-bottom: 2px; }

#projects_slide li{
	list-style: none;
	display: inline;
}

#buttons {
	width: 922px;
	float: left;
	margin-top: 19px;
}

@-moz-document url-prefix() { #buttons { margin-top: 29px; } }

a#btn_properties {
	float: left;
	width: 303px;
	height: 152px;
	display: block;
	background-image: url(images/btn_properties2.png);
	margin-top: 7px;
	margin-left: 3px;
}

a#btn_mail {
	float: left;
	width: 303px;
	height: 152px;
	display: block;
	background-image: url(images/btn_mail2.png);
	margin-top: 7px;
	margin-left: 4px;
}

a#btn_corp {
	float: left;
	width: 303px;
	height: 152px;
	display: block;
	background-image: url(images/btn_corp2.png);
	margin-top: 7px;
	margin-left: 4px;
}

#content {
	float: left;
	width: 922px;
	margin: 0px;
	position: relative;
	z-index: 0;
}

#main_content {
	float: left;
	width: 440px;
	font-family: Helvetica, Arial, sans-serif;
	font: 105%/1.4 Helvetica, Arial, sans-serif;
	color: #efeeea;
	line-height: 1.4;
	margin-top: 35px;
	margin-left: 18px;
}

#main_content p{
	width: 436px;
	margin-left: 6px;
	margin-top: 6px;
}

#main_content img {
	border: none;
}

#main_content img.left {
	float: left;
	margin-right: 16px;
	margin-top: 7px;
	margin-bottom: 10px;
	border: 4px solid #fff;
}

.left { float: left; }

#main_content img.right {
	float: right;
	margin-left: 16px;
	margin-top: 7px;
	margin-bottom: 10px;
	border: 4px solid #fff;
}

.right { float: right; }

#main_content h1 {
	font-size: 20px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	word-spacing: 2px;
	
}

#main_content p.desc {
	color: #cd7b2d;
	margin-top: 0px;
	word-spacing: 1.5px;
	line-height: 16px;
}

#main_content p{
	line-height: 15px;
}

#sidebar {
	float: left;
	width: 404px;
	height: auto;
	margin-left: 44px;
	margin-top: 16px;
}

.roundeyes  {
	background-color: #35201d;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#latest_news h2{
	font-size: 18px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	word-spacing: 2px;
}

#latest_news {
	width: 404px;
	margin-top: 20px;
	font: 105%/1.4 Helvetica, Arial, sans-serif;
}

#latest_news p{ 
	margin-left: 18px;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 18px;
}

#latest_news p a { color: #fff; outline: none !important; text-decoration: none; }
#latest_news p a:visited { color: #fff; }
#latest_news p a:hover, #latest_news p a:focus { 	text-decoration: none;	color: #ffba3b; }
#latest_news p a:active { color: #fff; }

#latest_news .news_date{ 
	margin-left: 18px;
	color: #dfc9b9;
	font-size: 11px;
	margin-top: 5px;
}

#news_release {
	margin-top: 10px;
}

#news_release p{ 
	margin-left: 16px;
	color: #897672;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: 18px;
}

.mail-signup {
	background-image: url(images/signup_slider.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 16px;
	width: 170px;
	padding: 5px;
	border: 4px solid #392b28;
	margin-left: 12px;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.MailPressFormSubmit {
	margin-top: 2px;
}

#corp_pres  {
	width: 303px;
	float: left;
	margin-top: 10px;
}

#push {
	clear: both;
	height: 30px;
}

#footer {
	height: 30px;
	clear: both;
}

#footer_con {
	margin: 0px auto;
	width: 922px;
	position: relative;
	margin-top: 15px;
	font-size: 11px;
	color: #4c4646;
}

#footer_con a {
	color: #ce7409;
}

#footer_con a:hover, #footer_con a:focus { 	text-decoration: none;	color: #ce7409; border-bottom: 1px dotted #2f2c28; }

*:first-child+html #search { margin-top: 20px;}
*:first-child+html .search-input { width: 202px;  }
*:first-child+html .search-submit { top: -9px; }

.search-input {
	height: 23px;
	width: 204px;
	_width: 203px;
	border: 0px;
	background-image: url(images/search_input.jpg);
	position: relative;
	top: -13px;
	padding-top: 10px;
	padding-left: 10px;
	color: #213550;
	font-size: 12px;
	font-family: Arial;
}

.search-submit {
	position: relative;
	_top: -9px;
}

.signup-submit {
	float: right;
}


#signup {
	padding-left: 5px;
	padding-right: 5px;
}

.signup-header {
	color: #262626;
	font-size: 20px;
	font-weight: 500;
	font-family: Century Gothic, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(images/mail-icon2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 40px;
	padding-top: 5px;
}

#content-sidebar table {
	background-color: #fefefe;
	width: 100%;
	padding: 5px;
}

#content-content ul {
	list-style-type: circle;
}

#content-content h1,#content-content h2,#content-content h3,#content-content h4,#content-content h5 {
	font-family: Century Gothic, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #3d6e7f;
	font-weight: 800;
}

#content-content hr {
	border: none;
	border-bottom: 1px solid #ccc;
}

#front-welcome {
	float: left;
	width: 565px;
	height: 145px;
	border-bottom: 1px solid #ccc;
	margin-left: 15px;
	margin-top: 15px;
	border-right: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

#front-welcome h2 {
	font-family: Century Gothic, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #3d6e7f;
	font-weight: 400;
	
}

#online-scheduler {
	float: left;
	width: 335px;
	margin-top: 15px;
	height: 145px;
	border-bottom: 1px solid #ccc;
}

#online-scheduler img {
	float: right;
}

#main-programs {
	float: left;
	width: 920px;
	margin-left: 3px;
	margin-top: 15px;
}

a#pilate-courses {
	float: left;
	width: 302px;
	height: 226px;
	display: block;
	background-image: url(images/pilate_courses.jpg);
}

#pilate-courses:hover {
	width: 302px;
	height: 226px;
	background-image: url(images/pilate_courses_r.jpg);
}

a#fitness-programs {
	float: left;
	width: 304px;
	height: 226px;
	display: block;
	background-image: url(images/fitness_programs.jpg);
	margin-right: 5px;
	margin-left: 5px;
}

#fitness-programs:hover {
	width: 304px;
	height: 226px;
	background-image: url(images/fitness_programs_r.jpg);
}

a#nutritional-cleansing {
	float: left;
	width: 304px;
	height: 226px;
	display: block;
	background-image: url(images/nutritional_cleansing.jpg);
}

#nutritional-cleansing:hover {
	width: 304px;
	height: 226px;
	background-image: url(images/nutritional_cleansing_r.jpg);
}

#main-quote  {
	width: 910px;
	float: left;
	font-family: Century Gothic;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
	padding-top: 10px;
}

#main-quote  blockquote {
	margin: 0px auto;
	text-align: justify;
}


#main-quote blockquote {
	display: block;
	padding: 0 60px;
	width: 460px;
}


#main-quote blockquote:before, #main-quote blockquote:after {
	color: #69c;
	display: block;
	font-weight: bold;
	font-size: 400%;
	width: 40px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #b4babd;
}


#main-quote blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.65em;
}


#main-quote blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -40px;
	margin-left: 470px;
}

#content-footer {
	width: 920px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}

#testimonials {
	width: 420px;
	float: left;
	margin-right: 60px;
}

#testimonials h3 {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #3d6e7f;
	padding: 0px;
	margin: 0px;
}

#testimonials h5 {
	color: #afafaf;
	margin: 0px;
	font-size: 12px;
	width: 420px;
	padding-bottom: 5px;
	border-bottom: 4px solid #3d6e7f;
	margin-bottom: 10px;
}

#services {
	width: 420px;
	float: left;
}

#services h3 {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #3d6e7f;
	padding: 0px;
	margin: 0px;
}

#services h5 {
	color: #afafaf;
	margin: 0px;
	font-size: 12px;
	width: 420px;
	padding-bottom: 5px;
	border-bottom: 4px solid #3d6e7f;
	margin-bottom: 10px;
}

#services li {
	list-style: none;
	float: left;
	width: 210px;
	margin-top: 1px;
	_width: 190px;
}

*:first-child+html #services li {
	width: 190px;
	margin-left: 0px;
}

#services ul {
	padding: 0px;
	margin: 0px;
}

#services a {
	color: #666;
}

#services a:hover {
	text-decoration: none;
	color: #3CB7FF;
}

#footer-links {
	margin-top: 13px;
	margin-left: 0px;
	word-spacing: 2px;
	float: left;
	width: 600px;
}

#footer-links ul{
	list-style: none;
	display: inline;
	padding: 0px;
	_margin: 0px;
}

*:first-child+html #footer-links ul {
	margin: 0px;
}

#footer-links li{
	list-style: none;
	display: inline;
	padding-right: 5px;
	_padding-left: 10px;
	border-right: 1px solid #666;
}

*:first-child+html #footer-links li {
	padding-left: 10px;
}

*:first-child+html #footer-links a {
	font-size: 11px;
}

#footer-links a{
	color: #bbbaba;
	font-size: 12px;
	_font-size: 11px;
}

#footer-links  a:hover {
	text-decoration: none;
	color: #3CB7FF;
}

a.more-link {
	color: #3CB7FF !important;
	font-weight: bold !important;
}

a.more-link:hover{
	color: #004c86 !important;
}

#credits {
	float: right;
	width: 175px;
	margin-top: 13px;
	font-size: 11PX;
	font-weight: bold;
	color: #f8f9f6;

}

#credits a{
	color: #ccc;
	border-bottom: 1px solid #666;
}

#credits a:hover {
	text-decoration: none;
	color: #3CB7FF;
	border-bottom: 1px dotted #404040;
}

.red {
	color: #f00;
}

#content-sidebar ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

#content-sidebar li {
	margin-bottom: 10px;
	background-color: #f5ee6e;
	border: 1px solid #ccc;
}

#content-sidebar ul li ul li {
	border-bottom: 1px dashed #64623b;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}

#content-sidebar li a, a:visited {
	color: #3a3a2d;
	text-decoration: none;
}

#content-sidebar li a:hover {
	color: #262626;
}

#content-sidebar .current_page_item a {
	font-style: italic;
	color: #262626;
	font-weight: bold;
}

#content-sidebar .current_page_item a:hover {
	font-style: italic;
	color: #262626;
	font-weight: bold;
}

#content-sidebar li ul {
	padding: 0 0px 40px 20px;
}

#content-sidebar li li {
	margin: 0;
	padding-left: 30px;
	background: url(images/li-gif2.gif) no-repeat 5px 50%;
}

#content-sidebar .widgettitle {
	padding: 10px 5px 0px 10px;
	font-weight: normal;
	font-size: 1.3em;
	color: #262626;
}

.postmetadata  {
	font-style: italic;
}

.postmetadata  a:link, .postmetadata a:visited, .postmetadata a:active{
	font-style: normal;
	color: #fff;
	background-color: #0099d9;
	padding: 2px 5px 2px 5px;
}

.postmetadata  a:hover{
	font-style: normal;
	color: #fff !important;
	background-color: #ff0764;
	padding: 2px 5px 2px 5px;
}

.linklove {
	display: none;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
} 

#content-content table td{
	padding: 6px;
}

#content-content img{
	padding: 3px;
	border: 1px solid #ccc;
}

#content-content a  img:hover{
	padding: 3px;
	border: 1px solid #666;
}

#content-content blockquote {
  font: 12px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main_nav ul ul {display: block; height: auto; z-index: 999;}
}

#content-content a:link,#content-content a:visited,#content-content a:active{
	text-decoration: none;
}

.entry a:link,.entry a:visited,.entry a:active{
	color: #3991c4;
}

#content-content a:hover{
	text-decoration: none;
	color: #3CB7FF;
}

strong {
	color: #505050;
	font-weight: bold;
}

.postmetadata2 {
	border: 1px dashed orange;
	font-style: italic;
	padding: 5px;
}

.postmetadata2 a:link, .postmetadata2 a:visited, .postmetadata2 a:active{
	background: none !important;
	color: #000 !important;
}
.postmetadata2 a:hover {
	text-decoration: underline;
}

.commentlist a:link, .commentlist a:visited, .commentlist a:active{
	background: none !important;
	color: #000 !important;
}

.commentlist a:hover {
	text-decoration: underline;
}

.commentlist p{
  font: 12px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

.commentlist img{
	float: right;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none !important;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.font-title-blog { text-transform: uppercase; }
