/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

/* General font families for common tags */
font, th, td, p{
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	color: #7DA578;
	text-decoration: none;
}

body   { color: #7da578; font-size: 10px; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; background: url(images/body.gif); margin: 0; padding: 0 }

div#body { 
    background: url(http://www.katierunyon.com/phpBB3/styles/avalongreen/theme/images/body_top.gif) top left repeat-x; 
}

/* Misc stuff */
img {
	border: none;
}

/* Header and logo */
#maintable    { background: url(http://www.katierunyon.com/phpBB3/styles/avalongreen/theme/images/bgcontainer.jpg) repeat-y; margin: auto }


#header, .row-left, .row-right  { padding: 0 }

.row-left  { background: url(images/row_left.gif) repeat-y left top; width: 4px; overflow: hidden }
.row-right  { background: url(images/row_right.gif) repeat-y right top; width: 4px; overflow: hidden }



/* Navigation buttons */
.navrow  { color: #7e8c6b; font-size: 11px; background: url(images/buttons.gif) repeat-x left top; text-align: center; margin-right: 20px; margin-left: 20px; padding-top: 4px; height: 40px; overflow: hidden }

.navrow a, .navrow a:visited {
	color: #556149;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.navrow a:hover { 
	color: #7DA578; 
	text-decoration: underline; 
}

/* footer */
.row-bottom { 

    overflow: hidden;
    background: url(images/bgfooter.gif) no-repeat; 
    height: 41px;
    width: 952px;
   align: center;
}


/* Content and tables */
#contentrow   { }
.tablebg   { color: #7da578; background: #f0f3f4 url(images/cell.gif) repeat-x left top; border: solid 1px #c6cacf }

.block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-left-width: 2px; 
    border-right-width: 2px; 
    border-color: #CBC048;

}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom   { background: #f0f3f4 url(images/cell.gif) repeat-x left top; border-style: solid; border-width: 1px; border-color: #fff #b4b9bf #b4b9bf #fff }

th {
	color: #7DA578; 
	font-size: 11px; 
	font-weight: bold;
	background: #F3F6F7 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #fff;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #B4B9BF;
}

th a, th a:visited {
	color: #7DA578 !important;
	text-decoration: underline;
}

th a:hover {
	color: #7DA578;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.catdiv, .cat, .cathead {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #ACB4B8;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #7C8388;
	border-bottom: solid 1px #B4B9BF;
	background: #A9AFB4 url(images/cathead.gif) top left repeat-x;
	color: #EFF3F6;
}

.cat, .cathead {
	text-indent: 4px;
}

.catdiv a, .cathead a, .cat a {
    color: #EFF3F6;
    text-decoration: underline;
}
.catdiv a:hover, .cathead a:hover, .cat a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: left;
}
.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	padding-left: 23px;
	height: 21px;
    color: #fff;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 12px;
	font-weight: bold;
    color: #FFFFCF;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
    color: #FFFFCF;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
    color: #fff;
	text-decoration: underline;
}

.block-start { background: url(images/ftr_mid.gif) bottom left repeat-x; }
.block-end-left { background: url(images/ftr_left.gif) top left no-repeat; }
.block-end-right { background: url(images/ftr_right.gif) top right no-repeat; }
.block-end-left, .block-end-right { height: 4px; overflow: hidden; padding: 0; }

/* Footer */
#wrapfooter {
	text-align: center;
	color: #CCC;
}

.copyright {
	color: #7DA578;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}

.copyright a {
	text-decoration: none;
	color: #7DA578;
}

.copyright a:hover {
	color: #7DA578;
	text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumb .row1 { 
    border-width: 1px 0 0 1px; 
    background: #F4F6F8;    
}

p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #7DA578;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
/* structure */
.container  { background: url(http://www.katierunyon.com/coppermine/themes/avalongreen/images/bgcontainer.jpg) no-repeat; width: 1000px; height: 315 }



.top {
	background: url(http://www.katierunyon.com/coppermine/themes/avalongreen/images/bgcontent.gif) 
        no-repeat 0 -3%;
	text-align: center;
	width: 952px;

}
.pattern {
	background: #334127 url(http://www.katierunyon.com/coppermine/themes/avalongreen/images/pattern.gif) no-repeat;
	height: 12px;
width: 952px;
}

/* navigation */
.navigation {
margin: 0 24px;

}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;

}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}
.navigation ul {display: inline;}
.navigation li { 
list-style: none;
float: left;}