/**
 * Basic Styling
 */

strong { color: #451e5a; }
a {color: #ff7cd7 }
a:hover { color: #a04d87; text-decoration: none; }

body {
	background: url(images/background.png) repeat-x;
	margin-top: 45px;
}

.topmenu {
	background: url(images/top-menu-bg.png) no-repeat;
}

.blankbanner {
	padding-left: 50px;
	background: url(images/blank-banner.png) no-repeat;
}

.purplebow {
	vertical-align: middle;
}

/**
 * Top Menu Styling
 */
 
ul#navlist {
	padding-top: 3px;
	margin-left: 0;
	padding-left: 8px;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	display: block;
	width: 128px;
	height: 35px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#navlist a.home { width: 128px; }
#navlist a.articles { width: 106px; }
#navlist a.blog { width: 136px; }
#navlist a.about { width: 127px; }
#navlist a.contact { width: 117px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	color: #b549ff;
	text-decoration: none;
}

/**
 * Left Menu Styling
 */
 
.topcategoryhead {
	padding-left: 20px;
	background: url(images/left-menu-header.png) no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
}

/**
 * Category Lists
 */
.SubCategories
{
margin-left: 7px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.SubCategories li a
{
display: block;
padding: 3px 0 3px 20px;
width: 200px;
background-color: #ddd;
color: #333;
text-decoration: none;
border-bottom: 1px solid #eee;
}

.SubCategories li a:link, .SubCategories li a:visited
{
color: #333;
text-decoration: none;
}

.SubCategories li a:hover
{
background-color: #fff;
color: #ff7cd7;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 0;
   margin: 0 20px 0 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

textarea { height: 75px; }
