/*  
Theme Name: Custom Design
Theme URI: http://wordpress.org
Description: New Design.
Version: 2.0.1
Author: The Talon
Author URI: lahstalon dot org
*/

/*  Lets get started, Im pretty sure this all does something */

/*---------------------------------------
	STRUCTURE/General
---------------------------------------*/
/*url("images/grid.png") repeat*/
body{
	background:#ededed; url("./images/grid.png") center repeat-y;
	margin: 0px;
	color: #000;
	font-family: times, serif;
	font-size: 11px;
	line-height: 1.2;
	text-align:left;
}
.centerIndex{
	background: #fff; url("./images/grid.png") center repeat-y;
	width: 950px;
	margin: 0 auto;
	min-height: 50px;
	margin-top: 20px;
	padding: 10px 5px 5px;
	border:1px solid #ccc;
}
.centerArticle{
	background: #fff; url("./images/grid.png") center repeat-y;
	width: 950px;
	margin: 0 auto;
	min-height: 50px;
	margin-top: 20px;
	padding: 5px;
	border:1px solid #ccc;
}
.centerHeader{
	background:#fff; url("./images/grid.png") center repeat-y;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.clear{
	clear:both;
}

a{
	font-weight: 600;
	color: #0b5ca3;
	text-decoration: none;
}
a:hover{
	font-weight: 600;
	color: #0b5ca3;
	text-decoration: underline;
}

h1{
	font-size: 30px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;	
}
h6{
	font-size: 10px;	
}
h1,h2,h3,h4, h5, h6{
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

p{
	font-family: helvetica, sans-serif;
}

ul{
	list-style: none;
}

.correctionNotes{
	font-family: helvetica, sans-serif;
	color: #ff0000;
	border-top: 1px dotted #bbb;
	padding-top: 10px;
	margin-top: 10px;
}
/*			Header				*/
#header{
	width: 950px;
	margin: 0 auto;
	height: 112px;
}
.headerTop{
	height: 18px;
	border-top: 2px solid #000;
	border-bottom: 1px dotted #888;
}
.headerMain{
	height: 50px;
	margin: 10px 0px;
}
.headerBottom{
	height: 15px;
}
/*Navigation*/	
.headerTop .nav{
	float: left;
	width: 300px;
	height: 12px;
	margin-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.headerTop .nav ul{
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.headerTop .nav li{
	float:left;
	margin-right: 10px;
	padding-right: 5px;
}
.headerTop .nav li a, .headerTop .nav li a:hover{
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	color: #666;
	font-weight: normal;
}
.headerTop .nav li a:hover{
	text-decoration: none;
	color: #0b5ca3;
	padding: 2px;
	font-weight: normal;
}

.headerBottom .nav{
	background: #fff;
	width: 950px;
	height: 20px;
	border-top: 1px dotted #6b6b6b;
}
.headerBottom .nav ul{
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.headerBottom .nav li{
	float:left;
	margin-left: 0px;
	padding: 2px 10px 4px;
	color: #333;
}
.headerBottom .nav li:hover{
		background: #0b8eff;
		text-decoration: none;
		color: #fff;
		font-weight: normal;
}
.headerBottom .nav li a, .headerBottom .nav li a:hover{
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
	color: #333;
	font-weight: normal;
}
.headerBottom .nav li a:hover{
	text-decoration: none;
	padding: 2px;
	color: #fff;
	font-weight: normal;
}
.headerBottom .nav li.navFirst{
	float: left;
	margin-left: 0px;
	padding: 2px 10px 4px;
	border-left: 0px;
}
/*Date And Search*/
#dasDate {
	color: #888;
	font-size: 11px;
	float: right;
	height: 12px;
	margin-top: 2px;
	padding-bottom: 2px;
}
#dasDate p{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#todayDateText {
	color: #000;
	font-weight: 300;
}
#search {
	float: right;
	margin-top: 10px;
	font-size: 11px;
}
#search input{
	width: 233px;
	height: 13px;
	font-size: 13px;
	float:left;
	background: #fff;
	color: #888;
	padding: 5px;
	border: 1px solid #aaa;
	border-right: 0px;
	outline: none;
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
#search input:focus{
	background: #f7f7f7;
	border: 1px solid #555;
	border-right: 0px;
	color: #000;
}
#search .button{
	width: 70px;
	height: 25px;
	padding-top: 3px;
	padding-left: 8px;
	background: #0b8eff url("./images/highlight.png") top repeat-x;
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	float:left;
	color: #fff;
	border: 1px solid #0b5ca3;
	border-bottom: 1px solid #06355e;
	letter-spacing: .1em;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#search .button:hover{
	cursor:pointer;
}

/*			Footer				*/

.footer{
	background: #111;
	width: 950px;
	min-height: 100px;
	padding: 5px 5px 10px;
	border-top: 10px solid #d5d5d5;
	margin: 0 auto;
	margin-top: 20px;
}
.footerAbout{
	float: right;
	text-align: justify;
	width: 230px;
	font-size: 9px;
	color: #777;
}
.footer150, .footer150m, .footer150n{
	width: 150px;
	font-size: 9px;
	margin-right: 10px;
	color: #888;
	float: left;
}
.footer150m{
	margin-top: 20px;
	height: 190px;
	margin-right: 2px;
	padding-left: 6px;
	padding-bottom: 30px;
	border-left: 1px solid #aaa;
}
.footer150n{
	float: left;
	min-height: 240px;
	margin-right: 5px;
}
.footer150n .nav{
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	width: 150px;
	height: 100px;
}
.footer150n .nav ul{
	list-style:none;
	padding: 0px;
	margin-top: 10px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	text-align: right;
	float: right;
}
.footer150n a{
	color: #888;
}
.footer150n .nav li{
	margin-top: 8px;
	color: #777;
}
.footer150n .nav li.first{
	margin-top: 0px;
	color: #777;
}
.footer150n .nav li a:hover{
	color: #fff;
}
.footer150m strong{
	color: #aaa;
}
.footer150 h2{
	text-transform: uppercase;
	margin-top: 100px;
	margin-left: 5px;
	color: #fff;
}
.footer150 a{
	color: #fff;
}
.footerCreated{
	width: 150px;
	float: right;
	height: 125px;
	text-align: center;
	color: #777;
	margin-top: 30px;
	padding-top: 45px;
	border-left: 1px solid #aaa;
	font-size: 11px;
}
.footerCreated p{
	margin-bottom: 5px;
}

.footerCreated h3{
	margin-bottom: 20px;
	color: #fff;
}
.footerCreated a{
	color: #fff;
}
/*			Featured			*/
#featuredContainer{
	background:#000;
	padding-bottom: 10px;
}
.featured{
	background:#000;  url("./images/grid.png") center repeat-y;
	width: 930px;
	padding: 20px 0px 10px;
	min-height: 450px;
	margin: 0 auto;
	color:#999;
	font-size: 13px;
	font-family: helvetica, sans-serif;
}
.featuredArticles{
	float: left;
	position: relative;
	color:#fff;
	width: 490px;
}
.featuredArticle{
	float: left;
	position: absolute;
	color:#fff;
	width: 470px;
	background: #000;
	text-align: justify;
	padding: 0px 9px 20px;
	margin-left: 10px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
.featuredPicture img{
	border: 2px solid #fff;
}
.featuredPicture img:hover{
	border: 2px solid #0b8eff;
}
.featuredExcerpt img{
	display: none;
}
.featuredArticle h4, .featuredArticle h1{
	margin-top: 5px;
	text-align: left;
}
.featuredTitle{
	color: #0b8eff;
	font-size: 14px;
	font-family: helvetica, sans-serif;
	font-weight: 200;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	text-decoration: none;
}
#F2, #F3{
	display: none;
}
.featuredArticle h1 a, .featuredArticle h1 a:hover{
	font-family: times, serif;
	color: #fff;
	text-decoration: underline;
	font-weight: 200;
}
.featuredArticle h1 a:hover{
	color: #0b8eff;
}
.featuredArticle h4{
	float: left;
}
.featuredArticle ul{
	float: right;
	margin-top: 5px;
	line-height: 0px;
	height: 0px;
}
.featuredOptions{
	float: right;
	padding-top: 8px;
}
.featuredOptions input, input.option1, input.option2, input.option3{
	display:none;
	background: #5b5b5b;
	float: left;
	border: 0px;
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	margin-right:5px;
}
.featuredOptions input:hover{
	cursor: pointer;
}

.featuredRecent{
	float: left;
	width: 210px;
}
.featuredRecent h4{
	margin-bottom: 5px;
}
.featuredRecentArticle{
	float: left;
	border-top: 1px dotted #6b6b6b;
	padding: 3px 0px 0px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #585858;
}
.featuredRecentArticle:hover{
	color: #aaa;
}
.featuredRecentArticle img{
	display: none;
}
.featuredRecentArticle p{
	margin-left: 5px;
	width: 200px;
	text-align: justify;
}
.featuredRecentArticle h4 a{
	font-family: times, serif;
	color: #ccc;
	display: block;
	font-weight:200;
}
.featuredRecentArticle h4 a:hover{
	color: #0b8eff;
}

.currentIssue{
	float:right;
	width: 210px;
	margin-top: 0px;
	min-height: 250px;
	font-family: times, serif;
}
.currentIssue h4{
	padding-bottom: 5px;
	border-bottom: 1px dotted #6b6b6b;
}
.currentIssue h5{
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0px;
	color: #999;
	font-weight: 800;
}
.currentIssue h6{
	font-size: 11px;
	text-transform: uppercase;
	font-family: helvetica, sans-serif;
	margin: 2px 0px 2px 10px;
	font-weight: 200;	
}
.currentIssue h6 a, #currentIssue h6 a:hover{
	display: block;
	text-transform: none;
	color: #585858;
	font-style: italic;
	font-weight: 200;	
}
.currentIssue h6 a:hover{
	color: #fff;
}


/*			Index Page			*/
.mainSections{
	width: 950px;
	color: #444;
}
.mainSections h4.title{
	background: #2b2b2b;
	text-transform: uppercase;
	padding: 8px;
	font-size: 14px;
	border-top: 2px solid #000;
	font-family: helvetica, sans-serif;
}
.mainSections h4.title a{
	color: #000;
}
.mainSections h4.titleWhiteBack{
	text-transform: uppercase;
	padding: 4px 0px 4px;
	margin-bottom: 4px;
	font-size: 14px;
	border-top: 2px solid #0a7fe4;
	border-bottom: 1px solid #bbb;
	font-family: helvetica, sans-serif;
}
.mainSections h4.titleWhiteBack a{
	color: #000;
}
.articleExcerpt{
	margin: 5px 0px 0px;
	padding: 2px 0px 5px;
	border-bottom: 1px dotted #ccc;
}
.articleExcerptTitleOnly{
	margin: 5px 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ccc;
}
.articleExcerpt p{
	text-align: justify;
	font-size: 10px;
	padding: 0px;
	margin:0px;
}
.articleExcerpt img{
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #ccc;
}
.articleExcerpt h4 a, .articleExcerpt h4, .articleExcerpt h3 a, .articleExcerpt h3{
	line-height: 1em;
	color: #198bed;
	margin-bottom: 5px;
	font-weight: 200;
}
.articleExcerptTitleOnly h4 a, .articleExcerptTitleOnly h4, .articleExcerptTitleOnly h5 a, .articleExcerptTitleOnly h5{
	line-height: 1em;
	color: #000;
	font-weight: 500;
}
.smallerSections h4 a, .smallerSections .articleExcerpt h5 a, .smallerSections h3 a{
	color: #0b5ca3;
}

.news{
	float: left;
	width: 470px;
	padding: 0px 8px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.smallerSections{
	width: 220px;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.sports, .webExclusive{
	float: left;
	width: 220px;
}
.webExclusive{
	margin-top: 20px;
}
.smallerSections img{
	display:none;
}

.sideBarIndex{
	float: left;
	width: 220px;
	margin-left: 10px;
}
.sportsScores ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.sportsScores li{
	margin: 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bbb;
}
.sportsScores li.sportsWin{
	list-style-image:url('./images/winArrow.png');
}
.sportsScores li.sportsLoss{
	list-style-image:url('./images/lossArrow.png');
}
.sportsScores li.sportsTie{
	list-style-image:url('./images/tieArrow.png');
}

.archivesFeature{
	background: #fff;
	margin-top: 20px;
	width: 200px;
	padding: 10px;
	color: #222;
	font-size: 12px;
	border-top: 2px solid #0a7fe4;
	border-bottom: 1px solid #ccc;
}
.archivesFeature img{
	background:#fff;
	float: left;
	padding: 4px 2px;
	border: 1px solid #ddd;
	margin: 5px 10px 0px 0px;
}
.archivesFeature img:hover{
	background:#fff;
	float: left;
	padding: 4px 2px;
	border: 1px solid #555;
	margin: 5px 10px 0px 0px;
}

.otherSectionsContainer{
	min-height: 230px;
	width: 960px;
	margin-top: 10px;
	margin-left: -5px;
	padding-bottom: 10px;
	border-top: 3px solid #1771bf; #0b385f;
	border-bottom: 1px solid #0b385f;
}
.otherSections{
	min-height: 170px;
	width: 960px;
	padding: 10px 0px;
	margin-top: 20px;
	padding-left: 1px;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
}
.singleSection{
	width: 150px;
	min-height: 170px;
	float: left;
	font-size: 13px;
	margin-left: 4px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}
.singleSection p{
	display: none;
}
.singleSection a{
	text-decoration: none;
	font-weight: 200;
	font-size: 16px;
	color: #555;
}
.singleSection h4{
	background:#e5e5e5;
	color: #000;
	padding: 5px;
	font-size: 16px;
}
.singleSection h4:hover{
	background:#0b8eff;
	color: #fff;
}
.singleSection h4 a{
	color:inherit;
}
.singleSection .otherSectionsExcerpt{
	margin-top: 10px;
	display: block;
	font-size: 16px;
	color: #555;
}
.singleSection .otherSectionsExcerpt img{
	margin-top: -10px;
}
.otherSectionsExcerpt{
	display: none;
}

.editorsPick{
	margin-top: 15px;
	font-size: 9px;
}
.editorsPick h2{
	border-bottom: 3px solid #1771bf;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #0b385f;
}
.editorsPick img{
	display: none;
}
.editorsPick a{
	color:#0a508d;
}
.editorsPickArticle{
	width: 300px;
	height: 130px;
	float: left;
	margin-right: 10px;
	padding-right: 9px;
	border-right: 1px solid #ccc;
}
.editorsPickArticleNM{
	width: 310px;
	float: left;
}


.newInColumns{
	min-height: 220px;
	width: 950px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 3px solid #0b385f;
}
.newInColumns h2 a{
	text-align: center;
	width: 150px;
	float: left;
	color: #1771bf;
	margin-top: 50px;
}
.columnPreview{
	width: 150px;
	height: 200px;
	padding-top: 5px;
	text-align: center;
	float: left;
	font-size: 13px;
	margin-left: 5px;
	padding-left: 4px;
	border-left: 1px solid #ccc;
}

/*			Articles Section	*/
.articleMain{
	width: 950px;
	float: left;
	font-size: 13px;
	color: #444;
	margin-left: 10px;
	text-align: justify;
}
.articleMain h1.title{
	font-weight: 200;
	text-align: left;
	color: #111;
	width: 540px;
	margin-top: 10px;
}
.article{
	float: left;
	width: 540px;
}
.articleContent{
	font-size: 13px;
	min-height: 200px;
}
.articleContent li{
	font-family: helvetica, sans-serif;
}
.articleContent h2{
	color: #000;
	font-size: 2em;
	margin-bottom: -.5em;
	margin-top: .5em;
}
.articleContent h3{
	color: #111;
	font-size: 1.3em;
	margin-bottom: -.5em;
	margin-top: .5em;
}
.articleInformation{
	margin-top: 20px;
	padding: 5px 0px;
	border-top: 2px solid #0a7fe4;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}
.articleDateAuthor{
	float: right;
	text-align: right;
}
.articleDateAuthor ul{
	margin-bottom: 0px;
	list-style: none;
}
.articleCategories {
	float: left;
}
.articleCategories a{
	color: inherit;
	font-weight: 200;
}

.article strong{
	color: #000;
}
.article li{
	margin-bottom: 5px;
}

.articleExtras{
	width: 390px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.articleAccessory{
	float: left;
	width: 150px;
	padding: 5px 0px;
	border-top: 2px solid #0a7fe4;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	text-align: left;
}
.articleAccessory ul{
	padding: 0px 15px;
}
.articleAccessory li{
	margin-bottom: 10px;
	list-style: square;
}
.articleAccessory a, .articleAccessory h4{
	font-weight: 200;
}
.articleAccessory .textSize{
	display: none;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	font-size: 13px;
}
.articleAccessory .textSize a{
	color: #000;
	font-size:18px;
	padding: 2px 6px;
	text-align: center;
	font-weight: 900;
	cursor: pointer;
}

.articleFeeds {
	width: 220px;
	float: left;
	margin-left: 10px;
	text-align: left;
	border-top: 2px solid #0a7fe4;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}
.articleFeeds h4{
	color: #6b6b6b;
	font-weight: 200;
	margin: 5px 0px;
	font-family: helvetica, sans-serif;
}
.articleFeeds h3{
	margin-left: 40px;
	font-size: 18px;
	font-family: helvetica, sans-serif;
}
.articleFeeds img{
	float: left;
	padding: 10px 0px;
}
.articleFeeds a{
	color: #444;
}
.articleFeeds a:hover{
	color: #0b5ca3;
}
.articleFeeds .oneFeed{
	float: left;
	margin: 10px 0px;
}

.articleImageGallery {
	position:relative;
	font-size: 10px;
	color: #888;
	font-family: helvetica, sans-serif;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.articleImageGallerySingleNC{
	position:relative;
	font-size: 10px;
	color: #888;
	font-family: helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
}
.articleImageGallery ul{
	padding: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
.articleImageGallery li{
	position:absolute;
	margin-left: 0px;
	display: none;
}
.articleImageGallery li.displayed{
	display: block;
	width: 460px;
	z-index: 100;
}
.articleImageGallery li img{
	margin: 0 auto 0px;
	max-width: 540px;
}
.articleImageGallery #prevImage{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.articleImageGallery #nextImage{
	float: right;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.articleImageGallery p{
	margin: 0px;
	padding: 0px;
}
.articleImageGallery .imageWhatOf{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.articleImageGallery .imageOf strong.imageNum{
	color: #444;
}
.articleImageGallery .imageTotal strong.imageTotalNum{
	color: #444;
}

/*		Search / Categories		*/
.searchCategory{
	margin-left: 10px;
	float: left;
}
.searchCategory h1.title{
	font-weight: 200;
	text-align: left;
	color: #111;
	width: 540px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.searchCategoryMain{
	float: left;
	border-top: 2px solid #0a7fe4;
	padding-top: 15px;
	width: 535px;
}
.searchCategoryEntry{
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color:#444;
	text-align: justify;
}
.searchCategoryEntry h2{
	font-weight: 200;
	text-align: left;
	font-family: helvetica, sans-serif;
}
.searchCategoryEntry img{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.searchCategoryInfo{
	background: #f7f7f7;
	color: #333;
	padding: 5px;
	margin: 5px 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.searchCategoryInfo a{
	color: #444;
}
.searchCategoryInfo p{
	margin: 0px;
}
.searchCategoryAuthor{
	color: #333;
	height: 14px;
	overflow: hidden;
	float: right;
	text-align: right;
	font-family: helvetica, sans-serif;
}
.searchCategoryAuthor ul{
	margin-top: 0px;
}

.nextPreEntry{
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin: 10px 0px;
	font-size: 14px;
	color:#444;
	font-family: helvetica, sans-serif;
	text-align: justify;
}
.nextPreEntry a{
	color: inherit;
}
.prevNext{
	text-align:center;
	padding: 10px;
}
.prevNext a, .prevNext a:hover{
	margin-right: 20px;
}
.noResults{
	font-size: 15px;
}


.cantFind{
	float: left;
	width: 350px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #0a7fe4;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
	margin-left: 20px;
	font-family: helvetica, sans-serif;
	text-align: center;
	color: #5b5b5b;
}
.cantFind input{
	width: 339px;
	height: 18px;
	font-size: 18px;
	float:left;
	background: #fff;
	color: #333;
	padding: 5px;
	border: 1px solid #aaa;
	outline: none;
	margin: 10px 0px 20px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.cantFind input:focus{
	background: #fff;
	border: 1px solid #555;
	color: #000;
}
.cantFind .catList{
	float: center;
	width: 330px;
	height: 90px;
	padding: 10px 0px 20px;
}
.cantFind ul{
	float: left;
	text-align: center;
	list-style: none;
	width: 100px;
	margin-left: 10px;
	padding: 0px;
}
.cantFind a{
	color: inherit;
}
.cantFind a:hover{
	color: #5ca839;
}
.cantFind li{
	margin-top: 5px;
}

/*			Comments			*/

#commentsContainer{
	margin-top: 10px;
	font-family: helvetica, sans-serif;
}
h2.comments{
	font-size: 18px;
	text-align: center;
	border-top: 2px solid #0a7fe4;
	border-bottom: 1px dotted #aaa;
	padding: 5px;
}
h3.comments{
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #0a7fe4;
	border-bottom: 1px dotted #aaa;
	padding: 5px;
	margin-top: 20px;
}
.comment, .authorComment, .commentModerating{
	padding-bottom: 10px;
	border-bottom:1px dotted #aaa;
}
.authorComment{
	color: #000;
	font-weight: 200;
}
.authorComment .commentID{
	margin-top: 20px;
}
.authorComment h3.commentNum{
	color: #0a7fe4;
}
.authorComment .commentsText{
	width: 370px;
	margin-top: 10px;
	padding: 0px 10px;
	background: #f3f3f3;
	font-size: 12px;
}
.commentModerating{
	background: #f7f7f7;
}
.commentsText{
	width: 390px;
	font-size: 11px;
	line-height: 150%;
	float: left;
	margin-left: 10px;
	text-align:justify;
}
.commentID{
	width: 140px;
	margin-top: 10px;
	float: left;
	font-family: times, serif;
}
.waitingModeration{
	float: left;
	font-weight: 600;
	color: #000;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	font-family: helvetica, sans-serif;
}
h3.commentNum{
	float: left;
	width: 70px;
	margin-top: 0px;
	font-size: 24px;
	margin-left: -10px;
	color: #777;
	text-align: center;
}
p.commentInfo, p.commentName{
	width:70px;
	float: right;
	text-align: right;
	font-size: 10px;
	margin-top: 0px;
}
p.commentName{
	font-weight: 600;
	color:#1b1b1b;
}
#commentsContainer textarea{
	width:530px;
}
#commentsContainer input, #commentsContainer textarea{
	border:1px solid #aaa;
	padding: 5px;
	color: #555;
	background: #fff;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentsContainer textarea:focus, #commentsContainer input:focus{
	background:#f4f4f4;
	color: #000;
	border:1px solid #333;
}
#commentsContainer input#submit{
	background: #0b8eff url("./images/highlight.png") top repeat-x;
	color: #fff;
	border: 1px solid #0b5ca3;
	border-bottom: 1px solid #06355e;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#commentsContainer input#submit:hover{
	cursor:pointer;
}

/*			OLD DESIGN STUFF				*/
img.alignleft {
	float:left;
	display: block;
	margin: .25em 25px .25em 0em;
}
img.aligncenter {
	margin: .25em 25px;
}
img.alignright {
	float:right;
	width: 250px;
	display: inline;
	margin:.25em 0em .25em 25px;
}
.leftWithCaptions{
	float:left;
	font-size: 10px;
	text-align: left;
	color: #6b6b6b;
	font-style: italic;
	width: 250px;
	padding: .25em 0em;
	margin: 0em 25px .5em 0em;
	font-family: helvetica, sans-serif;
	border-bottom: 1px dotted #aaa;
}
.leftWithCaptions strong{
	color: #444;
}
.centerWithCaptions{
	text-align: center;
	color: #6b6b6b;
	font-style: italic;
	width: 100%;
	padding: .25em 0em;
	font-family: helvetica, sans-serif;
	border-bottom: 1px dotted #aaa;
}
.centerWithCaptions strong{
	color: #444;
}
.rightWithCaptions{
	float:right;
	font-size: 10px;
	text-align: right;
	color: #6b6b6b;
	font-style: italic;
	width: 250px;
	padding: .25em 0em;
	margin: 0em 0em .5em 25px;
	font-family: helvetica, sans-serif;
	border-bottom: 1px dotted #aaa;
}
.rightWithCaptions strong{
	color: #444;
}

/*			Maintenance Mode				*/
.maintenance{
	margin: 0 auto;
	margin-top: 100px;
	width: 390px;
	text-align: center;
	color: #fff;
	font-family: helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
.maintenance h1{
	border-bottom: 1px solid #777;
	margin-bottom: 20px;
}
.maintenance h6{
	text-align: right;
	font-weight: normal;
}
.maintenance p{
	text-align: justify;
}