/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

#title {
display:table-cell;
height:180px;
margin:0 0 15px;
overflow:hidden;
text-align:center;
vertical-align:middle;
width:920px;
font-size: 0.001em;
background:transparent url(images/top-banner.jpg) no-repeat center top;
}

body {
margin:0; padding:0;
width:auto; height:auto;
background:#44B4B5;
font:0.60em "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;; color:#5e6568;
line-height:19px;
color: #5F4233;
}

#header {
border-bottom:2px solid #44B4B5;
padding:20px 0 10px;
}

<link rel=”shortcut icon” href=”http://driving-music.net/blog/wp-content/uploads/2011/03/favicon.jpg” />

<script type="text/javascript">
var imgs1 = new Array("http://driving-music.net/blog/wp-content/themes/my_vigilance/images/top-banner/top-banner1.jpg","http://driving-music.net/blog/wp-content/themes/my_vigilance/images/top-banner/top-banner2.jpg");
var lnks1 = new Array("http://www.mediafire.com/?a7o4opkiaoprydm","http://www.mediafire.com/?a7o4opkiaoprydm");
var alt1 = new Array();
var currentAd1 = 0;
var imgCt1 = 2;
function cycle1() {
  if (currentAd1 == imgCt1) {
    currentAd1 = 0;
  }
var banner1 = document.getElementById('adBanner1');
var link1 = document.getElementById('adLink1');
  banner1.src=imgs1[currentAd1]
  banner1.alt=alt1[currentAd1]
  document.getElementById('adLink1').href=lnks1[currentAd1]
  currentAd1++;
}
  window.setInterval("cycle1()",5000);
</script>
<a href=""http://www.mediafire.com/?a7o4opkiaoprydm"" id="adLink1" target="_top">
<img src="http://driving-music.net/blog/wp-content/themes/my_vigilance/images/top-banner/top-banner1.jpg" id="adBanner1" border="0" width="596" height="205"></a>


#nav li a:link, #nav li a:visited {
color:#5F4233;
text-decoration:none;
}

h1#title, div#title {
  font-size: 0.001px;
  font-weight: bold;
  line-height: 1.3em;
}


