/* Designed by Francois PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */
@import url("http://www.pinkeyegraphics.co.uk/css/style.css");
@import url("http://www.pinkeyegraphics.co.uk/css/global.css");

/*
 * Main page construct:
 */
body { font-family:Georgia, Arial, sans-serif;font-size:12px;margin:0px;padding:0px;position:relative; }


div.wrapper
{
	margin: 0 1em;

}
div.wrapper2 /* Main white content zone */
{
	width: 785px;
	margin: 0 auto;
	padding: 0;
	/*border: 1px solid #000;*/
}

div.pageHeader /* Title zone */
{
	margin: 1ex;
	padding: 0;
	/* border-bottom: 1px dotted #FF3399; */
	/* background-image: url(rsc/img/birds.gif); */

}

.mainlogo {
	text-decoration:none;
	border-bottom-style: none;
	}
.mainlogo a:link {
	text-decoration:none;
}	
.mainlogo a:visited{
	text-decoration:none;
}
.mainlogo a:hover {
	text-decoration:none;
	border-bottom-style: none;
}
.post_link a:active {
	text-decoration:none;
}
.bPosts /* Left column */
{
	width: 480px;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #FF3399
}

.bSideBar /* Right column */
{
	width: 280px;
	margin-right: 20px;
	float: right;
	overflow: hidden;
	
	/* border-left: 1px dotted #FF3399;
	padding-bottom: 250px;	/* Breathing space for background image */
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex 195px 1ex 1ex;
	padding:0;
	border-top: 1px dotted #FF3399;
	color: #666;
	-webkit-text-size-adjust: none; /* iPhone */
}
p.baseline {
	font-size: 70%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
 a,
a:visited {
	color: #FF6699;
	text-decoration:none;
}
a:hover {
	color: #FF6699;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
}

h2 {
	color: #f09;
	font-size: 180%;
	margin: 1ex;
	text-decoration: none;
}
h2.bTitle{
	
	/*background-image: url(rsc/img/star1.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	
	color: #000;
	margin: 1ex 0;
	font-family: Georgia;
	line-height: normal;
	margin-bottom:4px;
	background-image:url(rsc/img/logo-star.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-bottom:5px;
	padding-left:40px;
	padding-top:5px;
	}

h3 {
	color: #f09;
	font-size: 120%;
}
h4 {
	color: #f09;
	font-size: 110%;
}

/*Body text */

.bText a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
color:#F69;
text-decoration:none;
}

.bText a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
color:#630;
text-decoration:none;
}

.bText a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
color:#F69;
text-decoration:none;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#F69;
}

.bText a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
color:#666;
text-decoration:none;
}


/*
 * Blog list on top:
 */
div.PageTop ul {
	border-bottom: 1px dotted #FF3399;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop li {
	display: inline;
	padding-right: 1em;
}
div.PageTop a.selected {
	color: #f09;
	font-weight:bold;
}


/*
 * Menu on top:
 */
div.top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.top_menu li {
	display: inline;
	padding-right: 1em;
}
div.top_menu a.selected {
	color: #f09;
	font-weight:bold;
}


/*
 * Header styles:
 */
div.pageHeader h1 {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.pageHeader h1 a {
	color: #000;
}
div.pageHeader h1 a:hover {
	color: #c0c;
}
div.pageHeader div.widget_core_coll_tagline {
	letter-spacing: 4px;
	margin: 1ex 0;
	font-size: 109%;
}


/*
 * Styles for forms
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 78%;
	margin: 2ex 0 1ex 0;
}
.bTitle, {
	color: #000;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right)
 */
.bSideItem {
	font-size: 84%;
	margin: 2ex;
	padding: 0 0 2ex 0;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 20px;
	list-style-image: url(rsc/img/button2.gif);
}

.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 240px;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	padding: 0;
}
.widget_core_coll_title a {
	color: #f09;
}

/* Calendar: 
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable a {
	color: #f09;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #ccc;
	font-weight:normal;
}
#bCalendarToday {
	background-color: #fac;
}*/

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 84%;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #fff0f8;
}

.post_link {
	font-size: x-small;
	color: #f3c;
	}
.post_link a:link {
	font-size: x-small;
	color: #FF6699;
	text-decoration:none;
}	
.post_link a:visited{
	font-size: x-small;
	color: #FF6699;
	text-decoration:none;
}
.post_link a:hover {
	font-size: x-small;
	color: #FF6699;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
}
.post_link a:active {
	font-size: x-small;
	color: #FF6699;
	text-decoration:none;
}



.image_block{	
	position:relative;
	clear:right;
	float:right;
	text-align:center;
	margin:0 15px 10px 15px;
	padding:5px;
	}

blockquote {
	border: 2px dotted #ccc;
	background-color: lavenderblush;
	margin: 1em 2em;
	padding: 0 1ex;
}

	

