﻿		
		/* Custom logo */
		#logo h1.name{
			font-family: Verdana;
			font-size: 20px;
		}
		#logo p.tagline{
			font-family: Times New Roman;
			font-size: 15px;
		}
		/*General*/
		body { 
		 background: #F9F9F9 url('') no-repeat center center fixed;
		 font-family: arial;
		 font-weight: normal;
		 font-style: normal;
		 font-size: 12px;
		 color: #666;
		}
		/* If is Category */
				
		/*Main Menu*/
		header nav > ul > li a{
			font-family: arial;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			color: #2E2E2E;
		}
		/*Sub Menu*/
		header #sub-menu a{
			font-family: arial;
			font-weight: normal;
			font-style: normal;
			font-size: 11px;
			color: #2e2e2e;
		}

		/*Page Title*/
		.page-title {
			font-family: arial;
			font-style: normal;
			font-weight: bold;
			font-size: 17px;
			color: #545454;
		}

		/*Post Title*/
		.post-title {
			font-size: 17px;
			font-weight: bold;
			color: #404040;
			font-family: arial;
			font-style: normal;
		}


		/*Post Meta*/
		.post-meta a{
			font-family: Georgia;
			font-size: 11px;
			font-style: italic;
			color: #999;
			font-weight: normal;	
		}
		.post-meta .comments {
			font-family: Georgia;
			font-size: 11px;
			font-style: italic;
			color: #999;
			font-weight: normal;
		}

		.post-meta .author {
			font-family: Georgia;
			font-size: 11px;
			font-style: italic;
			color: #999;
			font-weight: normal;
		}

		.post-meta .date {
			font-family: Georgia;
			font-size: 11px;
			font-style: italic;
			color: #999;
			font-weight: normal;
		}
		/*Post Entry*/
		.page-container p{
			font-family: arial;
			font-weight: normal;
			font-style: normal;
			font-size: 12px;
			color: #6D6D6D;
		}

		/*Widgets Titles*/
		#sidebar .widget-title {
			font-size: 17px;
			font-weight: bold;
			font-family: arial;
			font-style: normal;
			color: #000;
		}

		/*Footer Widgets Titles*/
		footer .widget-title {
			font-size: 17px;
			color: #a8a8a8;
			font-style: normal;
			font-weight: normal;
			font-family: arial;
		}

		/*h1,h2,h3,h4,h5,h6*/


		.page-container h1 {
		    font-family: arial;
			font-size: 22px;
		    font-weight: bold;
		    font-style: normal;
		    color: #404040;
		}

		.page-container h2 {
		    font-family: arial;
			font-size: 20px;
		    font-weight: bold;
		    font-style: normal;
		    color: #404040;
		}

		.page-container h3 {
		    font-family: arial;
			font-size: 18px;
		    font-weight: bold;
		    font-style: normal;
		    color: #404040;
		}

		.page-container h4 {
		    font-family: arial;
			font-size: 16px;
		    font-weight: bold;
		    font-style: normal;
		    color: #404040;
		}

		.page-container h5 {
		    font-family: arial;
			font-size: 14px;
		    font-weight: bold;
		    font-style: normal;
		    color: #404040;
		}

		.page-container h6 {
		    font-family: arial;
			font-size: 12px;
		    font-weight: bold;
		    font-style: normal;
		    color: #404040;
		}

		/* Color Picker */
		header nav ul li a.active {
			background: #62A39C;
		}
		.sf-menu li:hover, .sf-menu li.sfHover,
		.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
			color: #62A39C;
		}
		header #sub-menu a:hover {
			color: #62A39C;
		}
		.sbOptions a:hover,
		.sbOptions a:focus,
		.sbOptions a.sbFocus{
			color: #62A39C;
		}
		.contact-form input[type="submit"] {
			background: #62A39C;
		}
		.carousel .read-more {
			background: #62A39C;
		}
		.read-more {
			background: #62A39C;
		}
		.tabs-widget .tab-links li.active a {
			color: #fff;
			background: #62A39C;
			border-top: 1px solid #62A39C;
		}
		li.subscribe-widget input[type="submit"] {
			background: #62A39C;
		}
		li.widget_rss .rss-date {
			color: #62A39C;
		}
		li.widget_tag_cloud .tagcloud a:hover {
			background: #62A39C;
		}
		.error-404 p b {
			color: #62A39C;
		}
		.dropcap2 span.large-cap {
			color: #62A39C;
		}
		#slider.version1 .flex-caption {
						background: rgba(98, 163, 156, 0.8);
		}
		#slider.version3 .flex-control-thumbs li img.flex-active {
			border-color: rgba(98, 163, 156, 0.8);
		}
		blockquote {
			border-left: 2px solid #62A39C;
			border-right: 2px solid #62A39C;
		}
		.page-title::after {
			border-left: 7px solid #62A39C;
		}
		header nav > ul > li > a:not(.active):hover {
			border-bottom: 2px solid #62A39C;
			color: #62A39C;
		}

