#mainContainer {
	width: 980px;
	margin: 20px auto 0 auto;
}
#topWrapDiv {
	width: 980px;
	height: 95px;
	padding-top:10px;
	padding-bottom:10px;
}
#topLeftDiv {
	float: left;
	width: 240px;
	padding-top: 20px;
}
#topRightDiv {
	float: left;
	width: 740px;
	text-align: right;
}
#navList {
	font-size: 10px;
	margin: 10px 0;
	height: 25px;
}
#navList ul, #navList li {
	display: inline;
	list-style-type: none;
}
#navList a:link, #navList a:visited {
	float: left;
	line-height: 14px;
	margin: 0 2px;
	text-decoration: none;
	width: 132px;
	padding: 5px 0 3px 4px;
}
#navList a:visited {
}
#navList a:hover {
	color: #fff;
	border-left: 0;
	border-right: 0;
}
#navList a.ncat1, #navList a:link.ncat1 #current, #navList a:visited.cat1 #current {
	border-bottom: 2px solid #a933d5;
}
#navList a:hover.ncat1 {
	background: #a933d5;
}
#navList a.ncat2 {
	border-bottom: 2px solid #4aba00;
}
#navList a:hover.ncat2 {
	background: #4aba00;
}
#navList a.ncat3 {
	border-bottom: 2px solid #ffba00;
}
#navList a:hover.ncat3 {
	background: #ffba00;
}
#navList a.ncat4 {
	border-bottom: 2px solid #ff7800;
}
#navList a:hover.ncat4 {
	background: #ff7800;
}
#navList a.ncat5 {
	border-bottom: 2px solid #3fb8ff;
}
#navList a:hover.ncat5 {
	background: #3fb8ff;
}
#navList a.ncat6 {
	border-bottom: 2px solid #e400a7;
}
#navList a:hover.ncat6 {
	background: #e400a7;
}
#navList a.ncat7 {
	border-bottom: 2px solid #ff0000;
}
#navList a:hover.ncat7 {
	background: #ff0000;
}
#featuredContainer {
	height: 365px;
	border-bottom: 1px solid #eee;
}
#featuredContainer h3 {
	margin-left:15px;
}

#leftCol {
	width:620px;
	padding-left:15px;
	float: left;
}
#rightCol {
	width: 305px;
	float: left;
	margin-left: 30px;
	font-size:11px;
}
#colsContainer {          
	background-image: url(/blog/wp-content/themes/mymag/images/dot_grey.gif);
	background-repeat: repeat-y;
	background-position: 652px;
}
#footer {
	border-top: 5px solid #eee;
	background-image: url(/blog/wp-content/themes/mymag/images/bg_3men.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#footer .leftCol {
	width:625px;
	padding-left:15px;
	float: left;
}
#footer .rightCol {
	width: 305px;
	float: left;
	margin-left: 25px;
	font-size:11px;
}
#partnersBox {
	border-top: 1px solid #eee;
	padding-top:15px;
	height:94px;
}
#footInfo {
	background: #eee;
	font-size: 11px;
	padding: 5px 15px;
	color:#999;
}

/* COMMENTS*/
#comment-wrap {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}
.vcard {
	background:#fff;	
}
ol.commentlist {
	margin:0; padding:0;
}
ol.commentlist li {
	list-style: none;
	border: 1px dotted #ccc;
	margin-bottom: 5px;
	padding: 5px;
}
#respond {
	background:#eee;
	padding:5px 10px;
}
h4.postcomment{
	text-transform: uppercase;
	font-size:16px;
}

#searchform{
	margin-bottom:15px;
}
.archiveTitle p {
	margin-top:0;
	font-size: 10px;
	color:#999;
	font-weight:normal;
}