﻿/*  General settings to inherit on document
-----------------------------------------------------*/
body {
    padding:0;
    margin-top:15px; 

    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
img {border: 0px;}

hr {
    background-image:url(/images/hr_tag.gif);
    background-repeat:repeat-x;
    height:3px;
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    border: 0px;
}

/* the following rules apply only to IE6 */
* html hr {
    width:100%;
    border: solid 1px white;
}

/* the following rules apply only to IE7 */
*+html hr {
    width:100%;
    border: solid 1px white;
}





/*  Body, Header, Title Classes
-----------------------------------------------------*/

.body 
{
	color: #666666;
}
.body a:link {color: #666666;}
.body a:visited {color: #666666;}
.body a:hover {color: #b8c304;}

.bodyBold 
{
	font-weight: bold;
	color: #666666;
}
.bodyBold a:link {color: #666666;text-decoration: none;}
.bodyBold a:visited {color: #666666;text-decoration: none;}
.bodyBold a:hover {color: #b8c304;}

.title 
{
	font-size: 12px;
	color: #b8c304;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link {color: #b8c304;text-decoration: none;}
.title a:visited {color: #b8c304;text-decoration: none;}
.title a:hover {color: #666666;text-decoration: none;}

.header 
{
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #CCCCCC;text-decoration: none;}
.header a:visited {color: #CCCCCC;text-decoration: none;}
.header a:hover {color: #b8c304;text-decoration: none;}


.bodyMargin {margin: 30px;}


/*  Feature News homepage area
-----------------------------------------------------*/
.featured
{
    float:left; 
    width:350px;
    height:100%; 
    min-height:380px; 
    border: solid 1px #b8c304;
    padding: 10px;
}

#divHomeGalleryWithLinks {
    width: 680px; 
    height: 300px;
    /*background-color: #CCCCCC;*/
    margin: 10px;
}



/* .|. Blog Area
---------------------------------------------- */
#BlogTitle {width: 100%; margin: -70px 0px 0px 0px;}

#divBlogContent {
    padding-top: 10px;
    margin: 0 0 0px 15px;
    padding-right: 15px;
}

#divBlogContent .body {
    margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
}
#divBlogContent .title {
	font-size: 16px;
	line-height: 20px;
}
#divBlogContent .header {
	font-size: 16px;
	line-height: 20px;
}

.ProfileBodyCustomClass {
    font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;padding-top: 10px;
	width:460px;
        color:#666666;

}
/*
.ProfileBodyCustomClass a:link {color: #000000;text-decoration: none;}
.ProfileBodyCustomClass a:visited {color: #000000;text-decoration: none;}
.ProfileBodyCustomClass a:hover {color: #000000;text-decoration: none;}
*/

#divBlogSidebar, #divSideNav {
    padding: 15px;
    margin: 0px 0px 20px 20px;
    width: 200px;
    float:right;
    background-color: White;
}


.headerBlogProfiles {clear:both;}
.headerBlogProfilesDetails {clear:both;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.headerBlogTags {}
.headerBlogCategories {}
.headerBlogRecent {}
.headerBlogArchive {}


