/*
Theme Name: Ab
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Ab
Author URI: Ab
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */



.margin_l10 {
	margin-left: 10px;
}

.jquerycssmenu {
font: bold 12px Verdana;
padding-left: 30px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li {
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
display: block;
padding: 5px 20px 10px 0;
margin-right: 3px; /*spacing between tabs*/
color: #aa9685;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.jquerycssmenu ul li a:hover {
	color: #f00;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #973133;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul {
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
background: #761f20;
color: #ffffff;
padding: 8px 5px;
border-top-width: 0;
font-size: 11px;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
background: #b14546;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass {
position: absolute;
top: 5px;
right: 5px;
}

















/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
    background: #1f1d1b;
}
		
a:link, a:visited { color: #fad40d; font-size:12px; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #99FF00; font-size:12px; text-decoration: underline; }

p { margin: 0px; padding: 0px; text-align: justify; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.fl { float: left; }
.fr { float: right; }

.margin_r_10 { margin-right: 10px; }

.margin_r_20 { margin-right: 20px; }

.button_02 a {
	display: inline-block;
	padding: 2px 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: #201f1a;
}

.button_02 a:hover {
	background: #94591a;
	color: #ffffff;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fad40d;
}

h3 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #fad40d;
	border-bottom: 1px solid #333;
}

h4 {
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}

/* site title */

#templatemo_top_panel_wrapper_outter {
	width: 100%;
	height: 210px;
	background: url(images/templatemo_top_panel_bg_wrapper_inner.jpg) top repeat-x;
	
}

#templatemo_top_panel_wrapper_inner {
	width: 100%;
	height: 210px;
	margin: 0 auto;	
	background: url(images/templatemo_top_panel_bg_wrapper_outer.jpg) top center no-repeat;
}

#templatemo_top_panel {
	width: 980px;
	height: 210px;
	margin: 0 auto;
	background: url(images/templatemo_top_panel_bg.jpg) top center no-repeat;
}

#templatemo_top_panel #templatemo_menu {
	padding: 12px 0 0 0;
	height: 38px;
}

#templatemo_top_panel #templatemo_banner {
	clear: both;
	height: 160px;
}

#templatemo_banner  #site_title {
	float: left;
	width: 940px;
	padding: 40px 0 0 0;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-left: 3px;
	margin-top: 2px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 4px;
}

#site_title h1 a:hover span {
	font-weight: normal;
}
/* end of site title */

/* content */

#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/templatemo_content_bg_wrapper.jpg) center top no-repeat;
}

#templatemo_content {
	width: 980px;
	margin: 0 auto;
	background: url(images/templatemo_content_bg.jpg) center top no-repeat;
}

#templatemo_popular_posts {
	clear: both;
	width: 900px;
	height: 200px;
	overflow: hidden;
	padding: 50px 40px 40px 40px;
	margin-bottom: 10px;
	background: none;
}

#templatemo_main_coontent {
	clear: both;
	width: 980px;
	background: url(images/templatemo_content_box_middle.png) center repeat-y;
}

#templatemo_main_content_top {
	clear: both;
	width: 980px;
	height: 14px;
	background: url(images/templatemo_content_box_top.png) bottom center no-repeat;
}

#templatemo_main_content_bottom {
	clear: both;
	width: 980px;
	height: 14px;
	background: url(images/templatemo_content_box_bottom.png) top center no-repeat;
}

#templatemo_main_coontent #main_column {
	float: left;
	width: 650px;
	padding: 20px 0;
}

#templatemo_main_coontent #side_column {
	float: right;
	width: 250px;
	margin-right: 20px;
	padding: 20px 15px;	
}

#main_column .post_box {
	clear: both;
	margin-bottom: 40px;
}

.post_box .date_box {
	float: left;
	width: 152px;
	height: 43px;
	margin-right: 10px;
	color: #ffffff;
	background: url(images/templatemo_date_bg.png) top left no-repeat;
}
.post_box .date_box p {
	padding: 13px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.post_box .post_body {
	float: left;
	width: 480px;
	padding: 10px 0 20px 0;
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
}

.post_body h2 a {
	font-weight: bold;
	font-size: 26px;
}

.post_body h2 a:hover {
	text-decoration: none;
}

.post_body p {
	margin-bottom: 20px;
}

.post_info {
	font-size: 14px;
	margin-bottom: 20px;
}

.post_info a {
	color: #ffffff;
	padding: 0 2px;
	background: #5b5952;
}

.post_info a:hover {
	color: #000000;
 	background: #fad40d;	
	text-decoration: none;
}

.post_content img {
	border: 5px solid #817970;
	margin-bottom: 10px;
	background: #fffff;
}

.post_content .link_button a {
	display: inline-block;
	padding: 1px 5px;
	margin-right: 10px;
	margin-top: 10px;
	color: #ffffff;
	background: #675d52;
	text-decoration: none;
}

.post_content .link_button a:hover {
	color: #000000;
 	background: #fad40d;
}

.side_column_section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #333;
}

.side_menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.side_menu li {
	margin: 0px;
	padding: 2px 0;
	border-bottom: 1px dashed #666;
}

.side_menu li a {
	color: #000000;
}

.side_menu li a:hover {
	color: #fad40d;
	text-decoration: none;
}

.recent_post {
	color: #383737;
	margin-bottom: 5px;
	border-bottom: 1px dashed #666;
}

.recent_post h4 a {
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.recent_post h4 a:hover {
	color: #99FF00;
}

/* end of content */

/* footer */

#templatemo_footer_wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	background: #11100f url(images/templatemo_footer_top.jpg) top repeat-x;
}

#templatemo_footer {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	color: #54514f;
}

#templatemo_footer .section_w200 {
	float: left;
	width: 200px;
	padding-left: 25px;
	padding-right: 20px;
}

#templatemo_footer .section_w200 h4 {
	color: #FF6600;
	margin: 0 0 10px 0;
	padding: 3px 0;
}

#templatemo_footer p {
	margin-bottom: 10px;
}

.footer_list_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list_menu li {
	margin: 0px;
	padding: 3px 0;
}

.footer_list_menu li a {
	color: #54514f;
}

.footer_list_menu li a:hover {
	color: #FF6600;
	text-decoration: none;
}

.section_rss_twitter a {
	display: block;
	width: 200px;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #37362f;	
	margin-bottom: 20px;
}

.section_rss_twitter a:hover {
	color: #FF6600;
	text-decoration: none;	
}

.section_rss_twitter a span {
	font-size: 12px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.rss a {
	background: url(images/rss_icon.png) right bottom no-repeat;
}

.twitter a {
	background: url(images/twitter_icon.png) right bottom no-repeat;
}

/* end of footer -->


<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 900px;
	height: 200px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 750px;
  height: 200px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  width: 680px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 200px;
  margin:0 auto;  
}

.slide img {
	float:left;
	margin-right: 40px;
	border:1px solid #4f4b42;
}

#slideshow #slidesContainer .slide a:hover {
	text-decoration: none;
}

#slideshow #slidesContainer .slide a p {
	color: #ffffff;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 30px;
  height: 50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 85px;
  left:0;
  background:transparent url(images/slider_left_control.png) no-repeat 0 0;
}
#rightControl {
  top: 85px;
  right:0;
  background: transparent url(images/slider_right_control.png) no-repeat 0 0;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-caption a {
	display: inline;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.alignright {
	float: right;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}