/*
Theme Name: Marketing mainEvent4
*/

/* global prop. */
*{
  margin: 0;
  padding: 0;
}

html, body{

 height:100%;
}

body{
	font-family: "Trebuchet MS";
  font-size: 13px;
color:#000000;
  font-style: normal;

}

body{
  background: transparent url(images/main-bg.gif) repeat-x left 200px;
  min-height:100%;
  height:auto !important; /* ie ignores it */
  height:100%; /* fix */
  position: relative;
}

a{
  color: #0000ff;
  text-decoration: underline;
}

a:hover{
  color: #88A1CB;
  /*background: #0000ff;*/
  text-decoration: none;
}

img{
  border: 0;
}

p{
  line-height: 150%;
  margin: 4px 0 7px;
}

small{
  font-size: 90%;
}


h2{
 	font-family: "Trebuchet MS";
  font-size: 26px;
  font-weight: normal;
  margin: 3px 0 5px;
}

h3{
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 150%;
  font-weight: normal;
  margin: 3px 0 5px;
}

#sidebar h2{
  

  margin: 16px 0 2px 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;

	color: #B44400;

	font-family: "Trebuchet MS";
  background: transparent url(images/b1.gif) no-repeat left 3px;
 
  padding:10px 0 6px 37px ;
	height: 25px;
background-color: #EBECEC;
background-position: 17px 15px;
}

/* actual layout width: default is 960px (for 1024x768+); 100% = fluid width */
#page{
  width: 960px;
  min-width: 780px;
  margin:0 auto;
  position: relative;
}

#cssControls{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 10px;
}


/*** HEADER AREA ***/

/* logo position */
a#logo{
  top: 18px;
  position: absolute;


}

#page-wrap1{
  background: transparent url(images/header-bg.jpg) repeat-x left top;
}

#page-wrap2{
  background: transparent url(images/header-center.jpg) no-repeat center top;
  height: 200px;
  min-height: 500px;
  width: 100%;
  display:block;
}

#header{
  height: 200px;
}


/* top navigation */
#topnav{
  color: #a2a3a6;
  padding-top: 20px;
}

#topnav a{
  font-size: 11p;
  text-transform: uppercase;
  text-decoration: none;
  color: #afb0b3;
  padding: 0 8px;
}

#topnav a:hover{
  text-decoration: none;
  background: none;
  color: #E6ECF3;
}


/* header tabs */
#tabs {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#FFFFFF;
 height:29px;
 line-height:normal;
 position: absolute;
 top: 141px;
 left: 0;
}

#tabs ul {
 list-style:none;
 display:inline;
}

#tabs li {
 display:inline;
}

#tabs a {
 float:left;
 /*background:url(images/tab-left.png) no-repeat left top;*/
 color:#0470a0;
 padding-left:12px;
 margin-right:12px;
 text-decoration:none;
 color:#cfcfcf;
 cursor: pointer; /* IE 7 bug-fix */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
 display:inline;
}

#tabs a span{
 float:left;
 display:block;
/ *background:url(images/tab-right.png) no-repeat right top;*/
 height: 29px;
 padding-right: 5px;

}

#tabs a span span{
 display:block;
 background:none;
 height: auto;
 padding: 4px 4px 0 4px;
color:#fff;
 display:inline;
}
#tabs a span span hover{ 


color:#dadada;

}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
 color:#929292;
}

#tabs a:hover{
 background-position:0% -29px;
 color:#A2B3C7;
}
#tabs a:hover span{
 background-position:100% -29px;
 color:#A2B3C7;
}

#tabs a.active {
 background-position:0% -58px;
 color:#DEE4EA;
}
#tabs a.active span {
 background-position:100% -58px;
 color:#DEE4EA;
}


/*** MAIN ***/

#main-wrap{
  float: left;
  width: 100%;
}

#main{
  display: block;
}


/* for accesibility (eg. if sidebar needs removed on some pages) */
.with-sidebar{
  margin-right: 340px;  /* sidebar width + some padding */
}

#main-content{
  padding-top: 10px;
}


/* sort news links */
#sortlinks{
  display: block;
  margin: 5px 0 20px;
}


/* secondary tabs */

.menu {
 font-size:14px;
 height:35px;
 line-height:normal;
 left: 0;
 padding-left: 12px;
 background:transparent url(images/mtab-bg.png) repeat-x left bottom;
 margin: 10px 0 20px;
}

.menu ul {
 list-style:none;
}

.menu li {
 display:inline;
}
.sm_comments{

font-family:Trebuchet MS;
font-size:11px;
border:0


}
.sm_comments li{

font-family:Trebuchet MS;
font-size:11px;
border:0;
 margin-bottom:5px;


}

.menu a {
 float:left;
 background:url(images/mtab-left.png) no-repeat left -35px;
 color:#0470a0;
 padding-left:6px;
 margin-right:3px;
 text-decoration:none;
 text-transform: uppercase;
 color:#8c8b8b;
 cursor: pointer; /* IE 7 bug-fix */
}

.menu a span{
 float:left;
 display:block;
 background:url(images/mtab-right.png) no-repeat right -35px;
 height: 35px;
 padding-right: 6px;
}

.menu a span span{
 display:block;
 background:none;
 height: auto;
 padding: 7px 10px 0 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu a span {float:none;}
/* End IE5-Mac hack */
.menu a:hover span {
 color:#cfcfcf;
}

.menu a:hover{
 background-position:0% -70px;
 color:#fff;
}
.menu a:hover span{
 background-position:100% -70px;
 color:#fff;
}

.menu a.active {
 background-position:0% 0px;
 color:#ed2124;
}
.menu a.active span {
 background-position:100% 0px;
 color:#ed2124;
}


.story, .post{
  background: transparent url(images/div-h2.gif) repeat-x left 8px;
  padding-top:8px;
  margin-bottom: 18px;
  display: block;
  position: relative;
}

.story h2 a, .post h2 a, .story h3 a, .post h3 a{
  color: #000;
  text-decoration: none;
}

.story h2 a:hover, .post h2 a:hover, .story h3 a:hover, .post h3 a:hover{
  background: none;
  color: #054482;
}
.borderbox {
	color: #0D6890;
	background-color: #F4F4F4;
	padding: 8px;
	border: 1px solid #C5DCE7;
}
.bluelink {
	color: #2A7E9F;
	padding-left: 2px;
}
.bluelink_sm {
	color: #2A7E9F;
	padding-left: 2px;
font-size:11px
}

/* voting */

.story .vote{
  width: 70px;
  height: 89px;
  background: transparent url(images/vote-up.png) no-repeat left top;
  float:left;
  display: block;
  position: relative;
}

.story .vote span.votenumber{
  text-align: center;
  width: 70px;
  display: block;
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.story .vote a{
  color: #fff;
  text-decoration: none;
}

.story .vote span.votenumber a{
  font-size: 30px;
}

.story .vote span.votenumber a:hover{
  background: none;
  text-decoration: underline;
}


.story .vote span.subtext{
  background: transparent url(images/vote-text.png) no-repeat left top;
  text-align: center;
  width: 70px;
  height: 29px;
  position: absolute;
  top: 62px;
  left: 0;
}

/* story header */

.story .postheader, .post .postheader{
  display: block;
  margin-left: 74px;
  position: relative;
}

.story p.postcategory, .post p.postcategory{
  color: #e5e5e5;
}

.story .postinfo, .post .postinfo{
  background: transparent url(images/postinfo-bg.png) repeat-x left top;
}

.story .postinfo p, .post .postinfo p{
  padding: 4px 10px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color:#000000;
background-image: url(images/ic_post.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;

}


/* story body */

.story .postbody, .post .postbody{
  clear: left;
  margin: 10px 0 0 0;
  display: block;
}

.story p.postcontrols, .post p.postcontrols{
  text-align: right;
  color: #e5e5e5;

}

.story p.postcontrols a, .story p.postcategory a,
.post p.postcontrols a, .post p.postcategory a{
  padding: 0 2px;
}


a.comments, .story p.postcontrols a.comments, .post p.postcontrols a.comments{
  background-image:url(images/comments.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-left: 19px;
  color:#000000;
font-size:11px;
font-family:arial;

text-align:right;
height:14px;
margin-left:15px;
}

a.no.comments, .post p.postcontrols a.no.comments{
  color:#000000;
}

a.no.comments:hover, .post p.postcontrols a.no.comments:hover{
  background-color: #ffffff;
  color: #dadada;
}


/* comments */

.comment{
  background: transparent url(images/comment-div-bg.png) repeat-y 96px bottom;
}

.comment .wrap{
  background: transparent url(images/comment-div-start.png) no-repeat 96px top;
  min-height: 120px;
  position: relative;

}

.comment .avatar{
  float: left;
  width: 90px;
  padding-top:2px;
}

.comment .details{
  display: block;
  margin-left: 108px;
}

.comment .details .head{
  background: transparent url(images/postinfo-bg.png) repeat-x left bottom;
  padding: 2px 10px;
  display: block;
  position: relative;
  color: #8f9090;
 font-family: Arial;
}

span.rate{
  right: 8px;
  position: absolute;
}

span.rate a.karma{
  font-family: "Arial Black", Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  padding: 0;
}

span.rate a.karma.negative{ color:#ed2124; }
span.rate a.karma.positive{ color:#6fb23c; }

span.rate a.karma:hover{
  background: none;
}

span.rate a.ratelink{
  padding: 4px;
  text-decoration: none;
}

span.rate a.ratelink.up{ background: transparent url(images/thumb-up.gif) no-repeat left center;      }
span.rate a.ratelink.down{ background: transparent url(images/thumb-down.gif) no-repeat left center;      }


.comment .details .text{
  background: transparent url(images/comment-bg.png) repeat-x left top;
  padding: 3px 10px;
  min-height: 40px;
}


/* sidebar */

#sidebar{
  background: transparent url(images/side-start.png) no-repeat left top;
  float: left;
  display: block;
  margin-left: -320px;   /* sidebar width! */
  width: 320px;          /* sidebar width! */
  position: relative;
  margin-top: 36px;

}

#sidebar .wrap{
  background: transparent url(images/side-bg.png) no-repeat right top;
  margin-left: 32px;
  width: 270px; /* actual size is +36px right-padding + shadows (around 320px) */
  padding: 20px 36px 0 0;
  min-height: 350px;
}

#sidebar ul, #sidebar ul, li{
  list-style-type: none;
  line-height: 150%;
padding-left:0px;
padding-right:10px;
	font-family: "Trebuchet MS";

}
#sidebar li a{

	color: #000000;
font-size:11px;
	font-family: "Trebuchet MS";
	text-decoration: none;
display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
padding:4px 8px 0 8px;

}
.bold_text{

	font-weight: bold;


}
.arr_left{

	font-weight: bold;
  background: url(images/arr1.gif) no-repeat left center;
  padding: 0 15px;


}

/* sidebar menu */

#sidebar ul.nav, #sidebar ul.nav li{
  list-style-type: none;
}

#sidebar ul.nav li{
  background: transparent url(images/div-h.gif) repeat-x left bottom;
  padding: 2px 0 3px;
  display:block;
}

/* no bg on the last menu item */
#sidebar ul.nav li.last{
  background: none
}


#sidebar ul.nav ul{
  margin: 0px 0 12px;
}

#sidebar ul.nav ul ul{
  margin: 0px 0 8px; /* lower bottom-padding for 2+ level menu */
}

/* 2nd level menu */
#sidebar ul.nav li li{
  background: none;
  padding: 0;
  margin-left: 25px;
}

/* 3rd ... n levels */
#sidebar ul.nav li li li{
  margin-left: 10px;
}

#sidebar ul.nav li a{
	background: none;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 3px 8px;
	color: #B44400;
	position: relative;
	font-family: "Trebuchet MS";

}

#sidebar ul.nav li a:hover{
  background: #f0efef url(images/side-nav-bg.png) repeat-y right top;
  color: #ed2124;
}

#sidebar ul.nav li a span{
  background: transparent url(images/b1.gif) no-repeat left 3px;
  padding-left: 17px;
}

#sidebar ul.nav li a:hover span{
  background-position: left -185px;
  color: #ed2124;
}

#sidebar ul.nav li li a{
  text-transform: none;
  font-size: 100%;
  padding: 0;

}

#sidebar ul.nav li li a:hover{
  background: none
}


#sidebar ul.nav li li a span{
  background: none;
  padding: 0;

}

#sidebar ul.nav li a span.rss{
  background: transparent url(images/side-nav-rss.gif) no-repeat left top;
  display: none;
  width:26px;
  position: absolute;
  height: 13px;
  right: 0;
  padding: 0 10px 0 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
}

#sidebar ul.nav li a span.rss:hover{
  background-position: 0px -13px;
}


/* sidebar search */

#searchtab{
  /*background: transparent url(images/search-bg.png) no-repeat left top;*/
  margin: 0px 5px;
}
#searchtab .inside{
  background: transparent url(images/img_bignews.jpg) no-repeat left top;
  height: 170px;
  position: relative;
   cursor:hand;
    margin-bottom: 20px;
}

#searchtab .inside_millionimg{
  background: transparent url(images/img_million.jpg) no-repeat left top;
  height: 180px;
  position: relative;
 margin: 0px 10px;
 cursor:hand;
}

#searchtab .inside_twitter{
  background: transparent url(images/img_twitter.jpg) no-repeat left top;
  height: 150px;
   cursor:hand;

  position: relative;
}


#searchtab input{
  border: 0;
  background: none;
  font-size: 12px;
  padding: 0px;
}

#searchtab input.searchfield, #searchtab input#s{
  position: absolute;
  top: 6px;
  left: 46px;
  color: #e5e5e5;
  padding: 0px;
}

#searchtab input.searchbutton, #searchtab input#searchsubmit{
  position: absolute;
  right: 37px;
  top: 6px;
  color: #e5e5e5;
  text-transform: uppercase;
  padding: 0px;
}

#searchtab label{
  display: none;
}


#searchtab input.searchbutton:hover{
  color: #fff;
}




/*** FOOTER ***/

#footer{
  background-color: #0F6499;
  padding: 20px 0;
  margin-top: 20px;
  width: 100%;
  text-align: center;
 color:#ffffff;
  font-size: 11px;
font-family:arial;
}
#footer a{
 color:#DDEFFA;
}
.error{
  color:#ed1f24;
}

form input{
  padding: 2px 8px;
}

/*** WORDPRESS SPECIFIC STYLES ***/

.post .postheader{
  display: block;
  margin-left:0;
}

.navigation{
  font-size: 95%;
  color: #c4c3c1;
}

.navigation .alignleft{
  float: left;
}

.navigation .alignright{
  float: right;
}

.navigation a{
  text-decoration: none;
  color: #000000;
}

.navigation a:hover{
  background: none;
  color:#ed1f24;
}

.postmetadata{
  color: #000000;
  margin: 20px 0 10px 0;
}

.postmetadata a{
  color: #000000;
}

.postmetadata a:hover{
  background: none;
  color:#ed1f24;
}

span.editlink{
  position: absolute;
  right: 10px;
  bottom: 5px;
}

span.editlink.relative{
  position: relative;
}


span.editlink a{
  display: block;
  height: 16px;
  background: transparent url(images/comments.png) no-repeat left top;
  padding-left: 17px;
  color: #000;
  text-decoration: none;
}

span.editlink a:hover{
  background-position: left bottom;
  background-color: none;
  color:#ed1f24;
}

div.act{
  position: absolute;
  top: 2px;
  right: 10px;
}

span.reply a, span.quote a, span.advedit a{
  display: block;
  height: 16px;
  width: 16px;
  float: left;
  margin: 0 2px;
}

span.advedit a{ background: transparent url(images/edit.png) no-repeat left 1px; }
span.reply a{ background: transparent url(images/reply.png) no-repeat left top; }
span.quote a{ background: transparent url(images/quote.png) no-repeat left top; }

span.quote a:hover, span.reply a:hover{
  background-position: left bottom;
  background-color: none;
}


blockquote{
  background: transparent url(images/blockquote.png) no-repeat left top;
  margin: 10px 65px 10px 10px;
  padding: 20px 20px 10px 10px;
  font-style: italic;
  color: #939494;
}

blockquote p{
  padding: 8px;
  margin: 2px;
  border: 1px dotted #939494;
}

#footer a.rss{
  background: transparent url(images/rss.png) no-repeat left top;
  padding-left: 18px;
}

#footer a.rss:hover{
  background: #2d83d5 url(images/rss.png) no-repeat left top;
}

#commentform{
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left 0px;
  padding: 6px 0 0 0;
  margin: 20px 0;
}

#commentform textarea{
  margin-bottom: 6px;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}