/* @override 
	http://www.gleekandhoward.com/ss/themes/gleekandhoward/css/layout.css?m=1273352502
	http://www.gleekandhoward.com/ss/themes/gleekandhoward/css/layout.css?m=1273354852
	http://www.gleekandhoward.com/ss/themes/gleekandhoward/css/layout.css?m=1273354887
	http://www.gleekandhoward.com/ss/themes/gleekandhoward/css/layout.css?m=1273355621
*/

@font-face {
	font-family: AdelleBold;
	src: url('../fonts/AdelleBasic_Bold.otf');
}

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #FFFFFF;
    background: #534741 url(../images/Background.jpg) repeat-x top;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}


p { padding: 0 0 1.5em; }

a, a:link { 
    text-decoration: none;
    color: #77773C;
    white-space:nowrap;
}

a:visited { color: #77773C; }
a:hover { color: #AAA; text-decoration: none; }
a:active { color: #77773C	 }


a img, img {
    border: none;
}

ul {
    list-style: none;
   // margin: 0 0 20px 1em;
}
li {
    list-style: none;
    //padding-left: 1em;
    //margin-bottom: 3px;
}

td img {display: block;}

.clear {
    clear: both;
    height: 0.8em;
}

img.left {
	float: left;
	margin-right: 20px;
}
img.right {
	float: left;
	margin-left: 20px;
}


#Page {
    width: 720px;
    margin: 0 auto;
}

#HeaderBar {
	display: block;
	clear: both;
	height: 80px;
	background-color: #77773C;
}
#HeaderBar h1 {
	color: #FFFFFF;
	float: left;
	font-size: 150%;
	margin-left: 40px;
	margin-top: 28px;
}

#Content {
    text-align: left;
    padding: 40px;
    line-height: 1.5em;
    color: #4d4d4d;
    font-size: 11px;
    background-color: #E6E6E6;
    overflow: auto;
}

#Content-Left {
	float: left;
	width: 300px;
}

#Content-Right {
	float:right;
	width: 310px;
}

div.homePage {
	line-height: 1.8em;
	text-align: right;
}

div.homePage hr {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #b8b8b8;
	width: 240px;
	margin: 0 0 13px auto;
}

a.fatLink {
	font-family: AdelleBold, Palatino, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div#pageLinks {
	margin-top: 10px;
	text-align: center;
	line-height: 25px;
}
div#pageLinks ul li {
	display: inline;
	padding: 3px 10px 1px 10px;
	border-right: 1px solid #999;
}
div#pageLinks ul li.last {
	border-right: none;
}

div#PrevNext {
	clear: both;
	background-color: #DDD;
	padding: 4px 15px;
	overflow: auto;
}

div#PrevNext a.fatLink {
	font-size: 13px;
}

div#PrevNext div.Previous {
	float: left;
}

div#PrevNext div.Next {
	float: right;
}

/* FOOTER */

#Footer {
	display: block;
	clear: both;
	padding: 20px 40px;
	background-color: #77773C;
	font-size: 11px;
	overflow: auto;
}
#Footer h3 {
	color: #53432B;
	font-size: 22px;
	margin-left: -2px;
}
#Footer p {
	line-height: 17px;
	color: #FFFFFF;
}

#Footer div#Footer-left p {
	margin-top: 34px;
}

#Footer div#Footer-left {
	float: left;
	text-align: left;
	width: 315px;
}
#Footer div#Footer-right h3, #Footer div#Footer-left h3 {
	float: left;
}

#Footer div#Footer-right {
	float: right;
	text-align: right;
	width: 315px;
}

#Footer a:link, #Footer a:visited {
	color: #c5c6a2;
}

#Footer a:hover, #Footer a:active, #Footer a:visited:hover {
	color: #FFFFFF;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}

/* FORMS
------------------------------------------------------------------------- */

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}