/*		magazine.css		*/

/*==============================
	Logo Bar
================================*/
#logobar h2 a
{
	background: #05949D url("../Images/PageTitleMagazine.jpg") no-repeat center;
}
/*==============================
	Category Menu
================================*/
#contentwrapper
{
	margin-top: 2em;
	width: 100%;
	max-width: 1024px;
	font-size: small;
}
ul#articles
{
	margin-top: 1em;
}
ul#articles li
{
	float: left;
	width: 115px;
	height: 26em;
	margin: 0 40px;
	text-align: center;
	list-style-type: none;
	xbackground-color: Yellow;
}
ul#articles li a
{
	border: none;
	text-decoration: none;
	color: #000;
}
ul#articles li a:hover
{
	color: #05949D;		/* light blue */
}
ul#articles li.odd
{
	xmargin-top: 50px;
	font-size: large;
}
ul#articles li span.byline
{
	display: block;
	font-size: small;
}
ul#articles li h6
{
	font-size: small;
}
ul#articles li a img
{
	width: 115px;
	margin: 1ex 0;
	border: 1px solid black;
}
ul#articles li a:hover img
{
	border-color: #05949D;		/* light blue */
}
ul#articles li div#Kusanganisa2000 img
{
	border: none;
}
div#about
{
	xclear: left;
}

hr
{
	clear: left;
	width: 75%;
	margin: 0 auto;
}

p
{
	margin: 0px 0px;
}

ul#sitesections
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}
ul#sitesections li
{
	margin-bottom: 0.4em;
}
p, ul#sitesections
{
	margin-bottom: 0.8em;
}

.maincontent
{
	float: left;
	width: 40em;
	margin-right: 3em;
}
.sidebar
{
	float: left;
	width: 15em;
	margin-top: 3em;
	padding: 1ex;
	xfont-weight: bold;
	color: rgb(0,88,89);		/* dark blue */
	xbackground-color: rgb(5,147,157);	/* light blue */
	border: 1px solid rgb(0,88,89);		/* dark blue */
}
