/* Top Level Styles
****************************************************
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333 url(../images/bg-body.gif) repeat-x;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
}

p {
	margin: 15px 0;
}

a img {
	border: 0;
}

li {
	list-style: none;
}

h1 {
	width: 430px;
	margin: 15px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

h2 {
	width: 430px;
	margin: 15px;
}

/* Layout Styles
****************************************************
*/

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 100px;
	background: url(../images/bg-header.gif) no-repeat;
}

#google {
	position: absolute;
	right: 4px;
	top: 23px;
	width: 468px;
	height: 60px;
}

#logo {
	position: absolute;
	left: 0;
	top: 35px;
}

#footer {
	position: relative;
	clear: left;
	width: 800px;
	height: 80px;
	background: url(../images/bg-footer.gif) no-repeat;
}

/* Home Page Action Styles
****************************************************
*/

#portfolio {
	position: relative;
	width: 800px;
	height: 200px;
	background: url(../images/bg-portfolio.gif) no-repeat;
}

.writeUp {
	position: absolute;
	left: 25px;
	top: 65px;
	width: 140px;
}

.writeUp li {
	margin: 5px 0;
}

.writeUp h1, .writeUp h2, .writeUp h3 {	
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	font-weight: bold;
	width: auto;
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
}

#randomise {
	position: absolute;
	left: 15px;
	top: 15px;
}

#randomise:hover {
	cursor: pointer;
}

.image {
	position: absolute;
	right: 15px;
	top: 15px;
}

.action {
	position: relative;
	width: 250px;
	height: 200px;
	background: url(../images/bg-action.gif) no-repeat;
	/*float: left;
	margin: 15px 0 15px 15px;*/
}

.action ul {
	position: absolute;
	left: 15px;
	top: 68px;
	display: block;
	width: 210px;
}

.action li {
	display: block;
	width: 210px;
	margin: 8px 0 0 0;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 8px;
}

.action a {
	text-decoration: none;
	font-size: 18px;
	color: #f1f1f1;
	padding-left: 50px;
	background: url(../images/bg-action-bullet.gif) 15px 50% no-repeat;
	
}

.action a:hover {
	color: #424e4f;
	background: url(../images/bg-action-bullet-hover.gif) 15px 50% no-repeat;
}

#actionInfo {
	margin: 15px 0 15px 5px;
	/*position: absolute;
	left: 5px;
	top: 330px;*/
	background: url(../images/bg-action-info.gif) no-repeat;
}

#actionProj {
	position: absolute;
	left: 275px;
	top: 315px;
	background: url(../images/bg-action-proj.gif) no-repeat;
}

#actionRef {
	position: absolute;
	right: 5px;
	top: 315px;
	background: url(../images/bg-action-ref.gif) no-repeat;
}

.noBorder {
	border: none;
}

/* Inner Page Styles
****************************************************
*/

#content, #contentWide {
	position: relative;
	width: 800px;
	background: url(../images/bg-content-mid.gif) repeat-y;
	margin-bottom: 13px;
}

#contentTop {
	width: 800px;
	height: 15px;
	background: url(../images/bg-content-top.gif) no-repeat;
}

#contentBot {
	width: 800px;
	height: 15px;
	background: url(../images/bg-content-bot.gif) no-repeat;
}

#content p {
	margin: 15px;
	width: 430px;
}

#contentWide p {
	margin: 15px;
}

#right {
	position: absolute;
	right: 15px;
	top: 15px;
}

#infoBox {
	margin-top: 15px;
	width: 300px;
	height: 75px;
	background: url(../images/bg-info-box.gif) no-repeat;
	padding-top: 8px;
	color: #f1f1f1;
}

#infoBox li {
	margin: 5px 0 5px 20px;
}

.infoBullet {
	display: block;
	width: 90px;
	float: left;
	font-weight: bold;
}

#copyright {
	position: absolute;
	left: 10px;
	bottom: -5px;
}

a {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.3.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.3
 * @date October 12, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	padding-top: 5px;
	width: 300px;
}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

p.voted {color:#ccc; margin-left: -15px; padding-bottom: 15px;}
p.thanks {color:#36AA3D; font-weight: bold; margin-left: -15px; padding-bottom: 15px;}
p.static {color:#5D3126; font-weight: bold; margin-left: -15px; padding-bottom: 15px;}

#form_box {
	margin: 10px;
	width: 350px;
	font-weight: bold;
}
 
#form_box div {
	height: 25px;
	padding: 0.2em 0.5em;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
#log {
	position: absolute;
	left: 350px;
	top: 170px;
	width: 350px;
	margin-top: 10px;
	padding: 0.5em;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	background: url(../images/ajax-loader.gif) no-repeat top left;
}