/*
Page Layout Diagram

+------------------------ 100% ---------------------------+
|#center                                                  |
|+-----------------------1000px -------------------------+|
|| +-------------------- 800px ------------------------+ ||
|| |                                                   | ||
|| |          |  #image  375px tall                    | ||
|| |          |                                        | ||  
|| |          |                                        | ||
|| |          |                                        | ||  
|| |        | +----------------------------------------+ ||
|| |        | +--600px-------------------+ +---200px---+ ||
|| |        | | #content                 | | #nav      | ||
|| |        | |                          | |           | ||
|| |        | |                          | |           | ||
|| |        | |                          | |           | ||
|| |        | |                          | |           | ||
|| |        | +--------------------------+ +-----------+ ||
|| |        | +---------- 800 px ----------------------+ ||
|| |        | |#footer                                 | ||
|| |        | |          131px tall                    | ||
|| +--------+ +----------------------------------------+ ||
|+-------------------------------------------------------+|
+---------------------------------------------------------+
*/

/* 1. Body and Link Styles 
-------------------------------*/

body, p, td, tr, ul, ol {
	font: 12px/14px  Georgia, Times, serif;
	line-height: 1.5em;
	text-indent: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

body	{
	xbackground: url("neon_pattern.gif") repeat;
	margin: 0px auto; 
	}


/* 2. Main Content Area
-------------------------------*/
#main {
	width: 100%;
	text-align: left;
	xbackground-color: #fff;
	}
	
#center {
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	}
	
#image {
	padding: 0px;
	image: 0px;
	width: 800px;
	height: 407px;
	background: url('http://www.ianandstar.com/images/main/random.php') no-repeat ;
}

	

#image img {
	padding: 337px 0 0 0;
	}

#content {
	width: 535px;
	background-color: #fff;
	float: left;
	margin-left: 15px;
	}
	
#content h1 {
	margin-top: 12px;
	}
		
#nav	{
	float: left;
	width: 175px;
	background-color: #fff;
	padding: 0px;
	margin-top: 12px;
	margin-left: 40px;
	}

#nav ul {
	font: 12px/14px Georgia, Times, serif;
	line-height: 1.2em;
	color: #000000;
	}
	
#nav ul li a:visited,
#nav ul li a {
	color: #000000;
	border: none;
		}

#nav ul li a:hover, 
#nav ul li a:active {
 	color: #cccccc;
	border: none;
	}


a:visited, a {
        color: #000000;
	border-bottom: 1px #cccccc dotted;
		}

a:hover, a:active {
 	color: #cccccc;
	border-bottom: 1px #cccccc dotted;
		}

#content img a:visited, #content img a {
	border-bottom: none;
		}

#content img a:hover, #content img a:active {
 	border-bottom: none;
		}

#comments h2 {
	margin-top: 20px;
	}
	
.selected {
	color: #cccccc;
		}

#content img {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5px;
margin: 5px 5px 0px 5px;
}

.entry-more-link {
float: right;
margin-top: -5px;
}


/* 2. UL and Header styles, etc
-------------------------------*/	
ul	{
	padding: 0px;
	margin-left: 0px;
	list-style-type: none 
	}

li 	{
	padding-left: none;
	margin-left: none;
	text-decoration: none;
}
	
h1	{
	font: 28px  Georgia, Times, serif;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 7px;
		}

.title a:link, .title a:visited, .title a, img a:link, img a:visited, a:link img{
	border: none;
	color: #000000;
	}		
	
.title h1 {
	margin-bottom: 2px;
	}
	
.title h4 {
	margin-top: 2px;
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
	}
	
h5 {
		margin-top: 2px;
		font-weight: normal;
		font-size: 1.0em;
		color: #999;
		}

.comment p {
	font-size: 10px;
	}

#commentinput {
	margin-top: 25px;
	}
	
#comments p {
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
#comments h2 { 
	margin-top: 30px;
	margin-bottom: 8px;
	}
		
a	{
	text-decoration: none;
	}
	
#content a:link img {
	border: none;
	}


a:link img,
a:visited img,
a:hover img,
a:active img {
		border: none;
		text-decoration: none;
		}

a img {
    border: 0px;
}