/*  
Theme Name: VAN Skin
Theme URI: http://viralasnetwork.net/
Description: The Wordpress skin for Viral Ad Network.
Version: 2.0
Author: Team Rubber
Author URI: http://teamrubber.com/


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
        background:transparent url('images/bg-body.jpg') repeat scroll 0 0;
	color: #333;
	text-align: left;
	}

#page {
	text-align: left;
	}

.narrowcolumn .postmetadata {
  font-size:0.8em;
  color:#AEAEAE;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color:#AEAEAE;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	padding: 35px 0 0 0;
	}

#header {
	margin: 0 0 0 30px; 
	padding: 0; 
	}

.narrowcolumn {
	float: left;
	padding: 0 0 43px 0;
	margin: 0px 0 0;
	width: 650px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px 0;
	text-align: left;
	border-bottom:1px solid #D0D0D0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	line-height:120%;
	}


#sidebar h2 {
	margin: 0;
	padding: 0;
	color:#8F9F9F;
	font-size:140%;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin-bottom:10px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	font-size:80%;
	padding: 25px;
	margin-top:30px;
	margin-left: 690px;
	width: 180px;
	border:1px solid #D0D0D0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Rubber edits */

h1 {
  color:#B82161;
  font-family:'GothamBold', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-size:180%;
  margin:0;
  padding:0;
/*  text-transform:uppercase; */
  line-height:130%;
}
h2 {
  text-decoration:none;
  padding:0;
  text-transform:uppercase;
/*  color:#09D3AD;
  font-weight:normal;*/
}
h3 {
 /*color:#29DDBF;*/
 /* color:white;*/
  color:black;
  font-weight:bold;
 /* font-family:'GothamBold', Helvetica, Arial, sans-serif; */
  font-family:Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
}
h4 {
  font-family:'GothamBold', Helvetica, Arial, sans-serif;
  color:#fff;
  font-size:15px;
}
p {
  margin-top:0.2em;
}

a {
  color:#B82161;
  text-decoration:underline;
  padding:2px;
}
a:hover {
  background-color:#B82161;
  color:white;
  text-decoration:none;
}

body {
  margin:0px;
  padding:0px;
  font-family:Arial,Helvetica,sans-serif;
  color:#eee;
  font-size:91%;
  line-height:140%;
  background-color:#B82161;
  background:url('images/bg-body.jpg') repeat;
}
.clear-both {
  clear:both;
}
.inline-list ul, .inline-list li {
  display:inline;
}
.block-list ul, .block-list li {
  display:block;
}

/* Header styles */
#logo {
 width:411px;
 height:128px;
 left:-21px;
 position:absolute;
 top:-69px;
 text-indent:-9999px;
}
#logo a{
 display:block;
 background:url('images/logo.png') no-repeat;
 padding:2em 1em;
}
#navigation {
  text-align:right;
  padding:0;
  margin:0;
  height:33px;
  position:absolute;
  top:-36px;
  right:0;
}
#navigation ul {
	overflow:hidden;
	margin:0;

}
#navigation li {
  display:inline-block;
  float:left;
  color:#ddd;
  margin:0;
  padding:0;
  line-height:100%;
}
#navigation a {
  color:#8B8B8B;
  margin:0;
  display:inline-block;
  line-height:33px;
  /*text-transform:uppercase; */
  font-weight:bold;
  font-size:91%;
  text-decoration:none;
  height:33px;
}
#advertisers {
	background:url('images/nav/up_advertisers.png') no-repeat;
	width:105px;
}
#advertisers:hover {
	background:url('images/nav/over_advertisers.png') no-repeat;	
}
#advertisers.select, #advertisers.select:hover {
	background:url('images/nav/paged_advertisers.png') no-repeat;	
}
#publishers {
	background:url('images/nav/up_publishers.png') no-repeat;
	width:96px;
}
#publishers:hover {
	background:url('images/nav/over_publishers.png') no-repeat;	
}
#publishers.select, #publishers.select:hover {
	background:url('images/nav/paged_publishers.png') no-repeat;	
}
#aboutUs {
	background:url('images/nav/up_about.png') no-repeat;
	width:65px;
}
#aboutUs:hover {
	background:url('images/nav/over_about.png') no-repeat;	
}
#aboutUs.select, #aboutUs.select:hover {
	background:url('images/nav/paged_about.png') no-repeat;	
}
#contactUs {
	background:url('images/nav/up_contactus.png') no-repeat;
	width:102px;
}
#contactUs:hover {
	background:url('images/nav/over_contactus.png') no-repeat;	
}
#contactUs.select, #contactUs.select:hover {
	background:url('images/nav/paged_contactus.png') no-repeat;	
}
#blog {
	background:url('images/nav/up_blog.png') no-repeat;
	width:57px;
}
#blog:hover {
	background:url('images/nav/over_blog.png') no-repeat;	
}
#blog.select, #blog.select:hover {
	background:url('images/nav/paged_blog.png') no-repeat;	
}
#login {
	background:url('images/nav/up_login.png') no-repeat;
	width:61px;
}
#login:hover {
	background:url('images/nav/over_login.png') no-repeat;	
}
#login.select, #login.select:hover {
	background:url('images/nav/paged_login.png') no-repeat;	
}
/* end Header styles */

#body-container {
  background-color:white;
  width: 1000px; 
  padding:0px;
  margin:70px auto 0 auto;
  position:relative;
}
#body-content {
  /*background:url('images/body-bg.jpg') #4D4D4D top no-repeat;*/
  background-color:#fff;
  color:#333;
  padding:0 30px 0px 30px;
  /*overflow:hidden;*/
}

/* Footer styles */
#footer {
  background:url('images/footer-bg.gif') repeat-x top #232323;
  font-family:'GothamBold', Helvetica, Arial, sans-serif;
  padding:29px 30px 68px 30px;
  font-size:10px;
  color:#969696;
  overflow:hidden;
}
#footer h2 {
	text-transform:none;
	font-size:150%;
	  margin:10px 0;
}
#footer h3 {
  color:#29DDBF;
  font-size:120%;
  margin:10px 0;
}
#footer a {
  color:#29DDBF;
  text-transform:none;
}
#footer a:hover {
  color:#040404;
  text-decoration:none;
  background-color:#29DDBF;	
}
#footer-col-right {
  float:left;
  width:450px;
  position:relative;
  top:-28px;
}
#footer-nav {
  float:left;
  width:450px;
}
#footer-nav ul {
  padding:0;
  margin:0;
}
#footer-nav li {
  float:left;
  display:inline;
  font-size:110%;
  padding-right:35px;
  margin:0;
  padding-bottom:1.2em;
  border-bottom:solid 2px #333;
}
#footer-nav a {
  text-decoration:none;
}
#footer-nav-advertisers {
  clear:left;
}
#footer-nav-advertisers.footer-nav-adjust {
  width:200px;
  margin-top:1em;
  border:none;
  padding-right:0;
}
#footer-nav li #footer-nav-advertisers {
  margin-right:200px;
}
#footer-nav .block-list li {
  display:block;
  float:none;
  font-size:100%;
  padding:0;
  padding-left:1em;
  margin:0;
  list-style-type:none;
  border:none;
  width:200px;
}
#footer-nav .block-list a {
  color:#969696;
}
#footer-nav .block-list a:hover {
  color:#040404;
}
#footer-nav-publishers {
  margin-top:2em;
  margin-left:100px;
}
#footer-nav-publishers.footer-nav-adjust {
  margin-top:1em;
  border:none;
}
#footer .icon {
	position:relative;
	top:10px;
}
#footer .icon:hover {
	background:none;
}
#footer .icon img {
	border:0;
}
#footer fieldset {
	border:none;
	padding:0;
	margin:0;
}
/* end Footer styles */
/* General layout styles */
.box-style-1 {
  border:solid 12px #555;
  padding:10px;
  float:left;
}
/* End General layout styles */

/* Home page styles */
#index-advertiser-column {
  float:left;
  width:44%;
}
#index-publisher-column {
  float:right;
  width:44%;
}
/* End Home page styles */

/* Advertiser section general styles */
ul#box-features {
  margin:0;
  padding:0;  
}
#box-features li {
  width:170px;
  margin-right:20px;
  float:left;
  list-style:none;
}
/* End Advertiser section general styles */

/* Advertiser Examples styles */
ul#advertiser-examples-list {
  background-color:white;
  padding:0;
  margin:0;
  overflow:hidden;
}
#advertiser-examples-list li {
  background-color:white;
  margin:0;
  margin-bottom:3em; 
  display:block;
  list-style-type:none;
  clear:both;
  overflow:hidden;
}
#advertiser-examples-list .example-ad {
  background-color:white;
  border:solid 1px #eee;
  float:left;
  width:400px;
}
#advertiser-examples-list .information {
  background-color:white;
  margin-left:0.5em;
  padding:0.5em;
  float:left;
  width:500px;
}
/* End Advertiser Examples styles */

/* Publisher styles */

#publisherSignupForm {
margin:0;
max-width:490px;
min-width:490px;
padding:0;
width:490px;
}
#publisherSignupForm label {
display:block;
float:left;
margin:10px 0 0;
padding:0;
text-align:right;
width:200px;
}
#publisherSignupForm input, #publisherSignupForm textarea, #publisherSignupForm select {
margin:10px 0 0 10px;
width:auto;
}
#advertiserCallbackForm input, #publisherSignupForm textarea, #publisherSignupForm select {
margin:10px 0 0 10px;
width:auto;
}
#publisherSignupForm br {
clear:left;
}

/* End Publisher styles */

/* Contact Us styles */
.google-map {
  float:left;
  width:400px;
}
.bristol-map {
}
/* End Contact Us styles */

.post h2 {
	clear:left;
}

/* General class styles */
.bold {
  font-weight:bold;
}
.iconRight {
  float:right;
  margin-left:10px;
  padding:0;
  margin-top:-3px;
}
.noBackground:hover {
  background:none;
}
.hide {
	display:none;
}
.no-top {
	margin-top:0;
}
.clearBoth {
  clear:both;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
