/*======================================
Theme Name: zeeDisplay
Theme URI: http://themezee.com/zeeDisplay
Description: zeeDisplay is a professional wordpress theme with rounded corners and great features: Custom Logo, Several predefined Color Schemes, Unlimited Colors via Colorpicker, Content Slider, 125x125 Banner Widget, SocialMedia Buttons Widget, Dropdown Navigation, Theme Option Panel, Footer Sidebar and more
Version: 1.0.5
Author: ThemeZee
Author URI: http://themezee.com
Tags:  two-columns, light, custom-background, sticky-post, custom-menu, threaded-comments, translation-ready, theme-options, fixed-width, custom-colors, custom-header, editor-style, right-sidebar, rtl-language-support, white, blue
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 0.95em;
}
body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	border: 0;
	color: #7f7f7f;
	background: #efefef;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #f37f03;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
a.internal, a.internal:link, a.internal:visited{
	background: transparent url('images/bullet.png') no-repeat left 45%;
	padding-left: 11px;
	-webkit-background-size: 8px 9px;
       	-moz-background-size: 8px 9px;
	-o-background-size: 8px 9px;
	background-size: 8px 9px;
}
a.internal:hover, a.internal:active {
	color: #d97000;
}
input, textarea {
	background-color: #f5f5f5; 
	margin: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #7f7f7f;
}

h1 {
	font-size: 1.6em;
	font-weight: 700;
	color: #f37f03;
	text-align: center;
	margin-top:15px;
}

h1.blog  {
	font-size: 1.35em;
	margin: 0px 0 0px 0;
	padding-bottom:5px;
	color: #555;
	text-align: left;
}

h2 {
	font-size: 1.35em;
	margin: 0px 0 0px 0;
	padding: 0;
	color: #555;
}

.commentsbox {
	float: left; 
	font-weight: bold;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #ffffff,  #dfdfdf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	border-radius: 3px; 
	font-size: 11px;
	line-height: 18px; 
	padding: 0px 7px 0px 7px; 
	border:1px solid #cccccc;
}

.commentsbox:hover {
	border:1px solid #bbbbbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d8d8d8));
	background: -moz-linear-gradient(top,  #fafafa,  #d8d8d8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d8d8d8');
}

a.buy {
 /* Disables default styling */
    border: none;
    background: #2b2b2b;
    color: #fff; 

    /* You need to set font, font size and cursor for buttons */
    font-size: 1em;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;

    padding: 11px 16px 11px 16px;
    font-weight: bold;

    border-radius: 6px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 2px #444 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.55) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 6px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 2px #444 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.55) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

}

a.buy:active {
 
    color: #aaa;
    

    box-shadow:
        0 0 0 2px #444 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.35) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-box-shadow:
        0 0 0 2px #444 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.35) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

}

a.mybutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 0.95em 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: .3em 0.8em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #FFF;
border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');

}

a.mybutton:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px Helvetica, Arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    padding-left:0;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#separator {
	display:block;
	width:100%;
	height:45px;
	background: transparent url('images/sep.png') no-repeat 50% 50%;
}


#video-container {
	max-width:640px;
	margin:0 auto 30px;
	padding:0 40px 8px;
	background:url(images/videoplayer2/shadow.png) 0 352px no-repeat;
}

.mejs-container {
	box-shadow:0 0 18px rgba(0, 0, 0, .25);

}

/*============================ WRAPPER ============================*/
#header {
    margin: 30px auto;
	width: 900px;
	height: 46px;
}
/*============================ STRUCTURE ============================*/

#global {
	clear: both;
	margin: 0px auto;
	width: 900px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#global-blog {
	clear: both;
	margin: 0px auto;
	width: 900px;
	padding: 0;
}

#wrap {
	clear: both;
	margin: 0px auto;
	width: 900px;
	padding: 0;
	text-align: left;
	/*background: url(images/middle.png) repeat-y;*/
}

#top {
	margin: 0px auto;
	width: 900px;
	height:10px;
	/*background: url(images/top.png) no-repeat;*/
}
#top-main {
	margin: 0px auto;
	width: 900px;
	height:335px;
	/*background: url(images/top-main.png) no-repeat;*/
	background-color: #fff;
	text-align: center;
}
#top-product {
	margin: 0px auto;
	width: 900px;
	height:0px;
}
#top-banner {
	margin: 0px auto;
	width: 900px;
	height:217px;
	/*background: url(images/middle.png) repeat-y;*/
	text-align: center;
	overflow: hidden;
	padding:0;
}
#top-banner-home {
	margin: 0px auto;
	width: 900px;
	height:260px;
	/*background: url(images/middle.png) repeat-y;*/
	text-align: center;
	padding:0;
}
#top-banner-content {
	width: 900px;
	height:217px;
	background: url(images/orange_texture.jpg) repeat;
	background-size: 300px 300px;
	text-align: center;
	/*margin-left:1px;*/
	overflow: hidden;
	padding:0;
	background-color: #f99e0e;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#top-banner-content-home {
	width: 900px;
	height:210px;
	background: url(images/orange_texture.jpg) repeat;
	background-size: 300px 290px;
	background-color: #f99e0e;
	text-align: left;
	/*margin-left:1px;*/
	padding:0;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#bottom {
	margin: 0px auto;
	width: 900px;
	height:14px;
	/*background: url(images/bottom.png) no-repeat;*/
}

#content {
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left:30px;
	padding: 10px 25px;
}
.fullwidth {
	width: 800px !important;
}
.tabs {
	width: 800px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	width: 290px;
	padding-top: 40px;
	margin-left: 585px;
}
#sidebar ul li h2 {
	color: #555;
	height: 25px;
	line-height: 25px;
	font-size: 1.3em;
	padding: 2px 15px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#sidebar ul li {
	margin-bottom: 20px;
}
#sidebar ul li ul, #sidebar ul li div{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#sidebar ul li div ul, #sidebar ul li div ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li ul {
	list-style: circle inside;
	color: #777;
}
#sidebar a, #sidebar ul {
	font-size: 1.0em;
}
#sidebar a:link, #sidebar a:visited  {
	color:#333;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color:#777;
	text-decoration: underline;
}
#sidebar ul ul li {
	margin: 5px 10px;
	padding: 0;
	border: 0;
}
#sidebar ul ul ul {
	border: none;
	padding: 0;
}
#sidebar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
/* Theme SocialMedia Widget */
#socialmedia_buttons img{
	margin: 1px;
}
/* Theme Ads Widget */
#ads img{
	margin: 3px;
}
/* Theme Search Widget */
.screen-reader-text {
	display: none;
}
#s {
	background: #eee;
	border: 1px solid #ddd;
	padding: 6px 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	width: 150px;
}
#searchsubmit {
	margin-left: 5px;
	padding: 5px 10px;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#searchsubmit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}
/*============================ HEADER ============================*/
#head {
	height: 60px;
	margin-top: 10px;
}
#logo {
	float: left;
    width: 300px;
	margin-top: 5px;
}
#logo h1 {
	padding: 0 10px;
	font-size: 2.1em;
	color: #333;
}
/*============================ TOP NAVIGATION ============================*/
#toplang {
	float: right;
	margin: 0;
	padding: 0px;
	width: 75px;
	padding-top:26px;
}
#topnavi {
	float: right;
	margin: 27px 0;
	padding: 0px 10px;

}
#topnavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;

}
/*Top level list items*/
#topnavi ul li{
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	margin: 0; 
	padding: 0px 0 0px;
	border-right: 1px solid #AAA;

}
/*Top level menu link items style*/
#topnavi ul li a{
    padding: 0px 10px;
    font-size: 1.25em;
    font-weight: bold;
    color: #555;
    text-shadow: 0 1px 0 white;
}
#topnavi ul li a:link, #topnavi ul li a:visited{
	text-decoration: none;
}
#topnavi ul li a:hover{
	text-decoration: none;
	color: #000;
}

/*1st sub level menu*/
#topnavi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: 0;
	padding-top: 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topnavi ul li ul li{
	display: list-item;
	width: 160px;
	float: none;
	margin: 0 !important;
	padding: 10px 10px 5px 10px !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#topnavi ul li ul li ul{
	padding: 0 !important;
	margin-top: 0;
	margin-left: -2px;
	border-top: 1px solid #ddd;
}
/* Sub level menu links style */
#topnavi ul li ul li a{
	height: 30px;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal !important;
	color: #333 !important;
	text-decoration: none !important;
}
#topnavi ul li ul li a:hover{
	text-decoration: none !important;
	background: none;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	-khtml-border-radius: 0; /* Konqueror */
}
#topnavi ul li.current_page_item a, #topnavi ul li.current-cat a, #topnavi ul li.current-menu-item a {
	color: #f37f03;
	text-decoration: none;
}
/*============================ NAVIGATION ============================*/
#navi {
	margin: 0;
	float: left;
	width: 900px;
	height:10px;
	background: url(images/top.png) no-repeat;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
}
/*Top level menu link items style*/
#navi ul li a{
	display: block;
	padding: 10px 20px;
	font-size: 1.0em;
	font-weight: bold;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #fff;
	text-decoration: none;
}
#navi ul li a:hover{
	color: #ccc;
	background: #333;
}
/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: -1px 0 0 0;
	padding: 0;
	background: #333;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #444;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: -1px !important;
}
/* Sub level menu links style */
#navi ul li ul li a{
	width: 170px; /*width of sub menus*/
	padding: 10px !important;
	margin: 0 !important;
	font-weight: normal !important;
	font-size: 0.9em;
	color: #eee !important;
	text-decoration: none !important;
}
#navi ul li ul li a:hover{
	background: #444;
	color: #ddd !important;
}

#navi ul li.current_page_item a strong, #navi ul li.current-cat a strong, #navi ul li.current-menu-item a strong{
	text-decoration: underline;
}
/*============================ More_Posts, Calendar ============================*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
.more-link {
	display: block;
	float: right;
	margin: 35px 0 10px;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 0.9em;
	font-weight: bold;
}
.moretext {
	padding: 5px 15px;
	background: url(images/button.png) repeat-x;
	border: 1px solid #ddd;	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
}
.moretext:hover {
	background: url(images/button_hover.png) repeat-x;
}
/*============================ POST ============================*/
.post {
	margin: 5px 10px 35px 0;
}
.sticky, .bypostauthor { }
.post h2, .attachment h2 {
	/*padding-bottom: 2px;*/
	font-size: 1.35em;
	font-weight:bold;
	color:#444;
}
.page h2 {
	font-size: 1.35em;
}
.post h2 a:link, .post h2 a:visited {
	color:#444;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color: #444 !important;
}
.entry {
	line-height: 1.4em;
}
.entry h1, .comment h1 {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #f37f03;
	text-align: center;
	font-weight:bold;
}
.entry h2, .comment h2 {
	font-size: 1.25em;
	margin: 20px 0 8px 0;
	padding: 0;
	color: #5f5f5f;
	font-weight: bold;
}
.entry h2.blog {
	font-size: 1.35em;
	margin: 20px 0 0px 0;
	color: #5f5f5f;
}

.entry h3, .comment h3 {
	font-size: 1.15em;
	margin: 10px 0 0 0;
	color: #f37f03;
	font-weight: bold;
}
.entry h4, .comment h4 {
	font-size: 1.2em;
	margin: 0px 0 0 0;
	color: #5f5f5f;
	font-weight: bold;
}
.entry h5 , .comment h5{
	font-size: 1.05em;
	margin: 0px 0 0 0;
	color: #5f5f5f;
	font-weight: bold;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #444;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
}

.column {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
}

.section {
    display: inline-block;
    padding-left: 45px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 20px;
}
.section img {
    position: absolute;
    left: 0;
    top: 0;
}

.arh {
	font-size: 1.4em;
	color:#444;
	padding: 10px 15px;
	margin: 10px 5px 20px 0;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
.postmeta {
	font-size: 12px;
	margin-bottom: 15px;
	color:#aaa;

}
.postmeta a:link, .postmeta a:visited, .postinfo a:link, .postinfo a:visited {
	color:#aaa;
	text-decoration: none;
}
.postmeta a:hover, .postmeta a:active, .postinfo a:hover, .postinfo a:active {
	color:#aaa;
	text-decoration: none;
}
.postinfo {
	margin: 10px 0;
	padding: 5px 15px;
	color: #333;
	font-size: 0.9em;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	border: 1px solid #ccc;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
}
.postinfo a {
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}
.postinfo a:hover{
	text-decoration: underline !important;
}
span.folder,span.tag,span.comment,span.author,span.date{
	/*padding: 0 5px 3px 19px;*/
}
span.date{
	/*background: url(images/icons/date.png) no-repeat top left;*/
}
span.author{
	/*background: url(images/icons/author.png) no-repeat top left;*/
}
span.folder{
	background: url(images/icons/category.png) no-repeat top left;
}
span.comment{
	background: url(images/icons/comment.png) no-repeat top left;
}
span.tag{
	background: url(images/icons/tag.png) no-repeat top left;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: circle;
	/*list-style-image: url('images/puce.gif');*/
	margin: 0 0 20px 16px;
}
.entry ul li {
	/*background-image: url('images/puce.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px; */
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.8em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #ccc;
	font-size: 40px;
	line-height: 15px;
	float: left;
	margin-left: -30px;
	font-family: Georgia, "Times New Roman";
font-weight: bold;
}
blockquote:after{ 
	content:close-quote;
	color: #ccc;
	font-size: 40px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: Georgia, "Times New Roman";
	font-weight: bold;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	/*margin: 20px 0;*/
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.0em;
	/*padding: 5px 15px;*/
}
.entry tr td {
	border-top: 1px solid #ddd;
	/*padding: 5px 15px;*/
}
.entry tr.odd td {
	background: #eee;
}

.entry table.noborder {
	border: none;
	margin: 0;
	padding:0;
}
.entry table.noborder tr {
	padding: 0px;
}
.entry table.noborder tr td {
	border-top: none;
	padding: 0px 20px 0px 0px;
}

/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 6px 3px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	/*display: inline; */
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 0px 5px 0px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.wp-post-image {
	/*border: 0px solid #ddd;*/
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 5px 20px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#slideshow {  
    width: 490px;  
    padding: 0;  
    margin:  0;
}
#slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
}
#slideshow .post h2 {
	font-size: 1.9em;
	font-weight:normal;
}
#slide_panel {
	margin: 10px 0;
	height: 25px;
	width: 495px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: url(images/sidebar_bg.png) repeat-x #ddd;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#slide_head {
	float: left;
	font-size: 1.4em;
	color: #444;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.2em;
	font-family: arial, verdana;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold !important;
	text-decoration: none;
}
#slide_keys a:hover {
	text-decoration: underline;
}
/*============================ Comments ============================*/
#comments, #respond {
	padding: 5px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 18px;
	color:#444;
	padding: 10px 15px;
	margin: 10px 5px 20px 0;
	text-align: center;

}
/* Reset #comments h3 */ 
.comment h3 {
	padding: 0 !important;
	margin: 10px 0 !important;
	border: none !important;
	background: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment_navi {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: left;
}
.commentlist .comment {
	/*margin: 15px 0 10px;*/
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	/*border-bottom: 1px solid #dedede;*/
	/*-moz-border-radius: 10px;  Firefox 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; */
}
.comment-author img {
	float: left;
	margin: 5px 10px 15px 0;
}
.comment-author .says {
	display: none;
	
}
.comment-author .fn {
	line-height: 30px;
	color: #111;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;

}
.commentlist .children {
	margin-top: 10px;
	margin-left: 0px;
}
.commentlist .children .comment{
	background: #fff;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	
}
.commentlist .children .comment ul .comment {
	background: #fff;

}
.commentlist p {
	clear: left;
	/*margin: 10px 5px 10px 0;*/
	margin: 0;
}
.comment-reply-link {
	text-decoration: underline !important;
	color:#0066ee !important;
}

#commentform {
	/*margin: 5px 10px 0 0;*/
	margin: 0;
}
#commentform p {
	/*margin: 5px 0 15px 10px;*/
	margin: 0;
}
#commentform input {
	display: inline;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 10px 20px 0;
}

#commentform #submit {
	width:150px;
	margin-left: 40%;
	display: inline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #FFF;
border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');

}

#commentform #submit:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


#commentform label {
	font-size: 12px;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 5px;
	padding: 0 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-top: -5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    color: #333 !important;
    text-align: center;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
}
.wp-pagenavi a:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    background-color: #f37f03;
    border: 1px solid #f37f03;
    color: #fff;
    text-align: center;
	font-size: 1em;
	font-weight: bold;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
}
/*============================ BOTTOM BAR ============================*/
#bottombar {
	margin-top: 20px;
	padding: 15px 10px;
	background: #444;
	border-top: 7px solid #666;
}
#bottombar ul li h2 {
	color: #fff;
	background: url(images/navi_bg.png) repeat-x #505050;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 15px;
	margin-bottom: 15px;
	font-family: verdana, arial;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#bottombar ul li {
	width: 198px;
	float:left;
	margin: 10px 5px;
	padding: 5px;
	border: 1px solid #505050;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
}
#bottombar ul li div {
	margin: 0;
	padding: 0 5px;
	line-height: 1.5em;
}
#bottombar ul li ul {
	padding: 0 5px;
	list-style: circle inside !important;
	color: #ddd;
}
#bottombar a, #bottombar ul {
	color:#fff;
	font-size: 1.0em;
	text-decoration: none;
}
#bottombar a:hover {
	color:#aaa;
	text-decoration: underline;
}
#bottombar ul ul li {
	margin: 0;
	padding: 3px;
	border: none;
}
/*============================ FOOT ============================*/
#footer {
	clear: both;
	margin: 0px auto;
	color: #858585;
	width: 900px;
	height:50px;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;
	font-size: 12px;
	padding-top:20px;
}
#footer a {
	color: #858585;
}
#footer a:hover {
	text-decoration: none;
	color: #d97000;
}
.credit_link {
	float: right;
	font-size: 0.8em;
	margin: 3px 20px 0 0;
}



.customStyleSelectBox {
/* Styles For Your Select Box */
	border: 1px solid #ECECEC; 
	background-color: #fafafa;
	padding: 0px 4px 0px 4px;
	font-size:12px;
	margin-bottom: 12px;
	margin-left:4px;
	margin-top:4px;
}

.customStyleSelectBox.changed {
/* You can use this if you want a different style after user has made a selection */
}

/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner {
	background:url('images/down_arrow.gif') no-repeat center right;
}


img.screenshots {
	border: 1px solid #ccc; 
	padding: 7px; 
	background: #f6f6f6; 
	margin:0px 5px 5px 0px; 
	/*-webkit-box-shadow: rgba(50, 50, 50, 0.6) 1px 1px 2px;*/
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
}