/* change body bg */
body {
    background-color:#000000;
    background-image:url('/img/news/news_bg.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}


/* main container */
#blogContainer{
    width:900px;
    margin:60px auto;
    clear:both;
    margin-bottom:40px;
}
/* end main container */

/* body container */
#blogBody{
    width:481px;
    float:left;
}

#blogNewsLabel {
    font-family:Helvetica;
    font-size:30px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFFFFF;
    margin-bottom:55px;
}
/* end body container */

/* sidebar */
#sidebarContainer {
    width:301px;
    /*margin-left:100px;
    float:left;*/
    float:right;
    margin-right:0px;
    clear:left;
}

#sidebarSearchContainer {
    background-image:url('/img/news/search_bg.png');
    background-repeat:no-repeat;
    background-position:top center;
    height:71px;
    width:301px;
	margin-top:-25px;
}

#sidebarSearchInputContainer {
    background-image:none;
    height:71px;
    width:301px;
	margin-top:0px;
    
}

#formContainer {
    height:31px;
    margin:0px auto;
}
#formContainer input[type="text"] {
    width:210px;
    height:20px;
    margin-top:21px;
    margin-left:29px;
    float:left;
    border:solid 1px #B2b2b2;
    line-height:25px !important;
    font-weight:bold;
    padding-left:5px;
    padding-top:5px;
}
#formContainer input[type="image"] {
    height:29px;
    width:32px;
    float:left;
    margin-top:21px;
}

#sidebarLargeBox {
    width:280px;
    margin:90px auto;
}

#sidebarLinks {
    width:280px;
    margin:0 auto;
    padding-top:30px;
    padding-left:32px;
}

#sidebarBoxTop {
    width:280px;
    height:142px;
    background-image:url('/img/news/right_panel_top.png');
    background-repeat:no-repeat;
    background-position:top center;
}

#sidebarBoxTop img {
    margin-bottom:-5px;
}
#sidebarBoxTop a {
    color:#FFFFFF;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}

#sidebarArchive {
    background-image:url('/img/news/right_panel_body_repeat.png');
    background-repeat:repeat-y;
    width:280px;
    padding-top:15px;
    padding-left:60px;
}
#sidebarArchive ul {
    margin:0px;
    margin-top:6px;
    padding-left:10px;
    list-style:square inside url('/img/news/archive_arrow_right.png');
}
#sidebarArchive ul li {
    margin-top:2px;
}
.sidebarArchiveTitle {
    font-family:Verdana;
    font-weight:bold;
    font-size:14px;
    color:#FFFFFF;
}
#sidebarArchive li a {
    color:#FFFFFF;
    text-decoration:none;
}
#sidebarArchive li a:hover {
    text-decoration:underline;
}
#sidebarBottom {
    background-image:url('/img/news/right_panel_bottom.png');
    background-repeat:no-repeat;
    background-position:top center;
    width:280px;
    height:24px;
}

/* end sidebar */

/* posts */

.blogPostContainer {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:solid 1px #b2b2b2;
}
.blogPostTitle, .blogPostTitle a {
    font-family:Helvetica;
    font-size:18px;
    font-weight:bold;
    /*text-transform:uppercase;*/
    text-decoration:none;
    color:#FFFFFF;
}
.blogPostTitle {
    margin-bottom:25px;
}
.blogPostTitleDate {
    font-size:11px;
}

.blogPostContent {
    font-family:Verdana;
    font-size:11px;
    line-height:18px;
}

.blogPostContent a {
    color:inherit;
    text-decoration:underline;
}

.blogPostContent img {
    float:left;
    margin:7px 15px 15px 0;
}
.blogPostTag {
    margin-bottom:25px;
}

.more-link {
    /*display:block;*/
    float:right;
    margin-bottom:15px;
}

#blogPagination {
    margin-left:150px;
    width:482px;
    height:20px;
    clear:left;
}
#blogPagination a {
    display:block;
}
#nextPostImg {
    float:right;
}
#prevPostImg {
    float:left;
}
/* end posts */

/* intensedebate overrides */
#idc-container-parent a {
    color:#ffffff;
}
#idc-container-parent {
    font-family:Helvetica;
}
/* end intensedebate overrides */
