/*
Theme Name: Really Fancy Theme
Theme URI: http://www.reallyfancy.com/
Description: Custom layout for reallyfancy.com
Version: 1.0
Author: Kerry Turner
Author URI: http://www.reallyfancy.com/
*/

/* Begin Structure */

*
{
   padding:0;
   margin:0;
   line-height: 120%;
   color:#CCCCCC;
   font-family: verdana, Sans-Serif;

}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #000000;
	text-align: center;
}

#wrapper
{
	width: 995px;
	margin: 10px auto;
	text-align: justify;
}

#header
{
	margin: 0 0 10px 0;
	/*background: url('images/header.gif') center no-repeat;*/
	width: 995px;
	height: 80px;
}

#footer
{
	clear: both;
	/*background: url('images/footer.gif') no-repeat;*/
	width: 995px;
	height: 100px;
	margin:  0 10px 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#contentwrapper
{
	width: 995px;
	border: 3px solid #dd4c77;
}

#contenttop
{
	width: 995px;
	height: 30px;
	/*background: url('images/content_top.gif') bottom center no-repeat;*/
	margin: 0 0 0 0;
}

#contentbottom
{
	width: 995px;
	height: 48px;
	/*background: url('images/content_bottom.gif') no-repeat;*/
	margin: -20px 0 0 0;
}

#content
{
	/*background: url('images/content_bg.gif') repeat-y;*/
	margin: 10px 0 0 0;
}

#centrecolumnpage
{
	width: 745px;
	margin: 0 0 0 15px;
}

#centrecolumnfull
{
	width: 948px;
	margin: 0 15px 0 15px;
}

#centrecolumntop
{
}

#centrecolumnbottom
{
}

#rightcolumn
{
	width: 190px;
	margin: 0 15px 0 0;
	float: right;
	display: inline;
	text-align: left;
}

.sidebar
{

}

#menu
{
	width: 975px;
	margin: 10px 0 10px 0;
	padding-left: 15px;
	font-weight: bold;
	text-align: center;
}

.menuItem
{
	width: 100px;
	float: left;
	text-align: left;
}

.spacer
{
	clear:both;
	height: 0;
	width: 0;
}

.spacerLeft
{
	clear:left;
	height: 0;
	width: 0;
}

.spacerRight
{
	clear:right;
	height: 0;
	width: 0;
}

.hidden
{
	display: none;
}

#olderposts
{
	text-align:center;
}

/* End Structure */


/* Begin Typography & Colors */
a:link  {color: #6f9905; }
a:visited {color: #6f9905; }
a:hover  {color: #85c121; }
a:active {color: #6f9905; }


.highlight a:link  {color: #bd2057; text-decoration: none;}
.highlight a:visited {color: #bd2057; text-decoration: none;}
.highlight a:hover  {color: #dd4c77; text-decoration: none;}
.highlight a:active {color: #bd2057; text-decoration: none;}


a img {border: 3px solid #dd4c77;}
img {border: 3px solid #dd4c77;}

ul
{
	padding: 5px 5px 5px 20px;
	margin: 0 0 5px 0;
	font-size:10pt;
}

ol
{
	padding: 5px 5px 5px 20px;
	margin: 0 0 5px 0;
	font-size:10pt;
}

li
{
	padding: 5px;
	margin: 0;
	font-size:10pt;
	clear: left;
}


.alt 
{
}

.themeColour1 /*light green */
{
		color: #85c121;
}

.themeColour2 /*dark green */
{
		color: #6f9905;
}

.themeColour3 /*dark pink */
{
   color: #bd2057;
}

.themeColour4 /*light pink */
{
   color: #dd4c77;
}

.twitter
{
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
	border:none;
}

h1
{
	padding: 5px;
	font-size:30pt;
	text-align: center;
	margin: 0 0 5px 0;
}

h2
{
	padding: 5px;
	margin: 0 0 5px 0;
	font-size:20pt;
}

h3
{
	padding: 5px;
	margin: 0 0 5px 0;
	font-size:18pt;
}

p
{
	padding: 5px;
	margin: 0 0 15px 0;
	font-size:10pt;
}

.small,.flickrCredit
{
	padding: 5px;
	margin: 0 0 15px 0;
	font-size:8pt;
}

a.small:link  {font-size:8pt; }
a.small:visited {font-size:8pt; }
a.small:hover  {font-size:8pt; }
a.small:active {font-size:8pt; }

#comment-preview img.avatar { display: none; }

.commentlist
{
	width: 960px;
	font-size:9pt;
}

.commentlist li, #commentform input, #commentform textarea 
{
font-size: 9pt;
}

#commentform input, #searchform input
{
	color: #000000;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	text-transform: none;
}

#commentform p
{
	font-family: verdana, Sans-Serif;
	font-size:9pt;
}

#commentform textarea
{
	background: #000000;
	width: 953px;
}

.commentmetadata 
{
	font-weight: normal;
}

submit
{
	color: #000;
}
/* End Typography & Colors */



/* Begin Images */
img, object
{
	margin: 0 15px 2px 0;
	display: inline;
    float: left
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered,object.centered
{
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, object.alignright
{
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, object.alignleft
{
	padding: 5px;
	margin: 0 7px 7px 0;
	display: inline;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.floatup
	{
	margin-top: -40px;
	}
/* End Images */


/* Begin Form Elements */

.entry form 
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select 
{
	width: 130px;
}


/* End Form Elements */

blockquote
{
	padding: 0 40px 0 40px;
	color: #FFFFFF;
}

