/*
Theme Name: stanus14
Description: A self-designed Wordpress teme
Author: stanus
Author URI: http://stanus.net
*/

body {
	background-color: #000000;
	background-image: url("images/cityscape.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	color: #ffffff;
	font-family:Verdana,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited {
	color: #3481d1;
	text-decoration: none;
}

a:hover,
a:active {
	color: #3481d1;
	text-decoration: underline;
}

.bordered { border: 1px solid #000000; }
.center { text-align: center; }
.clear { clear: both; }
.right { text-align: right; }

/* ----- menu ----- */

#menu {
	background-color: #333333;
	border-bottom: 1px solid #666666;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

ul#mainMenu {
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 1080px;
}

ul#mainMenu li {
	display: inline;
	float: left;
	font-size: 11pt;
	list-style-type: none;
	padding: 5px 0px;
	position: relative;
	width: 135px;
}

ul#mainMenu li a {
	font-weight: bold;
}

/* ----- outer-container ----- */

#outer-container {
	padding: 10px 0px;
}

/* ----- container ----- */

#container {
	border-right: 1px solid #666666;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 1080px;
}

/* ----- content ----- */

#content {
	clear: none;
	float: left;
}

/* ----- post ----- */

.post {
	background-color: #000000;
	border: 1px solid #999999;
	margin: 0px 0px 20px 0px;
	text-align: left;
	width: 822px; /* img (710px) + img border (1px * 2) + .entry padding (5px * 2) + 100px for left side */
}

.post-title {
	/* background-color: #e7e1e0; */
	background-color: #3d3a57;
	background-image: url("images/post-title-fade2.jpg");
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

.post-title h2 {
	font-size: 26px;
	line-height: 20pt;
	margin: 0px;
	padding: 0px 5px 3px 105px;
}

.post-title h2,
.post-title h2 a {
	color: #ffffff;
}

.post-meta {
	clear: both;
	float: left;
	padding: 5px 0px;
	text-align: center;
	width: 100px;
}

.post-date {
	font-size: 20pt;
	line-height: 14pt;
}

.post-date .month,
.post-date .year {
	font-size: 10pt;
}

.post-daytime {
	color: #e7e1e0;
	font-size: 7pt;
	margin-bottom: 2px;
}

.post-categories {
	margin: auto;
	padding: 0px 0px 2px 0px;
	text-align: center;
	width: 76px;
}

.post-categories img {
	border: 1px solid #666666;
	margin: 0px 2px 2px 0px;
}

.post-number {
	background-repeat: no-repeat;
	font-weight: bold;
	margin: auto;
}

/* ----- 2001-Present home jersey */
.jersey1 {	
	background-image: url("images/dallasJersey1.png");
	height: 136px;
	padding:47px 17px 0px 0px;
	text-align: right;
	width: 53px;
}

.jersey1 a {
	color: #356395;
}

/* ----- 2001-Present away jersey */
.jersey2 {
	background-image: url("images/dallasJersey2.png");
	height: 136px;
	padding:47px 17px 0px 0px;
	text-align: right;
	width: 53px;
}

.jersey2 a {
	color: #a7abb6;
}

/* ----- 1992-2001 away jersey */
.jersey3 {
	background-image: url("images/dallasJersey3.png");
	height: 140px;
	padding:55px 0px 0px 0px;
	text-align: center;
	width: 70px;
}

.jersey3 a {
	color: #d1cfd0;
}

/* ----- 1981-2001 home jersey */
.jersey4 {
	background-image: url("images/dallasJersey4.png");
	height: 126px;
	padding:50px 0px 0px 0px;
	text-align: center;
	width: 70px;
}

.jersey4 a {
	color: #3d466f;
}

/* ----- 2005-2009 alternate jersey */
.jersey5 {
	background-image: url("images/dallasJersey5.png");
	height: 120px;
	padding: 25px 15px 0px 0px;
	text-align: right;
	width: 55px;
}

.jersey5 a {
	color: #edeae5;
}

.post .entry {
	border-left: 1px solid #333333;
	clear: none;
	float: right;
	padding: 5px 5px 0px 5px;
	width: 711px;
}

.blogDiv img {
	border: 1px solid #666666;
}

.blogImage {
	border: 1px solid #666666;
	margin: 0px 5px 0px 0px;
}

.blogImageOld {
	padding: 0px 5px 0px 0px;
}

blockquote {
	border-left: 1px solid #333333;
	clear: both;
	padding-left: 5px;
}

.siteUpdate {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #999999;
}

/* ----- comment form ----- */

#respond {
	background-color: #bbbbbb;
	border: 1px solid #006699;
	color: #000000;
	padding: 5px;
}

#respond .notice {
	color: #555555;
}

#respond input {
	margin-top: 5px;
}

/* ----- post-comment ----- */

.commentBox {
	margin: 10px 0px;
	padding: 0px;
}

ul#comments {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#comments li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #666666;
	margin-bottom: 10px;
	width: 710px;
}

#comments li .header {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #000000 none repeat scroll 0 0;
	border-bottom: 1px solid #333333;
	/* height: 23px; */
}

#comments .author {
	border-right: 1px solid #FFFFFF;
	color: #e7e1e0;
	float: left;
	font-weight: bold;
	text-align: left;
	width: 128px;
}

#comments .author a, #comments .author span {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #3d3a57 none repeat scroll 0 0;
	display: block;
	padding: 4px 9px;
}

#comments .date, #comments .items {
	font-size: 9px;
	margin: 4px 9px !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#comments li .body {
	margin: 5px 0px;
	overflow: hidden;
	text-align: left;
}

.comment-avatar {
	clear: none;
	float: left;
	width: 128px;
}

.comment-avatar .avatar {
	border: 1px solid #666666;
	display: inline;
	float: left;
	/* margin-bottom: 10px !important; */
	margin-left: 33px !important;
	margin-right: 5px !important;
}

.comment-text {
	clear: none;
	float: left;
	width: 562px;
}

.header h3.title {
	margin: 0px;
	padding: 0px;
}

.notice {
	/* color: #e7e1e0; */
	color: #ccc7c6;
}

#commentform textarea {
	margin: 5px 0px;
	width: 695px;
}

/* ----- sidebar ----- */

#sidebar {
	clear: none;
	float: left;
	margin: auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 256px;
}

.sidebarTitle {
	font-weight: bold;
	padding: 0px 0px 5px 7px;
	text-align: left;
	width: 256px;
}

#logo {
	margin: 40px 0px 5px 0px;
}

#logo img {
	border: 0px;
}

#logo #underLogoText {
	padding: 0px 6px 0px 0px;
	text-align: right !important;
	width: 250px;
}

#searchAndArchive {
	border-top: 1px solid #666666;
	margin: auto;
	padding: 5px 0px 5px 0px;
	width: 246px;
}

#searchAndArchive input {
	background-color: #3d3a57;
	color: #e7e1e0;
	font-size: 8pt;
	width: 100px;
}

#searchAndArchive select {
	background-color: #3d3a57;
	color: #e7e1e0;
	font-size: 8pt;
	width: 100px;
}

.sidebarBox {
	background-color: #000000;
	border-top: 1px solid #666666;
	margin: auto;
	padding: 2px 0px 5px 0px;
	width: 246px;
}

li.twitter-item {
	margin-bottom: 10px;
}

.twitter-timestamp {
	color: #ccc7c6;
	font-style: italic;
}

.sidebarBox img {
	border: 1px solid #666666;
}

.sidebarBox ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	text-align: left;
}

.deadLink {
	color: #006699 !important;
}

#rustedHero {
	background-color: #fdefd5;
	background-image: url("images/rustedHeroBackground.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #666666;
}

/* ----- footer ----- */

#footer {
	background-color: #333333;
	border-top: 1px solid #666666;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}

/* ----- blog data table ----- */

table.blogTable {
	background-color: #666666; 
	color: #ffffff; 
	width: 100%;
}

table.blogTable tr.rowHeader td {
	font-weight: bold;
}

table.blogTable tr.rowOdd td {
	background-color: #ffffff;
	color: #000000;
}

table.blogTable tr.rowEven td {
	background-color: #F1F2ED;
	color: #000000;
}

/* ----- extra ----- */

.threeYearsLater, .yearsLater {	/* ----- found on the yeras later page */
	background-color: #4B1245;
	background-image: url("/images/fades/yearsLater.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #ffffff;
	margin: 0px 6px 5px 6px;
	padding: 0px 5px;
	width: 686px;
}

ul.noDots { /* ----- found on the features page */
	list-style-type: none;
}

ul.noDots li {
	clear: both;
	list-style-type: none;
	margin: 2px 0px;
	padding: 2px 0px;
}

.removed { color: #999999; }
