/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(base.news.css);
/* Import the colour scheme */
@import url(Mercury_cs.news.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun, .pun INPUT, .pun SELECT, .pun TEXTAREA, .pun OPTGROUP {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif

}

.pun {FONT-SIZE: 11px; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1em;}
.pun H3 {FONT-SIZE: 1.1em}
#brdtitle H1 {FONT-SIZE: 1.4em}

/* 2.4 Larger text for particular items */
DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */


HTML, BODY {
MARGIN: 0; 
PADDING: 0;

}

#punwrap {
width: 869px;
margin-left:auto;
margin-right:auto;}

DIV.newspics{
BORDER-COLOR: #565656;
BACKGROUND-COLOR: #424242;
padding: 2px;
BORDER-STYLE: solid;
BORDER-WIDTH: 1px;}


/******************************************
/* Rounded edges -- Azog july 2007
*****************************************/
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#484848; margin:0 5px;}
.b2f {height:1px; background:#484848; margin:0 3px;}
.b3f {height:1px; background:#484848; margin:0 2px;}
.b4f {height:2px; background:#484848; margin:0 1px;}

/**************************************
/* rounded edges under posts, news etc
***************************************/
.b1fp, .b2fp, .b3fp, .b4fp{font-size:1px; overflow:hidden; display:block;}
.b1fp {height:1px; background:#383838; margin-left:5px;}
.b2fp {height:1px; background:#383838; margin-left:3px;}
.b3fp {height:1px; background:#383838; margin-left:2px;}
.b4fp {height:2px; background:#383838; margin-left:1px;}

#rounded-posts {
	background-color: #484848;
	margin-left: -14px;
	margin-bottom: -15px;}

.s1p, .s2p {
	overflow:hidden; 
	display:block;
	height:1px; 
	background-color:#484848;}
/**************************************
/* rounded edges under posts, news etc END
***************************************/

#rounded { margin-top: -5px; position: relative; }

#rounded-bottom {margin-bottom: -5px; position: relative;}

#fp_news {
width:600px;
background-color: #484848;
float: left;
margin-left: 8px;
margin-right: 8px;
}

.postimg{
	padding-left: 80px;
}

#about{
	padding: 9px;
}
p.center{padding-left: 80px;
padding-right: 50px;}
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks li{

	height: 80px;
	margin-bottom: 5px;
}

    

#fp_wrapp {
width: 821px;
margin-left: auto;
margin-right: auto;
background-color: #383838;
padding-top: 12px;

padding-bottom:2px;}

#brdmenu {
text-align:center;
width: 821px;
margin-top: -2px;
background-color: #383838;
margin-left: auto;
margin-right: auto;}

#fp_yellow {
background-color: #383838;
color:#F6B620;}

#left a, #brdmenu a{
text-decoration: none;}

#left {
text-align: left;
width: 200px;
float: right;
margin-left: -20px;
display: inline;}

.l {

color: #F6B620;}

.r {
}

#spacer {
	width: 450px;
	padding: 4px 0;
	margin-left: auto;
	margin-right: auto;}

.s1, .s2 {
	overflow:hidden; 
	display:block;
	height:1px; 
	background:#686868;}

.pun {
	background-image: url(../../newdesign/bg.jpg);
	background-position: center;
	}

#msg {
	width: 450px;
	margin-left: auto;
	margin-right: auto;}
	
#textright{
	text-align:right;
	padding-right:78px;
	padding-top:6px;}

#textleft{
	text-align:left;
	padding-left:75px;
	padding-bottom:6px;
	font-weight:bold;}

#textleft a, #textright a {
	text-decoration: none;
	border-bottom-color: #656565;
	border-bottom-style: solid;
	border-bottom-width: 1px;}
	
	/* IE6 css fixer v0.1 alpha: Tue, 21 Apr 2009 23:22:17 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#fp_news,
#left {display:inline;}

/* add zoom:1 to overflow:hidden */
.s1p,.s2p,
.kwicks li,
.s1,.s2,
.b1f,.b2f,.b3f,.b4f,.b1fp,.b2fp,.b3fp,.b4fp {zoom:1;}

/* fix negative margins */
#rounded-posts,
#rounded,
#rounded-bottom,
#brdmenu,
#left {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
#rounded,
#rounded-bottom,
.kwicks {zoom:1;}
