body,
html {
    margin:0;
    padding:0;
    background:#e4eded;
    background-image:url(/images/bg.png);
    background-position:center top;
    background-repeat:repeat-y;
}
#wrap {
    width: 950px;
    margin:0 auto;
    background:#fff;
}
a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: blue;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: purple;
}
img {
    border: none;
}
#header {
    background:#8ba2b3;
    color:#fff;
    height: 132px;
    position: relative;
    /*z-index: 2;*/
    width: 951px;
}
#logo {
    padding: 10px 15px;
    float: left;
    /*height: 60px;*/
    width: 178px;
}
#slogan {
    font-size: 12px;
    text-align: right;
    width: 185px;

}

#header-banner {
    /*height: 60px;*/
    padding: 5px;
    /*padding-bottom: 0px;*/
    text-align: center;
    float: left;
    /*width: 321px;*/
    height: 85px;
    /*background: url(../images/header_links.jpg) no-repeat 0px 0px;*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*display: block;*/
    width: 710px;
    padding-top: 20px;
}
#col1 {
    width: 48%;
    float: left;
    padding: 5px;
}
#col2 {
    width: 48%;
    float: right;
    padding: 5px;
}
.mini-post {
    /*height: 115px;*/
    /*float: left*/
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}
#main-title {
    width: 710px;
    /*float: left;*/
}
h1 {
    margin:0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #006699;
}
#h-navcontainer ul
{
    height: 31px;
    padding-left: 0;
    margin-left: 0;
    background-color: #036;
    color: White;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
}

#h-navcontainer ul li { display: inline; }

#h-navcontainer ul li a
{
    padding: 0.2em 1em;
    background-color: #036;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    font-size: 18px;
}

#h-navcontainer ul li a:hover
{
    background-color: #369;
    color: #fff;
}

/* ==== */
#v-navcontainer {
    width: 200px;
}

#sidebar-heading
{
    /*height: 31px;*/
    margin: 0;
    /*padding-left: 0;*/
    list-style-type: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 0.2em 0.2em;
    background-color: #4670BA;
    border-right: 1px solid #fff;
    width: 200px;
    color: white;
    text-align: left;
}
#follow-box {
    background-color: #036;
    width: 200px;
    margin-left: 0;
    text-align: center;
    color: white;
}
#latest-posts {
    background-color: #036;
    width: 200px;
    margin-left: 0;
    text-align: left;
    color: white;
    /*padding: 5px;*/
    padding-bottom: 5px;
}
#latest-posts a:visited {
    background-color: #036;
    width: 200px;
    margin-left: 0;
    text-align: left;
    color: white;
}
#search-box {
    background-color: #036;
    width: 200px;
    margin-left: 0;
    text-align: center;
}
.search-textbox {
    padding: 2px;
    margin: 5px;
    text-align: center;
}
#v-navcontainer ul
{
    /*height: 31px;*/
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    
}

#v-navcontainer a
{
    /*height: 31px;*/
    width: 160px;
    display: block;
    padding: 3px;
    /*width: 160px;*/
    /*background-color: #036;*/
    border-bottom: 1px solid #eee;
    padding: 0.2em 1em;
    background-color: #036;
    color: White;
    text-decoration: none;
    /*float: left;*/
    border-right: 1px solid #fff;
    font-size: 18px;
}

#v-navcontainer a:link, #navlist a:visited
{
    color: #EEE;
    text-decoration: none;
}

#v-navcontainer a:hover
{
    background-color: #369;
    color: #fff;
}

.vline {
    width: 98%;
    border-bottom-color: blue;
    border-bottom-width: 2px;
    height: 5px;
    border-bottom-style: dotted;
    /*padding: 5px;*/
    margin: 5px;
    margin-bottom: 10px;
}
.vline-cat {
    width: 98%;
    border-bottom-color: blue;
    border-bottom-width: 1px;
    height: 5px;
    border-bottom-style: groove;
    /*padding: 5px;*/
    /*margin: 5px;*/
    margin-bottom: 5px;
}


/* */
.article-heading a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
/*#nav {
	height: 30px;
	width: 710px;
	background:#8ba2b3;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}*/
/*
#sub-nav {
    height: 45px;
    width: 750px;
    background:#ffffff;
    position: relative;
    z-index: 1;
}



#header-line {
	position: relative;
	padding-top: 0px;
	float: right;
	width: 750px;
	height: 10px;
	background: url(../images/header_line.jpg) repeat-x 0px 0px;
        z-index: 2;
}*/

#main {
    float:left;
    width:700px;
    padding:10px;
    position: relative;
}
.icon {
    text-align: center;
    float: right;
    padding: 0px;
    margin: 0px;
}
.icon-text {
    padding-top: 13px;
    width: 95px;
    height: 40px;
    background: url(../images/homepage/text_bg.gif) no-repeat 0px 0px;
}
#sign-in {
    width: 170px;
    height: 250px;
    float: right;
    padding-left: 40px;
    z-index: 1;
    position: relative;
}

h2 {
    margin:0 0 1em;
}
#sidebar {
    float:left;
    width:210px;
    padding:10px;
    position: relative;
}

#footer {
    clear:both;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    background:#8ba2b3;
    color:#fff;
    position:relative;
    height: 60px;
    width: 931px;
}
#mini-logo {
	position: absolute;
	left: 840px;
	top: 18px;
	width: 120px;
	/*height: px;*/
	/*background: url(../images/footer-wrapper.jpg) no-repeat 0px 0px;*/
	/*z-index: 0;*/
}
#footer p {
    margin:0;
    position: relative;
}
* html #footer {
    height:1px;
}
