@charset "utf-8";
/* CSS Document */

/* ++++++++++++++++++++ GENERAL SETTINGS ++++++++++++++++++++
+++++++++++++++++++++++                  +++++++++++++++++ */

body {
	font:14px/1.75 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline:1px dotted invert;
}

a {
	text-decoration:none;
}

#content_container p a:link, #content_container p a:visited, #content_container h6 a:link, #content_container h6 a:visited, #content_container h4 a:link, #content_container h4 a:visited {
	text-decoration:none;
	border-bottom:1px dotted #7c9dc1;
	color:#7c9dc1;
}

a img { border:none; }

#content_container p a:hover, #content_container h6 a:hover, #content_container h4 a:hover {
	color:#333;
	border-bottom:1px dotted #333;
}

#content_container hr {
	border-bottom:1px solid #CCC;
	border-top:none;
	border-left:none;
	border-right:none;
	height:1px;
}

#content_container p {
	margin:14px 0;
}

.chatbox h6 {
	color:#000;
	margin:0;
	padding:20px 0 0 15px;
}

#content_container .chatbox p {
	margin:-8px 0 0 15px;
	padding:0;
	font-size:12px;
}

/* ++++++++++++++++++++ HEADINGS ++++++++++++++++++++
+++++++++++++++++++++++            +++++++++++++++++ */

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:24px;
	color:#7c9dc1;
	margin:0 auto auto auto;
	text-transform:uppercase;
}

h2 {
	font-size:22px;
	color:#7c9dc1;
	text-transform:uppercase;
}

h3 {
	font-size:20px;
	color:#7c9dc1;
	text-transform:uppercase;
}

h4 {
	font-size:18px;
	color:#7c9dc1;
	text-transform:uppercase;
	margin:20px 0px 0px 0px;
}

h5, h5 a:link, h5 a:visited {
	font-size:16px;
	color:#7c9dc1;
	text-transform:uppercase;
	margin-bottom:0px;
}

h5 a:hover {
	border-bottom:1px dotted #7c9dc1;
}

h6 {
	font-size:14px;
	color:#333;
	font-style:italic;
	margin:20px 0;
}

/*++++++++++++++++++++++++++++++++++++++ Footer Content Text ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                     ++++++++++++++++++++++++++++++++++++++*/

#footer_container dl {
	font-size:11px;
}

#footer_container dt {
	font-weight:bold;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer_container dd {
	margin:5px 0;
}

#footer_container a:link, #footer_container a:visited {
	color:#000;	
}

#footer_container a:hover {
	border-bottom:1px dotted #000;
}

#copyright_box p {
	font-size:11px;
	margin:0;
	padding:0;
}

#copyright_box a:hover {
	border-bottom:1px dotted #000;
}

.small_text, .small_text a:link, .small_text a:visited {
	font-size:11px;
	color:#000;
	margin:.75em 0;
}

.small_text a:hover {
	border-bottom:1px dotted #000;
}

.title_padded {
	font-weight:bold;
	background:#CCC;
	padding:5px;
}

.download_padded {
	font-weight:bold;
	background:#e6ecf2;
	padding:5px;
	text-align:center;
}

.updated {
	color:#900;
	font-size:10px;
	font-weight:bold;
}

/*++++++++++++++++++++++++++++++++++++++ Text Styling ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++              ++++++++++++++++++++++++++++++++++++++*/

.mac_color {
	color:#7c9dc1;
}

.win_color {
	color:#AAB74D;	
}

.cat-item a {
	color:#000;
}

.cat-item a:hover {
	border-bottom:1px dotted #000;
}

.noliststyle {
	list-style:none;
}