

html { 
	padding:0;
	margin:0; }

body {
	font-family:verdana, sans-serif;
	font-size:76%;
	color:#3E3E3E;
	padding:0;
	margin:0;
	
	background: url(randommodel.php) no-repeat left top;
}

img, form { padding:0; margin:0; border:0; }

em, i { font-style:italic; }

strong, b { font-weight:bold; } 

.skip { display: none; }

.clear { clear: both; }

a:link, a:visited {
color:#197D9E;
font-weight:bold;
	text-decoration:none; }
	
a:hover {
	text-decoration: underline;}

/* bullets */
ul { 
	list-style:none;
	padding:0;
	margin:0; }

li { 
	list-style:none url("arrow.gif");
	margin:5px 0 5px 19px; }
	
li.stats { 
	list-style:none; 
	margin:5px 0 5px 19px; }

/*******************************************************************************
 Columns definitions
*******************************************************************************/
.wrapper {
	min-width:900px;
	width:100%; 
	margin: 0 -1px; }

.outer {
	width:auto;
	/* left column width and color */
	border-left:0px solid #f5f5f5;
	/* right column width and color */
	border-right:0px solid #f5f5f5;
	/* center column colour */
	background: ; }


.inner {
	margin:0;
	width:100%; }

/* Mozilla code */
.outer > .inner { border-bottom:1px solid transparent; }

/*******************************************************************************
 Header
*******************************************************************************/
.header {
	position:relative;
	margin:0 0 0 0;
	border-bottom:0px solid #C0C0C0;
}
.navBar {
	position:relative;
	font-size:1.0em;
	/*left:10px;*/
	margin-bottom:5px;
	height: 130px;
}

.navBarInner {
	width:100%;
	border-bottom: 1px #ccc solid;
	padding-top:4px;
	padding-bottom:4px;
	float:right;}


#navBar-search {
	width: 165px;
	float:right;
}

#navBar-search form{
	height:0px;
}

.navBar a {
	font-weight: bold;
	color: #000;
	padding-left:6px;
	padding-top:3px;
	float: left;
}

.headerQuote {
margin-top:35px;
margin-right:30px;
	float:right;
	font-size: 4.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #adadad;
}

/*******************************************************************************
 Left column
*******************************************************************************/
.leftcol {
	float:left;
	position:relative;
	z-index:10;
	width:230px;
	margin-left:70px;
	margin-top:80px;
	font-size:0.9em;
	line-height:120%;
	color:#3E3E3E;
	overflow:hidden;
 }

.leftpad { 
	width:150px;
	margin-right:0px;
	padding:10px;
	float:left; 
}

.leftcol a:link, .leftcol a:visited {
	text-decoration:none; }

.leftcol a:hover {
	text-decoration: underline;
}

.leftcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:5 0 3px 0;
	border:0; }

.leftcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }
	
.leftupcoming {
	padding:10px;
	width:180px;
	float:left;
}

.upcomingitem  {font-size:1.1em;line-height:1.2em}

/*******************************************************************************
 Middle column
*******************************************************************************/
.middlecol {
	float:left;
	width:55%;

	position:relative;
	z-index:12;
	font-size:1.0em;
	line-height:160%;
	color:#2A2A2A; }

.middlepad {padding:6px 15px 15px 15px; }

.middlecol a:link, .middlecol a:visited {
	text-decoration:none; }

.middlecol a:hover {
	text-decoration: underline;
}

.middlecol li {
	list-style:none url("arrow.gif"); }

h1.item {
	font-size:1.4em;
	margin:0 0 5px 0; }

h1.item a {
    text-decoration:none; }

h1.item a:hover {
    color:#FFF; }

.iteminfo {
	background: url("arrow2.gif") no-repeat 0 center;
	vertical-align: middle;
	font-size:0.9em;
	color:#7F7F7F; 
	padding: 15px 0 15px 15px;
	margin:0 0 10px 0;
	border-bottom:1px dashed #C0C0C0;
}

.iteminforedux {
	background: url("arrow2.gif") no-repeat 0 center;
	vertical-align: middle;
	font-size:0.9em;
	color:#7F7F7F; 
	margin:0 0 10px 0;
	border-bottom:1px dashed #C0C0C0;
	padding: 15px 0 15px 15px;
}

.itembody p {
	line-height: 1.2;
}

.offsetlinks {
	font-size:0.9em;
	text-align:right; }

/* comments */
.comment {
	font-size:0.9em; }

h4.comments {
	font-size:1.3em;
	margin:0 0 5px 0; }

.comment h3 {
	font-size:1.0em;
	margin-bottom:5px; }

.commentinfo {
	background:url("arrow2.gif") no-repeat 0 5px;
	font-size:0.9em;
	color:#7F7F7F;
	padding:0 15px 10px 15px; 
	margin-bottom:10px;
	border-bottom:1px solid #DADADA; }

/*******************************************************************************
 Right column
*******************************************************************************/
#flickrContainer a img{width:60px;height:60px}

div#flickrsquares {height:420px;}
div#flickrsquares img {padding:2px;}

.rightcol {
	float:left;
	position:relative;
	z-index:11;
	width:200px;
	margin-right:-160px;
        margin-top:25px;
	font-size:0.9em;
	line-height:130%;
	color:#3E3E3E; 
}

.rightpad { padding:10px 10px 10px 13px; }

.rightcol a:link, .rightcol a:visited {
	text-decoration:none; }

.rightcol a:hover {
	text-decoration: underline;
}

.rightcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:5; 
	border:0; }

.rightcol h3 {
	font-size:1em;
}

.rightcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }

/*******************************************************************************
 Footer
*******************************************************************************/
.footer {
	font-size:0.9em;
	width:100%;
	position:relative;
	z-index:13;
	margin:0 0 10px 0;
	border-top:1px solid #C0C0C0; }

#footer p {
	font-size:0.9em;
	text-align:center;
	margin:5px 0 0px 0px; }

/*******************************************************************************
 Forms
*******************************************************************************/
/*

.searchform {
	
	background:#FFF;
	border:1px solid #C0C0C0; }*/

div#searchform {width:160px}

.formfield { 
	width:80px;
	height:16px;  
	border:1px solid #8A8A8A; 
	color:#3E3E3E; 
	background:#eeeeee; 
	margin-right:3px;
float:left;}

.commentform .formfield {
	font-family:verdana, sans-serif;
	font-size:0.9em; }

.commentform textarea {
	width:345px; }

/* Mozilla code */
.leftcol { margin-right:1px; }
.rightcol { margin-left:1px; }
.middlecol { margin:0 -3px 0 -2px; }

/*******************************************************************************
 NP_Calendar.php styling
*******************************************************************************/
	
table.calendar {
	margin:0 0 0 -3px;
}

.calnav { font-size:0.9em;
    color:#3E3E3E;
}

table.calendar a{
	background:transparent;
	font-size: 1.2em;
	color:#3E3E3E;
	margin:5; 
	border:0;
	font-weight: bold;
}

table.calendar a:hover{
	background:transparent;
	font-size: 1.2em;
	color: blue;
	margin:5; 
	border:0;
	font-weight: bold;
	text-decoration: underline;
}

table.calendar caption {
	text-align: left;
	padding: 3px 2px 5px 1px;
}

tr.calendardateheaders {
	font-size:0.8em;
}

td.days {
	text-align: center;
}

td.today {
	text-align: center;
}

/* BUTTON */

.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-image:url('search.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #6c6c6c;
	border-top:1px solid #b4b4b4;
	border-left:1px solid #b4b4b4;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:.8em;
	font-size:.8em; /* IE6 */
	line-height:1.2em;
	text-decoration:none;
	font-weight:bold;
	color:#888888;
	cursor:pointer;
	padding:2px 6px 1px 7px; /* Links */
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:1px 8px 0px 7px; /* IE6 */
}
.buttons button[type]{
	padding:2px 6px 1px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

.buttons input {height:14px}

