/*	
	Author Name : 59ideas
	Author Site : http://59ideas.com/
	Style Name : AdAdvantage
	Style URI : http://59ideas.com/blog/adadvantage
	Version : R3.2
	Comments : Based on 3 column K2 theme by obharath but has evolved since.
*/

/* Changes from the basic k2 style.css */

body {
        border-top: 3px solid #b00000;
}

#page {
	/* The entire template's width is set in this class. */
	width: 970px !important;
	/*_width: 970px !important;*/ /* IE hack */
	border: none !important;
    padding-top: 3px;
}

#header {
	height: 120px !important;
        background-color: #b00000;
        background-image: url(bg.gif);
        background-repeat: repeat-x;
}

#primary {
	width: 468px !important;
	/*_width: 468px !important;*/ /* IE Hack */
	padding: 20px 0 10px !important;
	margin: 0 16px 0 16px !important;
	/*_margin: 0 16px 0 16px !important;*/ /* IE Hack */
}

.secondary {
	margin: 0 0 20px 500px !important;
	width: 460px !important;
	/* The following are IE Fixes */
	/*_padding: 0px 0 10px !important;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 460px !important;*/
}

.secondary div div {
	margin: 20px 0;
}
	
.secondary h2 {
    font-size: 1.6em;
    font-weight: bold;	
    letter-spacing: 0;
}

/* blog title */
h1 {
    padding-top: 30px;
}

ul.menu li a {
    font-weight: bold;
    color: black;
}

#primary .entry-content img {
    border: 0;
}

.feedlink img {
    right: 210px;
    padding: 0 !important;
}

/* Brian's Latest Comments */
.sb-comments-blc li > a[title="Go to the comments of this entry"] {
    right: 212px;
}

/* Fix rolling page archive width */

#rollprevious, #rollnext, #rollpages,
#nested_rollprevious, #nested_rollnext, #nested_rollpages {
    width: 90px;
        padding: 7px 2px;
}

#rollprevious, #rollnext, 
#nested_rollprevious, #nested_rollnext {
    width: 60px;
}

#rollload, 
#nested_rollload {
    right: 45px;
    width: 45px;
    padding-left: 20px;
}

#rollpages, #nested_rollpages {
        left: 45px;
}

#pagetrack,
#nested_pagetrack {
        width: 200px;
}

/* Customization for 3 column sidebar */

.lsidebar {
	margin: 0;
	padding: 0 9px 0 9px !important;
	width: 250px !important;
    /* _width: 250px !important; */ /* IE Hack */
	float: left !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
	
.rsidebar {
	margin: 0;
	padding: 0 9px 0 9px !important;
	width: 160px !important;
    /* _width: 160px !important; */ /* IE Hack */
	float: right !important;
}

.secondary div div div {
    margin: 5px 0 0;
    padding-left: 0;
}

/* Additional CSS */

#header-title {
    width: 47%;
    float: left;
}
        
#header-block {
    width: 470px;
    float: right;
    margin-top: 16px;
    border: 3px solid #b00000;
    background-color: #b00000;
}

#header-links {
    padding: 8px 5px 0 5px;
}

.sb-about{
	text-align: left;
}


/* feeds on 3rd column to fill it with something */
.sb-feed a {
	margin: 0px 10px 0px 0px;
	display: block;
	background: url('../../images/feed.png') no-repeat -1px 1px;
	padding-left: 18px;
	height: 16px;
	text-decoration: none;
	}
	
.sb-feed p {
	text-align: justify;
}

/* Blocks */
#block-sitebar {
        width: 98%;
        padding: 0 20px 2px 20px;
        text-align: left;
}
#block-sitebar a {
        color: #b00000;
}

.block-sidebar250 {
        margin: 8px 0;
}

.sb-google-refer {
        margin: 0 0 10px 0;
}

.block-sidebar160 {
        margin: 8px 0;
}

#block-comments {
        text-align: center;
}

#block-footer-search {
        margin: auto;
        padding: 8px;
}

#block-footer {
        margin: auto;
}

