/* CSS Document */

/*

Text Colour: #212121 
Background Colour: #FFFFFF
Link Colour: #4084d9

*/

/******************************************************** Yahoo! Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
	} 
abbr,acronym { border:0; 
} 

/******************************************************** Main Styles recast */

body {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

a, a:link, a:visited, a:active {
color:#2d3eca;
text-decoration:none;
}

/**** original blue - #0066CC *****/

a:hover {
color:#FF0000;
}

h1, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

h1 {
font-size:23px;
margin: 20px 0 0 0;
text-transform:uppercase;
letter-spacing:2px;
}

h2 {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
text-transform:uppercase;
letter-spacing:2px;
}

h3 {
color:#111111;
font-size:14px;
margin: 5px 0 4px 0;
border-bottom:1px solid #B09E8A;
padding-bottom:4px;
}

ul {
}

li {
margin-left:10px;
margin-top:6px;
}

li:before
{
content: "- ";
}

/******************************************************** New Styles *******/

#outercontainer {
width:900px;
margin: 0 auto;
}

#mainimage {
margin:0 auto 10px auto;
text-align:center;
width:802px;
}

#mainimage img {
border: 1px solid #333;
}

#footer {
border-top: 1px solid #B09E8A;
background-color: #D9D5CC;
padding: 10px 0 10px 0;
}

#footercontainer {
width:750px;
margin:0 auto;
}

.blogposts {
width:490px;
float:left;
display:inline;
padding-right:10px;
}

.otherposts {
width:250px;
float:left;
display:inline;
}

.title {
width:800px;
margin: 0 0 0 50px;
padding: 0 0 20px 0;
text-align:center;
}
