 body {
	text-align:center;
	background-color:#590102;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
 }

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
}

* {margin:0; padding:0;} 


a img {border: none; }

#wrapper {
  text-align: left;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}




	
																					/*             --------- HEADER --------- 			*/
div#headerbkgnd {
	width:100%;  /* extends color full width of browser */
	white-space: nowrap;
	background-color: #FFF;
}
div#header {
	width:980px;
	white-space: nowrap;
	background-color: #FFF;
}
div#header ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	
}
div#header li {
	list-style-type: none;
	display: block;
	float: left;
}

A.MainLogo {
	background: url(../images/present/MainLogo.gif) no-repeat; 
	 background-position:
  		0px /* Horisontal shift */
  		44px; /* Vertical line shift */
 	display: block;  /* Image as sectional element */
 	width: 252px; /* Image width in pixels */
 	height: 104px; /* Image height */
}
																					/*             --------- TOP NAV
/* the horizontal menu starts here */
div.multi_drop_menus * {
 margin:0; padding:0;    /* removes margin and padding off all list elements */
 }
/* SET YOUR PREFERENCES!!! */
/* set your menu's font and colors here - the MENU MECHANICS  follow below */
div.multi_drop_menus {
  behavior:url(csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
/* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */
 font-family: Trebuchet MS, Verdana, arial, sans-serif;   /* font family for menu */
 letter-spacing:2px;
 font-size:.7em; /* size of menu's type relative to parent element */
 margin:0px;
 background-color:transparent;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
 }
div.multi_drop_menus ul {
 	border-left:0px solid #CCB;   /* creates dividing line to left of level 1's first menu item, revealing div color to left of menu */
	display:inline;						/* fixes margin-doubling bug in IE6 */
	width: 980px;
}
div.multi_drop_menus li {
 background-color:#000;         /* background color of the level 1 menu items */
 border-right:1px solid #EEE;   /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
 }                						    /* border-right is automatically removed from vert menu below  */

div.multi_drop_menus li:hover {
 background-color:#444;      /* background color of hovered menu items */
 }
 div.multi_drop_menus a {
 color:#EEE;                     		/* sets the color of all menu type */
 padding:.5em 26px;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
 }
 div.multi_drop_menus a:hover {
 color:#EEE;        				 /* type color of a hovered menu choice */
 }
div.multi_drop_menus ul li ul {
 width:14em;   						/* sets the width of menu levels 2 - 4 */
 }
div.multi_drop_menus li li { 
 background-color:#000;        /* background color of the level 2 menu */
 border-bottom:0px solid #CCB; /* lines between menu choices - set to 0px if not wanted */
 }
div.multi_drop_menus ul li ul li ul  {
 border-top:0px solid #CCB;     /* set the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
 top:0px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
 } 
div.multi_drop_menus li li li { 
 background-color:#000;          /* background color of the level 3 menu */
 }
div.multi_drop_menus li li li li { 
 background-color:#000;         /* background color of the level 4 menu */
 }
  /* Want transparency on your menus? add the class 'transparent' to the multi_drop_menus div */
div.multi_drop_menus.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.8; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.8; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=80);  /* IE- range 0 to 100  */
  }
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div.multi_drop_menus.vertical ul {
 border-top:1px solid #CCB;     /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
 }
div.multi_drop_menus.vertical li {
 border-bottom:1px solid #CCB;  /* adds horizontal lines between menu choices - overrides main setting above for this feature */
 }
div.multi_drop_menus.vertical ul ul  {
 border-top:1px solid #CCB;       /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
 top:-1px;            /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
 
/* end vertical menu preferences */
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div.multi_drop_menus {
	float:left;
 	width:980px;
	background-color:#000000;
	}
div.multi_drop_menus ul {
 float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from maiin text style sheet */
}
div.multi_drop_menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
div.multi_drop_menus a {
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.multi_drop_menus ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
div.multi_drop_menus ul li ul li {
 width:100%;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div.multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.multi_drop_menus ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
/* pop-outs starts here */
body div.multi_drop_menus ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:0px; /* aligns level 3 and 4 pop-out with previous level */
 }
div.multi_drop_menus ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.multi_drop_menus ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div.multi_drop_menus ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
 
/* extra styles for the vertical menu */
div.multi_drop_menus.vertical ul {
 border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         /* removes left margin that is available on horizontal menu */
 }
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div.multi_drop_menus.vertical li {
 position:relative; /* positioning context for the level 2 menu */
 width:100%;         /* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; /* removes right borders used by horiz level 1 */
}
div.multi_drop_menus.vertical ul ul  {
 position:absolute; /* make ul position relative to parent li for all menu levels */
 left:100%;         /* align level 2 with level 1 - MUST match li width in selector above */
 top:-1px; /* aligns the level 2 pop-out */
 }
/* levels 2 -4 width */
div.multi_drop_menus.vertical li li {
}
div.multi_drop_menus.vertical ul ul ul {
 left:100%;          /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div.multi_drop_menus {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.multi_drop_menus ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div.multi_drop_menus a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div.multi_drop_menus.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div.multi_drop_menus ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
 
 .multi_drop_menus.vertical {   
	width:160px; /* 	width of the container */
	}


																					/*             ---------  MAIN THREE COLUMNS - AFTER HEADER --------- 			*/

div#contentarea {
	width:980px; 
	margin-left:auto;
	margin-right:auto;
}

div#column1 {
	width:240px; 
	float:left;
	margin-top:20px;
}

div#column1detail {
	width:190px; 
	float:left;
	margin:10px 30px 0px 0px;
}

div#column2 {
	width:740px;
	float:right;
	margin-top:10px;
	margin-left:0px;
	text-align:left;
}

div#column2detail {
	width:570px;
	float:left;
	margin-left:0px;
	text-align:left;
	font-size:11px;
}

div#column3 {
	width:160px;  
	float:right;
	text-align:right;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */



/**************************************************/

/* Top Section Container	HOME PAGE             */
/* Container for Upper Left Promo and 300x250 Ad  */

/**************************************************/

.top_sec {
	width: 980px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}


.top_sec ul {
	display:block;
	padding: 0px;
}

.top_sec li {
	list-style-type: none;
	display: inline;
	float: left;
}



/**************************************************/

/* special section for Power 50 Issue #174             */
/* ul and li for previous and next links  */

/**************************************************/

.p50links {
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}


.p50links ul {
	display:block;
	padding: 0px;
}

.p50links li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right:117px;
	margin-bottom:25px;
}

/**************************************************/

/* A SPECIAL SECTION for The Cover Gallery        */

/**************************************************/

div#covergallery {
	display:block;
	width:820px;
	float:left;
}

div#covergallery h1 {					 
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

div#covergallery ul {
	display:block; 
	padding:0px;
	margin: 0px;
	float: left;
	width: 400px;
	max-width: 400px;
}

div#covergallery li { 
	list-style:none; 
	display:inline; 
	float:left; 
	margin:0px 0px 0px 4px; 
	padding:0px;
}

div#covergallery img {
	border:solid 1px #666;
}

div#covergallery img a:link{
	border:solid 1px #f00;
}

div#covergallery li a:hover {
	border:#f00;
}
select,option {  
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #F4F3F5;
	margin: 5px;
}
select {  
	border: 1px solid #666666;
}

#coverhubnav {
	float:left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing:1px;
	color: #111;
	text-decoration: none;
	width: 185px;
	padding:20px 0px 0px 0px;
	background-image:url(../images/present/plussign.gif);
	background-position: 70px 70px;
	background-repeat:no-repeat;
}

#coverhubnav ul {
	display:block;
	}

#coverhubnav li {
	list-style:none;
	text-align:left;
	height:22px;
	padding_top:15px;
	margin-left:30px;
}

#coverhubnav li  a{
	color: #111;
	text-decoration: none;
	height: 20px;
	line-height:20px;
	display:block;
	padding-right:5px;
}

#coverhubnav li a:hover {
	background-color:#990000;
	color:#FFF;
}


/* this is used to preload the cover rollovers on the covers hub page  - also for HP Promo*/
.hiddenPic {display:none;}


/**************************************************/

/* special section for VS Issue #175             */
/* ul and li for previous and next links  */

/**************************************************/

.vslinks {
	margin: 0px;
	padding: 0px;
	text-align:left;
}


.vslinks ul {
	display:block;
	padding: 0px;
}

.vslinks li {
	list-style-type: none;
	display: inline;
	float: left;
}

/**************************************************/

/*	Home Page Upper Left Promo Styles			                  */

/**************************************************/

div#hp_promo {
	width: 665px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}


div#hp_promo ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	border-bottom: solid 1px #EEEEEE;
	height: 249px;
	width:275px;
	float: right;
}

div#hp_promo li {
	list-style-type: none;
	float: right;
	width: 254px;
	padding: 0px 10px 0px 10px;
	height: 82px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-color:#EEEEEE;
	background-color:#FFFFFF;
}

div#hp_promo li:hover {
	background-color:#EFEFEF;
	color:#CC0000;
}

div#target {
	float:left;
	height: auto;	
	width: 390px;
}


div#hp_promo p {					 
	color:#515151;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-style:normal;
	margin-top: 3px;
}

div#hp_promo h1 {					 
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}



/**************************************************/

/*	Home Page Feature Well Mods Styles			                  */

/**************************************************/


.hp_mod {
	width: 740px;
	margin: 0px;
	padding: 0px;
	text-align:left;

}

.hp_mod a {
	text-decoration:none;
	color:#333;
	}
	
.hp_mod ul {
	margin: 0px;
	padding: 0px;
	float:right;
}

.hp_mod li {
	list-style-type: none;
	display: inline;
	position:relative;
	float: left;
	width: 227px;
	height: 300px;
	margin-left:17px;
	border-bottom: solid #EEE;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

.hp_mod li:hover 
{
	background-color:#F2F2F2;	
}

.hp_photo {
	width: 225px;
	height: 150px;
	border:solid #666666;
	border-width:1px;
}


.hp_mod p {					/*	Home Page Slugs			                  */
	line-height:2em;
	display:block;
	color:#EEE;
	background-color:#000001;
	margin-bottom:3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight:normal;
	
}

.hp_mod p a {					/*	Home Page Slugs			                  */
	line-height:2em;
	display:block;
	color:#EEE;
	background-image:url(../images/present/slugbkgnd.gif);
	background-repeat:no-repeat;
	padding-left: 0px;
	margin-bottom:3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none:
}

.hp_mod p a:hover {
	display:block;
	color:#111;
	background-image:url(../images/present/slugbkgnd.gif);
	background-position:0px -22px;
	text-decoration:none:;
	}

.hp_mod h1 {					/*	Hed			                  */
	display:block;
	color:#333;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	margin: 5px 0px 0px 0px;
	font-weight:normal;
}

.hp_textbox {
	display: compact;
	color: #333333;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	text-align: left;
	height: 61px;
	width: 263px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.hp_mod h2 {					/*	MORE			                  */
	display:inline;
	color:#790000;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 2px;
	width: 100px;
	
}


.more {
	display:block;
	color:#790000;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 2px;
	border-bottom:none; 
	height: 15px; 
	width: 227px; 
	margin:0px;
}

.hp_mod h3 {					/*	COMMENTS			                  */
	display: block;
	color:#000079;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 2px;
	position:absolute;
	bottom: 0px;
	right:0px;	
}


/**************************************************/

/*	Home Page Blog Modules Mods Styles			                  */

/**************************************************/

.blog_mod {
	width: 715px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	text-align:left;
	float:left;

}

.blog_mod a {
	text-decoration:none;
	color:#333;
	}
	
.blog_mod a:hover{
	text-decoration:none;
	color:#900;
	}
	
.blog_mod ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width:715px;
}

.blog_mod li {
	list-style-type: none;
	display: inline;
	position:relative;
	float: left;
	width: 345px;
	min-height: 125px;
	margin-bottom: 10px;
	margin-left:0px;
	line-height:17px;
	padding:0px;
}


.blog_mod p {					/*	Home Page Slugs			                  */
	line-height:2em;
	display:block;
	color:#EEE;
	background-color:#000001;
	margin-bottom:3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight:normal;
	
}

.blog_mod p a {					/*	Home Page Slugs			                  */
	line-height:2em;
	display:block;
	color:#EEE;
	background-image:url(../images/present/slugbkgnd.gif);
	background-repeat:no-repeat;
	padding-left: 0px;
	margin-bottom:3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none:
}

.blog_mod p a:hover {
	display:block;
	color:#111;
	background-image:url(../images/present/slugbkgnd.gif);
	background-position:0px -22px;
	text-decoration:none:;
	}

.blog_mod h1 {					/*	Hed			                  */
	display:block;
	color:#333;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	margin: 5px 0px 0px 0px;
	font-weight:normal;
}

.blog_textbox {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 17px;	
	margin: 0px;
	padding: 0px;
}


.blog_mod h2 {					/*	MORE			                  */
	display:block;
	color:#790000;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 2px;
	width: 100px;
	margin-bottom:20px;
	
}



.blog_mod h3 {					/*	COMMENTS			                  */
	display: block;
	color:#000079;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 2px;
	position:absolute;
	bottom: 0px;
	right:0px;	
}




/**************************************************/

/*	              SUBSCRIPTION PROMO BUTTON	  */

/**************************************************/


div#subpromo {
	margin-top:10px; 
	background-image:url(/images/subpromos/cover.jpg); 
	display:block; 
	background-repeat:no-repeat; 
	width:152px; 
	height:60px; 
	padding-top:150px;
	background-position:1px 1px;
	background-color: #CCC;
}

div#subpromo ul {
	width:180px; 
	display:block; 
	text-align:right; 
	list-style:none;
}

.subscribe {
	margin-top:4px;
	background-image:url(/images/subpromos/buttonsHP.gif);
	background-position:75px 0px; 
    display:block; 
    height:24px;
    background-repeat:no-repeat;	
}


a.subpromoprint {
 	margin-top:4px;
	background-image:url(/images/subpromos/buttonsHP.gif);
	background-position:75px -29px; 
    display:block; 
    height:24px;
    background-repeat:no-repeat;	
}

a.subpromodigital {
 	margin-top:4px;
	background-image:url(/images/subpromos/buttonsHP.gif);
	background-position:75px -57px;
    display:block; 
    height:24px;
    background-repeat:no-repeat;	
}

a.subpromodigital:hover {
 	background-position:
  	65px /* Horisontal shift */
  	-57px; /* Vertical line shift */
}

a.subpromoprint:hover {
 	background-position:
  	65px /* Horisontal shift */
  	-29px; /* Vertical line shift */
}

/**************************************************/

/*	              DETAIL PAGES	  */

/**************************************************/

.detail_top_sec {
	width: 570px;
	margin: 0px;
	padding: 0px;
	text-align:left;		
}

p.copy::first-letter {
	float:left;
	color:#000;
	font-size:150px;
	line-height:70px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
}

.copy {
	line-height: 17px;
}

.copy b {
	font-size:12px;
	color:#000000;
}


p.nocap::first-letter {
	color:#111;
	font-size:11px;
	line-height:17px;
}

.nocap {
	line-height: 17px;
}

.nocap b {
	font-size:12px;
	color:#000000;}

.copy h5 {
	float:left;
	color:#990000;
	font-size:24px;
	line-height:17px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
}
	
	






/**************************************************/

/*	Lower Left Nav on Detail Pages                   */

/**************************************************/

#leftnav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	letter-spacing:1px;
	color: #111;
	text-decoration: none;
	width: 185px;
	display:block;
	padding:20px 0px;
	background-image:url(../images/present/plussign.gif);
	background-repeat:no-repeat;
}



#leftnav li {
	list-style:none;
	text-align:right;
	height:25px;
	padding_top:15px;
}

#leftnav li  a{
	color: #111;
	text-decoration: none;
	height: 20px;
	line-height:20px;
	display:block;
	padding-right:5px;
}

#leftnav li a:hover {
	background-color:#990000;
	color:#FFF;
}


/**************************************************/

/*	CURRENT ISSUE INCLUDE Styles			                  */

/**************************************************/

.currentissue {
	width: 575px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

.currentissue img {					/*	COVER			                  */
	float:left; 
	border:solid #999999 1px; 
	margin: 0px 15px 5px 0px;
}

.currentissue h1 {					/*	ISSUE AND DATE			                  */
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 28px;
	margin: 0px 0px 10px 0px;
	font-weight:normal;
}

.currentissue h2 {					/*	FRONT, COLUMNS ETC			                 */
	color:#790000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	letter-spacing: 2px;
	margin:10px 0px 0px 0px;	
}

.currentissue h3 {					/*	TITLES			                  */
	color:#000079;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	letter-spacing: 1px;
	margin-top:3px;
}


/**************************************************/
/*	           STYLES PORTED FROM OLD SITE     	 */
/**************************************************/
/* DETAIL PAGES */

.review_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #333333;
	margin:10px 0px;
	line-height:30px;
}

.music_album {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #333333;
	margin:10px 0px;
	line-height:30px;
}

.artist_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #333333;
	margin:10px 0px;
	line-height:25px;
}

.comment_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	margin:20px 0px 0px;
	display:block;
	padding-left: 8px;
	padding-bottom: 11px;
	padding-right: 6px;
	font-weight: lighter;
	text-align: left;
}

.comment_link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
	margin:10px 0px;
	letter-spacing:2px;
}

.comment_is {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #900;
	text-align: center;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	letter-spacing:1px;
}

.comment_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	letter-spacing:1px;
	background-image: url(../cover3/images/bg-grey.gif);
	background-repeat: repeat-x;
}

.comment_copy {
	font-size:14px;
	line-height: 20px;
}


.comment_post {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #900;
	text-align: center;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	letter-spacing:1px;
}



.poll_question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
	display:block;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
.poll_answers {
	line-height:24px;
	margin-left:45px;
	}
	
	
.next_page {
	font-size:15px;
	}
	
.prev_next {
	letter-spacing:2px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding-right: 7px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #C00;
	}
	

.hot_guy_body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	}
	
.hot_guy_body b {color: #990000;}


.compcardold {
	display:block;
	width:300px;
	margin-left:50px;
	border:#999999 solid 1px;
	font-size:11px;
	padding:10px;
	position:relative;
	top:-15px;
	letter-spacing:2px;
	}
	
.compcard {
	display:block;
	position:relative;
	top:-360px;
	left:411px;
	font-size:11px;
	padding:10px;
	position:relative;
	letter-spacing:1px;
	width:150px;
	}
	
.modelqa {
	display:block;
	position:relative;
	top:-160px;
	line-height:20px;
	}
	




/**************************************************/
/*	            FOOTER     					   	 */
/**************************************************/
div#footer {
	width:975px;
	margin: 15px 5px 15px 5px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	letter-spacing:1px;
	}
	
div#footer a:link {
	color: #333;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#footer a:visited {
    color: #333;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#footer a:hover {
    font-weight: normal;
    color: #990000;
	text-decoration: underline;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.comment_postContact {

	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 17px;
	color: #900;
	text-align: left;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	letter-spacing:1px;
}
.fusionpadding {
	padding-right: 22px;
}
.news_text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.capitalheader {
	display:inline;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 0px;
	border-bottom:none;
	background-color: #790000;
	text-transform: uppercase;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 35px;
}
.tableofcontent {
	display:inline;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	border-bottom:none;
	margin:0px;
	background-color: #790000;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.breadcrumb {
	display:block;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	border-bottom:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.JamesMakawa {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	margin:10px 0px;
	line-height:25px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
	background-image: url(../images/J.Makawa.jpg);
}
.Jamesmakawatext {
	display:block;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	border-bottom:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.boldnames {
	display:block;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	border-bottom:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.blowoutphrase {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	padding-right: 35px;
	padding-left: 35px;
}
.selected_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	color: #333333;
	margin:10px 0px;
	font-weight: bold;
}
.redlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #900;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.blowoutphrase2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	padding-right: 35px;
	padding-left: 35px;
	color: #639;
}
.artist_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	font-style: normal;
}
.article_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #900;
	text-align: left;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	padding-left: 5px;
}
.selected_name2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #333333;
	margin:10px 0px;
	font-weight: bold;
}
.submissions {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #900;
	text-align: center;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	letter-spacing:1px;
	background-image: url(../cover2/images/advancesearch.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.gallery_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	color: #333;
	line-height:30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 7px;
}
.contributor_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
.contributor {
	font-size: 18pt;
	color: #8f8d69;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
