/*
	Style Name	: Anti
	Style URI	: http://kenduret.com/websites
	Comments	: Sidebars on both sides of content
*/


body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

html {
overflow-y:scroll;
}
body {
font-family:Verdana,Geneva,sans-serif;
background: #7d6d7f url(bgd-blue.jp);
padding-top:15px;
}
p {text-align:left;}
#page {
padding:0;
border:none;
background: url(bdg-page.jpg) repeat-y;
	/* The entire design is contained within the 'page' id */
	}
	
#header {
background:url(header.jpg) no-repeat left top;
height:155px;
background-color:#6795c3
	/* Contains the H1 and menu */
	}
h1.blog-title {
position: ;
text-indent: -100em;
	overflow: hidden;
	
	height: 91px;
}
#header .description, #header p.description {
font-family:Verdana,Geneva,sans-serif;
font-weight:bold;
font-style:italic;
font-size: 16px;
position: relative;
text-align:right;
bottom:40px;
right:25px;
color:#6795c3;
}
	
#primary {
padding-top:0px;
	/* Contains the main column */
	}
.page-head {
padding:0px 0;
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.entry-head {
margin-top:0;
}
.entry-content {
text-align:left;
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.secondary div h4 {
background: url(bgd-menu.gi) repeat-x top;
height:30px;
line-height:30px;
text-align:center;
font-family:Verdana,Geneva,sans-serif;
color:#6b514b;
font-weight:bold;
font-variant:small-caps;
}
.secondary div {
border: solid 0px #c1c1c1;
margin-left:0px;
}
#footer {
border:none;
background: url(footer.gif) no-repeat top;
}
/***************************menu*****************************/
ul.menu {
background: url(bgd-menu.gif) no-repeat top;
height:30px;
left:0;
width:100%;
}

ul.menu, ul.menu li, ul.menu li a, ul.menu li a:hover {
margin:0;
padding:0;
font-size: 14px;
font-variant:small-caps;
font-weight:bold;
line-height:30px;
text-indent:100px;
}

ul.menu li.current_page_item a, ul.menu li a, ul.menu li, ul.menu li a:hover, 
ul.menu li.current_page_item a:hover {
background:none;
padding:0 20px;
}
/*********************sidebar**********************************/
.secondary ul li, .secondary ol li, .sb-links ul li {
font-size:120%;
line-height:130%;
padding:5px 8px;
}
/******************headings***********************************/
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, a, a:visited {
color:#6b514b;
}
.entry-content a, .entry-content a:visited {
color:#6795c3;
}
/****************misc******************************************/
.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
margin:5px 0;
padding-right:15px;
}
.entry-content h3, body.page .entry-content h3  {
margin-top:0px;
padding-top:0px;
}
