/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #222 url(images/header.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 float: right;
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 760px; background-image: url('images/bkgrnd.png'); background-repeat: no-repeat; background-position: 100% 100%;  margin: 0 auto;}


/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 20px;
 margin-left: 0px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 
/***left Side Bar***/

#navlist { float: left; width: 100px; margin-top: 10px; margin-left: 0px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 8px;
 width: 100px; 
 padding: 9px;
 margin: 0px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #D01A71;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 600px; margin-top: 20px;}

#content a { color:#D01A71; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 background: #D01A71; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 10px; color: #f4f4f4;}

#content ul {list-style-image: url('images/black_pink_star_small.png'); line-height: 1.4em; font-size: 0.7em; margin-bottom: 10px; 
color: #f4f4f4;}
 
#content h2 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h2:hover { color: #fff;}

	#content .date{
	  text-transform: uppercase;
	  text-align: right;
	  margin-bottom: 1em;
	  margin-right: .3em;
	  font-size: 9px;
	  border-bottom: 0px;
	  border-left: 0px;
	  border-right: 3px;
	  border-top: 3px;
	  border-style: solid;
	  border-color: #555;
}

	#content .show_all {
	  border-style: solid;
	  border-color: #555;
	  border-width :  1px;
	  float: right;
	  padding : 0px ;
}

	#content .comment{
	border-color : #FFF;
	border-style : dotted;
	border-width :  1px;
	float: right;
	padding : 1px ;
}

#content blockquote { color: #999; font-style: italic; text-align: center; 
width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}

#footer hr {width: 60%; margin: 0 auto;}

