/*  
Theme Name: Clappers
Theme URI: http://www.nextoncreation.com
Description: Lights, Camera, and...
Version: 1.0
Author: Jonathon Mehlberg
Author URI: http://www.nextonphotos.com/

	Clapper design for actors and movie crews.
*/



/* Begin Typography & Colors */
body {
	font-size: 68.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #000040;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {

	}

#content {
	font-size: 1.2em
	}

.maincolumn .entrytext p {
	line-height: 1.4em;
	text-indent: 4em;
	}
	
.maincolumn .entrytext .noindent p {
	text-indent: 0em;
	}
	
.maincolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #0000ac;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #808080;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000040;
	text-decoration: none;
	}

a:hover {
	color: #ff890b;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 5px auto;
	padding: 0;

	}
	
#header {
	margin: 0 auto;
	clear: both;
	}

#headerimg {
	position: relative;
	padding: 0px 0 0 0px;
	width: 300px;
	}

.maincolumn {
	padding-top: 55px;
	margin: -20px auto 20px auto;
	width: 760px;
	height: 535px;
	}
	
html>body .maincolumn {
	padding-top: 10px;
	}
	
.clapper {
	margin-top: -5px;
	margin-left: 130px;
	padding-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
	width: 502px;
	height: 348px;
	}
	
html>body .clapper {
	margin-top: 40px;
	padding-top: 105px;
  }

.post {
	/*margin-top: 30px;
  overflow: auto;
padding-right: 5px;
	height: 320px;	*/
	text-align: justify;

}

.maincolumn .postmetadata {
	padding-top: 5px;
	}
	
#sitemap
{
margin-top: 40px;
text-align: center;
	}
	
#footer {
	padding-left: 20px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-left: 8px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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;
	text-align: center;
	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

p.edit a{
	color: white;
	text-decoration: none;
	cursor: default;
	}

/* End Various Tags & Classes*/

/*menu */

#menubar {
	position: relative;
	margin-top: -85px;
	float: right;
	font-size: 1.5em;
	}
	
html>body #menubar{margin-top: -55px;}

#pagenav {
	list-style: none;
	background: #fff;
	padding: 0;
	/*border: 1px solid #000;
	border-width: 0px 0px 0px 0px;*/
	}

#pagenav ul {
	margin: 0;
	padding: 0;
	height: 1em;
	}

#pagenav form {
	margin: 0;
	padding: 0.1em 2em 0.1em 0em;
	height: 1em;
	}

#pagenav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.1em 2em;
	}

#pagenav li {
	float: left;
	padding: 0;
	margin-left: -.1em;
	background: #fff;
	border: 1px solid #000;
	border-top: 0px;
	}

#pagenav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.7em;
	w\idth: 11.7em;
	font-weight: normal;
	border: 1px solid #000;
	margin: 0;
	padding-left: .1em;
	list-style: none;
	}

#pagenav li li {
	padding-right: 1em;
	/*width: 8.4em;*/
	border: 0px;
	}

#pagenav li ul a {
	width: 9.8em;
	w\idth: 6.8em;
	}

#pagenav li ul ul {
/*	margin: -1.75em 0 0 14em;*/
	}

#pagenav li:hover ul ul, #pagenav li:hover ul ul ul,
#pagenav li.sfhover ul ul, #pagenav li.sfhover ul ul ul {
	left: -999em;
	}

#pagenav li:hover ul, #pagenav li li:hover ul,
#pagenav li li li:hover ul, #pagenav li.sfhover ul,
#pagenav li li.sfhover ul, #pagenav li li li.sfhover ul {
	left: auto;
	}

#pagenav li:hover, #pagenav li.sfhover {
	background: gray;
	}

/* end menu */

