@import "photographs.php";

/*  Name: flexible foto 
Theme URI: None
Description: Simple, easily viewable two column layout using an application to vary photos in the header 
Version: 1.0 
Author: Shelley Powers
*/

/* application to vary Hubble photos in banner */
@import "photographs.php";

/* Basic Element Design */

{
	margin:0;
	padding:0;
}

p
{
	margin:10px 5px;
}

h1
{
	margin:15px 0;
}

svg
{
	display:block;
}

.entry img
{
	display:inline;
	max-width:560px;
	margin:0;
}

img.alignright
{
	float:right;
}

.entry ul
{
	display:block;
	margin:5px 15px;
}

.entry ul li
{
	font-size:smaller;
	margin:10px 0;
	padding:5px;
}

.summary
{
	font-size:smaller;
	margin:0 35px;
}

a,h2 a:hover,h3 a:hover
{
	color:#06c;
}

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

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

a img
{
	border:none;
}

#header
{
	z-index:2;
	position:relative;
}

#header h1
{
	font-size:60px;
	text-align:right;
	padding-top:98px;
	position:relative;
	z-index:2;
	margin:0 50px 0 0;
}

div#shadow
{
	position:absolute;
	z-index:1;
	top:99px;
	left:399px;
	font-size:60px;
	font-weight:700;
}

h1#maintitle
{
	color:#fff;
        text-shadow: #000 2px 2px 4px;
}

h5
{
	color:gray;
	margin-left:20px;
}

pre
{
	font:0.8em 'Courier New', Courier, monospace;
	background-color:#eef;
	overflow:auto;
	margin:10px;
	padding:10px;
}

code
{
	background-color:#eef;
	font:1em 'Courier New', Courier, monospace;
}

acronym,abbr,span.caps
{
	font-size:1em;
	letter-spacing:.09em;
	cursor:help;
}

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

li
{
	padding-bottom:10px;
}

form
{
	font-size:smaller;
	width:95%;
	margin:0 0 0 10px;
}

small
{
	color:#666;
	font-size:larger;
}

blockquote
{
	background-color:#f7f7f7;
	color:#555;
	border-left:1px dashed #003;
	margin:10px 15px;
	padding:1px 10px 5px;
}

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

blockquote p
{
	margin-left:10px;
	margin-right:10px;
}

.center
{
	text-align:center;
}

/* Body and Main Page Elements */
body
{
	font-size:62.5%;
	margin:0;
	padding:0;
        background-image:url(background.png);
        background-repeat:repeat-x;
        color: #333;
}

#page
{
	background-color:#fff;
	border-left:1px solid #ddd;
        border-right: 1px solid #ddd;
	text-align:left;
	max-width:930px;
	min-width:800px;
	margin:0 auto;
}

#stripes
{
	position:absolute;
	width:100%;
	top:85px;
	left:0;
}

#stripe1,#stripe2,#stripe3,#stripe4,#stripe5
{
	width:100%;
	height:10px;
	margin:10px 0;
}

#inner
{
	width:818px;
	margin:0 auto;
	padding:0;
        background-color: #fff;
}

.column
{
	background-color:#fff;
	float:left;
	max-width:625px;
	border-right:1px solid #f2f2f2;
	padding-top:10px;
	margin:0 5px 0 0;
}

/* footer */
#footer
{
	clear:both;
	width:100%;
	margin:0;
        height: 250px;
}

#closing {
        position: absolute;
        z-index: 1;
}

#closing a {
        color: #fff;
}

#sidebar
{
	float:right;
	font:1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	max-width:160px;
	margin:80px 0;
	padding:0;
}

.navigation
{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
        padding: 10px;
}

.topnavigation
{
	font-size:larger;
	text-align:left;
	margin-left:20px;
	margin-bottom:5px;
}

.postmetadata
{
	text-align:center;
	font-size:larger;
	clear:left;
}

div.description
{
        position: absolute;
	font-size:1em;
        margin: 10px 10px 20px 10px;
        z-index: 1;
        color: #fff;
        padding-left: 200px;
}

.thumbnails
{
	margin:5px 0;
}

.thumbnails img
{
	display:inline;
	margin-right:5px;
}

.update
{
	background-color:#fff;
	background-image:url(update.jpg);
	background-repeat:repeat-x;
	border:1px dashed #999;
	border-top:1px solid #ccc;
	margin:10px 10px 10px 0;
	padding:25px 10px 10px;
}

.moderated
{
	font-style:italic;
	color:#999;
	margin:15px;
}

.entry,.entryexcerpt,p#TextDisplay
{
	color:#333;
	background-color:#fff;
	font:1.4em/1.5em georgia, serif;
}

.entryexcerpt {
       margin: 20px 40px;
}

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

.entry p a
{
	color:#b85b5a;
	text-decoration:underline;
}

.entry
{
	margin:5px 15px 5px 15px;
}

.post,#TextDisplay
{
	background-color:#fff;
	color:#333;
	padding-bottom:10px;
	border:1px solid #ddd; 
	border-left:0;
	margin:0 0 10px;
}

.narrowcolumn .postmetadata
{
	padding-top:5px;
}

.column-post
{
	background-color:#fff;
	color:#333;
	padding:15px 10px 10px;
}

.column-post h2
{
	font-size:2.5em;
        margin: 10px 0 0 0;
        padding: 0;
}

h2
{
	font-size:2.5em;
	padding-bottom:5px;
}

#sidebar h2
{
	font-size:1.5em;
        margin-bottom: 0;
}

.alignright
{
	float:right;
	font-size:larger;
}

.alignleft
{
	float:left;
	font-size:larger;
}

.column-post a:hover
{
	color:#7A9DDE;
}

/* Comments */
#list
{
	margin:0 5px;
	padding:0;
}

.comments-body
{
	font:11pt/15pt georgia, serif;
	color:#333;
	background-color:#f2f2f2;
	width:520px;
	padding:1px 10px;
}

.comments-body-mod
{
        font-size: smaller;
        color:#333;
        background-color: #ffff00;
        width:470px;
        padding:1px 10px;
        margin: 20px;
}

.commenttext,.textcomment
{
	padding:5px 10px;
}

.timeleft
{
	background-color:#666;
	color:#ff0;
	font-weight:700;
	padding:5px;
}

.preview-body
{
	font:1.4em/1.6em georgia, serif;
	background-color:#ff0;
	padding:10px 10px 2px;
}

.comment-number
{
	text-align:left;
	font-size:2em;
	color:#ccc;
	margin-top:20px;
	margin-bottom:0;
	padding:0;
}

h3.comments
{
	margin:40px auto 20px;
	padding:0;
}

#commentform p
{
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform input
{
	width:170px;
	margin:5px 5px 1px 0;
	padding:10px;
}

#commentform textarea
{
	width:100%;
	padding:2px;
}

#commentform #submit
{
	float:right;
	margin:0;
}

.commentmetadata
{
	font-weight:400;
}

.comments-head
{
	font-family:Georgia;
	font-weight:300;
	font-size:2em;
	margin:30px 0 10px;
	padding:10px;
}

#individual
{
	margin:0 10px;
}

/* Sidebar contents */
#wp-calendar
{
	background-color:#fff;
	border:1px dashed #ccc;
	margin:10px;
	padding:5px 10px 10px 15px;
}

#wp-calendar td a
{
	text-decoration:underline;
	background-color:#F2F2F2;
	padding:3px;
}

#sidebar ul,#sidebar ul ol
{
	font-weight:300;
	/* font:1.2em/1.4em Helvetica, georgia, serif; */
        font: 1.1em/1.3em Helvetica;
	margin:0 50px 0 0;
	padding:0;
}

#sidebar li h2
{
	margin-top:0;
	margin-left:20px;
}

.tag-link
{
	padding-right:5px;
	padding-bottom:3px;
	font-size:1em;
	line-height:1.5em;
}

#sidebar ul li
{
	list-style-type:none;
	list-style-image:none;
	margin-bottom:10px;
	margin-left:0;
}

#sidebar ul p,#sidebar ul select
{
	margin:5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol
{
	margin:5px 0 0 20px;
}

#sidebar ul ul ul,#sidebar ul ol
{
	margin:0 0 0 10px;
}

ol li,#sidebar ul ol li
{
	list-style:decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li
{
	margin:3px 0;
	padding:0;
}

#sidebar a:hover
{
	background-color:#217577;
	color:#fff;
}

#footer p
{
	margin:0;
        padding: 20px 0;

}

#footer a
{
	text-decoration:underline;
	color:#7A9DDE;
}

#menubar
{
	background-color:#fff;
	width:805px;
	text-align:right;
	padding:1px 5px 0 5px;
 
}

#menubar a
{
	text-decoration:none;
	color:#999;
}

#menubar ul
{
	list-style-type:none;
}

#menubar ul li
{
	display:inline;
	color:#999;
	font-weight:700;
	font-size:1.2em;
	font-family:Arial,Helvetica,sans-serif;
	border-left:1px solid #fff;
	margin:3px;
	padding:5px 15px;
}

.firstpost h2
{
	font-size:2.5em;
	font-family:Georgia;
	font-weight:300;
	padding:10px 10px;
        text-shadow: #ccc 1px 1px 2px; 
}

.nameExpanded,.nameCollapsed
{
	background-position:center right;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	font-size:2.5em;
	font-family:Georgia;
	font-weight:300;
	margin-top:20px;
	cursor:pointer;
	padding:15px 55px 14px 0;
}

.nameExpanded a,.nameCollapsed a
{
	color:#fff;
	text-decoration:none;
}

.nameCollapsed
{
	background-image:url('open.png');
        padding-left: 0;
}

.nameExpanded
{
	background-image:url('opened.png');
}

.elements
{
	overflow:hidden;
}

#sidemenu
{
	display:inline;
	top:400px;
	max-width:80px;
	float:left;
	position:fixed;
        background-color: none;
}

object
{
	background-color:transparent;
}

#linegraph
{
	display:block;
	background-color:transparent;
	width:810px;
	height:30px;
	margin:10px 0 0;
	padding:0;
}

#tagcloud
{
        position: relative;
        z-index: 1;
        width: 808px;
        line-height:20px; 
        color: #fff;
        font-family: Helvetica;
        margin: 0 20px;
        padding-top: 20px;
}

#tagcloud a
{
	padding-right:5px;
        color: #fff;
}

#topmeta
{
/*	background-color:#fff; */
	width:300px;
	list-style:none;
	font-size:larger;
	margin:10px 0 0 30px;
	padding:15px 10px 0;
        color: #fff;
}

#topmeta a
{
	color: #fff;
}

h3,h3 a,h3 a:hover,h3 a:visited,#sidebar a,.firstpost a,#sidemenu a
{
	text-decoration:none;
}

label,.column ul,.column > p
{
	font-size:larger;
}

hr,#preview
{
	display:none;
}

.wrap,.comment-author
{
	margin:20px;
}

#sidebar input,#sidebar ul li ul li
{
	margin-bottom:5px;
}

.small-paragraph {
    z-index: 1;
    position: absolute;
    margin-bottom: 0;
}

.small-paragraph {
    color: #fff;
}

#mainul {
    position: relative; z-index: 1;
    background-color: rgba(255,255,255,0.8);
    padding: 0;
    margin-top: 0;
}    
                        path {
                                stroke: white;
                                stroke-width: 0.02;
                                fill: none;
                        }
                        line {
                                stroke-linecap: round;
                        }
                        
                        #seconds {
                                stroke: silver;
                                stroke-width: 0.02;
                        }
                        #minutes {
                                stroke: white;
                                stroke-width: 0.03;
                        }
                        #hours { 
                                stroke: white;
                                stroke-width: 0.03;
                        }

.panel {
        margin-left: -10px;
}

