/* MY RESET */


body{				background: 				url(/images/repeat.jpg);
 			     	background-attachment:		fixed;
					background-repeat: 			repeat;
					background-position: 		0px 0px;
    			    margin: 					0px auto;
      				font-family: 				verdana;
        			font-size: 					12px;
        			color:						black;width: 100%;
	height: 100%; }
        			
a:link { color: #ba1b1b; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: #ba1b1b; text-decoration: none; }
a:active { color: #ba1b1b; text-decoration: none; }

a.red:link {color: #FFFFFF}
a.red:visited {color: white;}
a.red:hover {text-decoration: underline}


/* TEXT TYPE */

h3{ 				text-transform: 			uppercase;
					font-family: 				arial black;
					font-size: 					11pt;}


.navi-text{			font-family:				arial;
            		font-size:					large;
            		text-align:					right;
            		margin: 					0px 5px 0px 5px;}
            	
#comment {width: 798px;}



/* STRUCTURE */

#top{				width: 						800px;
          			height: 					150px;
          			background-color:			black;
          			margin:						-15px -15px 0px 0px;}

#navi{				width: 						800px;
         			height: 					25px;
          			Background-color:                               black;
          			margin: 					0px;
          			padding:					0px;
          			float:						left;
text-transform: uppercase;
letter-spacing: -1px;
font-weight: bold;
font-family: century gothic;}

#main    { 			width:            			800px;
           			
           			margin:           			auto;
           			padding:          			1px;
					border: 					medium solid white;
           			background-color: 			#fff4d4;}

#rotating-pics {	width: 						800px; 
					height:						400px; 
					margin: 					auto; 
					background-color:			black; 
					overflow:					hidden;}

#blog-col{			width:         				595px;
          			float:         				left;
          			margin:        				0;
          			background-color: 			#fff4d4;
					}

#sidebar-wrapper {	margin:           			5px 5px 5px 0px;
padding:   5px;
                  	width:            			150px;
                  	height:           			100%;
                  	float:            			right;
                  	background-color: 			#fff4d4;
border-left: 				thin solid black;}

#footer { 			clear:       				left;
          			width:       				800px;}


#clear {			clear: 						both}




/* ENTRIES */

#date {				font-family: 				Georgia;
      				width: 						7%;
       				height: 					55px;
       				background-color: 			#9b0000;
					text-align: 				center;
       				color: 						white;
       				float: 						left;
       				clear: 						left;
       				margin: 					10px 2px 0px 0px;
       				white-space:      			nowrap;}

.date-cell {		float: 						left;
					width: 						100%;}

.month {			text-transform:     		uppercase;
        			margin:             		0% 0%;}
        			
.day { 				font-size:           		x-large;
					font-weight: 				bold;
       				margin:              		0% 0%;}
       				
.year{ 				font-size: 					x-small;
					margin:              		0% 0%;}

#content {			float: 						left;
					width: 						100%;}

.post {				font-family:          		arial;
       				font-size:            		10pt;
       				font-weight:         		bold;
       				letter-spacing:      		-1px;
       				padding-left:         		45px;
       				white-space:          		wrap;}

.single-post {				font-family:          		arial;
       				font-size:            		10pt;
       				font-weight:         		bold;
       				letter-spacing:      		-1px;
       				padding-left:         		0px;
       				white-space:          		wrap;}

.archives-post {				font-family:          		arial;
       				font-size:            		10pt;
       				font-weight:         		bold;
       				letter-spacing:      		-1px;
       				
       				white-space:          		wrap;
}


.byline {			font-size:  				8pt; 
         			clear:      				left;
         			text-align: 				left;}