/* CSS Document */

/*
	Theme Name: Rounded Grey Blog
	Theme URI: http://hermmm.com
	Description: GreyBlog 2 column, http://www.free-css-templates.com/demo/GreyBlog/ Design: David Herreman
	Version: 1.0
	Author: hermmm
	Author URI: http://hermmm.com
*/

#containerZ {
	position: relative; 
	top: -60px;
	margin: 0 auto;
	width: 800px;
	height: 60px;
	text-align: left;
	z-index: 1;
}
	
#contentZ {
	position:relative;
	width: 800px;
	height: 60px;
	z-index: 2;
	
}

#vp_header{
position:absolute;
z-index: 50;
left: 0px;
top: 0px;
}

#vp_logo{
position:absolute;
z-index: 50;
width:146px;
height:77px;
left: 0px;
top: 21px;
background-image:url(images/logo.gif);
background-repeat:repeat;
}

/* RollOvers */
 
  #RollOverContainer {
 	width: 649px; 
	height: 97px;
	z-index: 100;
	left: 151px;
	top: 0px;
	position:absolute;
	}

 #RollOver {
    width: 649px; 
	height: 97px;
    background: url(images/nav_home2.gif);
    margin: 1px; 
	padding: 0;
    position: relative;
	}
	
  #RollOver li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	}
	
  #RollOver li, #RollOver a {
  	top: 42px;
    height: 15px;
	display: block;
   }

  #panel1b {
   left: 64px; 
   width: 41px;
  }
  
   #panel2b {
   left: 123px; 
   width: 73px;
   z-index: 91;
  }
  
  #panel3b {
   left: 217px; 
   width: 70px;
   z-index: 92;
  }
  
  #panel4b {
   left: 308px; 
   width: 104px;
  }
  
  #panel5b {
   left: 437px; 
   width: 81px;
  }
  
  
  #panel1b a:hover {
    background: transparent url(images/nav_home2.gif)
    -64px -103px no-repeat;
	}
	
  #panel2b a:hover {
    background: transparent url(images/nav_home2.gif)
    -123px -103px no-repeat;
	}
	
  #panel3b a:hover {
    background: transparent url(images/nav_home2.gif)
    -217px -103px no-repeat;
	}
	
  #panel4b a:hover {
    background: transparent url(images/nav_home2.gif)
    -308px -103px no-repeat;
	}
	
  #panel5b a:hover {
    background: transparent url(images/nav_home2.gif)
    -437px -103px no-repeat;
	}

body { 
	margin:5px 0; 
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	color:#666666;  
	line-height: 1.4em; 
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat;
}

.toph { background:  url(images/top.gif) no-repeat center; height: 237px; margin:0; padding:0; }

.content { 
    color: #666666; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px; 
	background:  url(images/bg.gif) repeat-y center;
	top:10px;
	position:relative;
}

.title {
	height: 28px;
	color: #9a232a;
	font-size:140%; 
	font-weight:bold; 
	padding: 10px 0 0 40px;
	
}

.right {  
	clear: both; 
	font-size: 95%; 
	float:right; 
	width: 160px; 
	margin: 0 30px 0 0 !important;
	margin: 0 22px 0 0;
	padding: 0px 1em 0 0px; 
}

.right a { 
	color: #666666;
}

.nav { 
	text-transform: uppercase; 
	clear: both; 
	text-align: left; 
	color: #666666; 
	padding: 5px 0 0 0; 
}

.nav li { 
	font-weight: bold; 
	margin: 0 0 8px 0; 
	padding: 0 0 0 5px; 
	border-bottom: 1px solid #9a232a; 
}

.nav li a { 
	color: #666666; 
}

.nav li a:hover { 
	color: #9a232a; 
	text-decoration: none; 
}

.theme {
	position:absolute; 
	overflow:hidden; 
	left:1px; 
	top:1px; 
	width:0px; 
	height:0px; 
	z-index:0
}

.boxad { 
	color: #BBB; 
	border: 1px solid #555; 
	padding: 5px; 
}

p { 
	margin: 0 0 5px 0; 	
	padding: 0; 
	color: #666666; 
}

hr { 
	border: 0; 
	height: 1px; 
	color: #eee; 
	background-color: #eee; 
}

a { 
	color: #666666; 
	background: inherit;  
	text-decoration:none; 
}

a:hover { 	
	background: inherit;
	text-decoration: underline; 
}

h1 { 
	padding:0; 
	margin:0; 
	color: #666666; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px; 
}

h1 a {
	color: #666666; 
	background: inherit;
}

h2 { 
	background-color: inherit; 	
	color:#9a232a; 
	font-size:140%; 
	font-weight:bold; 
	margin: 10px 0 10px 0; 
	padding:0; 
}

h2 a { 
	color: #F29955; 
}

h2 a:hover { 	
	color: #F29955; 
	text-decoration: none;
}

ul { 
	margin: 5px 0 20px 15px; 
	padding : 0; 
	list-style : none; 
}

li { 
	list-style-type: square;	
	color: #9a232a;	
	margin: 0 0 0px 0;	
	padding: 0 0 0 0px; 
}

li a { 
	color: #666666; 
}

li a:hover { 
	color: #9a232a;  
}

.center { 
	float:left; 
	width: 530px; 
	font-size: 95%; 
	margin: 0px 0 5px 35px !important;
	margin: 0px 0 5px 20px; 
	padding: 0;  
	color: #666666;
}

.center a { color: #9a232a;}
.center a:hover { color: #666666; }


.footer { 
	clear:both;
	width: auto;
	height: 149px;
	color:#888;  
	font-size:90%;
	background:url(images/bot.gif) no-repeat center;
	text-align:center; 
}


.footer_text {
	text-align: left;
 	margin: 0; padding: 0;
	color: #aaa;
}

.footer_text a { color: #777; }


fieldset {
	border: 1px solid #eee;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	width: 100px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #ccc; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 110px;
	border: 1px solid #9a232a; 
	color: #808080; 
}

input.text:hover { 
	border: 1px solid #F26600; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #333333; 
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #555;
}

.date a { color: #333333; }


.time { 
	color: #192D50; 
	float: left;
	text-align: left; 
	padding: 5px 0 0 15px; 
}

input.button { 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0;  
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}
