/*
Theme Name: Corp Mag
Theme URI: http://www.simplewpthemes.com
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slide.css");
@import url("css/gallery.css");
@import url("css/superfish.css");
@import url("css/featuredcats.css");
@import url("css/pagenavi-css.css");

/***************BASIC*************************/
* {
  margin: 0;
  padding: 0;
}
html body {
  background: #e3e7e8;
  font-size: 13px;
  font-family: Georgia, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
}
a:link, a:visited {
  color: #089DCB;
  text-decoration: none;
}
a:hover {
  color: #000;
}
/***************LAYOUT*************************/
#shadow {
  width: 1015px;
  margin: 0 auto;
  background: url(images/shadow.gif) repeat-y;
  padding-bottom: 15px;
}
#mainwrap {
  margin: 0 auto;
  width: 960px;
  background: #f6f7f8;
}
#header {
  width: 960px;
  height: 85px;
}
#blogtitle {
  color: #fff;
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 10px;
  left: 0px;
}
.adv {
  float: right;
  margin: 5px 5px 0 0;
  border: 1px solid #bfbfbf;
  padding: 1px;
}
#top {
  clear: both;
  width: 656px;
  height: 30px;
  background: #fefefe;
  position: relative;
  z-index: 19;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #cecece;
  padding: 2px 2px 1px 3px;
}
ul.sf-menu {
  background: #000;
  margin-top: 1px;
  width: 654px;
}
#top li {
  float: left;
  margin-right: 2px;
}
#top li a {
  float: left;
  display: block;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana;
}
#top li ul {
  background: #fffeff;
  border: 1px solid #cecece;
  padding: 2px 2px 3px 3px;
  margin-top: -7px;
}
#top li li {
  background: #000;
  width: 250px;
}
#top li li:hover {
  background: #089DCB;
}


#top li.current_page_item a, #top li a:hover {
  background: #089DCB;
  color: #fff;
}

/***************END NAVIGATION*************************/
#searchform {
  float: right;
  border: 1px solid #b8b7b7;
  padding: 4px 2px;
  width: 280px;
}
#s {
  background: url(images/search.gif) repeat-x;
  border: 1px solid #cbcbcb;
  padding: 3px 0;
  margin-left: 2px;
  width: 206px;
}
#searchsubmit {
  background: #089DCB;
  border: 1px solid #cbcbcb;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 0;
  width: 65px;
}
*+html #searchsubmit {
  width: 65px;
  padding: 1px 0;
}
#sidebar {
  clear: both;
  float: left;
  width: 200px;
}
#contentwrap {
  float: left;
  width: 190px;
  margin-left: 10px;
  display: inline;
}
#contentwrap1 {
  float: left;
  width: 440px;
  margin-left: 10px;
  display: inline;
}
#featured-category {
  width: 238px;
  float: left;
  margin-left: 10px;
  display: inline;
}
#sidebar2 {
  float: right;
  width: 300px;
}
/* ADVERT */

.advert{
 float: right;
 width: 285px;
 background: #fff;
 margin: 0 0 0px 0;
 padding-bottom: 3px;
 border: 1px solid #c1b29f;
 }
 *+html .advert {
   margin-top: 8px;
 }


.advert img{
 border:none;
 float:left;
 margin-left: 7px;
 margin-right: -8px;
 display: inline;
 padding-top: 0;
 padding-bottom: 0;
 margin-top: 2px;
}

/* END ADVERT */

/* SOCIAL ICONS */

.custom_images img {
  padding: 0;
  margin: 3px;
}

/* END SOCIAL */

#footer {
  width: 928px;
  clear: both;
  display: block;
  margin: 0 auto;
  border: 1px solid #C4C4C4;
  padding: 5px 10px 5px 20px;
  background: #fff;
  text-align: left;
  color: #6E6E6E;
}
*+html #footer {
  padding: 5px 10px 0 20px;
}
#footer a:link, #footer a:visited {
  color: #089DCB;
}

/***************END LAYOUT*************************/

/***************WP STYLES*************************/

#sidebar h3  {
  padding: 5px 0px 5px 10px;
  font-size: 12px;
  background: url(images/h3.gif) no-repeat;
  color: #fff;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.side-widget {
  width: 200px;
  margin-bottom: 10px;
  color: #6e6e6e;
}
.side-widget ul li {
  line-height: 32px;
  padding: 0px 5px 0px 15px;
  background: url(images/li.gif) no-repeat scroll 0 0px;
}
.side-widget a, .side-widget a:visited {
  color: #6e6e6e;
}
.side-widget a:hover {
  color: #089DCB;
}
.side-widget ul li ul li {
  margin-left: -15px;
  width: 200px;
}
.textwidget {
  padding: 5px;
}
.widget h3 {
  padding: 5px 20px 5px 15px;
  font-size: 12px;
  color: #089DCB;
  border: 1px solid #C4C4C4;
  border-bottom: none;
  display: inline;
  background: #fffeff;
  float: left;
  overflow: hidden;
  position: relative;
  top: -30px;
  margin-left: -1px;
  display: inline;
  text-transform: uppercase;
}
.widget {
  background: #fffeff;
  border:1px solid #C4C4C4;
  margin-bottom:40px;
  width:298px;
  margin-top: 28px;
  color: #6E6E6E;
}
.widget ul {
  clear: both;
  position: relative;
  top: -20px;
}
.widget ul li {
  line-height: 35px;
  border-bottom: 1px dashed #b6b6b6;
  background: url(images/dart.gif) no-repeat scroll 9px 14px;
  padding: 0 5px 0 20px;
}
.widget a, .widget a:visited {
  color: #6E6E6E;
}
.widget a:hover {
  color: #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}


/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 10px;
  font-family: Tahoma,Arial,Verdana;
  font-weight: normal;
}
.post h2 a, post h2 a:visited {
  color: #666666;
}
.post h2 a:hover {

}
.meta {
  background: #ccc;
  padding: 5px;
}
a.more-link {
  color: #089dcb;
}
.postmetadata {
  margin-top: 15px;
}
.post {
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin-bottom: 15px;
  color:#6E6E6E;
  font-size: 11px;
  background: #fff;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
  text-align: justify;
}
.entry p {
  font-size: 12px;
}
.entry li {
  margin-left: 20px;
  list-style: circle;
}
.entry ol li {
  list-style: decimal;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}
.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}
#sidebar caption, #sidebar2 caption {
  background: #202020;
  width: 100%;
}
#wp-calendar {

}
#sidebar #wp-calendar th {
  padding: 9px;
}
#sidebar2 #wp-calendar th {
  padding: 16px;
}
#sidebar #wp-calendar td a:link, #sidebar2 #wp-calendar td a:link {
  background: #202020;
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}
#sidebar2 .textwidget, #sidebar2 #wp-calendar {
  clear: both;
  position: relative;
  top: -20px;
}
#sidebar2 #wp-calendar caption {
  color: #fff;
}



/***************END WP STYLES*************************/

