
/* 
	CSS STYLE SHEET: myCode - news.css
	code by www.coex.cz (c0rw)
*/


/* GLOBALS */

body {
	background: white;
}

a:hover {
	color: black !important;
}



/* ID: head */

#head a:hover {
	color: white !important;
}


/* ID: submenu */

#submenu {
	border-bottom: 1px solid #BBBBBB;
}


/* ID: mycode-logo */

#mycode-logo {
	display: block;
	width: 110px;
	height: 50px;
	margin: 45px 30px 0 0;
	background: url('news-mycode-logo.gif') no-repeat top left;
	float: left;
}


/* ID: detail-content */

#detail-content {
	width: 880px;
	margin: 0 auto;
	/* background: url('news-detail-bg-line.gif') repeat-y left; */
}


/* ID: news-detail */

#news-detail {
	width: 510px;
	margin: 50px 0 0 0px;
	float: left;
	border-right: 1px solid #B7B7B7;
}

#news-detail[id] {
	margin: 50px 0 0 0px;
}

#news-detail .content {
	padding: 0 30px 0 0;
	line-height: 16px;
}

#news-detail .content a {
	color: #eba866;
}

#news-detail .terms li {
	padding-top: 10px;
}

#news-detail .contact p {
	padding-bottom: 5px;
}

#news-detail p, div, span {
	color: #a0a0a0;
}

#news-detail .news-links {
	padding: 100px 20px 5px 0;
}

#news-detail h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 20px 20px 0;
	color: #b3b3b3;
}

#news-images {
	margin-top: 50px;
	padding-left: 20px;
	float: left;
}

#news-images p {
	width: 205px;
	margin-bottom: 20px;
}

#news-images img {
	margin-bottom: 5px;
}


/* CLASS: archive-articles*/

.archive-article {
	padding-right: 20px;
}

.archive-article h4 {
	padding-bottom: 5px;
}

.archive-article h4 a {
	font-size: 16px;
	font-weight: normal;
	color: #898989;
}

.archive-article .article-content {
	padding-bottom: 30px;
	line-height: 16px;
}

.archive-article .article-date {
	padding-bottom: 5px;
	font-size: 10px;
}

/* CLASS: search-light */

.search-light {
	text-align: center;
}

.search-light .search-text {
	background: url('news-search-bg-light.gif') no-repeat top left;
 	width: 160px;
	height: 17px;
	padding: 3px 10px;
	color: gray;
}

.search-light .submit {
	visibility: hidden;
}

/* ID more-info */

#more-info {
	padding-top: 30px;
}

