﻿/************************************************************************************/
/*                                  site defaults                                   */
/************************************************************************************/
body
{
    font-size: 11pt;
    color: white;
    font-family: 'Verdana' , Tahoma, Sans-Serif;
    padding: 0px;
    margin: 0px;
    background-color: black;
}

p
{
    line-height: 1.3em;
}

th
{
	color: #4f6e18;
	vertical-align: top;
	text-align: left;
}

td
{
	vertical-align: top;
	text-align: left;
}

a:link 
{
    color: white;
    text-decoration: none;
}

a:visited
{
    color: white;
    text-decoration: none;
}

a:hover
{
    color: white;
    text-decoration: underline;
}

p a:link 
{
    color: white;
    text-decoration: none;
}

p a:visited
{
    color: white;
    text-decoration: none;
}

p a:hover
{
    color: white;
    border-bottom: thin dotted;
    border-bottom-color: white;
}

li.spaced
{
    text-align: justify;
    height: 230px;
}

ol.techniques
{
    margin: 5px;
}

/************************************************************************************/
/*                                common selectors                                  */
/************************************************************************************/
div.display_right
{
	text-align: right;
}

div.display_centre
{
    text-align: center;
}

div.padding
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.indent
{
	padding-left: 50px;
}

img.no_border
{
	border: none;
}

img.raw
{
	padding: 0px;
	margin: 0px;
    border: none;
}

img.centered_image
{
    text-align: center;
    padding: 4px;
}

img.right_image
{
    text-align: left;
    padding: 4px;
}

img.left_image
{
    text-align: right;
    padding: 4px;
}

p.centre
{
    text-align: center;
}

p.justify
{
    text-align: justify;
}

/************************************************************************************/
/*                                  id selectors                                    */
/************************************************************************************/
div#page
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

div#header
{
    background-image: url('../images/aduro_full_header.gif');
    background-repeat: no-repeat;
    text-align: center;
    clear: both;
    display: block;
    width: 1024px;
    height: 93px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-left: 5px;
}

div#footer
{
    text-align: center;
    font-size: 0.8em;
    clear: both;
    display: block;
    width: 1024px;
    border-top: white 2px solid;
    margin-top: 15px;
    padding-top: 10px;
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
}

div#content
{
    width: 1024px;
    clear: none;
    display: block;
    position: static;
    padding-left: 5px;
    margin-left: 5px;
}

div#display_image
{
    text-align: center;
    margin: 10px;
}

div#gallery_image_comments
{
}

div#gallery_image_text
{
    text-align: center;
}

div#gallery_image_rating
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#gallery_image_save
{
    text-align: right;
    margin-right: 110px;
}

div#prevnext
{
    text-align: center;
}

div#image_count
{
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.75em;
    padding-bottom: 5px;
    padding-top: 5px;
    font-style: italic;
}

div#quote
{
    width: 400px;
    margin-top: 40px;
    clear: none;
    margin-left: 100px;
}

div#title 
{
    font-size: 1.5em;
    text-align: right;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

div#gallery_list
{
    font-size: 1.5em;
    width: 400px;
    margin-top: 46px;
    clear: none;
    margin-left: 100px;
}

div#private_gallery_list
{
    font-size: 1.2em;
    margin-top: 10px;
    clear: none;
    margin-left: 20px;
}

div#links
{
    margin-top: 100px;
    float: right;
    width: 400px;
}

div#contact
{
    width: 400px;
    margin-top: 40px;
    clear: none;
    margin-left: 100px;
}

div#indent
{
    width: 800px;
    margin-top: 40px;
    margin-left: 100px;
    clear: none;
}

div#login_messages
{
    text-align: center;
    margin: 0px 0px 30px;
}
    
div#username_feld
{
    text-align: center;
    margin: 10px;
}

div#password_field
{
    text-align: center;
    margin: 10px;
}    
    
div#login_buttons
{
    text-align: center;
    margin: 10px 0px 0px;
}

div#new_user_form
{
	padding-left: 50px;
	position: static;
}

div#podcast_shows
{
    float: left;
    width: 500px;
    padding-left: 50px;
    padding-bottom: 20px;
}

div#podcast_subscribe_links
{
    float: left;
    margin-left: 150px;
    padding-top: 100px;
}

/************************************************************************************/
/*                                  other miscelaneous                              */
/************************************************************************************/

div.menu
{
    float: right;
    margin-right: 35px;
}

div.menu_option
{
    height: 15px;
    margin-right: 0px;
    margin-left: 27px;
    margin-bottom: 0px;
    margin-top: 61px;
    float: left;
    font-style:italic;
}

div.no_technique
{
    margin-right: 30px;
    display: inline;
    float: left;
    padding-left: 50px;
}

div.technique
{
    margin-left: 30px;
    display: inline;
    float: right;
}

div.half_column
{
    width: 400px;
    margin-right: 40px;
    margin-left: 40px;
    float: left;
}

div.no_sides
{
    padding-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
    clear: both;
}

div.home_link
{
    width: 200px;
    height: 90px;
    float: left;
}

div.buttons
{
    margin-left: 500px;
}

div.footer_text
{
    padding-top: 10px;
}

div.google_translate
{
    width: 200px;
    float: right;
}

img.technique
{
    border-right: white solid;
    border-top: white solid;
    border-left: white solid;
    border-bottom: white solid;
}

/************************************************************************************/
/*                                  content styles                                  */
/************************************************************************************/
h1
{
    color: white;
    font-size: 1.50em;
}

h2
{
    color: white;
    font-size: 1.4em;
}

ul.bullet_list
{
    list-style-position: outside;
    list-style-type: circle;
}

.bold_text
{
	font-weight: bold;
}

.underline_text
{
	text-decoration: underline;
}

.soft
{
    font-size: 0.9em;
    color: #595959;
}

.message
{
    font-size: 1.25em;
}

.error
{
    font-size: 1.25em;
    color: red;
    font-style: italic;
    line-height: 1.50em;
}

.error_message
{
    font-size: 1.25em;
    color: red;
    font-style: italic;
    line-height: 1.50em;
}

.success_message
{
	font-size: 1.25em;
	color: lime;
	font-style: italic;
	line-height: 1.50em;
}

.quote_author
{
    padding-left: 200px;
}

.superscript
{
    font-size: 0.75em;
    vertical-align: super;
}

.subscript
{
    color: #00457c;
    font-size: 0.75em;
}

.footnote
{
    color: #00457c;
    font-size: 0.75em;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #00457c;
}

.obvious
{
    color: #00457c;
    font-weight: bold;
}

.comments_caption
{
	font-weight: bold;
}

.comments_label
{
	font-weight: bold;
	margin-right: 750px;
}

a:link.return_link
{
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 0.75em;
}

a:visited.return_link
{
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 0.75em;
}

a:hover.return_link
{
    text-align: center;
    color: white;
    text-decoration: underline;
    font-size: 0.75em;
}


a:link.quiet_link
{
    color: white;
    text-decoration: none;
}

a:visited.quiet_link
{
    color: white;
    text-decoration: none;
}

a:hover.quiet_link
{
    color: white;
    text-decoration: none;
}

.film_background
{
    background-image: url(../images/film_square.gif);
    background-repeat: no-repeat;
    width: 428px;
    height: 410px;
    background-color: black;
    padding-left: 22px;
    padding-top: 67px;
    float: right;
}

.field_label
{
	font-weight: bolder;
	margin-bottom: 5px;
	vertical-align: top;
}

.field
{
	margin-bottom: 5px;
}

.save_button
{
	margin-left: 250px;
    font-family: 'Verdana' , Tahoma, Sans-Serif;
	border-right: white thin outset;
	border-top: white thin outset;
	border-left: white thin outset;
	color: white;
	border-bottom: white thin outset;
	background-color: black;
}

.rating_save_button
{
	font-family: 'Verdana' , Tahoma, Sans-Serif;
	border-right: white outset;
	border-top: white outset;
	border-left: white outset;
	color: white;
	border-bottom: white outset;
	background-color: black;
}

.comments_save_button
{
	font-family: 'Verdana' , Tahoma, Sans-Serif;
	border-right: white outset;
	border-top: white outset;
	border-left: white outset;
	color: white;
	border-bottom: white outset;
	background-color: black;
}

.image_comments_textbox
{
    font-family: 'Verdana' , Tahoma, Sans-Serif;
    color: white;
    background-color: black;
    font-size: 1.0em;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.rating_radio_buttons
{
    letter-spacing: 20px;
}

div.book
{
    border: 1px solid #FFFFFF;
    padding: 5px;
    width: 219px;
    height: 186px;
    margin: 5px;
}

/************************************************************************************/
/*                     Earthbound Light Photo Tip Feed Generator                    */
/************************************************************************************/
.RSStitle
{
    font-weight: bold;
    font-size: 1.25em;
}

.RSSlink
{
    text-decoration: underline;
}

.RSStext
{
    font-size: 0.85em;
}
