/* CSS Document */

* { padding:0; margin:0; }

body {
	background-color:#FFFFFF;
	font-size:100%;
	color:#17181c;
	background-color:#fef8e7;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ---------- General Styles ---------- */
a { text-decoration:underline; color:#004572;}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#78270e;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}


ul {
	margin-bottom:5px;
}

p, li { 
	font-size:75%; 
	line-height:140%;
	margin-bottom:10px;
}

li {
	margin-bottom:5px;
}

ul li {
	list-style:none;
	background-image:url(img/bullet.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:13px;
}

/* ---------- Page Header and Top Navigation ---------- */
#header {
	background-color:#17181c;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header span {
	float:left;
	text-align:left;
}
#header img {
	margin:20px 0;
}
#header span#tagline{
	float:right;
	margin-top:25px;
	font-size:110%;
	text-align:right;
}
#header div {
	width:760px;
	margin:0 auto;
	text-align:center;
}
#header div.clear {
	font-size:0px;
	display:block;
	clear:both;
}
#topNav {
	background-color:#a03413;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin-bottom:20px; 
}
#topNav ul {
	width:760px;
	margin:0 auto;
}
#topNav li {
	list-style:none;
	float:left;
	border-right:#78270e 1px solid;
	margin-bottom:0;
	background-image:none;
	padding:0;
}
#topNav li#nav_home {
	border-left:#78270e 1px solid;
}

#topNav li a {
	text-decoration:none;
	padding:7px 10px 10px 10px;
	display:block;
	background-color:#a03413;
	color:#FFFFFF;
	font-size:95%;
}
#topNav li a:hover {
	background-color:#802a0f;
}
/* Highlight navigation via body ID */
#pageHome #topNav li#nav_home a:link, #pageHome #topNav li#nav_home a:visited, 
#pageHome #topNav li#nav_home a:hover, #pageHome #topNav li#nav_home a:active {
	background-color:#f5e8c6; 
	color:#990000;
}
#pageTips #topNav li#nav_tips a:link, #pageTips #topNav li#nav_tips a:visited, 
#pageTips #topNav li#nav_tips a:hover, #pageTips #topNav li#nav_tips a:active,
#pageTipsArchives #topNav li#nav_tips a:link, #pageTipsArchives #topNav li#nav_tips a:visited, 
#pageTipsArchives #topNav li#nav_tips a:hover, #pageTipsArchives #topNav li#nav_tips a:active,
#pageEntry #topNav li#nav_tips a:link, #pageEntry #topNav li#nav_tips a:visited, 
#pageEntry #topNav li#nav_tips a:hover, #pageEntry #topNav li#nav_tips a:active {
	background-color:#f5e8c6; 
	color:#990000;
}
#pageInbound #topNav li#nav_inbound a:link, #pageInbound #topNav li#nav_inbound a:visited, 
#pageInbound #topNav li#nav_inbound a:hover, #pageInbound #topNav li#nav_inbound a:active {
	background-color:#f5e8c6; 
	color:#990000;
}
#pageContact #topNav li#nav_contact a:link, #pageContact #topNav li#nav_contact a:visited, 
#pageContact #topNav li#nav_contact a:hover, #pageContact #topNav li#nav_contact a:active {
	background-color:#f5e8c6; 
	color:#990000;
}

/* ---------- General Template Layout ---------- */
#contentWrapper {
	background-color:#fef8e7;
	background-image:url(img/grade_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding-bottom:20px;
	padding-top:20px;
}
#columnWrapper {
	width:760px;
	margin:0 auto;
	background-image:url(img/line_border.gif);
	background-position:505px top;
	background-repeat:repeat-y;	
}

#columnWrapper #mainColumn {
	width:500px;
	float:left;
}
#columnWrapper #sideColumn {
	width:240px;
	float:right;
}

#bigPhoto {
	border:#b3aa94 1px solid;
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom:20px;
}
#bigPhoto img {
	margin:10px;
}


/* ----- Content Styles ----- */
div.section {
	border-bottom:1px solid #e3dece;
	margin-bottom:20px;
	padding-bottom:20px;
}
div.section p.entryMeta {
	margin-bottom:0;
}


#columnWrapper #mainColumn h1, #pageHome #columnWrapper #mainColumn h2.latestTip {
	font-size:150%;
}
#columnWrapper #mainColumn h2 {
	font-size:105%;
}
#columnWrapper #mainColumn h3 {
	font-size:90%;
}
#columnWrapper #mainColumn h4 {
	font-size:75%;
}
#columnWrapper #mainColumn h2.subtitle, #pageHome #columnWrapper #mainColumn h3.subtitle {
	margin-bottom:10px;
	font-size:90%;
	color:#656565;
	margin-top:-5px;
}
#columnWrapper #mainColumn h1.miniTitle, #columnWrapper #mainColumn h2.miniTitle, 
#columnWrapper #mainColumn h3.miniTitle, #columnWrapper #mainColumn h4.miniTitle, 
#columnWrapper #mainColumn h5.miniTitle, #columnWrapper #mainColumn h6.miniTitle {
	color:#6b5715;
	font-size:70%;
}






#columnWrapper #mainColumn div.section {
	margin-left:0;
	margin-right:10px;
}

#columnWrapper #mainColumn div.last, #columnWrapper #sideColumn  div.last {
	border-bottom:none;
}
#columnWrapper #mainColumn div.last {
	margin-bottom:0;
}

#columnWrapper #sideColumn h1.miniTitle, #columnWrapper #sideColumn h2.miniTitle, 
#columnWrapper #sideColumn h3.miniTitle, #columnWrapper #sideColumn h4.miniTitle, 
#columnWrapper #sideColumn h5.miniTitle, #columnWrapper #sideColumn h6.miniTitle {
	color:#6b5715;
	font-size:70%;
}


#sideColumn #latestStory {
	padding-bottom:15px;	
}
#sideColumn #latestStory h3 {
	font-size:90%;
	font-weight:bold;
	margin-bottom:5px;
}
#sideColumn #latestStory p {
	margin-bottom:5px;
}

div#feeds {
	padding-bottom:15px;
}
div#feeds p {
	margin-bottom:5px;
	font-weight:bold;
}
div#feeds img {
	margin-right:10px;
	vertical-align:middle
}

/* ----- Bottom Content and Copyright Footer -----*/
#bottomContent {
	background-color:#707f87;
	color:#fff;
}
#bottomContent .colWrapper {
	width:760px;
	margin:0 auto;
	padding:10px 0;
}

#bottomContent .col {
	width:240px;
	margin-right:20px;
	float:left;
}
#bottomContent .last {
	margin-right:0;
}
#bottomContent h2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:95%;
	margin-bottom:5px;
}
#bottomContent p, #bottomContent li {
	line-height:150%;
}
#bottomContent a {
	color:#FFFFFF;
}
#bottomContent ul li {
	background-image:url(img/bullet_white.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
}

#copyright {
	background-color:#17181c;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#copyright p {
	width:760px;
	margin:0 auto;
	font-size:65%;
	padding:5px 0;
}
#copyright span {

	float:left;
	padding:3px;
}
#copyright a {
	color:#fff;
}
#copyright a.siteMapLink {
	margin:0 10px
}
#copyright a.designedBy {
	float:right;
	padding:3px;
	text-decoration:none;
}
#copyright br {
	clear:both;
	display:block;
	font-size:1px;
	margin-bottom:-1px;
}

/* ----- Helpers ----- */
div.clear {
	font-size:0px;
	display:block;
	clear:both;
}







div.breadcrumbs {
	color:#6b5715;
	margin-bottom:5px;
	font-size:70%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}




/* ----- Main Index Styles ----- */
h6.recentTip {
	color:#6b5715;
	margin-bottom:10px;
}
div.recentTip {
	float:left;
	width:230px;
	margin-bottom:10px;
}
div.recentTipLeft {
	margin-right:30px;
}
div.recentTip h3 {
	font-size:85%;
	margin-bottom:5px;
	font-weight:bold;
}
div.recentTip p {
	font-size:75%;
	margin-bottom:5px;
}

/* ----- Individual Entry Page ------ */
div#comments h6 { 
	color:#6b5715;
	margin-bottom:10px;
}
div#comments h3 {
	margin-bottom:5px;
	color:#000;
	font-size:95%;
}
div#comments h3.me {
	color:#78270e;
}
div#comments h3 span {
	font-size:90%;
}
div.articleComment, div.articleCommentMe {
	padding:10px 10px 0 10px;
	background-color:#fff;
	margin-bottom:15px;
	border:1px solid #ecdba9;
}
div.articleCommentMe {
	background-color:#f5e6bb;
}

div.articleComment blockquote, div.articleCommentMe blockquote {
	margin:0 10px;
}

/* ----- Archive List Pages ------ */

/*#pageTipsArchives*/

#pageTipsArchives #columnWrapper #mainColumn h2, #pageInboundArchives #columnWrapper #mainColumn h2 { /*miniTitle*/
	color:#6b5715;
	font-size:65%;
}
#pageTipsArchives #columnWrapper #mainColumn h3, #pageInboundArchives #columnWrapper #mainColumn h3 {
	font-size:105%;
}





p.archiveDescription {
	margin-bottom:20px;
}

div.entry {
	margin-bottom:15px;
}
div.entry p {
	margin-bottom:5px;
}

