/*
Theme Name: Romaire Studios Wordpress Theme
Theme URI: http://www.romairestudios.com/
Description: The default Romaire Studios wordpress theme. Designed by Kirsten O'Loughlin, developed by Tyler Craft
Version: 1.0
Author: Tyler Craft
Author URI: http://tylercraft.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	margin: 0;
	padding: 0;
}

body{
	font: 12px/18px "georgia", "times", "times new roman", serif;
	background: #bdc2ae url("images/bg.jpg") repeat;
	padding: 42px 10px 50px 10px;
}

a{
	color: #98116d;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover{
	background-color: #98116d;
	color: #fafcfb;
}

a img, img{
	border: none;
}

img{behavior: url("/wp-content/themes/romaire/pngbehavior.htc");}

/***********************
	HEADER
***********************/
#page{
	border: 1px solid #ebf0dc;
	border-top: 1px solid #ebf0dc;
	width: 981px;
	margin: 0 auto 0 auto;
	background: #fafcfb url("images/bground-spider.gif") bottom right no-repeat;
}

#content{
	border: 4px solid #fff;
	border-top: 4px solid #fafcfb;
	border-bottom: none;

	padding-bottom: 35px;
	background: url("images/bground-content.jpg") top left no-repeat;
	
	/* IE 6 */
	_height: 575px;
}

#clearIt{clear: both; line-height: 1px; height: 1px;}

#header{
	height: 117px;
	position: relative;
}

#header h1{
	padding: 50px 0 0 54px;
}

#header #frog{
	position: absolute;
	top: -47px;
	left: 721px;
	width: 174px;
	height: 235px;
}

/***********************
	COLUMNS
***********************/

#postColumn, #sidebar{padding-top: 66px;}

#postColumn{
	width: 587px;
	float: left;
	padding-left: 56px;
}

#sidebar{
	width: 239px;
	float: right;
	margin-right: 56px;
	background: url("images/bg-post.gif") 0 66px no-repeat;
}

/***********************
	SIDEBAR
***********************/

#sidebar a{
	color: #000;
	font-weight: normal;
}

#sidebar a:hover{color: #fafcfb;}

#sidebar ul{
	list-style: none;
}
	/* copy */
#sidebar #copy{
	height: 143px;
	padding-top: 63px;
	background: url("images/dingbat.gif") 87px 0 no-repeat;
	position: relative;
	top: -29px;
}

#sidebar .widgettitle{
	font-size: 14px;
}

	/* Categories */
#sidebar .widget_categories{padding-bottom: 21px;}

#sidebar .widget_categories h2{
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("images/header-recent.gif") top left no-repeat;
}

#sidebar .widget_categories ul li{
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 11px;
	line-height: 16px;
}

#sidebar .widget_categories ul li a{font-weight: bold;}
#sidebar .widget_categories ul li li a{font-weight: normal;}
#sidebar .widget_categories ul li ul li{padding: 0 0 0 0;}

	/* Archives */
#sidebar .widget_archive h2{
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("images/header-archives.gif") top left no-repeat;
}

#sidebar .widget_archive ul{padding-top: 12px;}
#sidebar .widget_archive ul li{
	text-align: center;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

	/* Search */
#sidebar .widget_search{
	padding-top: 14px;
	padding-bottom: 54px;
	position: relative;
}

#sidebar .widget_search h2{
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	background: url("images/header-search.gif") top left no-repeat;
}

#sidebar .widget_search input{
	vertical-align: middle;
}

#sidebar .widget_search input#s{
	width: 178px;
	margin: 0 8px 0 5px;
	position: absolute;
	bottom: 17px;
}

#sidebar .widget_search input#submit{
	position: absolute;
	bottom: 12px;
	right: 10px;
}

	/* Contact */
#text-436291051.widget_text h2{
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("images/header-contact.gif") top left no-repeat;
}

#text-436291051{text-align: center; margin: 10px 0 30px;}

	/* Flickr RSS */
#sidebar .widget_flickrRSS{
	padding-top: 0px;
}

#sidebar .widget_flickrRSS h2{
	height: 149px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	background: url("images/header-flickr.gif") top left no-repeat;
}

#sidebar .widget_flickrRSS img{
	display: block;
	margin: 18px auto 0 auto;
	height: 71px;
	width: 71px;
	border: 2px solid #98116d;
}

/***********************
	POSTS
***********************/
.post{
	background: url("images/bg-post.gif") top left no-repeat;
	padding: 20px 0 45px 0;
	clear: both;
}

.post.single{padding-bottom: 0;}

.post.archiveFirst{
	background: none;
	padding-top: 0;
}

.post h2{padding-bottom: 10px;}
.post h2 a:hover{background: none;}
.post .entry{
	padding-right: 50px;
	overflow: auto;
}

.post .entry p{
	padding: 5px 0 5px 0;
}

.post .entry img{
	border: 2px solid #000;
}

.post .entry img.alignleft{float: left; margin-right: 10px; margin-bottom: 10px;}
.post .entry img.alignright{float: right; margin-left: 10px; margin-bottom: 10px;}

.post .postmetadata{
	font-size: 11px;
	line-height: 14px;
	clear: both;
}

.post .postmetadata.alt{
	font-size: 10px;
	color: #57594f;
	padding-right: 30px;
}

/***********************
	COMMENTS
***********************/

h3#comments{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 13px 0 5px 0;
	letter-spacing: 2px;
	background: url("images/bg-post.gif") top left no-repeat;
}

ol.commentlist{
	list-style: none;
	padding: 1px 0 10px 0;
	background: url("images/bg-post.gif") bottom left no-repeat;
}

ol.commentlist li{
	border-top: 1px solid #dad1c2;
	padding: 11px 0 10px 0;
}

ol.commentlist .num{
	font-weight: bold;
	padding-right: 2px;
}

ol.commentlist .comment{
	color: #6a6d66;
	padding: 4px 0 7px 0;
}

ol.commentlist .commentmetadata{
	font-size: 10px;
	padding-bottom: 4px;
}

h3#respond{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 0 0 7px 0;
	letter-spacing: 2px;
	border-bottom: 1px solid #dad1c2;
}

form#commentform{
	padding: 4px 0 1px 0;
	background: url("images/bg-post.gif") bottom left no-repeat;
}

form#commentform label{
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	top: -3px;
	color: #57594f;
}

form#commentform input, form#commentform textarea{
	background-color: #dfe5cd;
	font-size: 11px;
	line-height: 16px;
	display: block;
}

form#commentform input#submit, form#commentform input#hidden{
	background-color: transparent;
	margin-top: 4px;
	position: relative;
	left: -3px;
}
/***********************
	PREV / NEXT NAVIGATION
***********************/
.navigation{
	font-size: 11px;
	height: 30px;
}

.navigation .older{float: left;}
.navigation .newer{float: right;}
.navigation .older a, .navigation .newer a{
	display: block;
	width: 104px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/b-previous.gif") top left no-repeat;
}
.navigation .newer a{background: url("images/b-next.gif") top left no-repeat;}
.navigation .newer a:hover, .navigation .older a:hover{background-position: 0 -30px;}


#headerText{
	background: url("images/bg-post.gif") top left no-repeat;
	padding: 20px 0 20px 0;
}

#headerText h2{
	background: url("images/bg-post.gif") bottom left no-repeat;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666;
}

/***********************
	COMMENTS FORM
***********************/

#commentform input{
	padding: 2px;
	margin: 5px 0 5px 0;
}

#commentform textarea{
	padding: 2px;
	margin: 5px 0 5px 0;
	width: 500px;
}