/* 
Theme Name: Victorias Wish
Theme URL: http://e-shout.co.uk/
Description: A theme created for Victorias Wish.
Author: e-Shout
Author URI: http://www.e-shout.co.uk
Version: 1.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

li{
	list-style: none;
}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

/*#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}*/


/*
Main Styles
*/
body{
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	color: #555;
}

a:link {color: #000;text-decoration: none;}
a:visited{color: #000;text-decoration: none;}
a:active {color: #000;text-decoration: none;}
a:hover{color: #c36;text-decoration: none;}

#header{
/*	margin-bottom: 40px;*/
	margin-top: 40px;
}

.menu {
	font-family: georgia,sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #c36;
	padding-top: 72px;
	text-align: right;
	margin-bottom: 10px;
}

.menu li{
	display: inline;
	padding-left: 20px;

}

.line {
	    border-bottom:2px solid #888;
}

.pinkLine {
	    border-bottom:1px dashed #c36;
	    margin-bottom: 10px;
}

#textBanner{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 245px;
	background-color: #f9c;
	background-image:url('images/introBG.png');
}

#content, #sidebar{
	margin-top: 10px;
}

#sidebar li{
	list-style: none;
	padding-bottom: 10px;
}

p{
	line-height: 16px;
	margin-bottom: 10px;
}

h1{
	font-family: georgia,serif;
	font-size: 16px;
	color: #c36;
	margin-bottom: 5px;
}

h2{
	font-family: georgia,serif;
	font-size: 14px;
	color: #c36;
	margin-bottom: 2px;
}

#footer{
	margin-top: 60px;
	margin-bottom: 20px;

}

#footer2{
	margin-top: 10px;
	text-align: left;
}

.footerTitles{
	color: #c36;
	font-family: georgia,serif;
	font-size: 14px;
}

.footerList li{
	list-style: none;
}

.postedOn{
	font-size: 11px;
	font-style: italic;
	color: #999;
}

.sideTitles{
	color: #c36;
	font-family: georgia,serif;
	font-size: 14px;
}

.bannerText{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	font-family: georgia,serif;
	font-size: 48px;
	color: #fff;
	font-style: italic;
	margin: auto;
}

.comment_text p{
	margin: 0;
}

.bannerText p{
	line-height: 48px;
	}

.smalltext{
	font-size: 10px;
}

.redText{
	color: red;
}

.post-meta li{
	list-style: none;
}

#sponsors img{
	vertical-align: middle;
}

#images {margin-bottom:20px;}
#images li{display:inline;}
.left-padding{padding-left:6px;}
