/* CSS Document */

/* ============ BROWSER FIXES =========== */
* {padding: 0; margin: 0; border: 0;}

input[type="hidden"] {
	display: none;
}
input[type="checkbox"] {
	border: 0;
}

input[type="radio"] {
	border: 0;
}

input[type="image"] {
	border: 0;
}

table {
	clear: both;
	border-collapse: collapse;
}
html, body {

	height:100%;
	
}

#horizontalrule {
	height:5px;
	
}
a {
	color:#efefef;
}
#noshow {
	display:none;
}
hr	{
 height: 1px;
 text-align:left;
 clear:both;
 width:820px;
 color:#888888;
 border:none;
 border-bottom:1px dashed #888888;
 margin:0px 0px 25px 0px;

}

/* ============ BASIC LAYOUT =========== */

body {

	margin: 0;
	text-align:left;
	padding:0px;
	background-color:#0e0e0e;
	background-image:url(../images/toyrevolt-bg.jpg);
	/*background-repeat:no-repeat;*/
	background-attachment:fixed;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	
}
#flash {
	position:absolute;
	padding:0px;
	margin:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:60000;
	display:block;
}
#overflow { /* To Remove The Scroll Bars for Full Screen Flash*/
	
		/*overflow:hidden;width:100%; height:100%;*/
		
	
}
#container{
	padding:0 0 50px 0;
	width:864px;
	/*overflow:hidden;*/
	text-align:left;
	position:relative;
}


#site_holder {
	padding:0 0 50px 45px;
	width:864px;
	text-align:left;
	position:relative;
}

#who_am_i {
	width:100%;
	height:137px;
	background-color:#1c1c1c;
	margin:0px 0 28px 0;
	float:left;
}
#who_am_i div {
	width:638px;
	height:137px;
	background-image:url(../images/i_am_jeremy_galanes.gif);
	background-repeat:no-repeat;
	margin-left:45px;
}
#who_am_i div span {
	display:none;	
}


/* ============ HEADER =========== */
#header {
	width:864px;
	height:210px;
	text-align:left;
	position:relative;
	background-image:url(../images/1-toyrevolt-logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
#header h1 {
	display:none;
}
#header hr {
	display:none;
}
#header p {
	display:none;
}
#header ul, #header li {
	display:none;
/*
	list-style:none;
	line-height: 170%;
	font-size: 9px;
	color:#222222;
*/
}
#header ul {
	display:none;
/*
	float:right;
	position:absolute;
	top:62px;
	right:72px;
*/
}
#header li {
	display:none;
/*
	font-size: 9px;
*/	
}

/* ============ MAIN NAVIGATION =========== */

#nav {
 clear:both;
 width:820px;
 height:21px;
 color:#888888;
 margin:0 0 25px 0;
 border-top:1px dashed #888888;
 border-bottom:1px dashed #888888;

}
#nav ul, #nav li, #nav dl, #nav dt, #nav dd {
	list-style:none;
	font-size: 9px;
	color:#333333;
	display:inline;
}
#nav ul {
	
}
ul#left{
	float:left;
	margin: 5px 0px 3px 0;
}
#nav h4#left {
	float: left;
	margin: 5px 0px 3px 0;
}
dl#right {
	float:right;
	margin: 5px 6px 3px 0;
}

/* ============ CONTENT =========== */

#content_item {
	padding:0px;
	width:820px;
	clear:both;
}

h2 {
	font-size: 14px;
	margin:0 0 9px 0;
	padding:0;
	font-weight:lighter;
}

/* ============ PROJECT IMAGE SLIDER =========== */
#white_hold {
	float:left;
	margin-bottom:30px;
	
}
#white_box {
	padding:7px 7px 5px 7px;
	background-color:#FFFFFF;
}
#white_bottom {
	width:494px;
	height:5px;
	background-image:url(../images/toyrevolt-boxbottom.png);
	background-repeat:no-repeat;
}
#ribbon_overlay{
	width:78px;
	height:117px;
	position:absolute;
	left:396px;
	top:0px;
	z-index:7;
}
#ribbon_overlay p{
	position:absolute;
	text-align:center;
	left:25px;
	top:32px;
	line-height: 13px;
	font-size: 9px;
	margin:0;
	padding:0;
	z-index:8;
	color:#ffffff;
}

#ribbon_overlay p#cat{
	position:absolute;
	text-align:center;
	left:24px;
	top:33px;
	line-height: 13px;
	font-size: 9px;
	margin:0;
	padding:0;
	z-index:8;
	color:#ffffff;
}
#ribbon_overlay p#catmo{
	position:absolute;
	text-align:center;
	left:19px;
	top:33px;
	line-height: 13px;
	font-size: 9px;
	margin:0;
	padding:0;
	z-index:8;
	color:#ffffff;
}

#project_image_hold {
	position:relative;
	overflow:hidden;
	width:480px; 
	height:270px;
	z-index:5;
	clip:rect(0px, 480px, 270px, 0px);
	/*border:1px solid #fafafa;*/
}

.project_image_strip {
	height:320px;
	padding:0px;
	margin:0px;
	position:absolute;
	left:0px; top:0px; 
	z-index:1;

}
#project_image {
	width:480px;
	height:270px;
	padding:0px;
	margin:0px;
	background-color:#efefef;
	float:left;
	color:#999999;
	font-size:80%;
}
#project_image a {
	color:#777777;
}

#project_image img{
	width:480px;
	height:270px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bled-imagebg.jpg);
	background-color:#efefef;
	
} 

/* ============ ABOUT PROJECT =========== */

#about_project{
	margin: 0 0 27px 7px;
	width:312px;
	padding:0px;
	float:right;
}
#about_project a {
	color:#efefef;
	text-decoration:none;
	border-bottom:1px dotted #efefef;
	padding: 0 0 2px 0;
}
#about_project a:hover {
	color:#aaaaaa;
	border-bottom:1px dotted #aaaaaa;
}
#about_project h3 {
	margin:0 0 4px 0;
	font-size:80%;
	font-weight:normal;
	padding:1px;
	text-indent:3px;
	background-color:#FFFFCC;
	color:#333333;
}

#about_project p {
	line-height: 185%;
	padding:4px;
	font-size: 80%;
	margin:0 0 16px 0;
	color:#efefef;
}

#about_project ul, #about_project li  {
	line-height: 185%;
	font-size: 87%;
	list-style:none;
	color:#dddddd;
}
#about_project ul {
	padding:4px;
	margin:0 0 16px 0;
}

/* =============== Tool Tips (MooTools) ============ */

.tool-tip {
	color: #fff;
	width: 132px;
	z-index: 13000;
	background: url(../images/tip-bubble.png);
}
 
.tool-title {
	font-weight: normal;
	font-size: 70%;
	margin: 0;
	color: #9FD4FF;
	padding: 4px 4px 2px;
	text-align:center;
}
 
.tool-text {
	font-size: 70%;
	padding: 1px 4px 4px;
	text-align:center;
}


/* =============================== ADMIN SECTION =================================== */
#admin_section {
	padding:0px;
	width:820px;
	clear:both;
}
#admin_section input {
	padding:3px;
	line-height:120%;
}
#admin_section input[type="file"] {
	background-color:#444444;
	color:#111111;
}
#admin_section hr, #admin_content hr {
 height: 1px;
 text-align:left;
 clear:both;
 width:100%;
 color:#888888;
 border:none;
 border-bottom:1px dashed #888888;
 margin:0px 0px 25px 0px;
}
#admin_section a {
	color:#efefef;
	text-decoration:none;
	border-bottom:1px dotted #efefef;
	padding: 0 0 2px 0;
}
#admin_section a:hover {
	color:#aaaaaa;
	border-bottom:1px dotted #aaaaaa;
}
#admin_section h3 {
	margin:0 0 4px 0;
	font-size:80%;
	font-weight:normal;
	padding:1px;
	text-indent:3px;
	background-color:#FFFFCC;
	color:#333333;
}

#admin_section p {
	line-height: 185%;
	padding:4px;
	font-size: 80%;
	margin:0 0 16px 0;
	color:#efefef;
}
#admin_section #side_bar {
	width:155px;
	float:left;
	border-right:1px dashed #888888;
	padding: 0 15px 0 0;
	float:left;
	min-height: 225px;
}
#admin_section ul, #admin_section li  {
	line-height: 190%;
	font-size: 90%;
	list-style:none;
}
#admin_section ul {
	padding:4px;
	margin:0 0 16px 0;
	width: 100%;
	padding:8px;
}
#admin_content {
	width:615px;
	float:right;
	color:#efefef;
}
#admin_content {
	line-height: 210%;
	font-size: 100%;
}
#admin_content h2 {

	font-size: 14px;
	margin:0 0 9px 0;
	padding:0;
	font-weight:lighter;

}
#admin_content p {
	margin:0 0 16px 0;
}
#admin_current {
	margin-bottom:25px;
}
#admin_current a {
	color:#f90000;
}
#image_upload_form {
	
	margin-bottom:20px;
}
#image1 {

	margin-bottom:8px;
}
#manage_gallery_images {
	text-align: center;
	margin: 0 auto 0 auto;
	
}
.system_message {
	text-align: center;
	margin: 0 auto 0 auto;
	background-color:#333333;
	padding: 1px 10px;
	line-height: 185%;
	font-size: 85%;
}
#submit {
	text-align:center;
	margin: 0 auto 20px auto;
}
#submit input[type="submit"] {
	padding:5px 30px 5px 30px;
	background-color:#242424;
	color:#efefef;
	font-size:100%;
}
#submit input[type="submit"]:hover {
	background-color:#444444;
}
textarea {
	width: 420px;
	height: 150px;
	line-height:120%;
}
#creditdiv {
	margin-bottom:20px;
}
#creditdiv th{
	text-align: left;
	font-weight:normal;
}
#creditdiv td {
	padding: 0px 10px 12px 0px;
	
}

/* ======================= NEXT BUTTON ====================== */

#next {
	padding:0px;
	width:820px;
	clear:both;
	text-align:right;
	padding: 4px 0 25px 0;
	line-height: 185%;
	font-size: 85%;
	
}

#next a {
	color:#f90000;
	background-color:#222222;
	text-decoration:none;
	border-top:1px dashed #111111;
	border-bottom:1px dashed #111111;
	padding: 4px 20px;
	
	
}

#next a:hover {
	color: #888888;
	background-color:#333333;
}

#next span {
	float:left;
	color:#888888;
	padding-top:1px;
}


/* =============================== sIFR STYLES  =================================== */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h2 {
	visibility: hidden;
	line-height: 160%;
	font-size: 100%;
	font-weight:lighter;
	margin:0 0 9px 0;
	padding:0;
	color:#dddddd;
}

#clear {
	clear:both;	
}