/*
	Copyright 2008 Jacky Gilbertson
	http://www.jackygilbertson.ca/
	For use by rev.iew.me only
*/

/* BASICS */

*		{ margin: 0; padding: 0; }
.clear	{ clear: both; }
p, table	{ margin: 0 0 1em 0em; }
hr		{ padding: 10px 0px; border: 0px; }

a					{ text-decoration: none; font-weight: bold;}
a:link, a:visited	{ color: #41b4ae; }
a:active, a:hover	{ color: #9ad5ad; }
a img				{ border: 0; }

body
	{
	background: white
	url(imgs/bg-page.gif)
	bottom center
	repeat-x;

	text-align: center;
	font: normal 80%/1.75 Trebuchet MS, Arial, Tahoma, sans-serif;
	color: #666666;

	margin:0px;
	}

h2
	{
	color: #000000;
	font: bold 160%/1.5 "Century Gothic", "Futura", "Gill Sans", sans-serif;
	}

h3
	{
	color: #333333;
	font: bold 150%/1.5 "Century Gothic", "Futura", "Gill Sans", sans-serif;
	}

h4
	{
	color: #333333;
	font-size: 120%;
	line-height: 1.5;
	}

ul
	{
	text-align: left;
	margin: 0 0px 1em 25px;
	list-style: url(imgs/point.gif);
	}

ol
	{
	margin: .5em 0px 1em 25px;
	}

/* LAYOUT STRUCTURE */

.container
	{
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}

/* HEADER & TITLE */

#shadow
	{
	background: #78cbc7;
	padding: 0px 0px 20px 0px;
	}

#header
	{
	background: #444444
	url(imgs/bg-header.png)
	bottom center
	repeat-x;
	border-bottom: 3px solid #FFFFFF;
	width: 100%;
	text-align: center;
	color: #DDDDDD;
	}

	#header .container
		{
		padding: 20px 50px;
		}

		#title
			{
			float: left;
			width: 30%;
			text-align: left;
			padding: 15px 0px 5px 0px;
			}
			#title h1 {
				margin: 0 0 0 0;
				line-height: 1;
			}
			#title h1 span {
				display: none;
			}
			#title h2
				{
				color: #fff;
				font-size: 80%;
				text-transform: uppercase;
				letter-spacing: 1px;
				margin: 5px 0px 0px 0px;
				}

		#login
			{
			float: right;
			width: 70%;
			text-align: right;
			padding: 15px 0px 0px 0px;
			}

			#login strong
				{
				color: #FFFFFF;
				text-transform: uppercase;
				margin: 0px 10px 0px 0px;
				}

			#login h3
				{
				color: #AAAAAA;
				font-weight: normal;
				margin: 0;
				padding: 0;
				line-height: 1;
				}

				#login h3 b	{ color: #FFFFFF; }

				#login p.user
					{
					line-height: 1.3;
					}

			#login input
				{
				border: 0;
				color: #FFFFFF;
				}

			#login #username
				{
				margin: 0px 5px 0px 0px;
				width: 120px;
				background: #888888;
				padding: 5px 10px;
				}

			#login #password
				{
				margin: 0px 5px 0px 0px;
				width: 120px;
				background: #888888;
				padding: 5px 10px;
				letter-spacing: 3px;
				}

			#submit
				{
				background: transparent;
				border: 0;
				margin: 0px 0px -10px 0px;
				}

/* MAIN MENU */

	#menu
		{
		text-align: center;
		}

		#menu ul
			{
			text-align: center;
			padding: 8px 0px;
			margin: 0 auto;
			background: #000000;
			border-top: 1px solid #777777;
			text-transform: uppercase;
			}

		#menu ul li	{ display: inline; }
		#menu ul li a { padding: 16px 20px; letter-spacing: 2px; }
		#menu ul li a:link, #menu ul li a:visited { color: #FFFFFF; }
		#menu ul li a:hover, #menu ul li a:active { color: #76cac6; }
		#menu ul li.active a { border-bottom: 4px solid #FFFFFF; padding-bottom: 8px; }

/* SHOWCASE (Basic) */

#showcase	{ text-align: center; width: 100%; }

#showcase .container
	{
	background: #78cbc7
	url(imgs/showcase.gif)
	right top
	no-repeat;
	margin: -20px auto 0px auto;
	}

	#showcase .container .corner
		{
		background: transparent
		url(imgs/corner-left.png)
		bottom left
		no-repeat;
		}

	#showcase .container .corner .corner
		{
		background: transparent
		url(imgs/corner-right.png)
		bottom right
		no-repeat;
		}

	#showcase #newest
		{
		padding: 15px;
		text-align: center;
		}

		#newest h3	{ color: #FFFFFF; text-align: left; }
		.newsite 
			{ 
			border: 1px solid #3fb3ad; 
			background: white; 
			padding: 5px; 
			margin: 15px;
			width: 102px;
			float: left;
			}

			.newsite img { display: block; border: 1px solid #777777; width: 100px; }

/* CONTENT & SIDEBARS */

#content
	{
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	}

	#side
		{
		float: right;
		width: 23%;
		font-size: 90%;
 		}

	#main
		{
		float: left;
		width: 75%;
		color: #333;
		}

	#half-left
		{
		width: 48%;
		float: left;
		}

	#half-right
		{
		width: 48%;
		float: right;
		}

#footer
	{
	padding: 30px 0px;
	background: transparent
	url(imgs/seperate-bottom.gif)
	top center
	no-repeat;
	}

/* REVIEW PAGE */

#website	{ padding: 15px; color: #000000; }
#website h3	{ color: #000000; margin-bottom: 2px; }
#site-image	
	{
	float: left;
	background: #FFFFFF;
	border: 1px solid #3fb3ad;
	padding: 5px;
	margin: 0px 15px 0px 0px;
	}
		#site-image img {
			display: block;
		}
#rating	{ color: #000000; margin-bottom: 5px; }
#website p
	{
	background: transparent
	url(imgs/fade.png)
	top left
	repeat;
	font-size: 110%;
	line-height: 1.4;
	padding: 10px;
	color: #111;
	}

ol#reviews
	{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #555555;
	}

ol#reviews li
	{
	background: #e8e8e8;
	padding: 10px 15px;
	margin: 10px 0px;
	line-height: 1.4;
	font-size: 95%;
	}

	ol#reviews li.alt	{ background: #F0F0F0; }
	ol#reviews li h5	{
		font-size: 120%;
		color: #000000;
		margin: 10px 0;
		line-height: 1em;
	}
	ol#reviews li .response
		{
		background: #FCFCFC;
		padding: 10px 15px;
		margin: 10px 0px 5px 0px;
		}

form#write		{ width: 90%; margin: 10px auto; }
form#write br	{ margin: 10px 0px; }
form#write label
	{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
	width: 70px;
	}


/* USER PROFILE */

#user-profile	
	{
	padding: 15px 25px 25px 25px; 
	color: #000000; 
	font-size: 110%; 
	line-height: 1.4; 
	}
#user-image		{ float: right; padding: 5px; margin: 5px; background: #FFFFFF; }
	#user-image img { display: block; }

#user-sites
	{
	background: transparent
	url(imgs/seperate-top.gif)
	top center
	no-repeat;
	padding: 45px 0px 0px 0px;
	margin-top: -20px;
	}

	#user-sites h3
		{
		font-weight: normal;
		margin-bottom: 10px;
		}

	#user-sites ul
		{
		background: transparent
		url(imgs/seperate-bottom.gif)
		bottom center
		no-repeat;
		list-style: none;
		margin: 0;
		padding: 0px 0px 40px 0px;
		text-align: center;
		}

		#user-sites ul li
			{
			display: inline;
			margin:10px;
			}

		#user-sites ul li a img
			{
			width: 100px;
			padding: 5px;
			background: #FFFFFF;
			border: 1px solid #000000;
			}

/* MEMBERS LISTING */

#members	{ font-size: 98%; }
#members td	{ padding: 5px 10px; }

	#member-header td
		{
		background: #222222;
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
		}

	tr.member-alt td
		{
		background: #EEEEEE;
		}

/* WEBSITE LISTING */

#sites			{ font-size: 98%; line-height: 1.4; }
#sites td		{ padding: 5px 10px; border-bottom: 1px solid #AAAAAA; }

	#sites-header td
		{
		background: #222222;
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
		border: 0;
		}

.site-screen a img
	{
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
	width: 100px;
	}

.site-rating img
	{
	margin: 0px 0px 5px 0px;
	}
	
/* 
	JEM'S SHIT 
	Copyright Jem Turner, bitches!
*/
.updatebox {
	color: #444;
}
	.updatemeta {
		font-size: 90%;
		color: #666;
		margin-top: -.5em;
		text-align: right;
		font-style: oblique;
	}
#tagboard, 
#plugboard, 
#spotlight,
#side ul {
	width: 96%;
	font-size: 95%;
	border: 1px solid #3FB3AD;
	padding: 2%;
	line-height: 1.3em;
	margin-bottom: 1em;
}
#spotlight {
	text-align: center;
}
	#spotinner {
		padding: .5em;
		background: #E7F0E7;
	}
		#spotlight img,
		#spotlight span {
			display: block;
			width: 138px;
			margin: 0 auto;
		}
		#spotlight img { border: 1px solid #fff; }
		#spotlight span {
			font-weight: bold;
			padding: .3em 0 0;
		}
#side ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 1em 0;
}
	#side ul li { padding: 2px; }
	
	#tagboard #taginner {
		height: 150px;
		overflow: auto;
	}
		#tagboard span, 
		#plugboard span {
			display: block;
			padding: .2em;
		}
		#tagboard span.dark,
		#plugboard span.dark,
		#side ul li.dark { background: #E7F0E7; }
	
		#tagboard span.lite, 
		#plugboard span.lite, 
		#side ul li.lite { background: #FFF; }

	#plugboard #pluginner {
		text-align: center;
	}
		#plugboard #plugginer a {
			display: block;
			width: 100%;
		}
		#plugboard #pluginner a img { display: block; margin: 0 auto; padding: .2em; }

	#tagboard form {
		padding: 6px 0 3px 0;
		text-align: center;
	}
	#plugboard form { padding: 6px 0 3px 0; }
		#tagboard form input, 
		#plugboard form input,
		#searchform select, 
		#searchform input {
			font: inherit;
			border: 1px solid #72C9C4;
			margin-bottom: 2px;
		}
		#tagboard form #tag, 
		#plugboard form #plugurl,
		#plugboard form #plugbutton,
		#searchform input#s {
			padding: 1px;
			width: 100px;
		}
		#tagboard form #addtag { width: 40px; }
		#tagboard form input.tagbig { width: 250px !important; }
	
	#searchform {
		border: 1px solid #3FB3AD;
		margin-bottom: 1em;
		padding: .2em;
	}
		#searchform fieldset {
			display: block;
			background: #E7F0E7;
			padding: .2em;
		}
			#searchform input#s { width: 145px; margin: .1em 0 .3em; }
			#searchform select { width: 100px; }
			
form fieldset { border: 0; }

#login p { padding-top: 1em; }


form#write select, 
form#write input#count {
	float: left;
	vertical-align: middle;
	font: inherit;
	padding: 2px;
	width: 100px;
}
	form#write select option { padding: 0 2px; }
form#write em {
	display: block;
	margin: -10px 0 15px 80px;
}

#content .normalform {

}
	#content .normalform fieldset { padding-bottom: 1em; }

	#content .normalform label {
		display: block;
		font-weight: bold;
	}
	#content .normalform select, 
	form#write textarea, 
	#content .normalform textarea, 
	#content .normalform input {
		width: 250px;
		margin-bottom: .5em;
		font: inherit;
		font-size: 95%;
		padding: 3px;
	}
	form#write textarea,
	#content .normalform textarea {
		width: 370px;
		height: 100px;
		font-size: 90%;
		line-height: 1.4em;
	}
	form#write textarea { height: 200px; }
		#content .normalform input.cbox {
			padding: 0; 
			width: 13px; 
			height: 13px;
			vertical-align: middle;
		}
		#content .normalform select option { padding: 0 3px; }
		#content .normalform .button { width: 80px; }
		#content .normalform .bigbutton { width: 120px; }
	
	p.quicktags { padding-left: 80px; }
		p.quicktags input {
			font: 11px Arial, Trebuchet Ms, Sans-Serif;
			text-transform: lowercase;
			padding: 1px;
			margin-right: 3px;
		}
			p.quicktags input#ed_bold { font-weight: bold; }
			p.quicktags input#ed_italic { font-style: oblique; }
			p.quicktags input#ed_del { text-decoration: line-through; }
			
	#preview-box {
		margin-top: 1em;
	}
	
	
	.normalform .quicktags {
		padding-left: 0;
		margin-bottom: 0 !important;
	}
	
table.normaltable {
	width: 100%; 
	font-size: 98%; 
	line-height: 1.4; 
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.normaltable td { padding: 5px 10px; border-bottom: 1px solid #aaa; }
table.normaltable th {
	background: #222;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	padding: 5px 10px;
}
		
.blank { display: none; }
.textsmall { font-size: 90%; }
.alignleft { float: left; text-align: left; padding-right: 10px; }
.alignright { float: right; text-align: right; }
.aligncenter { text-align: center; }
.red { color: #f00; }
.valigntop { vertical-align: top; }
.valignmiddle { vertical-align: middle; }

#submit-review	{
	float: left;
	margin-left: 75px;
}

#website p a { color: #fff; }


.revinfo {
	font-style: oblique; 
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

ol#reviews li blockquote,
#live-preview blockquote {
	margin-left: 2em;
	font-style: oblique;
}
code, 
ol#reviews code,
ol#reviews pre,
#live-preview code {
	color: #600;
	font-size: 110%;
}
ol#reviews li .avatar {
	display: block;
	margin: 2px 10px 5px 0;
	float: left;
	width: 50px;
	border: 1px solid #fff;
}

ol#comments {
	list-style: none;
	margin-left: 0;
	font-size: .9em;
	color: #666;
}
	ol#comments li {
		margin-bottom: 2em;
	}
	ol#comments li p {
		padding: 5px;
	}
	ol#comments li .comment-meta {
		border-bottom: 1px dotted #78CBC7;
		color: #444;
	}
		ol#comments li .comment-meta img {
			width: 25px;
			vertical-align: bottom;
		}
dl { padding-left: 2em; }
	dt { font-weight: bold; }
	dd { padding: 0 0 1em 1em; }
	
p#user-info {
	background: transparent url(imgs/fade.png) top left repeat;
	font-size: 80%;
	padding: 5px;
	margin-bottom: 0;
	color: #111;
}
	p#user-info a, 
	a.white  {
		color: #fff;
	}
	
img.friends {
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #666;
}
	
/* IE PNG FIX */
img, div { behavior: url(/iepngfix.htc) }

