/*
Theme Name: photoblog
Theme URI: http://photo.drakemiller.com
Description: Drake Miller's photoblog Theme
Version: 0.9
Author: Drake Miller
*/

/* -----------basic elements----------------- */
*
{
	margin:0px;
	padding:0px;
}
html
{
	font-size:125%;
}
body
{
	font-family: helvetic, arial, sans-serif;
	font-size:50%;
	color:#000;
	background:#fff;
	margin:0px;
	padding:0px;
}
p
{
	font-size:1.2em;
}
h1
{
	font-size:2em;
}
h2
{
	font-size:1.6em;
}
code 
{
	font: .9em 'Courier New', Courier, Fixed;
}
ul
{
        list-style:none;
}
a:link
{
	color:#555555;
	font-size:1em;
	text-decoration:none;
}
a:visited
{
	color:#9f9f9f;
	font-size:1em;
	text-decoration:none;
}
a:hover, a:active
{
	color:#3e94cf;
	font-size:1em;
	text-decoration:none;
}
/* --------------specific divs---------------------- */
#container
{
}

/* --------------start header----------------------- */
#header
{
	background-image: url(http://photo.drakemiller.com/wp-content/themes/photoblog/images/header2.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 50px;
	text-align: left;
}
#header span
{
	font-size:75%;
}
#header h1
{
	padding:25px 0px 0px 10px;
}
/* -----------------end header---------------------- */

/* -----------------start nav----------------------- */
#navbar
{
	background-image: url(http://photo.drakemiller.com/wp-content/themes/photoblog/images/navbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	text-align: left;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
}
#navbar p
{
	color:#555555;
	font-size:1em;
	padding:2px 0px 0px 10px;
}
#navbar a:link
{
	color:#555555;
	font-size:1.2em;
	text-decoration:none;
}
#navbar a:visited
{
	color:#555555;
	font-size:1.2em;
	text-decoration:none;
}
#navbar a:hover, #footer a:active
{
	color:#3e94cf;
	font-size:1.2em;
	text-decoration:none;
}
/* -----------------end anv------------------------ */

/* -----------------start main------------------ */
#main
{
	margin:50px auto 25px auto;
        text-align:center;
}
#main img
{
	padding:5px;
	border:1px solid #c0c0c0;
}
/* -----------------end main------------------- */

/* -----------------start mainarchive------------------ */
#mainarchive
{
	text-align:center;
}
#mainarchive .post
{
        margin:50px auto 25px auto;
}
#mainarchive .posttitle
{
        margin:0px 0px 5px 0px;
}
#mainarchive .postmetadata
{
        margin:5px 0px 0px 0px;
}
#mainarchive img
{
	padding:5px;
	border:1px solid #c0c0c0;
}
#mainarchive a:link
{
	color:#555555;
	font-size:1em;
	text-decoration:none;
}
#mainarchive a:visited
{
	color:#9f9f9f;
	font-size:1em;
	text-decoration:none;
}
#mainarchive a:hover, #mainarchive a:active
{
	color:#3e94cf;
	font-size:1em;
	text-decoration:underline;
}
/* -----------------end mainarchive------------------ */

/* -----------------start footer------------------- */
#footer
{
	margin:0px auto 22px auto;
	color:#555555;
	font-size:.9em;
	text-align:center;
        clear:both;
}
#footer a:link
{
	color:#555555;
	font-size:.9em;
	text-decoration:none;
}
#footer a:visited
{
	color:#555555;
	font-size:.9em;
	text-decoration:none;
}
#footer a:hover, #footer a:active
{
	color:#3e94cf;
	font-size:.9em;
	text-decoration:none;
}
#footer p
{
        margin-top:3px;
}
/* -----------------end footer--------------------- */

/* -----------------start comments------------------ */
#commentspopup h2
{
	padding:10px 10px 0px 10px;
}
#commentspopup p
{
	padding:0px 10px 0px 10px;
}
#commentspopup a:link
{
	color:#555555;
	text-decoration:none;
}
#commentspopup a:visited
{
	color:#9f9f9f;
	text-decoration:none;
}
#commentspopup a:hover, #commentspopup a:active
{
	color:#3e94cf;
	text-decoration:none;
}
#commentform
{
	width:480px;
}
#commentform p
{
        padding-top:5px;
}
#commentform input
{
	background:#f0f0f0;
}
#commentform textarea
{
	background:#f0f0f0;
}
#comment
{
        width:100%;
}
#commentlist li
{
        background:#f0f0f0;
        margin:10px 10px;
        padding:10px 0px;
        border:1px solid #abd0e9;
}
#commentclose
{
        margin:10px 0px;
}
#commentlist
{
        list-style:none;
}
/* -----------------end comments-------------------- */

/* -----------------start archives page------------------ */
#archivespage
{
	margin:0px auto 20px auto;
	text-align:center;
}
#archivespage h1
{
	padding:20px 0px 5px 0px;
}
#archivespage li
{
        padding:3px 0px 0px 0px;
}
#archivespage a:link
{
	color:#555555;
	font-size:1.4em;
	text-decoration:none;
}
#archivespage a:visited
{
	color:#9f9f9f;
	font-size:1.4em;
	text-decoration:none;
}
#archivespage a:hover, #archivespage a:active
{
	color:#3e94cf;
	font-size:1.4em;
	text-decoration:none;
}
/* -----------------end archives page------------------ */

/* -----------------start about------------------------ */
#about
{
	width:700px;
        margin:50px auto 25px auto;
        font-size:1em;
        text-align:left;
}
#about img
{
	float:left;
	margin:0px 25px 25px 0px;
	padding:5px;
	border:1px solid #c0c0c0;
	
}
#about p
{
	margin:0px 0px 15px 25px;
}
#about ul
{
	margin:0px 0px 15px 0px;
	font-size:1.2em;
}
#about li
{
	margin:2px 0px;
}
#about .column1
{
	width:700px;
	float:left;
}
#about .column2
{
	width:233px;
	float:left;
}
/* -------------clear fix---------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* --------------- end clear fix--------------------- */
