/*
Theme Name: Vision Independent Productions - background v3
Theme URI: http://bluntworks.net/
Description: vip theme v3.
Version: 3.0
Author: Bluntworks.net
Author URI: http://bluntworks.net/
Tags:
*/

/*////////// GENERAL //////////*/

	
	/* hide from ie on mac \*/
html { 	height: 100%; }

body { 	height: 100%; margin: 0; padding: 0; background-color: #1A1A1A; }

#flashcontent { height: 100%; }
	/* end hide */



body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #F1F1F1; }

a:link { color: #00FF00; }

body { 	margin: 0px; background-color: #000; color:#CCC; }

#flashcontent { position:fixed; left:0; top:0; width:100%; height:100%; z-index:1; }
#topLayer {  position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; }

#container { margin: 80px auto; width: 960px;  line-height:20px; color: #bbb; }

#leftContent { width:620px; float:left; margin:100px 0; }

#home-page { margin:62px 0; }

#sideBar { 	/*margin:120px 0;*/ width:247px; float:right; padding-top:15px; padding-bottom:15px; /*border:1px solid #00DD00;*/}

#logo { float:right; /*background-image:url(./images/vip-logo-ds.png);*/ background-repeat:no-repeat; width:220px; height:270px; }

#menu { margin:0 0 0 40px; z-index:10;  } 

#feedContent { width:576px; float:left; }

/* Posts */


.post { margin-top:20px; padding-bottom:10px; border-bottom: 1px dashed #333; }
.post h2 { font-size:16px; font-weight:bold; margin:0; }

.post h2 a { color:#FFF; text-decoration:none; }
.post h2 a:hover{ text-decoration:underline; }

h4 { margin:5px 0; }



.postDate { color:#ff7d00; font-size:12px; font-weight:normal; margin:0; }

.post img { float:left; border: 5px solid #333; margin: 0 10px 0 0; }

.entry { margin:0; }
.entry p { 	margin:10px 0 0 0; }

.entry a { color:#0083bf; text-decoration:none; }
.entry a:hover { color:#0083bf; text-decoration:underline; }

/* main menu image rollovers */
.mainMenu { margin: 0; padding: 0; width: 90px; list-style: none; font-size:14px; /* border:1px solid #DD0000;*/}
.mainMenu li { padding: 0; margin: 0; list-style: none;  }
.mainMenu li a, .mainMenu li a:visited { text-decoration:none; color:#FFFFFF; /*border:1px solid #0000DD;*/ }
.mainMenu li a:hover { color:#ff7d00;  }
ul.mainMenu li a:hover {background: none;}

.mainMenu li.current-cat a { color:#ff7d00; }
.mainMenu li.current_page_item a { color:#ff7d00; }

/*#headAboutUs{ width:137px; height:19px; background-image:url(./images/h1_about_us.png); margin:0 0 15px 0; }
#headKeyStaff{ width:136px; height:23px; background-image:url(./images/h1_key_staff.png); margin:0 0 15px 0; }
#headNews { width:79px; height:14px; background-image:url(./images/news_header_text.png); margin:0 0 15px 0; }
#headTakePart{ width:147px; height:23px; background-image:url(./images/h1_take_part.png); margin:0 0 15px 0; }
#headContact{ width:120px; height:17px; background-image:url(./images/h1_contact.png); margin:0 0 15px 0; }*/

#headAboutUs , #headKeyStaff, #headNews, #headTakePart, #headContact{ font-family:Helvetica, Arial, sans-serif; font-size:18px; font-weight:bold; color:#ff7d00; letter-spacing:1px; }

#googleMaps { width:425px; border:10px solid #333; border-bottom:5px; background-color:#333;}

#googleMaps a {color:#CCC; text-decoration:none; margin:10px 5px;}
#googleMaps a:hover {text-decoration:underline; }

/*hr { border: 1px 0 0 dashed  #666; }*/
hr
{
  border-color: #333;
  border-style: dashed;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0;
  width: 75%;
  height: 0;
  list
}

h1, h2, h3, h4, h5, h6 { color:#FFF; }

strong { font-weight:bold; color:#FFFFFF; }


