/*
Theme Name: Personal Observatory of Ron Johnson
Theme URI: http://www.personalobservatory.com
Description: <p></p>
Version: 0.7
Author: Ron Johnson
Author URI: http://www.personalobservatory.com
.
**IMPORTANT**
Configuring the theme:

If you wan to enable archives:
  - Create an 'archives' page through Manage/Pages. Remember the title and be
    sure to select the 'Arcives' template under "Page Template".
  - in the config/config.php file
    => change the value of MONOLIT_SET_ARCHIVE_WP_TITLE to the title of the page
       you just created
    => change the value of MONOLIT_SET_SHOW_ABOUT to 1

If you want to enable an about page:
  - Create an 'about' page through Manage/Pages. Remember the title.
  - in the config/config.php file:
    => change the value of MONOLIT_SET_ABOUT_WP_TITLE to the title of the page
       you just created
    => change the value of MONOLIT_SET_SHOW_ARCHIVES to 1

Changing the copyright notice and other settings
  - Copyright: Change the MONOLIT_SET_COPYRIGHT to whatever you want the
    copyright notice to say.
  - Change other configuration values in the file if needed. They are pretty
    much self-explanatory.

About sizes:
  The theme automatically resizes images to a max width of 900 pixels and a
  max height that is customizable through the MONOLIT_SET_MAX_HEIGHT value
  (default is 600 pixels). If you want wider images the layout will break 
  unless you change the stylesheet (look for the 'inside' class).

About language and messages:
  Language and messages can be configured through the lang/lang.php file. It
  might take some skill to figure out which message goes where :-)

Todo:
  - a smarter way to control the configuration, ie. via admin page
.
*/

body {
	margin: 30px; 
	font-family: Arial, sans;
	font-size: 13px;
	line-height:18px;
	color: #222;
	background:url(images/bg1.jpg);
	}

/* CONTAINERS */
.inside {
	width:900px;
	margin:0px auto 0px auto;
	}

.whitebg {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	
}

.content {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-top: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #f5f5f5;
	}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	padding: 0 2px;
	}

.archive-photo a{
	padding: 0px;
}

a img { border: 0; }

a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #999;
	}

/* BASIC ELEMENTS */
p {
	width: 600px;
	color: #555;
	margin: 2px 0 10px 0;
	}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	}

/* ARCHIVES */
.archives {
	display: block;
}

.archive-post {
	display: inline;
	line-height: 30px;
	}

.archive-photo {
	margin: 10px 4px;
	margin-left: 0px;
	display: inline;
	}

.archive-photo a {
	border: 0;
	text-decoration: none;
}

.archive-photo a:hover {
	background-color: #f5f5f5;
	}

.archive-thumb {
	border: 1px solid black;
	}

.archive-thumb:hover {
	border: 1px solid red;
	}

.archive-navigate-container {
	position: relative;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	padding-bottom: 12px;
	height:14px;
	}

/* HEADER AND NAVIGATION */
#header-container {
	position: relative;
	margin: 0 auto 25px auto;
	padding: 5px 0 0;
}

#header-headline {
	left: 0;
	font-size: 1.4em;
	letter-spacing:1px;
	padding-top:10px;
	text-decoration:none;
}

#header-navigation {
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}

#header-navigation a {
	border-bottom: none;
	list-style:none;
}

/* FOOTER */
#footer {
	color: #333;
	text-align: left;
	padding-top: .5em;
	padding-bottom: .5em;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}


/* IMAGE NAVIGATION */
#image-navigate-container {
	position: relative;
	height: 18px;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	margin: 15px auto;
	border:1px solid #ccc;
	background: #eee;
	}

#image-navigate-container a {
	border-bottom: none;
}

.image-navigate-left {
	position: absolute;
	left: 0;
	width: 33%;
	z-index: 2;
	}

.image-navigate-left a{
	background-color:#333;
	color:#fff;
	padding: 3px 5px;
}


.image-navigate-left a:hover{
	background-color:#FF0000;
	}

.image-navigate-center {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	}

.image-navigate-right {
	position: absolute;
	right: 0;
	width: 33%;
	text-align: right;
	z-index: 2;
	}

.image-navigate-right a{
	background-color:#333;
	color:#fff;
	padding: 3px 5px;
}


.image-navigate-right a:hover{
	background-color:#FF0000;
	}

#area {
	background-color:#FF0000;
	}

/* IMAGES */
#image {
	text-align: center;
	}

img.photo {
	border: 0;
}

/* BULLETS */
.bullet ul {
	margin-top: 0;
}
.bullet li {
	list-style-type: square;	
}	

/* --- Float Hack --- */
.cf:after { content: "."; display: block;   height: 0;  clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
html .cf {height: 1%; padding-top:30px;border-top:1px dashed #ccc;}
/* End hide from IE-mac */





/* footer */

.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#blogroll {width:600px;}
#blogroll ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#blogroll li {display: inline; padding-right: 8px;}


/* misc */
.content {padding: 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 30%;}
.col2 .right {width: 70%;}

/* block list */
ul.block, .block ul {
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #fff;
	background: #D2D0C0;
}

.subhead{
	margin: 30px 0 10px 0;
	font-weight:bold;
	border-bottom:1px dotted #333;
}