/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Update:     2008-08-17, 13:17 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {
	font:0.75em/1.5 "arial", sans-serif;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(/design/bg.gif);
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {
	width:940px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

    #header {
	position:relative;
	height:105px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	overflow: hidden;
	line-height: 14px;
}
    #header #logo {margin:0;}
    
        #slogan {
	position:absolute;
	top:30px;
	right:0;
	width:280px;
	background-color: #000000;
}
    
    #nav {
	position:relative;
	background:url(/design/nav.gif) 0 0 repeat-x;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
    #nav ul {margin:0; list-style:none;}
    #nav ul li {display:inline;}
    #nav ul li a {
	display:block;
	float:left;
	background:url(/design/nav-separator.gif) 100% 0 repeat-y;
	text-decoration:none;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
}
    #nav a:hover {
	color: #CC0000;
}
    #nav ul li.active, #nav ul li.active a {font-weight:bold;}
    #nav #feeds {position:absolute; top:9px; right:25px; margin:0;}
    #nav #feeds a:hover {
	text-decoration:none;
	color: #CC0000;
}

    #cols {
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #666666;
}
    #cols-in {
	min-height:430px;
	padding:10px;
	background-repeat: no-repeat;
	background-color: #333333;
}
    
        #content {
	float:left;
	width:600px;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #000000;
}
        #aside {
	float:right;
	width:305px;
	background-color: #000000;
	border: 1px solid #000000;
	color: #CCCCCC;
}
        #content .in, #aside .in {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

    #footer {
	padding:15px 15px 5px 15px;
	background-color: #000000;
}
    #footer p {
	margin:0;
	width: 900px;
}
    
        #ico-print {padding-left:12px; background:url(/design/ico-print.gif) 0 50% no-repeat;}
        #ico-sitemap {margin-left:10px; padding-left:10px; background:url(/design/ico-sitemap.gif) 0 50% no-repeat;}

        .ico-rss {
	padding-left:18px;
	background:url(/img/rss.gif) 0 50% no-repeat;
	text-decoration: none;
}
.ico-share {
	background-image: url(/img/share-main.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}


    #copy {margin:15px auto 0 auto; width:910px; font-size:90%;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#breadcrumbs {margin:0; font-size:90%;}
#breadcrumbs a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
#breadcrumbs span {margin:0 3px;}

#topstory-img {float:left; width:100%;}
#topstory-img img {display:block;}
#topstory-txt {float:right; width:280px;}
#topstory-txt h3 {margin:0; font-size:140%; font-weight:normal;}
#topstory-txt #topstory-info {margin:0; font-size:90%;}
#topstory-txt .comment {padding-left:12px; background:url(/design/ico-comment.gif) 0 2px no-repeat;}

.cols5050 {
	clear:both;
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.cols5050 .col {float:left; width:275px;}
.cols5050 .col .article {clear:both;}
.cols5050 .col .article-img {float:left; width:60px;}
.cols5050 .col .article-img img {display:block;}
.cols5050 .col .article-txt {
	float:right;
	width:210px;
	line-height: 17px;
	margin-bottom: 7px;
}
.cols5050 .col .article-txt h4 {
	margin-bottom:0px;
	font-size:110%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.cols5050 .col .article-txt p {margin:0; font-size:90%;}

#subnav {margin:0; list-style:none;}
#subnav li {display:inline;}
#subnav li a {
	display:block;
	padding:4px 10px 4px 25px;
	background-image: url(/design/subnav.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#subnav li a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
#subnav li.last a {border:0;}

dl#news {
	margin:0;
	background-repeat: repeat-y;
	background-position: 3px 0;
}
dl#news dt {
	margin-bottom:3px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
dl#news dd {
	margin-bottom:10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
dl#news a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#gallery-in {
	padding:15px;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#gallery .separator {
	width:910px;
	height:2px;
	margin:10px 0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(/design/separator.gif);
}
#gallery img {margin-right:18px;}
#gallery a.last img {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.title-01 {
	margin:0;
	font-size:150%;
	font-weight:normal;
	background-color: #CC0000;
	background-repeat: no-repeat;
	height: 80px;
	padding: 0px;
}
.title-02 {
	font-size:100%;
	background-image: url(/design/dot-01.gif);
	background-repeat: repeat-x;
	background-position: 0 60%;
}
.title-02 span {padding-right:5px;}
.title-03 {
	margin:0;
	font-size:100%;
	font-weight:bold;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat;
	background-position: 0px 0%;
	background-color: #000000;
	height: 45px;
}
.title-03.gallery {background:url(/design/arrow-02.gif) 903px 50% no-repeat;}
.title-04 {
	font-size:100%;
	font-weight:bold;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 245px 50%;
	margin-top: 0;
	margin-bottom: 0;
}

.more {
	padding-right:14px;
	background:url(/design/more.gif) 100% 5px no-repeat;
}
a:hover.more {text-decoration:none;}
h4 {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px none #FFFFFF;
}
h3 {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
.search {
	padding-top: 7px;
	padding-bottom: 7px;
}
.border1 {
	border: 1px solid #FFFFFF;
}
.f-right-border {
	float: left;
	border: 1px solid #FFFFFF;
}
.header a {
	color: #FFFFFF;
}
#header a {
	color: #FFCC00;
	font-size: 12px;
}	
#header a:hover {
	color: #CC0000;
	text-decoration: none;
	line-height: 14px;
	text-decoration: none;
	text-decoration: none;
	text-decoration: none;
	
}
.border2 {
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	color: #000000;
}
#border2 {
	color: #000000;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.table-border {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	vertical-align: middle;
}
.test-white {
	font-size: 12px;
	color: #FFFFFF;
}
.text-style1 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.text-style2 {
	font-size: 10px;
	line-height: 16px;
}
.text-sml-line {
	line-height: 12px;
	color: #000000;
}
.border-topbtm {
	border: 1px solid #333333;
}
.va-left {
	text-align: left;
	vertical-align: top;
	float: left;
	left: 0px;
	top: 0px;
	padding: 2px;
}
.border-red {
	border: thin solid #CC0000;
}
.button {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}
.border-grey {
	border: 1px solid #333333;
}
.border-black {
	border: 1px solid #000000;
}
.space-bottom {
	margin-bottom: 7px;
}

