/* CSS Document */
body{
	background-color:#FFFFFF;
	background-image:url(images/template/bodyBG.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#3b424c;
	font-size:13px;
	line-height:20px;
	width:761px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
}

div{
	margin:0;
	padding:0;
}

img{
	margin:0;
	padding:0;
	border:0;
}

a{
	color:#44acb2;
}

ul{
	margin-left:15px;;
	margin-right:5px;;
	padding:0;
	list-style-type:disc;
	list-style-position:outside;
	/*border:1px solid red;*/
}
li{
	margin-bottom:5px;
}

h1{
	font-family:"Courier New", Courier, monospace;
	font-size:200%;
	font-weight:normal;
	border-bottom:1px solid #3b424c;
	padding-bottom:3px;
	color:#e55241;
	line-height:30px;
}
h1 a{
	text-decoration:none;
	color:#e55241;
}
h2, .commentHeader, .trackbackHeader{
	font-size:130%;
	font-weight:normal;
	/*color:#bc8877;*/
	color:#ffffff;
	background-color:#4a5b6f;
	padding-left:15px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:0;
	margin-bottom:10px;
}
h3{
	font-size:110%;
}

#logo{
	padding-left:40px;
	padding-bottom:5px;
}

#header{
	background-image:url(images/template/jagged_lines.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:761px;
	height:140px;
}

ul.topnav{
	text-align:right;
	padding-right:10px;
	padding-top:0;
}
ul.topnav li{
	display:inline;
	margin-left:10px;
	margin-right:10px;
	border-bottom:4px solid #ffffff;
}
ul.topnav li a{
	text-decoration:none;
	text-transform:lowercase;
	color:#ffffff;
	font-weight:bold;/**/
}
ul.topnav li.selected a{
	color:#e55241;
}


#rightPanel{
	float:right;
	width:200px;
	margin-top:50px;
	margin-right:20px;
}

div.pod{
	background-color:#e3e5e9;
	margin-bottom:10px;
}
div.podcontent{
	padding:10px;
	padding-top:0;
	margin-bottom:10px;
}
div.pod ul{
	margin-top:0;
}


#mainContent{
	margin-right:280px;
	margin-left:40px;
}

#footer{
	height:22px;
	background-color:#e3e5e9;
	margin-top:30px;
	padding-top:7px;
	padding-left:40px;
	clear:right;
}
.logoButton{
	margin-left:40px;
	margin-top:10px;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
tr{
	vertical-align:top;
}
th{
	text-align:left;
	padding:2px;
	border-bottom:1px solid #bc8877;
}
td{
	padding:2px;
	border-bottom:1px solid #bc8877;
}

input.button{
	border:1px solid #4a5b6f;
	background-color:#e3e5e9;
	margin:1px;
}
input.button:hover{
	background-color:#bc8877;
}



/* blog styles */
div.comment{
	clear:left;
	margin-bottom:10px;
}
div.commentAlt{
	clear:left;
	background-color:#e3e5e9;
	margin-bottom:10px;
}
.body, .byline, .trackbacks, .comments{
	margin-bottom:20px;
}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}
.trackbackBody {
	margin-bottom:5px;
	margin-top:5px;
}
