/*  
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: #000;
	color: #666;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
         
	}

body * {margin: 0px; padding: 0px; }

a, a:visited { 
	color: #ffcc33;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffcc33;
	}
#container { 
	background: #fff;
	width: 860px;
	text-align: justify;
	margin: 20px 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 0px 0px;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #000;
	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: 325px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	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: 14px;
	text-align: center;
	padding: 10px 10px 10px 0px;
	overflow: hidden;
	}
	
#headerright p {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}
#headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#headerright ul {
	margin: 0px;
	padding: 3px;
	}
	
#headerright ul li a {
	font-size: 13px;
	padding: 4px;
	margin: 0px;
	}

#headerright ul li a:active{
	color: #fff;
         background-color: #ffcc33;
	}

#headerright ul li a:hover {
	padding: 4px;
	}

/************************************************
*	HOME PAGE  									*
************************************************/


.small{
	float: left;
	width: 830px;
	height: 350px;
	margin: 0px 0px 5px 0px;
	background: #fff;
	display: inline;
	border: 10px 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;
	}
.align-right { float:right; margin: 0 0 15px 15px; padding: 0 0 5px 5px;}

.align-left { float:left; margin: 0 15px 15px 0; padding: 0 5px 5px 0px;}

.frame { padding: 50px; border: 1px solid #aaa; }

div.portfolio {
         /*float: right;*/
         text-align: center;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	}



/************************************************
*	PAGE TEMPLATE 									*
************************************************/
* html #content_page  { width: 660px; } /*padding: 0px; margin: 0px 0px 0px 20px;}*/

#content_page { 
	display: block;
	background: #fff;
	margin: 0px 50px 0px 50px;
	float: left; 
	padding: 0px 5px 5px 5px;
	}

#content_page p{
         /*text-align: center;*/
	line-height: 18px;
	}

#content_page p.portfolio{
         text-align: center;
	line-height: 18px;
	}
	
#content_page p img{
	padding: 5px;
	margin: 0px
	}
#content_page h1 {
	color: #000;
	font-size: 25px;	
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: left;
	}
#content_page h1 a  {
	font-size: 25px;	
	font-weight: bold;
	text-decoration: none;
	}

#content_page h1 a:hover {
	text-decoration: none;
	}

#content_page ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
#content_page li {
	margin: 0px;
	padding: 0px;
	}
	
#content_page ul li {
	list-style: square inside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content_page ul li a {
	text-decoration: none;
	}



/************************************************
*	SINGLE POST  									*
************************************************/

* html #content { width:660px; }

#content { 
	display: block;
	background: #fff;
	width: 600px; 
	margin: 0px 10px 0px 20px;
	float: left; 
	padding: 20px 10px 10px 0px;
	}

#content p{
	margin: 10px 10px 10px 10px;
	line-height: 18px;
	padding: 2px 0px 2px 0px;
	}
	
#content p img{
	padding: 0px;
	margin: 0px 10px 10px 10px;
	}
#content h1 {
	color: #000;
	font-size: 18px;	
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: center;
	}
#content h1 a  {
	font-size: 25px;	
	font-weight: bold;
	text-decoration: none;
	}

#content h1 a:hover {
	background: none;
	text-decoration: none;
	}

#content h2 {
	color: #000;
	font-size: 18px;	
	font-weight: bold;
	line-height: 120%;
	font-variant: normal;
        text-align: left;
	}
#content h2 a  {
        color: #000;
	text-decoration: none;
	}

#content h2 a:hover {
	background: none;
	text-decoration: none;
	}

#content h3 {
	color: #000;
	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: none;
	}

#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: 10px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	}
	
#content ul li a {
	text-decoration: none;
	}

#content ul li a:hover {
	text-decoration: none;
	}
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 									*
************************************************/

#textwrap { 
        margin:10px; 
        text-align:justify;
        padding: 0px 0px 10px 10px;
}

#navigation { 
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	}
#navigation a {	text-decoration: none; padding: 0px 0px;
	}

#children_nav {
	width: 500px;
        float: right;
	font-size: 14px;
	padding: 10px;
        text-align: center;
	overflow: hidden;
	}

#children_nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#children_nav ul {
	margin: 0px;
	padding: 3px;
	}
	
#children_nav ul li a {
	font-size: 13px;
	padding: 4px;
	margin: 0px;
	}

#children_nav ul li a:active{
	color: #fff;
        background-color: #ffcc33;
	}

#children_nav ul li a:hover {
	padding: 4px;
	}

#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;
	}
/* Begin Sidebar */
#sidebar
{
	padding: 20px 10px 10px 0px;
	margin-left: 650px;
	width: 200px;
        text-align: left;
        font-size: 10px;
}
/*
#sidebar p.pos_fixed
{
position:fixed;
top:30px;
right:5px;
}
*/

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: left;
	padding: 0px 0px 10px 0px;
	}
#sidebar h2 a  {
	text-decoration: none;
	}

#sidebar h2 a:hover {
	text-decoration: none;
	}
#sidebar li {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	text-decoration: none;
	}

#sidebar ul li a:hover {
	text-decoration: none;
	}
/* End Sidebar */

/************************************************
*	FOOTER 									*
************************************************/

#footer { 
	color: #ffcc33;
	background: #fff;
	font-weight: normal;
	padding: 5px 20px 10px 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: #ffcc33;
	text-decoration: none;
	}
#footer a:hover {
	color: #ffcc33;
	text-decoration: none;
	}
#footer a img{ 
         border:0; 
         } 