/*  
Theme Name: Atahualpa 
Theme URI: http://wordpress.bytesforall.com/
Description: v. 2.21 - Many improvements since v. 2.01. Fluid width, 2 or 3 column theme for WP 2.2 - WP 2.6 and WPMU. With rotating header images, customizable logo and options page. Includes 3 widgets for recent comments and popular post.
Version: 2.21
Author: BFA Webdesign
Author URI: http://www.bytesforall.com/
Tags: fluid width, options page, widget ready, 2 columns, 3 columns, left sidebar, right sidebar, custom header, rotating header images, seo friendly, gravatars, popular posts, related posts, wp-pagenavi, wp-print, wp-email, subscribe to comments, wpmu
 
*/



ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}
		
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 240%; }
h2 {font-size: 180%; }
h3 {font-size: 140%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
	}

#ttl-container tbody th {
	background-color: #dadada;
	color: #303030;
	padding: 10px;
}

table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top; 
	}

td {
	padding-left: 5px;
}

tr.even {
	background-color: #eee;
}

tr.odd {
	background-color: #ddd;
}

	
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
	background-color: #fff; 
	color: #000; 
	padding: 0; 
	margin: 0; 
	}

#page-container {
	/* font-size: will be set in style.php */ 
	background: #fff; 
	min-width: 800px; 
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}
			
#outer-column-container {
	border-left: solid 13em #fff; 
	border-right: solid 13em #fff; 
	}

#inner-column-container {
	width: 100%; 
	background-color: #fff;
	border: dashed 1px #ccc;
	border-width: 0 1px; 
	margin: 0 -1px;
	}
					
#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: -1px; 
	}
	
#left-column {
	float: left; 
	margin-left: -13em; 
	width: 13em; 
	margin-right: 1px; 
	position: relative;
	}
	
#middle-column {
	float: right; 
	width: 100%; 
	margin-left: -1px; 
	}
	
#right-column {
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	position: relative;
	}

.inside {
	margin: 15px; 
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in style.php */
	}
	
h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	}

/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */
/*		
div.textwidget {
	margin-top:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside ul, 
#right-column .inside ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	}
	
#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 2px 0 2px 0;  
	}
	
#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;  
	}
	
#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none; 
	font-weight: normal; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px; 
	/* border-left: will be set in style.php */ 
	display: inline-block;
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
	}
		

	
div#search {
	float: right; 
	width: 11em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 1em; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

h2 {
	margin-top: 5px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	/* color: will be set in style.php */ 
	}

h2 a:link, h2 a:visited, h2 a:active  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

h2 a:hover  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.post {
	margin-bottom: 20px; 
	}
	
.post-last {
	margin-bottom: 20px; 	/*different style for last post on page*/
	} 
	
.post-page {
	margin-top: 20px; 
	margin-bottom: 20px; 
	}
	
.entry {
	margin: 0px;
	/*overflow-x: hidden; */
	}

	
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.postmetadata {
	clear:both; 
	margin: 15px 0 15px 0; 
	padding: 5px; 
	color: #999; 
	background: #FFFFCC;
	text-align: center;
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777; 
	font-weight: normal;
	text-decoration: none;
	}	

.postmetadata a:hover {
	color: #777; 
	font-weight: normal;
	text-decoration: underline;
	}
	

/***************************************************/


.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #ccc; 
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	}
	
.searchbox {
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
	margin: 10px -1px 0 0; 
	background: #fff; 
	border: 1px dashed #ccc; 
	border-width: 1px 1px 0 1px
	}

.searchbox-form {
	margin: 5px 10px 5px 10px;
	}
	
h1 { 
	letter-spacing:-1px; 
	line-height: 1.4em; 
	/*margin: 10px 20px 0 0; */
	margin: 0px 20px 0px 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
	}
	
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}

	
p.header { 
	float: left; 
	margin: 0 10px 0px 0px; 
	padding-bottom: 8px;
	font-size:1.2em; 
	font-weight: bold; 
	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 20px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 0; /* might be overwritten in style.php */
	}
	
.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0; 
	border: 0; 
	float: left;
	}

.header-bg {
	/*background: #003063; */
	/*background: #303030; */
	background: #fff; 
	}

.blogtitle-box {
	float: left;
	}

.blogtitle-blurb {
	float: right; 
	line-height: 1.0em; 
	margin: 5px 5px 5px 0; 
	padding:0; 
}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	border-top: dashed 1px #cccccc; 
	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%; 
	color: #555; 
	padding: 1em 1em; 
	background: #f4f4f4; 
	border: solid 1px #e1e1e1;  	/* hack for IE6 and older*/ 
	}
	
blockquote blockquote {
	height: 1%; 
	color: #444; 
	padding: 1em 1em; 
	background: #e1e1e1; 
	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/ 
	}
	
blockquote p {
	margin-top: 0
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	background-color: #fff; 
	border-top: dashed 1px #ccc; 
	padding-bottom: 1px;
	}

#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
	}	

/* -------------------------------------------------------------------------------------------------
------------------------------------- COMMENTS ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	border-top: dotted 1px #ccc;
	}
	
ol.commentlist li {
	border-bottom: dotted 1px #ccc;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.alt {
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ccc;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	background-color: #ece9d8;
	}
		
ol.commentlist li p {
	margin: 2px 0 5px 0;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FORMS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}

form input {
	color: #000; 
	background: #f7f7f7; 
	padding: 2px; 
	margin:0; 
	border: 1px solid #ccc; 
	}
		
.submit input {
	margin-left: 4.5em; 
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px solid #781351; 
	width: 45em; 
	}
	
legend { 
	color: #000; 
	background: #ffb0b3; 
	border: 1px solid #781351; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
.comment-textarea{
	width: 96%; 
	padding: 0; 
	margin: 0; 
	}
	
#s {
	width: 75%;
	}

searchfield {
	/*float:left;*/
	position: relative;
	height: 1%; 
	/* width: will be set in style.php */
	} 

/* -------------------------------------------------------------------------------------------------
------------------------------------- TOP MENU BAR ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	/*border-left: 1px #ccc; */
	border: 1px solid #ccc; 
	background-color: #eee; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 0.85em Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #666; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #eee; 
	border: dashed 1px #ccc; 
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu a:hover {
	color: #000; 
	background-color: #f9f9f9; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #000; 
	background-color: #f9f9f9; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img, #ttl-container img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

#ttl-container img {
	margin: 0;
	}

#ttl-container img.avatar {
	margin: 0 8px 3px 0;
	}
.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft,div.alignleft {
	float: left;
	margin: 3px 3px 3px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
   	/* 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: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
		
img.wp-smiley, #ttl-container img.wp-smiley {
    	float: none;  
    	border: none; 
	margin: 0 1px -1px 1px; 
	padding: 0;
	background: none;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
	}
	
table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
	}
	
table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	margin: 0 auto;
	}
	
table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}
	
table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */


.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;	
	}

.clear-columns {
	clear: both; 
	}
		
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}

/* TTL Style */
#ttl-container {
margin-left:auto;
margin-right:auto;
padding:0 5px 25px;
position:relative;
width:960px;
}

#ttl-header {
margin:0 auto 0;
width:960px;
}

#ttl-header .head-nav {
clear:both;
}


#ttl-pic-side {
float:left;
width:640px;
}

#ttl-thumb-side {
float:right;
width:300px;
}

.clear-div {
clear:both;
}

#ttl-footer {
background:#EEEEEE none repeat scroll 0 0;
border-top:1px solid #CCCCCC;
clear:both;
font-size:11px;
line-height:13px;
margin-top:15px;
width:960px;
}

#ttl-copyright {
font-size:11px;
padding:15px 0;
text-align:center;
}


/* SM gals */
#sm-gals {
        float: right;
        width: 570px;
}

#sm-gal-body {
        padding-top: 0px;
}

#sm-user-picker {
        background: #EEE;
        border: 1px solid #CCC;
        padding-top: 5pt;
        padding-right: 5px;
        padding-bottom: 5pt;
        padding-left: 5px;
}
#sm-gal-div, #sm_img_search{
        background: #EEE;
        border: 1px solid #CCC;
}

#sm_img_search {
	margin-bottom: 5px;
}

#sm-gal-header, #sm_img_search_header{
        padding-top: 5pt;
        padding-right: 5px;
        padding-bottom: 5pt;
        padding-left: 5px;
}

.sm-gal-list {
        padding-left: 7px;
        padding-top: 5px;
        overflow-x: auto;
        overflow-y: auto;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.panel-header {
	margin-bottom: 3px;
}


/* VR gals */
#vr-gals {
        float: left;
        width: 387px;
}

#vr-gal-body {
        padding-top: 0px;
}

#vr-gal-div{
        background: #EEE;
        border: 1px solid #CCC;
}

#vr-gal-header {
        padding-top: 5pt;
        padding-right: 5px;
        padding-bottom: 5pt;
        padding-left: 5px;
}

.vr-gal-list {
        padding-left: 7px;
        padding-top: 7px;
        overflow-x: auto;
        overflow-y: auto;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom:20px;
}

#preview {
	width: 410px;
}

#post_comment_preview {
	margin-top: 5px;
        border:1px solid #ccc;
        background:#ededed;
        padding:5px;
        color:#999;
}


#add_sm_user {
    margin-top:  7px;  
    border-top: 5px solid #CCC;
}
#anon_user {
	float: left; width: 465px;
	border-right: 5px solid #CCC;
}
#auth_user { float: right; width: 465px }

#hp_top {
    margin-top:  7px;  
}
#hp_left {
	float: left; width: 465px;
}
#hp_right { float: right; width: 465px }

.hp_samples {
	padding-top: 5px;
/*
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
*/
}

.tips { background-color: #ffffcc; 
	text-align: left; 
	padding: 1px 7px 7px 7px; 
	margin-top: 10px; 
	border-style: dashed; 
	border-width: 1px;
	border-color: gray;
}

#centered-page {
	width: 830px ;
	margin-left: auto ;
	margin-right: auto ;
}

#cached-albums {
}

/* Edit Gallery Boxes */
#edit_usr_gal, #edit_usr_accnt {
    margin-top:  7px;  
    border-top: 5px solid #CCC;
}

#edit_cap_preview {
/*	height: 320px;*/
}

#edit_gal_ctl, #ctl_pane {
    border-right: 5px solid #CCC;
    height: 272px;
    width:   200px;  
    padding: 0;  
    margin-right:  10px;  
    margin-top:  0;  
    float: left;
}

#edit_gal_content, #main_pane {
    width:   740px;  
    padding: 0;  
    margin-top:  0;  
    float: right;
}

#edit_gal_ctl ul, #ctl_pane ul {
        list-style-type: none;
        padding: 0;
	margin:  0;  
        width: auto;
        }

#edit_gal_ctl ul li, #ctl_pane ul li {
	padding: 0;
	margin:  0;  
        }

#edit_gal_ctl ul li a, #ctl_pane ul li a {
        text-decoration: none;
        font-weight: bold;
	color: #333333;
        padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
        /* border-left: will be set in style.php */
        display: inline-block;
        }

.curr-list {
	background-color: #dddddd;
}



/* ---  TTL Boxes --- */

#ttl_curr_img_notes, div.parsed_story, #keywords_replace {
/*	width:   622px;  */
	margin-top: 5px;  
	margin-right: 0;  
	margin-left: 0;  
	padding-top: 0;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	border: 1px solid #CCC;
}

#ttl_curr_img_keywords {
	margin-top: 5px;  
}

#ttl_curr_img_notes {
	height: 110px;
        overflow-x: auto;
        overflow-y: auto;
}

#keywords_replace {
	height: 32px;
        overflow-x: auto;
        overflow-y: auto;
}

#ttl_cap_editor {
    width:   405px;  
    padding: 0;  
    margin-top:  5px;  
    float: left;
}

#ttl_img_column {
    width:   624px;  
    padding: 0;  
    margin-top:  5px;  
    float: left;
}

#ttl_alb_column {
    width:   325px;  
    padding: 0;  
    margin-top:  5px;  
    float: right;
}

#ttl_alb_images {
	height: 490px;
        overflow-x: auto;
        overflow-y: auto;
	border: 1px solid #CCC;
}

#ttl_cap_images {
	/*height: 368px;*/
	height: 747px;
        overflow-x: auto;
        overflow-y: auto;
	border: 1px solid #CCC;
}
.alb-img {
	padding-top: 5px;
}

.alb-img-thumb {
	padding-left: 5px;
    float: left;
    width:  115px;  
    height: 115px;
}


.alb-img-thumb img {
    margin: 0;
}

.alb-img-caption {
	padding-left: 5px;
	padding-right: 5px;
    float: right;
    width:   176px;  
    height: 115px;
}

.alb-img-caption p {
   margin-top: 0;
   padding-top: 3px;
}

.alb_img_divider {
	margin-left: 5px;
	margin-right: 5px;
	clear:both;
	border-bottom: 1px dotted #CCC;
}


.pics {  
    width:   622px;
    height:  490px;  
    padding: 0;  
    margin:  0;  
	border: 1px solid #CCC;
    /*background-color: #ededed;  */
    /*background-color: #000;  */
} 
 

.pic {  
    width:   612px;
    height:  480px;  
    padding: 5px;  
    margin:  0;  
} 
 
.pic img {  
    padding: 5px;  
    margin:  0;  
    border:  1px solid #ededed;  
    background-color: #eee;  
    top:  0; 
    left: 0 
} 

.pic {
    background-color: #ededed;
}


/* Featured Albums */
div.featured_album, div.featured_album_alt {
    padding-top: 5px;  
    width:   465px;  
    float: left;
}

div.featured_album_alt {
        background-color: #f6f6f6;
}

.featured_alb_thumb {
    padding-left: 5px;  
    width:   115px;  
    height:  115px;  
    float: left;
    background-color: inherit;
}

.featured_alb_link {
    padding-left: 5px;  
    padding-right: 5px;  
    width:   335px;  
    height:  115px;  
    float: right;
    background-color: inherit;
}

.featured_story p {
	margin-top: 0;
}

/* user gallery page */
#ttl_usr_albums {
   margin-top: 5px;
}

.usr_album {
    padding-top: 5px;  
    width:   315px;  
    float: left;
}
.usr-alb-thumb {
    width:   115px;  
    height:  115px;  
    float: left;
}

.usr-alb-link {
    padding: 5px;  
    width:   185px;  
    height:  115px;  
    float: right;
	margin-right: 5px;
}

/* --- Forms --- */
.ttl_form {
	margin-top: 5px;
	padding-top: 10px;
	width:   412px;  
	border: 1px solid #CCC;
}

.frm_ctl_recaptcha {
	padding-top: 5px;
	clear:both;
	width:   380px;  
	height:  30px;  
	margin-left: 15px;
	text-align: center; 
}

.form_recaptcha {
	width:   380px;
	height:  140px;  
	padding-top: 5px;
	margin-left: 45px;
	margin-right: 15px;
}
.text_set_tall {
	width:   380px;
	height:  60px;  
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dotted #CCC;
}

.ttl_story_form {
	margin-top: 5px;
	padding-top: 10px;
	width:   738px;  
	border: 1px solid #CCC;
}

.text_story_title {
	height:  30px;  
	padding-top: 5px;
}

.text_story_text {
	padding-left: 15px;
}

.text_set {
	width:   380px;
	height:  30px;  
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dotted #CCC;
}

.text_lable {
	float: left;
	width:   150px;  
	text-align: right; 
}

.text_story_lable {
	padding-left: 20px;
	float: left;
	width:   90px;  
}

.text_story_par {
	text-align: left; 
	padding-left: 15px;
}

.text_par {
	float: right;
	width:   220px;  
	text-align: left; 
}

.frm_ctl {
	padding-top: 5px;
	clear:both;
	height:  30px;  
	width:   220px;  
	margin-left: 175px; /* = text_lable.width - text_set.margin_left*/
	text-align: left; 
}

.frm_story_ctl {
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
	height:  30px;  
	text-align: center; 
}
.frm_error, .frm_success {
	padding: 5px;
	text-align: center; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px dotted #ccc;
}

.frm_error { background-color: #ffffcc; }
.frm_success { background-color: #D1F0B4; }

.frm_notes {
	padding-top: 5px;
	height:  25px;  
	text-align: center; 
	background-color: #d9dfea;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px dotted #ccc;
}

.pstrength-minchar {
	font-size : 10px;
}

.text_tip {
	margin-top: 5px;
	font-size : 10px;
}

.terms {
	font-size : 11px;
	text-align: center;
}


/* BUTTONS */
div.ctl-button { 
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ededed;
	color:#000;
	text-align: center;
	font: verdana, arial, sans-serif;
	border: dashed 1px #ccc;
}

div.ctl-button a {
	color: #333333;
}

div.ctl-button a:hover {
        color: #CC0000;
        font-weight: bold;
        text-decoration: underline;
	}

div.usr-alb-link a.gal_link {
}


/* Image Arrange */
#ttl-arr-cont {
        padding: 5px;
        width:  675px;
}
#ttl-arr-img {
        width:  675px;
}

#ttl-arr-img img {
        margin: 0;
        padding: 0;
        border: none;

}
.arr-img-thumb, .arr-helper {
	position: relative;
	display: block;
	float: left;
	margin: 1px;
	padding-top: 5px;
	width:  110px;  
	height: 110px;
	text-align: center;
}
.arr-img-thumb {
	background-color: #222;
}
.arr-helper {
        background-color: #ccc;
}
.arr-active {
}
.arr-hover {
}
.frm_arrange_ctl {
	padding: 5px;
	text-align: center; 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

/* Misc */
.hphead {
	text-align: center;
	background-color: #161616;
	color: #999999;
	padding: 5px;
}
.hphead2 {
	text-align: center;
}
.hphead2 h2 {
	padding-top: 0;
	margin-top: 0;
}
.hphead h2 {
	color: #999999;
}
.smug { color: #8cca1e;}
.hphead_wrapper, .hphead_wrapper2 {
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	background-color: #eee; 
	padding: 3px;
}
.hphead_wrapper2 {
	border-top: 1px solid #ccc; 
	margin-top: 10px;
}
.gallery_tip {
	text-align: center;
	margin-top: 15px;
	background-color: #ffffe5;
	border: 1px solid #e0e1b7;
	line-height: 22px;
	
}
.comment_cnt {
float: right;
font-size: 30px;
line-height: 30px;
font-family: georgia, serif;
font-weight: bold;
color: #ddd;
margin: -10px 0 0 0;
position: relative;
height: 1%
}

/* gallery views and rating */
#gal-ratings-views {
	border:1px solid #CCCCCC;
	margin-top: 5px;
	padding: 5px;
}

#gal-ratings-views .statLabel {
	font-size:15px;
	font-weight:bold;
	margin-right:4px;
}
#gal-ratings {
	float:left;
	width:340px;
}
#gal-views {
	overflow:hidden;
	width:268px;
}

.floatR {
	float:right;
}
.clear {
	clear:both;
}

#gal-view-count {
	font-size:15px;
}


