/* CSS Document */

/* basic styles */
@import url('styles.css');

/* override main styles */
html #hd-fix {
	position: static;
	margin-bottom: 0;
}
html #cont {
	position: static;
	clear: both;
	margin: 0;
}
#container>#cont {
	padding-top: 0;
}
#nav {
	height: auto;
}
a {
	border-bottom: none;
}
a:hover {
	background: none;
	color: #000000;
}


/* front page */
#frontpage {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 20px;
	width: 760px;
	background: url(../images/pixel-bg.gif) repeat-y 505px 0px;
	/*local: comment before synchronize
	margin-top: 130px;*/
}
#frontpage a {
	color: #6699cc;
}
#frontpage #highlights {
	height: 250px;
	margin-bottom: 10px;
}
#frontpage #highlights-full {
	height: 250px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
	padding-bottom: 10px;
}
#highlights #hl-1 {
	display: block;
	float: left;
	width: 505px;
	margin: 0;
}


/* override */
#hl-2 {
	float: right;
	width: 250px;
	font-size: 12px;
}
#hl-2 h1 {
	margin: 0;
	padding-left: 0px;
	text-align: right;
	color: #6699CC;
	font: normal 12px Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	text-transform: uppercase;
}
#hl-2 h1 small {
	font-size: 11px;
	font-style: italic;
	word-spacing:  normal;
	text-transform: none;
}
#hl-2 p {
	margin: 0px;
	margin-bottom: 6px
}

/* columns */
#frontpage .columns {
	width: 250px;
}
.columns a {
	text-decoration: underline;
}
.columns a:hover {
	text-decoration: none;
}
.columns h1 {
	margin: 0;
	margin-bottom: 2px;
	padding: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #555555;
}
.columns h2  {
	margin: 0px;
	margin-bottom: 2px;
	font: 13px Arial, Helvetica, sans-serif;
}
.columns p {
	margin: 0;
	margin-bottom: 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
.columns ul {
	font: 12px Arial, Helvetica, sans-serif;
}

#frontpage #col1 {
	float: left;
	background: url(../images/pixel-bg.gif) repeat-y right;
}
#frontpage #col2 {
	float: left;
}
#frontpage #col3 {
	float: right;
	margin-right: 0;
}

.columns h1.title {
	border: 1px dotted #6699cc;
	color: #6699cc;
}
.columns h1.title a {
	text-decoration: none;
}
.columns .box {
	margin-bottom: 20px;
}
#col1 h1 {
	width: 242px;
} 
#col2 .box {
	margin-left: 6px;
	margin-right: 0px;
}
/* */

/* reviews 2.0 */
.columns .covers img {
	margin-right: 1px;
}
.columns .covers  .nomargin img {
	margin-right: 0px;
}
.columns .covers p {
	margin-bottom: 1px;
}
#debate {
	min-height: 68px;
}
#debate h2 em {
	text-transform: uppercase;
	font-weight: bold;
}
#debate img {
	margin-right: 5px;
	float: left;
}
#relx h1 {
	width: 242px;
}
#relx img {
	min-width: 48px;
	max-width: 48px;
	min-height: 68px;
	max-height: 68px;
	_width: 48px;
	_height: 68px;
}
/* */

/* reviews 1.0 */
#releases {
	background: url(../images/tab-reviews.jpg) repeat-y;
}
#releases p {
	padding-left: 14px;
	margin-bottom: 0px;
}
#dvd {
	margin-top: 10px;
	background: url(../images/tab-dvd.jpg) no-repeat;
}
#dvd p {
	padding-left: 14px;
	margin-bottom: 0px;
}
* html .reviews { /* hack ie6 */ 
	height: 0px;
	overflow: visible;
}
.reviews img {
	margin-right: 0px;
	border: 1px dotted #666666;
}
/* */

/* articles */
#articles {
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#articles h1 {
	font-weight: normal;
}
#articles p {
	margin-top: 5px;
	margin-bottom: 15px;
}
#articles p.author {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 2px;
}
#articles p.excerpt {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
#articles p.intro {
	font-size: 11px;
	text-align: justify;
}

#articles p.list {
	margin-bottom: 2px;
}
#articles ul {
	margin: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	list-style-type: square;
}
#articles li {
	margin-left: 18px;
}
#articles img.right, .box img.right {
	float: right;
	margin-left: 4px;
}
/* */

/* misc */
#extra {
	margin: 1px;
	margin-bottom: 20px;	
	background-color: #6699cc;
	color: #000000; 
}
#extra h1 {
	color: #000000;
	text-align: center;
}
#extra p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: justify
}
#extra a {
	color: #000000;
}
#extra a:hover {
	text-decoration: underline
}

#diary {
	margin-bottom: 20px;
}
#diary em {
	text-transform: uppercase;
	font-style: normal;
}
#diary ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 11px;
} 
#diary li {
	margin-left: 2px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #333333;
	color: #666666;
	text-align: justify; 
}
#diary li:hover {
	color: #000000;
}
#diary li.stress {
	background-image: url('../images/diary-star.gif');
	background-repeat: no-repeat;
	text-indent: 20px;
}
#diary a {
	color: #666666;
	text-decoration: none;
}
#diary li.stress a {
	color: #6699cc;
}
#diary a:hover, #diary li.stress a:hover{
	color: #000000;
}
#diary acronym {
	border: none;
	background: url('../images/iquest.gif') no-repeat top right;
	padding-right: 5px;
}

#next {
	margin-top: 15px;
	padding-left: 2px;
}
#next p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}
/* */


/* search */
#search {
	margin-bottom: 20px;
}
#search h1 {
	background: none;
	margin-bottom: 2px;
}
#search p {
	text-align: justify;
	
}
#search form {
	margin-bottom: 6px;
	margin-left: 0px
}

#search #sbi {
	width: 225px;
}
#search #sbb {
	
}
#previous {
	margin-left: 0px
}
#prev-issues {
	margin-top: 1px;
	width: 225px;
	height: 17px;
	background-color:#efefef;
	border: 1px solid #999999;
}
#previous .button {
	margin: 0px;
	*margin-bottom: 2px;
	width: 20px;
	height: 18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #efefef;
	border: 1px solid #999999;
	cursor: pointer;
}

/* */

/* resources */
#rsc {
	margin-bottom: 20px;
}
#rsc h1 {
	background: none;
}



/* others */
.clear {
	_display: none;
	clear: both;
	height: 0px;
}
.adv {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	/*background: url('../images/adv-vertical.gif') no-repeat top center;*/
}
