
* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 5px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  margin-top: 0px;
  padding: 5px;
  }

a {
  color: #FFFFFF;
  text-decoration: none;

  }

a:hover {
  color: #FFF;
  text-decoration: underline;

  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }




body {

	font-family:"Helvetica";
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}


#bg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: -1;
	}
	
#divbg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: -1;
		}



 
/*
	margin: 0;
  	padding: 0 0 15px 0;
  	font-family: helvetica, sans-serif;
  	background: #000 url(images/bgbody.jpg) top center no-repeat;
*/	
 


/* Header and wrapper */

#wrapper {

  text-align: left;
  padding: 0;


  }

#header {
  padding: 0;
  margin: 0;

  }

#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }



/* main menu logo */

#mmenu_logo {
	width: 116px;
	height: 80px;
	margin-left: 30px;
	position: absolute;
	background-image: url(images/logo/mmenu_logo.png);
	background-repeat: no-repeat;

}

#logo-a2 {
	list-style: none;

}

#logo-a2 li {
	list-style: none;

}

#logo-a2 li a:hover {
	list-style: none;

}



/* main menu */

#globalnav {
	height: 500px ;
	width: 220px ;
	position: fixed;
	float: left;
}

#mainnav {

	height: 500px ;
	width: 220px ;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 30px;
	float: left;
	
}

#homebtn {
	cursor: pointer;
	background-color: #000;
	display: block;
	width: 220px;
	height: 80px;
	margin-left: 30px;
	background-image:url(images/cine_logo.jpg);
	background-repeat: no-repeat;
	
}


#homebtn:hover
{ 
  background-position:;
}

#homebtn span
{
  display: none;
}


<!-- Main Nav -->

#mainnav a.home{
}

#mainnav ul{
	
	list-style: none;
	display: block;
	float: right;

}
#mainnav ul li{
	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

#mainnav ul a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 5px;
	padding-top: 2px;
	padding-left: 100px;
	margin-top: 4px;
	height: 20px;
	text-decoration: none;
	text-align: right ;
	color: #FFF;
	background-color: none;
	display: list-item;
	cursor: pointer;
	background-color: #000;
	float: right;

}

#mainnav .current_page_item a{
	text-decoration: none;
	color: #FFF;
	background: url(images/bg-trans.png) repeat;
	padding-left: 125px;

}

#mainnav .current_page_item a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(images/bg-trans.png) repeat;

}

#mainnav li a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(images/bg-trans.png) repeat;
	padding-left: 125px;

}



<!-- -->

#nav {
	text-align: center;
	list-style:none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 50px ;
	width: 980px ;
	margin-left:10px;
	background-image: url(images/sub_nav/sub_nav_bckgrnd.jpg) center top;
	background-repeat: repeat-x;
	
}
	
#nav ul {
  margin: 0;
  padding: 0;

  }

#nav li {
	width: 90px;
	height: 50px;
	text-align: center;
	float: left;
}

#nav a {
  display: inline-block;
  margin: 0;
  padding-top: 9px;

  color: #FFF;

  }

#nav li a:hover {
	width: 90px;
	height: 50px;
  color: #00bff3;
  text-decoration: none;
  display: inline-block;
  background-image: url(images/sub_nav/sub_nav_hov.jpg);
  background-repeat: no-repeat;

}

#nav .current_page_item a, #nav .current_page_item a:hover{
	text-decoration: none;
	color: #00bff3;
	width: 90px ;
	height: 50px ;
	background-image: url(images/sub_nav/sub_nav_tab.jpg);
	background-repeat: no-repeat ;

}


#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;

}




/* Internav */


#internav {
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
  	text-align: left;
 	float: right;
  	margin-left: 10px;
	list-style: none;
	display: inline-block;

}
#internav ul {
  	list-style: none;
 	padding: 0;
 	margin: 0;
  }
#internav li {
 	display: inline;
	list-style: none;
  }
#internav li a {
  	color: #FFF;
  	font-size: .9em;
	padding: 10px;
	text-align: center;
  }
#internav li a:hover {
  	color: #00bff3;
  	text-decoration: none;
  }



/* Top Content */

#main {

	clear: both;
	padding-bottom: 5px;
	width: 100%;
	
  }
#contentwrapper {
	float:left;
	width: 420px;
	margin-left: 280px;
	margin-top: 20px;
	padding: 0;
	background-image: url(images/post/post_back_s.jpg)
	background-repeat: no-repeat;
	background-position: top;
  }
#contentwrapper2 {
	float:left;
	width: 900px;  margin: 0;
	padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
	margin: 0px 0 0px 0;
	font-size: 14pt;
	letter-spacing: -1px;
	color: #fff;
	font-weight: normal;
	background: url(images/bg-trans.png);
	padding: 5px;
  }
  
.topTitle {
	  
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 410px;
	height: 23px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right:0px;
	padding-top: 7px;
	
	
  }
  
.pageTitle {
	  
	font-family: Helvetica, sans-serif;
	font-size: 2.7em;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #F03;
	margin-top: 0px;
	width: 700px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:0px;
	padding-top: 0px;
	
	
  }
  
.topPost {
  margin-bottom: 0px;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #fff;
  letter-spacing: -2px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin-top: 2px;
  background: url(images/bg-trans.png) repeat;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  padding: 2px;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #CCC;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 10px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  color: #999;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #333;
  text-decoration: none;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;

  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/post/tag_icon.jpg) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #333;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  text-decoration: none; 
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 0 0 0 0;
  height: 27px;
  }
#nextprevious a {
  	color: #FFF;
  	text-transform: lowercase;
  	text-decoration: none;
	padding-bottom: 5px;

  }
#nextprevious a:hover {
  color: #fff;
  text-decoration: underline;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 10px 15px;
  color: #fff;
  }
#comment a {
  color: #6598b8;
  }
#comment a:hover {
  color: #fff;
  }
#numberofcomments {
  color: #fff;
  font-size: 12pt;
  margin-top: 10px;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #030303;
  border: 1px solid #0a0a0a;
  }
#commentlist li.alt {
  background: #000;
  border: 1px solid #010101;
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  color: #eee;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 410px;
  }
#commentlist .commentbody p a {
  text-decoration: underline;
  }
#commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
#commentlist small.commentmetadata a {
  color: #666;
  }
#commentlist p {
  color: #dedede;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }



/* Welcome section */

#main #welcome {
  margin: 0;
  padding: 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
	height: 50px;
  	margin: 0;
	padding-top: 9px;
	padding-left: 10px;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	color: #fff;
	background-image: url(images/sub_nav/sub_nav_bckgrnd.jpg) ;
	background-repeat: repeat-x;;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin-left: 760px;
  float: right;
  width: 210px;
  color: #eee;
  background-color:#000;
  position: absolute;
  padding-bottom: 100px;
  margin-top: 145px;
  }
  

#sidebarlogo
{
  display: block;
  float: right;
  width: 210px;
  height: 135px;
  background: url("images/logo/axygene_sidebar_logos.jpg") no-repeat 0 0;

}

#sidebarlogo:hover
{ 
  background-position: 0 -135px;
}

#sidebarlogo span
{
  display: none;
}



  
#sidebars .sidebarbox {
  background: url(images/bg-trans.png) repeat;
  padding: 0px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
	height: 50px;
  	margin: 0;
	padding-top: 9px;
	padding-left: 10px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 1.7em;
	color: #fff;
	background-image: url(images/sidebar/sibebar_title_blue.jpg);
	background-repeat: repeat-x;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 0px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }



/* Super Footer*/



#superfooter {
	
	position: fixed;
	bottom:0px; 
	width: 160px;
	height: 20px;
}


.holder {
	
	background-color: #000;
	font-family: Helvetica, sans-serif;
	font-size:  1em;
	text-align: right;
	width: 160px;
	height: 20px;
	margin-left: 80px;
	padding-right: 10px;

}




/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  	float: left;
  	margin: 5px 0px 5px 0;
	padding: 2px;
  	background: url(images/bg-trans.png) repeat;
  }
.alignright {
 	float: right;
 	margin: 5px 0 5px 10px;
	padding: 2px;
	background: url(images/bg-trans.png) repeat;
  
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



