/*
-----------------------------------------------------
*/

body {    
	background-image: url(images/linen.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px;
	text-align : center;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	scrollbar-face-color: #F6BD59;
	scrollbar-highlight-color: #F6BD59;
	scrollbar-3dlight-color: #F6BD59;
	scrollbar-darkshadow-color: #C1632C;
	scrollbar-shadow-color: #C1632C;
	scrollbar-arrow-color: #A75E30;
	scrollbar-track-color: #FFEDC0;
}

A:LINK {
	color : #6B2B12;
	text-decoration:none;
}

A:Visited  {
	color : #6B2B12;
	text-decoration:none;
}

A:Active  {
	color : #6B2B12;
	text-decoration:none;
}

A:Hover  {
	color : Blue;
	background : underline;
}

H1  {
	font-size : 18px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #B34700;
	text-transform : uppercase;
}

H2  {
	font-size : 14px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	text-transform : none;
	color: #0099cc;
	background : transparent;
}

	
H3  {
	font-size : 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	color : #A75925;
	text-transform : capitalize;
}


ul{
	padding-left: 2px; 
	margin-left: 8px; 
	list-style: square;
}
def-ul{
	padding-left: 2px; 
	margin-left: 8px; 
	list-style: square;
}

.favcolor {
	background : #F1D798;
}
.favcolor2 {
	background : #F1D798;
}
.favcolor3 {
	background : #ffffff;
}
.favcolor4 {
	background : #000000;

}

/*------------------------------------------------------------
**  Container
**------------------------------------------------------------*/	
#container  { 
	text-align: left; 
	margin: 0 auto; 
	padding: 0 5px; 
	width: 800px; 
	margin-bottom : 5px;
}


.leftBox {
	background : #F1D798;
	margin:0px;
	width:150px; 
	float:left; 
	margin-right:0px;	
}

.leftBoxContent {
	padding-left:7px; 
	padding-right:7px;
	padding-top:10px; 
	text-align:left; 
}

.rightBox {
	background : #fff;
	margin:0px;
	width:650px; 
	float:left;
}
.rightBoxContent {
	border: 1px solid #Fff;
	padding-left:7px;
	padding-right:7px; 
	padding-top:10px; 
	text-align:left; 
}

.storyTitle {
    font: bold 14px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyCategory {
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.storyAuthor {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.commentHeader {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    margin: 10px 10px 10px 10px;
    border: 1px solid #000000;
    background: #cccccc;
    color: #000000;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    font-size: 16px;
    font-weight: 600;
}

/* All the content boxes belong to the content class. */
.centreblock, .navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    /*
	width: auto;
    min-width: 120px;
    margin: 0px 210px 20px 190px;
	*/
    margin-bottom:10px;
    border: 1px solid #fff;
    color: #222;
    background: #fff;
    padding-top: 3px;
	 padding-left: 10px;
	 padding-right: 10px;
	 text-align: justify;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.centreblock>p {margin: 0px;}
.centreblock>p+p {text-indent: 30px;}
.centreblock p {margin-bottom: .5em; }

/* this fixes an IE bug with aligned or floated images */
.storyContent img {
    position:relative;
}

.storyContent ul li {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}

.centreblock h4 {
    border: 1px solid #000;
    margin: 14px 0px 2px 0px;
}


.storyContent {
    color: #222;
    background: #fff;
}

.storyCommentContent {
    border: 1px solid #000;
    color: #222;
    background: #fff;
    width: auto;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

.storyLinks {
    text-align: center;
	 margin-top: 15px;
	 padding: 3px;
    margin-left: 0px;
    background : #F1D798;
}

table#wp-calendar { 
    background: #ded6c6; 
    border: 1px solid #000; 
    font: 11px verdana, arial, helvetica, sans-serif; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

table#wp-calendar td { 
    padding: 0px 3px; 
    text-align:center;    
}

table#wp-calendar a:link { color: #000; text-decoration: underline;}
table#wp-calendar a:visited { color: #000; text-decoration: underline;}
table#wp-calendar a:hover { color: #0000dd; text-decoration: underline;}
table#wp-calendar caption { }
td#prev, td#next { background: #b5a58c; }
td#today{ border: 1px solid #dd0000; }
table#wp-calendar thead tr { color: #e9f2fc; background: #b5a58c; }
table#wp-calendar thead th {  }
.pad{
	background: #b5a58c; 
}