/*  
Theme Name: Free Photo Gallery Light
Author URI: http://shutterthemes.com/purchase/
Version: 1
Author: Upgrade Your Free Shutter Themes Here
Description: Shutter Themes Free Photo Gallery is WordPress photo gallery template.
All the CSS, XHTML and design is copyrighted. Please don't steal.

Download the Free Photo Gallery at: http://freephotogallery.shutterthemes.com
*/


body {
	background: #fff;
	color: #666;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #2e5e61;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #548e92;
	}
#container { 
	background: #fff;
	width: 860px;
	text-align: left; 
	margin: 10px auto 20px auto; 
	padding: 0px;
	overflow: hidden;
	}


/************************************************
*	Header  									*
************************************************/

* html #header{ width: 860px; padding: 0px;}

#header {
	background: #fff;
	color: #333333;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #548e92;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	text-decoration: none;
	}

#headerleft {
	width: 300px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
	}
	
#headerleft p {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	}
	
#headerright {
	width: 500px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 70px 10px 10px 0px;
	overflow: hidden;
	background-image:url('http://www.jenmaphotography.com/wp-content/uploads/2011/05/brush_stroke.jpg');
	background-repeat:no-repeat;
	background-position: 0px 65px;
	}
	
#headerright p {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	}
#headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#headerright ul {
	margin: 0px;
	padding: 4px;
	}
	
#headerright ul li a {
	font-size: 12px;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	}

#headerright ul li a:hover {
	padding: 8px 20px 8px 20px;
	}

/************************************************
*	HOME PAGE  									*
************************************************/


.small{
	float: left;
	width: 830px;
	height: 350px;
	margin: 0px 5px 0px 5px;
	background: #fff;
	display: inline;
	border: 1px solid #666;
	}

.small img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	}	

.small img a {
	border: none;
	}	

.small img a:hover {
	border: 1px solid #fff;
	}

/************************************************
*	PAGE TEMPLATE 									*
************************************************/
* html #content_page  { width: 660px; padding: 0px; margin: 10px 0px 20px 50px;}

ul li {
	list-style-type: none;
	list-style-image: url(http://jenmaphotography.com/wp-admin/images/orange-heart2.png);
	list-style-position: inside;
}

#content_page { 
	display: block;
	background: #fff;
	margin: 10px 100px 10px 100px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}
#content_page p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content_page p img{
	border: 10px solid #666;
	padding: 0px;
	margin: 0px
	}
#content_page h1 {
	color: #99cc00;
	font-size: 20px;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: left;
	}
#content_page h1 a  {
	font-size: 20px;	
	font-weight: bold;
	text-decoration: none;
	}

#content_page h1 a:hover {
	text-decoration: none;
	}
#content_page2  { width: 860px; padding: 0px; margin: 10px 0px 20px 50px;}
#gallery_page{
      width: 100%;
      border: none;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: -50px;
      margin-right: 500px;
      padding: 0px;
display:block;
	}

#content_page a img{
	border: none;
	padding: 0px;
	margin: 0px
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/************************************************
*	SINGLE POST  									*
************************************************/

* html #content { width: 860px; }

#content { 
	display: block;
	background: #fff;
	width: 860px; 
	margin: 10px 0px 10px 0px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: 10px solid #666;
	padding: 0px;
	margin: 0px 10px 10px 10px;
	}
#content h1 {
	color: #99cc00;
	font-size: 20px;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: center;
	}
#content h1 a  {
	font-size: 20px;	
	font-weight: bold;
	text-decoration: none;
	}

#content h1 a:hover {
	background: none;
	text-decoration: none;
	}


#content h2 {
	color: #99cc00;
	font-size: 18px;	
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	text-decoration: none;
	}

#content h2 a:hover {
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #99cc00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: center;
	padding: 0px 0px 10px 0px;
	}
#content h3 a  {
	text-decoration: none;
	}

#content h3 a:hover {
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	text-decoration: underline;
	}

#content ul li a:hover {
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

/************************************************
*	MISC 									*
************************************************/


#navigation { 
	background: #fff;
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	}
#navigation a {	text-decoration: none; padding: 0px 8px;
	}

#tags { 
	text-align: center; 
	font-size: 9px;
	text-transform: uppercase;
	}

#comment_page { 
	display: block;
	background: #000;
	margin: 10px 200px 10px 200px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	COMMENTS 									*
************************************************/
#comments {
	width: 440px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	border-top: 1px dotted #333;
	}
#comments h3 {
	color: #99cc00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: center;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	border-top: 0px solid #666;
	}


/************************************************
*	FOOTER 									*
************************************************/

#footer { 
	color: #333;
	background: #fff;
	font-weight: normal;
	padding: 30px 20px 20px 20px;
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #333;
	text-transform: uppercase;
	}
#footer a {
	color: #333;
	text-decoration: none;
	}
#footer a:hover {
	color: #99cc00;
	text-decoration: none;
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*
#headerright {
	width: 500px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	overflow: hidden;
	}
	
#headerright p {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	}
#headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#headerright ul {
	margin: 0px;
	padding: 4px;
	}
	
#headerright ul li a {
	font-size: 12px;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	}

#headerright ul li a:hover {
	padding: 8px 20px 8px 20px;
	}
*/

.menu {width:500px; height:32px; position:relative; z-index:100; /*border-right:1px solid #000; font-family:arial, sans-serif;*/}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:500px; w\idth:499px; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; width:80px; position:relative; text-align:right;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#99cc00; width:30px; height:80px; /* border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; */  line-height:auto; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666; color:#99cc00; height:auto; /*line-height:1em; padding:5px 10px; */width:128px; /*border-width:0 1px 1px 1px;*/}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#333; /*background:#b7d186;*/}
.menu :hover > a, .menu ul ul :hover > a {color:#99cc00; /*background:#b7d186;*/ font-weight: bold;
	text-decoration: underline;
	color: #000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

/************************************************table.css************************************/
.csstable
{
 background:#333;
 
}
.csstable ul
{
 float:left;
 margin:0;
 padding:0;
 border:0px solid #C9C9C9;
}
.csstable ul li
{
 list-style:none;
 padding:5px 10px;
}
.csstable ul li.title
{
 font-weight:bold;
 background:#333;
 color:#fff;
}
.csstable ul li.even
{
 background:#fff
}
.csstable ul li.odd
{
 background:#FFFFE6
}
