/*
Theme Name: BluilosMagazine
Theme URI: http://www.simplewpthemes.com
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
Description: Free Wordpress theme by <a href="http://www.simplewpthemes.com/">SimpleWPThemes.com</a>. Please read READ ME.TXT for usage instructions!
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slide.css");
@import url("css/superfish.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #006CAF;
  text-decoration: none;
/*006CAF*/
}
a:hover {
  color: #5f421b;
}
/***************END LINKS*************************/

html body {
  background: #fff url(images/bg.jpg) repeat;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
  color: #000000;
/*a2a2a2*/
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6, #top, .comm {
    font-family: 'DroidSansRegular';
    font-weight: normal;
}

/***************LAYOUT*************************/

#topwrap  {
  width: 100%;
  height: 196px;
  background: url(images/topwrap.png) repeat-x scroll 0 142px;
}
#mainwrap {
  clear: both;
  margin: 0 auto;
  width: 960px;
  padding: 25px 3px 0;
  background: url(images/shadow.png) repeat-y;
  overflow: hidden;
}
#header {
  width: 960px;
  height: 143px;
  margin: 0 auto;
}
#blogtitle {
  text-transform: lowercase;
  float: left;
  padding-top: 5px;

/* 52px */
}
.description {
  color: #b88b1c;
  font-size: 13px;
  margin-top: -3px;
  font-family: 'DroidSansRegular';
}
.adv {
  float: right;
  margin: 40px 0px 0 0;
  background: #fff;
  padding: 3px;
  border: 1px solid #674920;
}
.sadd1 {
  margin: 5px 0 8px 0px;
}
/* -------- START PAGE MENU -------- */
#top {
  clear: both;
  margin: 0 auto;
  width: 960px;
  height: 50px;
  position: relative;
  z-index: 99999999;
}
#top li {
  float: left;
  line-height: 48px;
  margin-right: 5px;
}
#top li a {
  float: left;
  display: block;
  padding: 0 18px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-family: 'DroidSansRegular';
}
#top li a:hover, #top li.current_page_item a, #top li.current-menu-item a, #top li.sfHover a {
  background: #af3434 url(images/toph.gif) repeat-x;
  border: 1px solid #946f52;
  color: #fff;
}
#top li ul {
  background: #64461e;
  width: 205px;
  border:1px solid #9e7948;
  margin-top: -2px;
  padding-top: 1px;
}
#top li ul li {
  background: url(images/sep.gif) repeat-x scroll bottom;
  line-height: 33px;
}
#top li li a, #top li li a:visited, #top li.sfHover li a {
  color: #ae8956;
  background: none;
  border: 1px solid transparent;
}
#top li li:hover a {
  color: #fff;
  background: none !important;
  border: 1px solid transparent !important;
}
#top .last {
  background: none !important;
}

/* -------- END PAGE MENU -------- */

#s {
  width: 122px;
  height: 11px;
  padding: 9px 0 8px 5px;
  padding: 7px 0 10px 5px\0/;
  margin: 0 -4px 0 0;
  color: #979696;
  font-size: 11px;
  border: 1px solid #8c674a;
}
*+html #s {
  margin-top: -1px;
  padding: 7px 0 10px 5px;
}
#contentwrap {
  float: left;
  width: 470px;
  padding: 0 20px;
}
#sidebar {
  width: 200px;
  float: right;
  margin: 0 17px 20px 0;
}
#footer {
  width: 960px;
  clear: both;
  background: url(images/shadow-bot.png) no-repeat scroll top;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 auto;
  color: #5b5b5b;
  text-align: center;
/*b7b7b7*/
}
#footer a, #footer a:visited {
  color: #5b5b5b;
/*999999*/
}
#footer a:hover {
  color: #999999;
  text-decoration: underline;
}
#footer p {
  margin-top: 5px;
}
/* -------- END WP LAYOUT -------- */

/* -------- START WP STYLES -------- */

#sidebar h3 {
  padding: 0 0 25px 0;
  margin-bottom: 0;
  font-size: 17px;
  color: #979696;
}
.side-widget {
  clear: both;
  width: 200px;
  margin-bottom: 35px;
  overflow: hidden;
}
#sidebar ul, #sidebar2 ul {
  margin-top: -5px;
}
#sidebar ul.children, #sidebar2 ul.children {
  margin: 3px 0 -3px 0;
}
#sidebar ul li {
  padding: 3px 0 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #d0cfcf;
}
#sidebar li li {
  border-bottom: 0;
  border-top: 1px solid #d0cfcf;
}
.side-widget a, .side-widget a:visited {
  color: #a2a2a2;
}
.side-widget a:hover {
  color: #006fb4;
  text-decoration: underline;
}
.tagcloud a, .tagcloud a:visited {
  color: #fff !important;
  text-shadow: 1px 0 1px #7e5f16;
  padding: 2px 6px;
  background: url(images/more.png) repeat-x;
  font-size: 11px !important;
  border: 1px solid #008dd4;
  margin: 0 2px 5px 0;
  display: inline-block;
}
#sidebar2 ul li {
  padding: 3px 0 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #7d5b2e;
}
#sidebar2 li li {
  border-bottom: 0;
  border-top: 1px solid #7d5b2e;
}
/*****************SIDEBAR LEFT*************************/

#sidebar2 {
  float: left;
  width: 208px;
  background: #d0d0d0 url(images/sb.gif) repeat-x scroll top;
  border: 1px solid #9e7948;
  border-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
/*#694a21*/
}
#sidebar2 h3 {
  color: #766464;
  font-size: 17px;
  padding: 0 0 15px 0;
  margin-bottom: 0 !important;
/*#f5f1e2*/
}
.widget {
  width: 180px;
  padding: 7px 14px 0px;
  margin-bottom: 7px;
  overflow: hidden;

/* change sb banner gap setting here */
}
.widget a, .widget a:visited {
  color: #ae8956;
}
.widget a:hover {
  color: #d3b58b;
}

/***************POST STYLES*************************/
h2.title {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 19px;
}
h2.title a, h2.title a:visited {
  color: #006caf;
}
.meta {
  color: #b4b4b4;
  display: block;
  clear: both;
  padding-top: 15px;
}
.meta a, .meta a:visited {
  text-decoration: underline;
  text-transform: lowercase;
}
.comm {
  background: url(images/comm.png) repeat-x;
  border: 1px solid #957154;
  display: inline-block;
  font-family: Trebuchet MS;
  margin-bottom: 10px;
  width: 88px;
  height: 24px;
  padding-top: 4px;
  text-align: center;
  margin-right: 5px;
}
a.comm, a.comm:visited {
  color: #fff !important;
  text-shadow: 1px 0 1px #3f2c13;
  font-size: 11px;
}
a.more-link {
  background: url(images/more.png) repeat-x;
  border: 1px solid #008dd4;
  text-shadow: 1px 0 1px #005184;
  color: #fff;
  display: inline-block;
  font-family: Trebuchet MS;
  margin-bottom: 10px;
  width: 88px;
  height: 24px;
  padding-top: 4px;
  text-align: center;
  font-size: 11px;
}
.postmetadata {
  text-align: right;
}
.post, .page {
  border-bottom: 1px solid #e9e8e8;
  margin-bottom: 33px;
  padding-bottom: 35px;
  overflow: hidden;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
  position: relative;
}
.entry h2 {
  margin-bottom: 0.4em;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-top: 15px;
}
.entry p {
  margin-top: 10px;
}
.entry img, .post_thumbnail {
  padding: 4px;
  border: 1px solid #dcdbdb;
  background: #fff;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
.entry li {
  list-style: circle inside;
}
.entry ol li {
  list-style: decimal inside;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 5px 10px 0px 0px;
}
.alignright {
  float: right;
  margin: 5px 0px 0px 10px;
}
img.aligncenter {
  display: block;
  margin: 0 auto 5px;
}
/***************END POST STYLES*************************/
#wp-calendar caption {
  background: #c24a01;
  color: #fff;
  margin-bottom: 10px;
/*c24a01*/
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar td {
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar {
empty-cells: show;
font-size: 14px;
margin: 0;
width: 90%;
}
#wp-calendar a:hover {
  background: #c24a01;
  color: #fff;
/*c24a01*/
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #000080;
  color: #fff;
/*c24a01*/
}
li.pagenav, li.categories, li.linkcat {
  list-style:none;
}
h2.pagetitle {
  margin: 2px 0 30px 0px;
  font-size: 24px;
  text-align: center;
  color: #000;

/*32px*/
}
p.center {
  margin: 10px 0;
}
/* -------- END WP STYLES -------- */



/* -------- TABLES -------- */
#contentwrap table{font-size:1.2em;margin:5px 0 25px 1px;}
#contentwrap table td{padding:8px;border: 1px solid #ccc;}
/* -------- END TABLES -------- */


/* -------- PAGE NAVIGATION -------- */

.navigation {
  text-align: center;
  font-family: Trebuchet MS;
}
.wp-pagenavi{
  clear:both;
  margin:20px 0 20px;
  text-align:center;
}
.wp-pagenavi span.pages,.wp-pagenavi span.extend{
  color:#979696;
  margin:2px;
  padding:6px 10px 6px;
  border: 1px solid transparent;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited{
  color:#fff;
  margin:0px;
  padding:6px 10px 6px;
  text-decoration:none;
  border: 1px solid #987357;
  background: #644832 url(images/nav.gif) repeat-x;
}
.wp-pagenavi span.current,.wp-pagenavi a:hover{
  color:#fff;
  margin:0px;
  padding:6px 10px 6px;
  background: #0065a4 url(images/nava.gif) repeat-x;
  border: 1px solid #008dd4;
}
.wp-pagenavi a.page {
  border-bottom: 1px solid #987357 !important;
  margin-bottom: 0px !important;
  padding-bottom: 6px !important;
}


/* -------- END PAGE NAVIGATION -------- */

/* -------- SUBSCRIPTION -------- */
ul#topsoc {
  margin-top: -5px;
}
ul#topsoc li {
  line-height: 55px !important;
  padding-left: 45px !important;
  display: inline-block;
}
li.first {
  background: url(images/rss.png) no-repeat scroll 0 10px;
}
li.second {
  background: url(images/twitter.png) no-repeat scroll 0 10px;
}
li.third {
  background: url(images/email.png) no-repeat scroll 0 10px;
  border-bottom: 0 !important;
}
#ttsoc {
  float: right;
  margin-top: 17px;
}
#ttsoc li {
  margin-right: 13px !important;
}
#ttsoc a {
  padding: 0 !important;
  border: 0 !important;
  padding:0 !important;
}
#ttsoc li a:hover {
  background: none !important;
  border: 0 !important;
  padding:0 !important;
}

/* -------- END SUBSCRIPTION -------- */
.flickr_badge_image { float: left; margin-bottom: 12px; }
.flickr_badge_image img { width: 57px; height: 50px; margin: 5px 7px -9px 0;  float: left;   border: 1px solid #694a21; padding: 0px;}
#flickr_badge_image3 img, #flickr_badge_image6 img, #flickr_badge_image9, #flickr_badge_image12 {
  margin-right: 0;
}
*+html .flickrwidget {
  padding-bottom: 10px;
}
.flickr_badge_image img:hover {
  border: 1px solid #0068a8;
}