html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	text-decoration:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; 
}
caption, th, td {
	text-align: left;
	font-weight: normal;
} 
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	vertical-align:bottom;
	}




/*-----------------------------------------------------------------------------
	DEFAULT
------------------------------------------------------------------------------*/
body {
	background:#fff;
	font-family: Arial, Verdana, sans-serif;
	line-height:16px;
	color:#333333;
	font-size:11px;
	}

/*-----------------------------------------------------------------------------
	WRAP
------------------------------------------------------------------------------*/
#wrap {
	background: #fff;
	width: 970px;
	margin: 0 auto;
	}

#content{
	width:640px;
	float:left;
	}

#sidebar{
	width:310px;
	float:right;

	}

#header{
	margin: 10px 0;
	}

	#header p {
		line-height: 42px;
		float: right;
		font-size: 115%;
	}

#header h1 a {
	float: left;
	display: block;
	width: 155px;
	height: 42px;
	background: url("/assets/imgs/logo.png") 0 0 no-repeat;
	}

	#header h1 a:hover {
		text-decoration: none;
	}

	#header h1 a span {
		visibility: hidden;
	}
/*-----------------------------------------------------------------------------
	MARKUP
------------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.thickBar {
	display: block;
	height: 5px;
	background: #8e8e8e;
}

.thinBar {
	display: block;
	height: 1px;
	background: #8e8e8e;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-family: georgia;
	font-size: 175%;
	line-height: 250%;

}


h2 {
	font-family: georgia;
	font-size: 150%;
	line-height: 200%;

}

	h2 a:hover {
		text-decoration: none;
	}


h3 {
	font-family: georgia;
	font-size: 125%;
	line-height: 200%;
}

/*-----------------------------------------------------------------------------
	NAV
------------------------------------------------------------------------------*/

#mainnav { background: #303030; margin: 0 0 7px 0;  }

	#mainnav ul { list-style: none; width: 100%; }

	#mainnav ul li { float: left; }
	#mainnav ul li.r { float: right; }

	#mainnav ul li a { background: #303030; color: #eee; display: block; padding: 10px 10px; font-weight: normal; text-transform: uppercase; }

	#mainnav ul li a.rss { 
		margin-right: 10px;
		padding-right: 25px;
		background: url("/assets/imgs/rss.png") right center no-repeat;
	}

	#mainnav ul li a.rss:hover { 
		background: #303030 url("/assets/imgs/rss.png") right center no-repeat; color: #eee; text-decoration: underline;
	}

	#mainnav ul li a:hover { background: #dadada; color: #000; text-decoration: none;}

/*-----------------------------------------------------------------------------
	FORMS
------------------------------------------------------------------------------*/

.submit_form {
}

		legend{
			display:block;
			margin-bottom:10px;
			font-weight:bold;
			}
		label{
			margin:5px 0;
			}
		input, textarea{
			font-family: Arial, Verdana, sans-serif;
			display:block;
			width:620px;
			padding:5px;
			border-bottom:1px solid #ccc;
			margin-bottom:10px;
			}

		textarea {
			height: 200px;
		}

/*-----------------------------------------------------------------------------
	SITES
------------------------------------------------------------------------------*/		

.mainsite {
	margin-bottom: 20px;
}

.mainsite .screen {
	border: 1px solid #b1b1b1;
	background: #f1f1f1;
	padding: 18px;
}

.mainsite img {
	border: 1px solid #d1d1d1;
}

.mainsite .about {
	padding: 10px;	
	border: 1px solid #b1b1b1;
	border-top: none;
}

	.mainsite p {
		margin: 0;;		
	}

.tags {
	background: #f1f1f1;	
	padding: 10px;	
	border: 1px solid #b1b1b1;
	border-top: none;
}

	.tags p {
		margin: 0;		
	}

	.tags .label {
		display: block;
		width: 70px;	
		margin-right: 10px;	
		text-align: right;
		font-weight: bold;
		float: left;
		
}

	.tags .tagged {
		float: left;
		display: block;
		width: 430px;	
		text-align: left;
	}

.sitelist {
	
}

	.sitelist li {
		width: 310px;
		float: left;
		margin-bottom: 10px;
	}

	.sitelist li.left {
		margin-right: 20px;
	}

	.sitelist .screen {
		border: 1px solid #b1b1b1;
		background: #f1f1f1;
		padding: 8px;
	}

	.sitelist img {
		border: 1px solid #d1d1d1;
	}

/*-----------------------------------------------------------------------------
	TAGS
------------------------------------------------------------------------------*/

.taglist {
	margin: 0 0 20px 0;	
}

.taglist li{
	display:inline;
	margin:0 2px;
	}
.tag1 {
	font-size: 1em;
	border:none;
	}

.tag2 {
	font-size: 1.25em;
	border:none;
	color:#9297AA;
	}

.tag3 {
	font-size: 1.50em;
	border:none;
	color:#AA6C78;
	}

.tag4 {
	font-size: 1.75em;
	border:none;
	color:#C14046;
	}

.tag5 {
	font-size: 2em;
	border:none;
	color:#D91414;
	}

/*-----------------------------------------------------------------------------
	FOOTER
------------------------------------------------------------------------------*/
#footer {
	margin: 20px 0;
	}

#footer p {
	padding: 20px 0;
}

/*-----------------------------------------------------------------------------
	ads
------------------------------------------------------------------------------*/
.ads {
	background: #f1f1f1;
	padding: 4px;	
	border: 1px solid #b1b1b1;
}

/*-----------------------------------------------------------------
			PAGINATION
-----------------------------------------------------------------*/		
div.pagination {
	margin: 00px 0;
	padding:12px;
	float:right;

}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #b1b1b1;
    
    text-decoration: none; /* no underline */
}

div.pagination a:hover, div.pagination a:active {
	background: #303030;
	color: #eee;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #b1b1b1;
    
    
    font-weight: bold;
    background-color: #303030;
	color:#eee;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #ccc;
}

.pager {
	margin: 20px 0;
	padding:20px;
	list-style:none;
	}
	.pager li {
            margin: 2px 2px;
            float: left;
            display: block;
			background:#303030;
            line-height: 20px;
			text-transform:uppercase;
			font-weight:bold;
			color:#eee;
			padding: 0 5px;
		}

		.pager li a {
		
		color:#555;
			text-decoration: none;
			}
			.pager li:hover{
				background:#303030;
				}
