/*
Theme Name: your theme
Theme URI: http://ux37.com
Description: designblog minimalistic theme for web develorers
Author: http://ux37.com
Version: 1.1
Tags: 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */




/* centralize elements */
#header_inner , #homeslider_inner  {
    width: 920px;
    margin: auto;
}

#content {
    
    background: url(css/pics/noise.png) repeat;
}

.home #content {
    width: 100%;
    background: #fff;
}

/* header */
#header {
    border-top: 8px solid #093346;
    /*background: #3b84a6 top center url(css/pics/header_inner.jpg) no-repeat;*/
    background: url(css/pics/bnoise.png) repeat;
    height: 140px;
}

#header_cover {
    width: 1020px;
    background: top center url(css/pics/black.png) repeat;
    margin: auto;
    height:140px;
}

#header_inner {
    
    height: 140px;
}

#site-title {
    height: 120px;line-height: 35px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    background:#093346;
    
    font-weight: normal;
    
    text-shadow: -1px -1px 0px #111;
    
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;  


}

#site-title a {
    color: #fff;
    text-decoration: none;
}

ul#pagemenu {
    margin:0;
    padding: 0;
    list-style: none;
    width:420px;
    float: right;
    margin-top: 8px;
}

ul#pagemenu li {
    display: block;
    float: left;
    width:120px;
    padding: 10px 0;
    margin: 5px 10px;
   border-bottom: 1px dotted #9ad3ed;
    text-shadow: -1px -1px 0px #093346;
    
    /*
    background:#093346;
    
    font-weight: normal;
    
    text-shadow: -1px -1px 0px #111;
    
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: center;

*/
    
}

ul#pagemenu li a {
    color:#d0f0ff;
    text-decoration: none;
}

#lang_widget {
    width: 400px;
    float: right;
    height: 20px;
    overflow: hidden;
}

#lang_widget ul {
    list-style: none;
    width: 250px;
    float: right;
    background:#093346;
    height: 28px;
    padding: 0 5px;

}

#lang_widget ul li {
    display: block;
    float: right;
    margin: 0 1px;
    padding: 0 3px;
}

#lang_widget ul li a {
    text-decoration: none;
    color: #bdeaff;
}

/* homeslider */
#homeslider {
    height: 400px;
    background:  url(css/pics/noise.png) repeat;
    border-top: 2px solid #a7a6a6;
    border-bottom: 2px solid #bababa;
}

#slider_cover {
    width: 1020px;
    background: top center url(css/pics/sidebar_bg.png) repeat;
    margin: auto;
    height: 400px;
}


#home_content {
    width: 920px;
    margin: auto;
    padding: 20px 50px;
    
    background: #f9f9f9;
}



.homebox {
    width:30%;
    padding: 1.5%;
    text-align: justify;
    float: left;
    line-height: 20px;
}

.homebox p {
    margin-bottom: 10px;
}

.homebox h3 {
    font-size: 22px;
    font-weight: normal;
    color: #1f769f;
    margin-bottom:  10px;
}



a.button_dark {
    display: block;
    width: 250px;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    background:  top left url(css/pics/button_dark.png) no-repeat;
    height: 80px; line-height: 38px;
    font-weight: bold;
    text-align: center;
}

#homeslider_inner {
    background: #fff;
    height: 400px;
    float:left;
    overflow: hidden;
}

#homeslider_inner  .post {
    width: 920px;
    height: 340px;
    padding:30px;
    float: left;
    line-height: 20px;
    background:  url(css/pics/varix-intro.jpg) no-repeat;
    background-position: 550px 10px;
}

#homeslider_inner #post-22 {
    background:  url(css/pics/varix-intro2.jpg) no-repeat;
    background-position: 550px 10px;
}


#homeslider_inner  .post h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: normal;
    width:400px;
    float:left;
}

#homeslider_inner  .post h2.first {
    margin-top: 30px;
}

#homeslider_inner  .post img {
    float:right;
}

#homeslider_inner  .post p {
    width:400px;
    text-align: justify;
}

#homeslider_inner #scroller {
    width: 8000px;
    position: relative;
}


#arrow_right , #arrow_left {
    height: 100px;
    width: 50px;
    float:left;
    background: top left url(css/pics/arrows.png) no-repeat;
    margin-top: 150px;
    cursor: pointer;
}

#arrow_right {
    background-position: top right;
}



#footer {
    width: 1020px;
    margin: auto;
    border-top: 1px dotted #d9d9d9;
    padding: 10px 0 20px 0;
    margin-top: 20px;
}

#footer ,#footer a {
    color: #555;
    text-decoration: none;
}

#fpagemenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#fpagemenu li {
    display: inline;
    padding: 0 10px;
}

#fpagemenu li a {
    color: #999;
    text-decoration: none;
}

#fpagemenu li a:hover {
    text-decoration: underline;
}

#signature {
    margin-top: 10px;
    padding-left: 10px;
}

 .fb_iframe_widget {
    width: 800px;
    float: left;
    text-align: left;
}

#page_content {
    width: 920px;
    padding: 50px;
    background: #f9f9f9;
    margin: auto;
    min-height: 600px;
}

#page_content .page, #page_content .post {
    float: left;
    width: 640px;
    text-align: justify;
    margin-left: 50px;
}

#page_content .page h1 , #page_content .post h1 {
    font-size: 22px;
    margin-bottom: 10px;
}

#sidebar {
    width: 230px;
    float: left;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar ul ul {
    margin: 2px 0;
}

#sidebar h3 {
    
    text-transform: uppercase;
    margin-top: 5px;
}

#sidebar ul ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}

#sidebar ul ul li a {
    color: #666;
    text-decoration: none;
}

#sidebar a img {
    display: block;
    border: none;
}

.home #sidebar h3 {
    
    margin-top: 0;
    text-transform: none;
}

.cleaner {
    clear: both;
    width: 100%;
}


#disqus_thread  {
    width: 300px;
}

.home #sidebar #linkcat-5 {
    margin-top: 15px;
}

#sidebar li a img {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 5px;
    border: none;
}

#disqus_thread h3 {
    font-size: 14px;
}

/* sale button */

a.salebutton {
 display: block;
 clear: both;
 padding: 5px 20px;
 background: #f3d636;
 margin-top: 40px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

font-size: 18px;
text-decoration: none;
font-weight: bold;
text-align: center;
color: #333;
border: 1px solid #fff09f;
}









.empty-page {
    font-size: 500px;    
    letter-spacing: -100px;
    background: #fff;
}




















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



#basic-modal-content {
    display: none;
}


.menu-vertical {
    
    float: left;
    width: 200px;
}