@charset "UTF-8";
/* 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;
}

/* Changing the selection color */
::selection {
	background: #FF5A59; /* Safari */
	
	}
::-moz-selection {
	background:  #FF5A59; /* Firefox */
}


/* --------------------------------- */
/*      		 FONTS			     */
/* --------------------------------- */


@font-face {
    font-family: 'BlenditHeavy';
    src: url('../fonts/blender-heavy-webfont.eot');
    src: url('../fonts/blender-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blender-heavy-webfont.woff') format('woff'),
         url('../fonts/blender-heavy-webfont.ttf') format('truetype'),
         url('../fonts/blender-heavy-webfont.svg#BlenditHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlenditBold';
    src: url('../fonts/blender-bold-webfont.eot');
    src: url('../fonts/blender-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blender-bold-webfont.woff') format('woff'),
         url('../fonts/blender-bold-webfont.ttf') format('truetype'),
         url('../fonts/blender-bold-webfont.svg#BlenditBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlenditMedium';
    src: url('../fonts/blender-medium-webfont.eot');
    src: url('../fonts/blender-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blender-medium-webfont.woff') format('woff'),
         url('../fonts/blender-medium-webfont.ttf') format('truetype'),
         url('../fonts/blender-medium-webfont.svg#BlenditMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlenditBook';
    src: url('../fonts/blender-book-webfont.eot');
    src: url('../fonts/blender-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blender-book-webfont.woff') format('woff'),
         url('../fonts/blender-book-webfont.ttf') format('truetype'),
         url('../fonts/blender-book-webfont.svg#BlenditBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlenditThin';
    src: url('../fonts/blender-thin-webfont.eot');
    src: url('../fonts/blender-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blender-thin-webfont.woff') format('woff'),
         url('../fonts/blender-thin-webfont.ttf') format('truetype'),
         url('../fonts/blender-thin-webfont.svg#BlenditThin') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ============ 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;
}
	/* Old used swf object, since this site was built in 2007 */
	/*
	h2 {
		font-size: 14px;
		margin:0 0 9px 0;
		padding:0;
		font-weight:lighter;
	}
	*/
	/* New uses @font-face just to clean things up for mobile phone users until i build a new site one of these days */
	h2 {
		font-size:19px;
		font-family:"BlenditThin", Arial, sans-serif;
		letter-spacing:0px;
		text-transform:uppercase;
		font-weight:normal;
		text-align:left;
		color:#dddddd;
		padding:0;
		margin:0 0 9px 0;
	}
	
/* ============ 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;
	
	
		font-size:12px;
		font-family:"BlenditMedium", Arial, sans-serif;
		letter-spacing:0px;
		text-transform:uppercase;
		font-weight:normal;
	
}
#ribbon_overlay p#catmo{
	position:absolute;
	text-align:center;
	left:20px;
	top:33px;
	line-height: 13px;
	font-size: 9px;
	margin:0;
	padding:0;
	z-index:8;
	color:#ffffff;
	
	
		font-size:12px;
		font-family:"BlenditMedium", Arial, sans-serif;
		letter-spacing:0px;
		text-transform:uppercase;
		font-weight:normal;
}

#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-weight:normal;
		padding:1px;
		text-indent:3px;
		background-color:#FFFFCC;
		color:#333333;
		
		font-size:12px;
		/* _font-size:13px;  For IE6 ONLY */
		*font-size:13px; /* For IE6 and IE7 */
		
		font-family:"BlenditMedium", Arial, sans-serif;
		letter-spacing:0px;
		text-transform:uppercase;
	}

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

#about_project ul, #about_project li  {
	line-height: 185%;
	font-size: 10px;
	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%;
}
	/* apply @font-face to this too */
	#admin_content h2 {
	
		margin:0 0 9px 0;
		padding:0;
	}
#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%; */
	
		font-size:14px;
		font-family:"BlenditBook", Arial, sans-serif;
		letter-spacing:0px;
		text-transform:uppercase;
	
}

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

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

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


/* =============================== sIFR STYLES  =================================== */
	
	/* NO LONGER USED */
	
	/* 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;	
}


/* New Sloppy CSS to test out some different styles */
		#about_project {
			background-color:rgba(40,40,40,.50); 
			float:left; 
			margin:0px; 
			padding: 6px; 
			color:#000; 
			height:275px; 
			-webkit-border-top-right-radius:6px;
			-moz-border-radius-topright:6px;
			-webkit-border-bottom-right-radius:6px;
			-moz-border-radius-bottomright:6px;
			-webkit-border-bottom-left-radius:6px;
			-moz-border-radius-bottomleft:6px;
			
			border-top-right-radius:6px;
			border-bottom-right-radius:6px;
			border-bottom-left-radius:6px;
			
			overflow:hidden;
		}

		#about_project h3 { 
			padding:2px 0 2px 1px;
			margin-top:4px;
			*margin-top:0px; /* For IE6 and IE7 */
		}



@media only screen and (max-width: 750px) {
  /* Style adjustments for viewports 600px and under go here */
  
  #about_project{
		margin: 0px 0 27px 0px;
		width:495px;
		float:left;
		clear:both;
	}
	
	#header, #nav, #site_holder, #content_item, hr, #next, #container {
		width:495px;
	}
	#who_am_i {
		width:100%;
		height:161px;
	}
		#who_am_i div {
			width:495px;
			height:161px;
			background-image:url(../images/i_am_jeremy_galanes-iphone.gif);
			background-repeat:no-repeat;
			overflow:hidden;
		}
	h2 {
		font-size:19px;
		font-family:"BlenditBook", Arial, sans-serif;
	}
	
	#next a {
		clear:both;
		float:left;
		width:495px;
		padding:7px 0px;
		text-align:center;
		margin:18px 0 0 0;
	}

	#white_hold {
		float:left;
		margin-bottom:20px;
		
	}
	
	/* New Sloppy CSS to test out some different styles */
		#about_project {
			background-color:transparent; 
			float:left; 
			margin:0px; 
			padding: 0px; 
			height:auto; 
			-webkit-border-radius:0px;
			-moz-border-radius:0px;
			border-radius:0px;
			overflow:visible;
		}

		#about_project h3 { 
			padding:3px 0 3px 1px; 
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
			border-radius:3px;
		}

}

@media only screen and (min-width: 751px) {
  /* Style adjustments for viewports 601px and over go here */
	
	#about_project{
		margin: 0 0 27px 7px;
		width:312px;
		float:right;
		clear:none;
	}
	
	#container, #site_holder, #header {
		width:864px;
		overflow:visible;
	}
	
	#who_am_i {
		width:100%;
		height:137px;
	}
		#who_am_i div {
			width:638px;
			height:137px;
			background-image:url(../images/i_am_jeremy_galanes.gif);
			background-repeat:no-repeat;
		}
	#content_item, hr, #next, #nav {
		width:820px;
	}
	h2 {
		font-size:19px;
		font-family:"BlenditThin", Arial, sans-serif;
	}
	
	#next a {
		clear:none;
		float:none;
		width:auto;
		padding: 4px 25px;
		margin:0px;
	}
	
	#white_hold {
		float:left;
		margin-bottom:30px;
		
	}
	
	
	/* New Sloppy CSS to test out some different styles */
		#about_project {
			background-color:rgba(40,40,40,.50); 
			float:left; 
			margin:0px; 
			padding: 6px; 
			color:#000; 
			height:275px; 
			-webkit-border-top-right-radius:6px;
			-moz-border-radius-topright:6px;
			-webkit-border-bottom-right-radius:6px;
			-moz-border-radius-bottomright:6px;
			-webkit-border-bottom-left-radius:6px;
			-moz-border-radius-bottomleft:6px;
			
			border-top-right-radius:6px;
			border-bottom-right-radius:6px;
			border-bottom-left-radius:6px;
			
			overflow:hidden;
		}

		#about_project h3 { 
			padding:2px 0 2px 1px;
			margin-top:4px;
		}
			
	  
}

@media only screen and (min-width: 1735px) {
	
	#content_item {
		float:left;
		clear:none;
		width:850px;
	}
	
	#site_holder hr:nth-of-type(even) {
		display:none;
		clear:none;
	}
	
	#site_holder hr:nth-of-type(odd) {
		width: 1675px;
	}
	
	#site_holder hr:last-of-type {
		width: 1675px;
		display:block;
	}
	
	#container, #site_holder {
		width:1700px;	
	}
	
	#about_project {
		float:left;
		margin-left:14px;
	}
	
	#next, #nav {
		width:1675px;	
	}
		#next a {
			padding:6px 45px;	
		}

	/* New Sloppy CSS to test out some different styles */
		#about_project {
			background-color:rgba(40,40,40,.50); 
			float:left; 
			margin:0px; 
			padding: 6px; 
			color:#000; 
			height:275px; 
			-webkit-border-top-right-radius:6px;
			-moz-border-radius-topright:6px;
			-webkit-border-bottom-right-radius:6px;
			-moz-border-radius-bottomright:6px;
			-webkit-border-bottom-left-radius:6px;
			-moz-border-radius-bottomleft:6px;
			
			border-top-right-radius:6px;
			border-bottom-right-radius:6px;
			border-bottom-left-radius:6px;
			
			overflow:hidden;
		}

		#about_project h3 { 
			padding:2px 0 2px 1px;
			margin-top:4px;
		}

}



