/* CSS Document */

/* Table of Contents:



	+ GLOBAL SETTINGS 

	+ TYPOGRAPHY
	
	+ LAYOUT
	
	+ CONTENT

--------------------------- */


/* ------------------------ */

/*    GLOBAL SETTINGS 		*/

/* ------------------------ */

div { margin: 0; padding: 0; }

html, body {
	border: 0;
	margin: 0;
	padding: 0;
		}

body { font: 1em arial, helvetica, sans-serif; background-color: #dde7f0; line-height: 150%; }

.clear {
    clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	}

/* ------------------------ */

/*       TYPOGRAPHY			*/

/* ------------------------ */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	}

h1 {font-size: 176%;}
h2 {font-size: 136%}
h3 {font-size: 126%}
	
p { margin: 0; padding: 0;}

/* ------------------------ */

/*      LAYOUT				*/

/* ------------------------ */

#pagecontainer {
	width: 1000px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background: #DDE7F0 url(images/battle.jpg) no-repeat;
	min-height: 900px;
}


/* -----banner ------ */


#banner,#banner a {
	height: 88px;
	margin: 0;
	padding: 0;
	}



#banner a {
	float: left;
	}
	
/* ----top nav---- */
/* #topnav{ width:1000; background:#FFFF66; height: 55px; margin: 0; padding-left: 80px;} */

#topnav dl dt a:link, #topnav dl dt a:visited{
	float: left;
	color: #121e48;
	text-decoration: none;
	display: block;
	margin: 10px 52px 10px 52px;
	padding: 7px 0px 7px 0px;
	background: #dde7f0;
	border: 3px #55732f solid;
	font-size: 1.8em;
	text-transform:lowercase;
	width:140px;
	text-align: center;
}

#topnav dl dt a:hover{
	color: #dde7f0;
	background: #121e48;
}

#topnav dl dt a:active{
	border: 3px #dba209 solid;
}

/* ----content---- */
#rightcolumn{
	float: right;
	margin:20px 50px 20px 10px;
	width: 215px;
	
}

.rightbox{
	border: 3px #55732f solid;
	background: #fff url(images/boxbg.jpg) repeat-x bottom left;
	padding: 10px 10px 5px 10px;
	margin-bottom: 15px;
	
}

#maincontent{
	margin: 20px 30px 20px 50px;
	width: 635px;
	min-height: 400px;
	padding: 0;
}

.mainbox{
	border: 3px #121e48 solid;
	background: #fff url(images/boxbg.jpg) repeat-x bottom left;
	padding: 10px;
	width: 635px;
	margin-bottom: 15px;
	min-height: 80px;
}
	
.greenbox{ border: 3px #55732f solid;}

.bluebox{ border: 3px #121e48 solid;}

.redbox{ border: 3px #9a3435 solid;}

.yellowbox{ border: 3px #d3a01c solid;}
	
/* ----footer---- */

#footer {
	clear: both;
	background-color: #fff;
	text-align: center;
	margin: 1em 2.5em 1em 2.5em;
	border: 6px solid #042458;
	padding: 10px;
}

/* ----Dinner Blog---- */
#maincontent .mainbox img .icon-action {border-style: none;}

.blogDateHead {
	xbackground-color: #CCFF00; 
	padding: .2em .2em .2em 0;
	font-size: 1.2em;
}

/* ----Random---- */

p {margin-bottom: 1em;}

h1{ color: #9a3435; margin-bottom: .7em;}
h2{ color: #9a3435; margin-bottom: 0;}

ul{list-style:circle; margin-left: 1em; margin-bottom:1em;}
li{margin-bottom: .2em;}

a {color: #9a3435; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {color: #d3a01c; text-decoration: underline;}


.redbox a {color: #9a3435; text-decoration: none;}
.redbox a:hover {text-decoration: underline;}
.redbox a:active {color: #d3a01c; text-decoration: underline;}

.greenbox a {color: #55732f; text-decoration: none;}
.greenbox a:hover {text-decoration: underline;}
.greenbox a:active {color: #d3a01c; text-decoration: underline;}
	
.update_title{font-weight: bold;}

.intro_image {float: left; margin: 0px 10px 10px 0px;}

.about_photo, .contact_photo, .photos_photo {text-align:center;}
.about_photo img, .contact_photo img, .photos_photo img {border: 2px #121e48 solid;} 

.photos_thumb {float: left; margin: 0px 10px 10px 0px;}

.mainbox img, .mainbox object {border: 2px #121e48 solid; padding: 4px;} 

.mainbox div.wp-caption {border: 2px #121e48 solid;} 

.mainbox div.wp-caption img {border: none;} 

div.entry{margin-top:1.0em;}

.recentcomments a, .recentcomments li{font-size:.8em;}

