/*
Theme Name: CleanMagazine
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 file to find out how to insert pictures in the slider and gallery!
*/
@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: #0c7aad;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/***************END LINKS*************************/

html body {
  background: #f1f1f1 url(images/header.gif) repeat-x scroll top;
  font-size: 13px;
  font-family: Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
  color: #3d3d3d;
}

/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto;
  width: 960px;
}
#header {
  width: 960px;
  height: 140px;
  margin-bottom: 50px;
}
#blogtitle {
  color: #fff;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 20px;
  left:5px;
  letter-spacing: 1px;
}
#heading {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.description {
  color: #0c7aad;
}
.adv {
  float: right;
  margin: 10px 5px 0 0;
  background: #262626;
  padding: 5px;
  border: 1px solid #494848;
}

/* -------- START PAGE MENU -------- */

#top {
  clear: both;
  width: 960px;
  height: 40px;
}
#top ul {
  float: right;
}
#top li {
  float: left;
}
#top li a {
  float: left;
  display: block;
  padding: 12px;
  color: #615757;
  font-size: 12px;
}
#top li ul {
  background: #0c7aad;
  min-width: 145px;
  border: 1px solid #484747;
}
#top ul ul ul {
  margin-left: 16px;
  margin-top: -1px;
}
#top li li {
  border-bottom: 1px solid #118dc7;
}
#top li li a {
  color: #2db9fa;
}
#top li li:hover a {
  color: #fff;
  text-decoration: underline;
}


#top li.current_page_item a {
  color: #fff;
}
/* -------- END PAGE MENU -------- */

.aboutimage {
  float: left;
  border: 1px solid #bbbbbb;
  padding: 4px;
  background: #fefdfd;
  margin: 4px 5px 0px 0px;
}

/*-------------SEARCH-------------*/

#s {
  width: 212px;
  height: 34px;
  padding: 0px 5px 0;
  padding-top: 10px\0/;
  height: 24px\0/;
  background: url(images/input.jpg) no-repeat;
  border: 0;
  color: #c1c1c1;
  text-transform: lowercase;
  font-style: italic;
}
*+html #s {
  padding-top: 10px;
  height: 24px;
}
#search {
  margin-bottom: 10px;
}


/*---------END SEARCH-------------*/

#contentwrap {
  float: left;
  width: 640px;
}
#sidebar {
  float: right;
  width: 280px;
}
#sidebar2 {
  clear: both;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a url(images/sb2.gif) repeat-x scroll top;
}
#side-in {
  width: 960px;
  margin: 0 auto;
  padding: 23px 0 25px;
}


/* -------- ADVERT -------- */
img.add{
  padding: 5px;
  border: 1px solid #bbbbbb;
  background: #fefdfd;
  margin:2px 2px 2px 0;
  float: left;
  display: inline;
}
/* -------- END ADVERT -------- */

.custom_images img {
  margin: 2px 2px 2px 2px;
  padding: 0;
}
#footer {
  width: 960px;
  clear: both;
  padding: 20px 0 15px;
  height: 30px;
  margin: 0 auto;
}
/* -------- END WP LAYOUT -------- */

/* -------- START WP STYLES -------- */

#sidebar h3 {
  font-size: 30px;
  color: #0c7aad;
}
.side-widget {
  clear: both;
  width: 280px;
  margin-bottom: 40px;
  background: url(images/li.gif) repeat-x scroll bottom;
  padding-bottom: 5px;
  overflow:hidden;
}
#sidebar ul {
  margin-top: -5px;
}
#sidebar ul ul, #sidebar ul ul ul {
  margin-top: 0;
}
#sidebar ul li {
  line-height: 35px;
  padding-left: 0;
  margin-left: 0;
  background: url(images/li.gif) repeat-x scroll bottom;
}
li.last {
  background: none !important;
}
#sidebar li li {
  background: url(images/li.gif) repeat-x scroll top !important;
}
.side-widget ul li a, .side-widget ul li a:visited {
  color: #3d3d3d;
  background: url(images/arrow.png) no-repeat scroll 2px 5px;
  padding-left: 15px;
}
.side-widget a, .side-widget a:visited {
  color: #3d3d3d;
}
.side-widget a:hover, ul#topsoc li a:hover {
  color: #0c7aad;
}
.textwidget {
  padding: 5px;
}
.side-widget div, .bwidget div  {
  padding: 5px 0;
}
.bwidget {
  width: 211px;
  float: left;
  margin-right: 26px;
  padding-bottom:25px;
  font-size: 16px;
  color: #90989f;
}
.bwidget h3 {
  font-size: 25px;
  color: #0c7aad;
  margin-bottom: 13px;
}
.bwidget a, .bwidget a:visited {
  color: #90989f;
}
.bwidget a:hover {
  color: #289cd2;
}
.bwidget ul li {
  line-height: 30px;
  border-bottom: 1px solid #2b2b2b;
}
.bwidget li li {
  border-bottom: 0;
  border-top: 1px solid #2b2b2b;
}


/***************POST STYLES*************************/
h2.title {
  margin-bottom: 10px;
  font-size: 36px;
}
h2.title a, h2.title a:visited {
  color: #0c7aad;
}
h2.title a:hover {
  text-decoration: none;
}
.meta {
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 10px;
}
a.more-link {
  text-decoration: underline;
}
.postmetadata {
  margin-top: 15px;
}
.post, .page {
  margin-bottom: 20px;
  padding-bottom: 40px;
  background: url(images/postsep.gif) repeat-x scroll bottom;
  word-spacing: 1px;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
}
.entry h2 {
  margin-bottom: 0.4em;
}
.entry p {
  margin-top: 10px;
}
.entry img, .post_thumbnail {
  padding: 5px;
  border: 1px solid #bbbbbb;
  background: #fefdfd;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
.entry li {
  margin-left: 20px;
  list-style: circle;
}
.entry ol li {
  list-style: decimal;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 5px 5px 0px 0px;
}
.alignright {
  float: right;
  margin: 5px 0px 0px 5px;
}
img.aligncenter {
  display: block;
  margin: 0px auto 10px;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}
caption {
  background: #0C7AAD;
  width: 100%;
  color: #fff;
}
#wp-calendar th {
  padding: 16px;
}
#wp-calendar td a:link {
  background: #0C7AAD;
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}
li.pagenav, li.categories, li.linkcat {
  list-style:none;
}
h2.pagetitle {
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
p.center {
  margin: 10px 0;
}
/* -------- END WP STYLES -------- */



/* -------- TABLES -------- */
#contentwrap table{font-size:1.2em;margin:5px 0 25px 0;}
#contentwrap table td{padding:8px;border: 1px solid #ccc;}
/* -------- END TABLES -------- */


/* -------- PAGE NAVIGATION -------- */

.wp-pagenavi{
  clear:both;
  margin:20px 0 20px;
  text-align:center;
}
.wp-pagenavi span.pages,.wp-pagenavi span.extend{
  background:#fefdfd;
  border:1px solid #cfcccc;
  color:#178bc0;
  margin:2px;
  padding:3px 7px;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited{
  background:#fefdfd;
  border:1px solid #cfcccc;
  color:#178bc0;
  margin:2px;
  padding:3px 7px;
  text-decoration:none;}
.wp-pagenavi span.current,.wp-pagenavi a:hover{
  background:#549fc2;
  border:1px solid #cfcccc;
  color:#fff;
  margin:2px;
  padding:3px 7px;
}
/* -------- END PAGE NAVIGATION -------- */
/* -------- SUBSCRIPTION -------- */
ul#topsoc {
  width: 290px;
  margin-top: -10px;
  margin-left: -10px;
}
ul#topsoc li, ul#topsoc li.last {
  line-height: 60px !important;
}
ul#topsoc li a {
  padding: 32px 32px 32px 55px !important;
  margin: 0;
  font-size: 12px;
  color: #3d3d3d;
}
a#twitter {
  background: none;
  background: url(images/twitter.png) no-repeat scroll 10px 24px !important;
}
a#socrss {
  background: none;
  background:url(images/rss.png) no-repeat scroll 10px 24px !important;
  position: relative;
  top: 2px;
}
a#email {
  background: none;
  background: url(images/email.png) no-repeat scroll 10px 24px !important;
}
/* -------- END SUBSCRIPTION -------- */