/*
Theme Name: Joey Glass
Theme URI: http://joeyglass.com
Description: The default WordPress theme for JOEY's BALLS!
Version: 1.0
Author: Dave "The Man With the Plan" Jordan

*/

body
{
	background-color : #d1d1d1;
	margin : 0px;
	padding : 0px;
	font-family : trebuchet MS, helvetica, sans-serif;
}

/* clear fix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#layout
{
	width : 1000px;
	margin : 0px auto;
	border-width : 0px 1px 0px 1px;
	border-style : solid;
	border-color : black;
	background-color : white;
}

#header
{
	padding-top : 27px;
	width : 400px;
	height : 110px;
	text-align : right;
}

#nav
{
	border-left : 400px solid #fb6801;
	color : #565656;
	font-size : 13px;
	padding-left : 10px;
	padding-bottom : 3px;
}

#nav a
{
	color : #565656;
	text-decoration : none;
}

#sub_nav a
{
	color : #565656;
	text-decoration : none;
}

#content
{
	background-image : url(/images/content_bg.gif);
	padding-bottom : 100px;
	margin-top : -5px;
}

html>body #content
{
	margin : 0px;
}

#content_cell
{
	padding : 20px 15px 0px 420px;
	font-size : 12px;
	line-height : 35px;
	color : #787878;
}

#content_cell h2
{
	color : black;
	font-weight : normal;
	font-size : 24px;
	text-transform : lowercase;
	margin-top : 0px;
	margin-bottom : 0px;
}
	

#gallery_content
{
	line-height : 20px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




