﻿*
{
    outline:none;    
}
body
{
    margin: 0;
    padding: 0;
    /*background-image: url(/images/bg_big.jpg);*/
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-color: #fff;
    background-position:center;
    font-family: arial;
    font-size: 12px;
}
img
{
    border: 0;
}
a
{
    color: #0077aa;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1 a
{
    display: block;
    width: 972px;
    height: 142px;
    margin: 0;
    background-image: url(/images/top.jpg);
    text-indent: -2000em;
    text-decoration: none;
    z-index: 1000;
}
h1
{
    margin: 0;
    line-height:22px;
    color: #404040;
    font-size:22px;
}
h2, h2 a
{
    margin: 0;
    font-size: 22px;
    line-height:22px;
    color: #404040;
}
.smallText
{
    color: #666;
    font-size: 9px;
}
.smallDate
{
    color: #666;
    font-size: 9px;
    margin: 2px 0px 7px 0px;
}
.container
{
    width: 972px;
    min-height:1200px;
    text-align: left;
    margin: 0 auto;
    background-color: #fff;
    border-left: 1px solid #cac8c8;
    border-right: 1px solid #cac8c8;
    
}
.content
{
    padding: 10px 8px 10px 8px;

}

.header
{
    width: 972px;
    height: 142px;
}

.leftColumn
{
    width: 171px;
    height: auto;
    margin-right: 4px;
    float: left;
    display: inline;
}
.profileTop
{
    width: 171px;
    height: 50px;
    background-image: url(/images/reporter_top.png);
    float: left;
    display: inline;
}
.linkTop
{
	width:171px;
	height:9px;
	float:left;
	display:inline;
	background-image: url(/images/link_top.png);
}
.linkBott
{
    width: 155px;
    height: auto;
    padding: 0px 8px 8px 8px;
    margin-bottom: 5px;
    background-image: url(/images/sidebar_left_bottom.png);
    background-position: bottom;
    float: left;
    display: inline;
}
.profileBott
{
    width: 155px;
    height: auto;
    padding: 5px 8px 8px 8px;
    margin-bottom: 5px;
    background-image: url(/images/sidebar_left_bottom.png);
    background-position: bottom;
    float: left;
    display: inline;
}
.flickrTop
{
    width: 251px;
    height: 50px;
    float: left;
    display: inline;
    margin-top: 3px;
}
.flickrBott
{
    width: 242px;
    height: auto;
    padding: 5px 0px 9px 9px;
    background-image: url(/images/sidebar_bottom.png);
    background-position: bottom;
    float: left;
    display: inline;
}
.middleColumn
{
    width: 526px;
    float: left;
    display: inline;
}
.blogTop
{
    width: 526px;
    height: 11px;
    float: left;
    background-image: url(/images/blog_top.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.blogMid
{
    width: 500px;
    float: left;
    padding: 0px 13px 0px 13px;
    background-image: url(/images/blog_bg.png);
    display: inline;
    overflow:hidden;
    line-height:1.3em;
}
.blogBott
{
    width: 526px;
    float: left;
    height: 11px;
    background-image: url(/images/blog_bottom.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.rightColumn
{
    width: 251px;
    height: auto;
    margin-left: 4px;
    float: left;
    display: inline;
}
.twitterTop
{
    width: 251px;
    height: 50px;
    float: left;
    display: inline;
}
.twitterBott
{
    width: 233px;
    height: auto;
    padding: 5px 9px 9px 9px;
    background-image: url(/images/sidebar_bottom.png);
    background-position: bottom;
    float: left;
    display: inline;
}

.clear
{
    clear: both;
}
.flickrImg
{
    border: 5px solid #fff;
}
.flyout
{
    width: 600px;
    height: 600px;
}
a.moreLink
{
    color: #ee9911;
}
a.commentLink
{
    font-size: 14px;
    float: right;
}
a.addThis
{
    float:left;
}
.bottomBarBlogg
{
    float:left;
    background-color:#eeeeee;
    width:494px;
    margin-top:5px;
    margin-bottom:20px;
    padding:3px 3px 3px 3px;
    border-bottom:1px solid #c0bebd;    
}
.splitter
{
    height: 1px;
    background-color: #d1cfcf;
    clear: both;
    margin-bottom: 15px;
}
hr
{
    height: 1px;
    border: 0;
    color: #d1cfcf;
    background-color: #d1cfcf;
}
.imgMarginBott
{
    margin-bottom: 5px;
}
.imgLeft
{
    margin-bottom: 5px;    
}

.navModule
{
    position: absolute;
    top: 111px;
    left: 50%;
    margin-left: -470px;
}

.navModule ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.navModule li.active
{
    float: left;
    margin-left: 5px;
    background-color: White;
    padding: 7px;
    border-left: 1px solid #cac8c8;
    border-right: 1px solid #cac8c8;
    border-top: 1px solid #cac8c8;
    border-bottom: 1px solid #fff;
}
.navModule li.active a
{
    font-weight: bold;
    color: #696868;
}
.navModule li.passive
{
    float: left;
    margin-left: 5px;
    background-color: #696868;
    padding: 7px;
}
.navModule li.passive a
{
    color: #fff;
    font-weight: bold;
}
