/* ================================================================ 
     GENERAL SETTINGS
=================================================================== */

body {
	background: #ffffff;
	color: #333333;
        width: 100%;
	font-size: 11px;
	font-family: Arial, san-serif;
	margin: 0px;
	padding: 0px;
	}

#wrapper {
        background: #ececec;
        width: 989px;
		margin: 0px;
        padding: 11px 0px 11px 0px;
        }

#smalltxt {	
	color: #808080;
	font-size: 10px;
	line-height:1.3em;
	font-family: Arial, san-serif;
        }
		
#smalltxt1 {	
	color: #808080;
	font-size: 9px;
	font-family: Arial, san-serif;
        }

/* ================================================================ 
     HEADER
=================================================================== */

#mainarea {
        background: #cccccc;
        width: 100%;
        height: 28px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        }

.mainarea-left {
        background: transparent url(images/navigation.png) no-repeat;
        width: 819px;
        height: 28px;
        text-align: left;
        margin: 0px 11px 0px 5px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.mainarea-right {
        width: 154px;
        height: 28px;
        text-align: right;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

#toparea {
        width: 989px;
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 0px;
        overflow: hidden;
        }

.toparea-left {
        width: 220px;
        text-align: left;
        margin: 0px 6px 0px 5px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.toparea-right {
        width: 728px;
        text-align: left;
        margin: 0px 0px 0px 5px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

#masthead {
        background: #A8262B url(images/logo.png) no-repeat;
        width: 978px;
        height: 26px;
        text-align: right;
        margin: 0px 0px 1px 0px;
        padding: 12px 11px 0px 0px;
        overflow: hidden;
        }

#masthead a {
	color: #ffffff;
        font-weight: bold;
	text-decoration: none;
	}

#masthead a:visited {
	color: #ffffff;
        font-weight: bold;
	text-decoration: none;
	}
	
#masthead a:hover {
	color: #ffffff;
        font-weight: bold;
	text-decoration: underline;
	}

/* ================================================================ 
     TYPOGRAPHY SETTINGS
=================================================================== */

a {
	color: #85171B;
	text-decoration: underline;
	}

a:visited {
	color: #85171B;
	text-decoration: underline;
	}
	
a:hover {
	color: #333333;
	text-decoration: none;
	}

h1 {
        color: #000000;
	font-size: 32px;
        line-height: 40px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h2 {
        color: #000000;
	font-size: 26px;
        line-height: 30px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h3 {
        color: #000000;
	font-size: 18px;
        line-height: 22px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	}

h3 a {
	color: #a8262b;
	text-decoration: none;
	}

h3 a:visited {
	color: #a8262b;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #85171B;
	text-decoration: underline;
	}

h4 {
        color: #000000;
	font-size: 16px;
        line-height: 20px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h4 a {
	color: #85171B;
	text-decoration: underline;
	}

h4 a:visited {
	color: #85171B;
	text-decoration: underline;
	}
	
h4 a:hover {
	color: #333333;
	text-decoration: none;
	}

h4.extra {
        color: #000000;
	font-size: 16px;
        line-height: 20px;
        font-weight: bold;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 6px 0px;
	}

h5 {
        color: #000000;
	font-size: 13px;
        line-height: 17px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	}

h5 a {
	color: #a8262b;
	text-decoration: none;
	}

h5 a:visited {
	color: #a8262b;
	text-decoration: none;
	}
	
h5 a:hover {
	color: #85171B;
	text-decoration: underline;
	}

h6 {
        color: #000000;
	font-size: 11px;
        line-height: 15px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h6 a {
	color: #a8262b;
	text-decoration: none;
	}

h6 a:visited {
	color: #a8262b;
	text-decoration: none;
	}
	
h6 a:hover {
	color: #85171B;
	text-decoration: underline;
	}
	
h7 {
        color: #85171B;
	font-size: 11px;
        line-height: 15px;
        font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h7 a {
	color: #a8262b;
	text-decoration: none;
	}

h7 a:visited {
	color: #a8262b;
	text-decoration: none;
	}
	
h7 a:hover {
	color: #85171B;
	text-decoration: underline;
	}

h8 {
        color: #000000;
	font-size: 11px;
        line-height: 15px;
        font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 6px 0px;
	}

h8 a {
	color: #85171B;
	text-decoration: underline;
	}

h8 a:visited {
	color: #85171B;
	text-decoration: underline;
	}
	
h8 a:hover {
	color: #333333;
	text-decoration: none;
	}


/* ================================================================ 
     MENU BAR
=================================================================== */

#menubar {
        background: #828282;
        color: #ffffff;
		width: 989px;
        height: 25px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}

.menubar-left {
        width: 889px;
        height: 28px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.menubar-right {
        width: 100px;
        height: 28px;
        text-align: right;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

#nav {
	font-size: 12px;
	font-family: Arial, san-serif;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
        float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
        background: transparent;
		color: #ffffff;
		display: block;
        font-weight: bold;
        text-decoration: none;
        margin: 6px 15px 8px 5px;
		padding: 0px 0px 0px 0px;
	}

#nav li a:hover, #nav li a:active {
        background: transparent;
		color: #000000;
		display: block;
        font-weight: bold;
        text-decoration: none;
        margin: 6px 15px 8px 5px;
		padding: 0px 0px 0px 0px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #cccccc;
	width: 150px;
	color: #333333;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	text-decoration: none;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #cccccc;
	color: #A8262B;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	}

#nav li {
	float: left;
	padding: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	width: 168px;
	border-top: 1px solid #828282;
	margin: -25px 0 0 167px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

#pagebar {
        background: transparent;
        color: #ffffff;
		width: 819px;
        height: 28px;
		margin: 0px 0px 0px 65px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}

#navpages {
	font-size: 11px;
	font-family: Arial, san-serif;
	margin: 0px;
	padding: 0px;
	}
	
#navpages ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navpages li {
        float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navpages li a, #navpages li a:link, #navpages li a:visited {
        background: #828282;
	color: #ffffff;
	display: block;
        font-weight: normal;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
        border-right: 1px solid #ffffff;
	}

#navpages li a:hover, #navpages li a:active {
        background: #333333;
	color: #ffffff;
	display: block;
        font-weight: normal;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
        border-right: 1px solid #ffffff;
	}

.current_page_item a, .current_page_item a:hover {
    background: #85171B !important;
    color: #ffffff !important;
        border-bottom: 0px solid #ffffff !important;
    }

/* ================================================================ 
     COLUMN SETUP
=================================================================== */

#columnsetup {
        width: 979px;
        margin: 0px 5px 0px 5px;
        padding: 0px;
        overflow: hidden;
        }

.setup-left {
        width: 614px;
        text-align: left;
        margin: 0px 5px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.setup-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.setup-left ul li {
	list-style-type: none;
	background: transparent url(images/bullet.gif) no-repeat 0 .50em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}

.setup-left ul li a {
	color: #a8262b;
	text-decoration: none;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	}

.setup-left ul li a:visited {
	color: #a8262b;
	text-decoration: none;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	}
	
.setup-left ul li a:hover {
	color: #a8262b;
	text-decoration: underline;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	}


.setup-right {
        width: 360px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

/* ================================================================ 
     MODULES
=================================================================== */

#module-01 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

.module-01-left {
        width: 591px;
        text-align: left;
        margin: 0px 11px 10px 9px;
        padding: 0px 0px 0px 0px;
        float: left;
		border-bottom: 1px solid #d4d4d4;
        }

.module-01-left1 {
        width: 305px;
        text-align: left;
        margin: 0px 11px 10px 9px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-01-right {
        width: 190px;
        text-align: left;
        margin: 0px 11px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }
		
.module-01-right1 {
        width: 270px;
        text-align: left;
        margin: 0px 11px 10px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }
		

#module-02 {
        background: #ffffff;
        width: 408px;
		height: 750px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
		float: left;
        }

.module-02-left {
        width: 185px;
        text-align: left;
        margin: 0px 10px 0px 7px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-02-middle {
        width: 185px;
        text-align: left;
        margin: 0px 0px 0px 7px;
        padding: 0px 0px 0px 0px;
        float: left;
        }
		
#module-02M {
        background: #ffffff;
        width: 202px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
		        float: right;
        }

.module-02M-left {
        width: 190px;
        text-align: left;
        margin: 0px 7px 10px 0px;
        padding: 0px 0px 0px 0px;
        float: right;
        }

#module-03 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

.module-03-left {
        width: 190px;
        text-align: left;
        margin: 0px 10px 0px 9px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-03-middle {
        width: 190px;
        text-align: left;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-03-right {
        width: 190px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

#module-04 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

.module-04-left {
        width: 291px;
        text-align: left;
        margin: 0px 11px 0px 11px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-04-right {
        width: 290px;
        text-align: left;
        margin: 0px 11px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

#module-05 {
        background: #ffffff;
        width: 338px;
        margin: 0px 0px 10px 0px;
        padding: 11px 11px 11px 11px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }
		
#module-06 {
        background: #ffffff;
        width: 338px;
        margin: 0px 0px 10px 0px;
        padding: 11px 11px 11px 11px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-07 {
        background: #ffffff;
        width: 338px;
        margin: 0px 0px 10px 0px;
        padding: 11px 11px 11px 11px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-08 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

.module-08-left {
        width: 290px;
        text-align: left;
        margin: 0px 10px 0px 9px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-08-middle {
        width: 190px;
        text-align: left;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.module-08-right {
        width: 290px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

#module-makehomapage {
        background: #f7f7f7;
        width: 338px;
        margin: 0px 0px 10px 0px;
        padding: 5px 5px 5px 5px;
        overflow: hidden;
        border: 5px solid #ffffff;
        }

#module-post {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

blockquote {
	        background: #f7f7f7;
		color:#444;
        border: 1px solid #cccccc;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
		font-family:arial;
		font-size:12px;
		float:left;
	border-top: 5px solid #a8262b;
	width:96%;
		}
code {
        background: #f7f7f7;
        border: 1px solid #cccccc;
	margin: 0px 10px 15px 0px;
	padding: 5px 5px 5px 5px;
		font-family:arial;
		font-size:12px;
		width:270px;
		float:left;
	
	}
		
.post-styling {
        font-size: 14px;
        line-height: 20px;
	padding: 0px 11px 0px 11px;
}

.cat-styling {
        font-size: 11px;
        line-height: 16px;
	padding: 0px 11px 0px 11px;
}

#module-banner-03 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-banner-04 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-banner-05 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-banner-06 {
        background: #ffffff;
        width: 614px;
        margin: 0px 0px 10px 0px;
        padding: 11px 0px 11px 0px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-banner-07 {
        background: #ececec;
        width: 338px;
        margin: 0px 0px 10px 0px;
        padding: 11px 11px 11px 11px;
        overflow: hidden;
        }

#module-widget {
        background: #ffffff;
        width: 360px;
        margin: 0px 0px 10px 0px;
        padding: 11px 11px 11px 11px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

#module-widget ul {
	font-size: 12px;
	font-family: Arial, san-serif;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#module-widget ul li {
	list-style-type: none;
	background: transparent;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#module-widget ul li a {
	color: #85171B;
	background: transparent url(images/bullet.gif) no-repeat 0 .50em;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}

#module-widget ul li a:visited {
	color: #85171B;
	background: transparent url(images/bullet.gif) no-repeat 0 .50em;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}
	
#module-widget ul li a:hover {
	color: #333333;
	background: transparent url(images/bullet.gif) no-repeat 0 .50em;
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
	}

/* ================================================================ 
     IMAGE SETTINGS
=================================================================== */

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 5px 0px 20px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 5px 20px 15px 0px;
	display: inline;
	}
	
img.alignleft {
	padding: 0px;
	margin: 5px 20px 15px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	margin: 0px;
	padding: 0px;
	}
	
.wp-caption img {
	margin-bottom: 2px;
	padding:0px;
	border: 1px solid #333333;
	background-color:#FFFFFF;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	width: auto;
	padding: 5px 0px 0px 0px;
	font-family:Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	color:#999999;
	}

/* ================================================================ 
     FOOTER SETTINGS
=================================================================== */

#prefoot {
        background: #cccccc;
        width: 978px;
        height: 20px;
        text-align: right;
        margin: 0px 0px 0px 0px;
        padding: 8px 11px 0px 0px;
        overflow: hidden;
        }

#prefoot a {
	color: #828282;
	text-decoration: none;
	}

#prefoot a:visited {
	color: #828282;
	text-decoration: none;
	}
	
#prefoot a:hover {
	color: #999999;
	text-decoration: underline;
	}


#footer {
        width: 984px;
	color: #999999;
	font-size: 10px;
	font-family: Arial, san-serif;
        margin: 11px 0px 11px 5px;
        padding: 0px;
        overflow: hidden;
        }

#footer a {
	color: #999999;
	text-decoration: none;
	}

#footer a:visited {
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #999999;
	text-decoration: underline;
	}

.footer-left {
        width: 492px;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

.footer-right {
        width: 492px;
        text-align: right;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        }

/* ================================================================ 
     SEARCH BAR
=================================================================== */

#search-bar {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchbox {
	background: #ffffff !important;
	width: 144px;
	height:10px;
	color: #333333;
	font-size: 9px;
	font-family: Arial, san-serif;
	margin: 2px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
        border: 0px;
	display: inline;
        border: 1px solid #828282;
	}

/* ================================================================ 
     THREADED COMMENT SETTINGS
=================================================================== */
#commentblock {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock p {
	font-size: 11px;
	font-family: Verdana;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 580px;
	}
	
.commentleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#commentblock ol li {
	background: #F9F9F9;
	list-style: none;
	margin: 0px;
	padding: 5px;
	}

#markirano {
	background:#f4f4f4;
	font-size: 11px;
	font-family: Arial;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	}

.commentdate {
	color:#1c1c1c;
	font-size: 11px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #1c1c1c;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

/* ================================================================ 
     TABBER
=================================================================== */

.tabberlive .tabbertabhide {
        display:none;
        }

.tabber {
        width: 638px;
        }

.tabberlive {
        margin-top:1em;
        }

ul.tabbernav {
        margin:0;
        padding: 3px 0;
        border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-family: Arial, san-serif;
        }

ul.tabbernav li {
        list-style: none;
        margin: 0;
        display: inline;
        }

ul.tabbernav li a {
        font-family: Verdana;
        font-size: 10px;
        text-transform: uppercase;
        padding: 3px 0.5em;
        font-weight: bold;
        margin-left: 0px;
        border: 1px solid #cccccc;
        border-bottom: none;
        background: #ececec;
        text-decoration: none;
        }

ul.tabbernav li a:link { 
        color: #a8262b; 
        }

ul.tabbernav li a:visited { 
        color: #a8262b; 
        }

ul.tabbernav li a:hover {
        color: #85171B;
        background: #ececec;
        border-color: #cccccc;
        text-decoration: underline;
        }

ul.tabbernav li.tabberactive a {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        }

ul.tabbernav li.tabberactive a:hover {
        color: #000;
        background: white;
        border-bottom: 1px solid white;
        }

.tabberlive .tabbertab {
        padding:10px;
        border:1px solid #cccccc;
        border-top:0;
        }

.tabberlive .tabbertab ul {
	font-size: 12px;
	font-family: Arial, san-serif;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.tabberlive .tabbertab ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .50em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	}

.tabberlive .tabbertab ul li a {
	color: #85171B;
	text-decoration: none;
	}

.tabberlive .tabbertab ul li a:visited {
	color: #85171B;
	text-decoration: none;
	}
	
.tabberlive .tabbertab ul li a:hover {
	color: #333333;
	text-decoration: underline;
	}

.tabberlive .tabbertab h2 {
        display:none;
        }

.tabberlive .tabbertab h3 {
        display:none;
        }

.tabberlive#tab1 {
        }

.tabberlive#tab2 {
        }

.tabberlive#tab2 .tabbertab {
        height:200px;
        overflow:auto;
        }

/* ================================================================ 
     LIVE CHAT
=================================================================== */

#livechat {
        background: #ffffff;
        width: 957px;
        margin: 0px 5px 10px 5px;
        padding: 11px 11px 11px 11px;
        overflow: hidden;
        border-top: 1px solid #A8262B;
        }

.hidden { 
        display: none;
        }

.unhidden {
        display: block;
        }

/* ================================================================ 
     Tagg
=================================================================== */

#toolz {
	background: #f9f9f9;
	width: 576px;
	color: #404040;
	font-size: 12px;
	margin: 0px;
	padding: 7px;
	overflow: hidden;
        border: 1px solid #ececec;
	font-family:arial;
	font-color:#404040;
	}
	
#toolz1 {
	background: #f9f9f9;
	width: 585px;
	color: #404040;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	overflow: hidden;
        border: 1px solid #ececec;
	font-family:arial;
	font-color:#404040;
	}
	
/* ================================================================ 
     Naslovi Mali - Naslovna
=================================================================== */
#toprow p {
	color: #5d5d5d;
        font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
        line-height: 11px;
        padding: 0px 0px 0px 0px
	}

.toprow_left {
	width: 619px;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	}
	
/* ================================================================ 
     WIDGETS
=================================================================== */

#widget-column-2 {
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	}

#widget-column-2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#widget-column-2 ul li {
	list-style-type: none;
	background: transparent url(images/relatedStoryBullet.gif) no-repeat 0.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	}

#widget-column-2 ul li a {
	color: #a8262b;
	text-decoration: none;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	}

#widget-column-2 ul li a:visited {
	color: #a8262b;
	text-decoration: none;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	}
	
#widget-column-2 ul li a:hover {
	color: #a8262b;
	text-decoration: underline;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	}

#widget-column-2 {
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	}

#widget-column-3 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#widget-column-3 ul li {
	list-style-type: none;
	background: transparent url(images/crveno.gif) no-repeat 0.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 6px;
	}

#widget-column-3 ul li a {
	color: #a8262b;
	text-decoration: none;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
	}

#widget-column-3 ul li a:visited {
	color: #a8262b;
	text-decoration: none;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
	}
	
#widget-column-3 ul li a:hover {
	color: #a8262b;
	text-decoration: underline;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
	}

.poll {
        background: #333333 url(images/poll.gif) no-repeat;
        color: #dddddd;
	margin: 0px 0px 10px 0px;
	padding: 85px 10px 10px 0px;
}

.radio {
        background: #ececec url(images/korner-ftg.gif) no-repeat;
		height:55px;
        color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 10px 220px;
}

.najnovije {
        background: #ffffff url(images/najnovije.gif) no-repeat;
        color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 10px 0px;
}

.komentari {
        background: #ffffff url(images/komentar.gif) no-repeat;
        color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 65px 10px 65px;
}


/* ================================================================ 
     KOMETAR
=================================================================== */
	
.commentcount {
	background:url(images/kom_l.png) no-repeat 1px;
	padding-left:20px;
	margin: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal
	}

#home #lead .commentcount, 
#interior #lead .commentcount {
	background:url(images/kom_l.png) no-repeat 1px;
	font-size:0.6em;
	}
	
/* ================================================================ 
     MINI PANEL
=================================================================== */
	
.bookmark {
	background:url(images/icon-star.gif) no-repeat 1px;
	padding-left:15px;
	margin: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
.feedpanel {
	background:url(images/icon-feed.gif) no-repeat 1px;
	padding-left:15px;
	margin: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
.phone {
	background:url(images/icon-phone.gif) no-repeat 1px;
	padding-left:15px;
	margin: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
