/*-------------Layout-------------*/

body {
background: #911;
font-family: myriad, helvetica, sans-serif;
font-size: 9pt;
line-height: 140%;
margin: 0;
padding: 0;
color: #332;
background: #911 url(http://www.glutbusters.com/images/bg4.gif) top right repeat-y;
}

#container {
width: 720px;
float: right;
}


#sidebar {
width: 180px;
margin: 0;
float: right;
padding: 10px 15px 10px 10px;
margin-top: 30px;
font-size: 12px;
}
	
/*-------------Content-------------*/

#content {
width: 460px;
float: left;
/*border: 1px solid #332;*/
margin: 0 0 20px 0px;
}

.entry, .entryMain {
margin-bottom: 30px;
}

.entry {
/*background: url(http://www.glutbusters.com/images/ding_line.gif) bottom no-repeat;*/
padding: 0 20px 50px 20px;
width: 370px;
}

.indivEntry, #commentArea {
padding: 0 20px 50px 20px;
}

.entryMain {
background: url(http://www.glutbusters.com/images/mainhead.gif) #eee top left no-repeat;
padding: 60px 20px 10px 20px;
}

.entryMain p {
font-size: 15px;
line-height: 160%;
}

#content a {
font-weight: bold;
color: #332;
/*background: #fd1;*/
text-decoration: none;
}

#content a:hover {
background: #fd1;
text-decoration: none;
}


h1 {
text-indent: -5000px;
height: 99px;
background: url(http://www.glutbusters.com/images/gb_mastnew.gif) no-repeat;
font-weight: normal;
font-size: 50px;
color: #911;
margin-top: 80px;
}

h2 { /*this is the heading the main entry box*/
color: #911;
font-size: 30px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 0;
}

h3 { /* Heading for less recent entries*/
color: #911;
font-size: 16px;
font-weight: bold;
margin: 0 0 6px 0;
padding: 0;
}

h4 {
color: #911;
font-size: 16px;
font-weight: normal;
margin: 15px 0 8px 0;
padding: 0;
}

h5 { /*The date*/
font-size: 11px;
font-weight: normal;
margin: 0 0 2px 0;
padding: 0;
}

.entryMain h5 { /*The date*/
font-size: 17px;
font-weight: normal;
margin: 6px 0 12px 0;
padding: 0;
}

p {
color: #332;
font-size: 12px;
line-height: 150%;
padding: 0;
margin: 0 0 8px 0;
}

p.extended {
text-align: right;
padding: 0;
margin: 0;
}

p.posted {
font-size: 11px;
text-align: right;
}

/*-------------Sidebar-------------*/


#sidebar p {
color: #332;
font-family: myriad, sans-serif;
line-height: 140%;
margin: 0 0 30px 0;
}


#sidebar ul {
display: list;
margin: 0;
padding: 0 0 0 35px;
list-style-image: url(http://www.glutbusters.com/images/gb_bullet.gif);
}

#sidebar ul.links {
margin: 0 0 25px 0;
padding: 0 10px 0 0;
}

#sidebar ul.links li {
padding-bottom: 6px;
margin-bottom: 6px; 
border-bottom: 1px solid #f81;
/*margin-left: 10px;*/
list-style-image: none;
list-style-type: none;
}

#sidebar a {
margin: 0;
padding: 0;
line-height: 150%;
padding: 2px;
color: #332;
font-weight: bold;
}

#sidebar a:hover {
background: #911;
color: #fd1;
padding: 2px;
}

img.profile {
width: 180px;
margin-bottom: 10px;
/*border: 1px solid #f81;*/
/*padding: 4px;*/
}


#sidebar a {
color: #332;
text-decoration: none;
}


/*-------------Hackery-------------*/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
