/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	height: 40px;
	background: #5A5A5A url(images/img01.gif) repeat-x;
}

#header h1 {
	width: 760px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	font-size: 12px;
	color: #FFFFFF;
}

#header h2 {
	width: 760px;
	margin: -18px auto 0 auto;
	text-align: right;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	height: 110px;
	padding-top: 10px;
	background: url(images/img02.gif) repeat-x;
}

#pages h2 {
	display: none;
}

#pages ul {
	display: block;
	width: 912px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	width: 152px;
	height: 75px;
	padding: 35px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

#pages a:hover {
	color: #000000;
}

#page1 {
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
}
#page2 {
	background-image: url(images/white.jpg);
	background-repeat: no-repeat;
}
#page3 {
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
}
#page4 {
	background-image: url(images/white.jpg);
	background-repeat: no-repeat;
}
#page5 {
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
}
#page6 {
	background-image: url(images/white.jpg);
	background-repeat: no-repeat;
}

#page1:hover, #pages .active #page1 { background-image: url(images/red_tri.jpg); }
#page2:hover, #pages .active #page2 { background-image: url(images/white_tri.jpg); }
#page3:hover, #pages .active #page3 { background-image: url(images/red_tri.jpg); }
#page4:hover, #pages .active #page4 { background-image: url(images/white_tri.jpg); }
#page5:hover, #pages .active #page5 { background-image: url(images/red_tri.jpg); }
#page6:hover, #pages .active #page6 { background-image: url(images/white_tri.jpg); }

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Latest Post Box */

#latest-post {
}

#latest-post .title {
	letter-spacing: -1px;
	font-size: 24px;
}

#latest-post .posted {
	margin-bottom: 25px;
	font-size: 10px;
	font-weight: normal;
}

#latest-post .image {
	float: left;
	margin: 4px 12px 0 0;
}

#latest-post p, #latest-post blockquote, #latest-post ul, #latest-post ol {
	line-height: 155%;
}

/* Recent Posts Box */
#recent-posts {
	float: right;
	width: 320px;
	margin-left: 20px;
}

#recent-posts h3 {
	width: 310px;
	height: 32px;
	padding: 12px 0 0 10px;
	background: #5A5A5A url(images/red_long.jpg);
	font-size: 12px;
	color: #FFFFFF;
}

#recent-posts ul {
	margin: 0;
	list-style-image: url(images/ball_small.gif);
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#upd {
	font-size: 12px;
	color: #0000FF;
	font-style: italic;
}

#recent-posts li {
	border-bottom: 1px solid #5A5A5A;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#recent-posts li:hover {
	background: #EFEFEF;
}

/* Column One */

#colOne {
	padding-bottom: 20px;
}

/* Column Two */

#colTwo {
	padding: 20px;
	background: url(images/img02.gif) repeat-x;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li, #colTwo form {
	padding: 10px;
}

#colTwo li {
	display: block;
	float: left;
	width: 220px;
}

#colTwo li ul {
}

#colTwo li li {
	display: list-item;
	float: none;
	padding: 0 0 0 10px;
}

#colTwo h2 {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	background: url(images/img15.gif) no-repeat left center;
	font-size: 1em;
}

/* Footer */

#footer {
	width: 720px;
	height: 100px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 10px;
}
#content #colOne #latest-post .story ul {
	list-style-image: url(images/ball_small.gif);
}

