/*
Theme Name: Strawberry Fin Site Theme
Theme URI: http://www.strawberryfin.co.uk
Description: Site Theme for strawberryfin.co.uk
Version: 1.0
Author: Can Koluman
Tags: Custom designed


*/
body {
	background-color: #C28EA1;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* again that ie ... */
	text-align:center;
}

img {
	border: 0;
	vertical-align: top;
}

.page { /* default */
	width: 767px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.page.header {
	height: 124px;
	background: #6890CC;
	background-image: url("media/bg_top.gif");
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	
	/* defensive ie driving... */
	position: relative;
}

.page.ornament {
	height: 26px;
	max-height: 26px;
	margin-top: 1px;
	text-align: left;
	vertical-align: top;
}

.page.crumbs {
	height: 27px;
	min-height: 27px;
	text-align: right;
	vertical-align: top;
}

.page.footer {
	height: 48px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #611630;	
}

.page.notice {
	margin-top: 2px;
	margin-bottom: 3px;
	text-align: left;
	vertical-align: top;
}

.copyright {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
}

.copyright.left {
	margin-left: 7px;
	width: 376px;
}

.copyright.right {
	width: 384px;
	text-align: right;
}
.nav_cont {
	border-top: 1px dotted #852e48;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 98%;
	
}
.nav {
	width: 49%;
	height: auto;
	text-align: left;
	vertical-align: top;

}
.nav_float {
	margin:0;
	padding:0;
	float: left;
	width: 46%;
	height: auto;
	text-align: left;
	vertical-align: top;	
}

.image_panel {
	float: left;
	height: auto;
	margin-top: 20px;
	text-align: left;
	vertical-align: top;	
}

.gallery_nav {
	width: 90%;
	height: 12px;
	vertical-align: top;
	text-align: center;
}

.gallery_nav_link {
	float: left;
	width: 12%;
	height: 12px;
	text-align: left;
	vertical-align: top;
}

.gallery_nav_txt {
	float: left;
	width: 72%;
	height: 12px;
	text-align: center;
	vertical-align: top;
}

.reset {
	clear: left;
}

#breadcrumbs {
	float: left;
	width: 683px;
	max-width: 683px;
	height: 27px;
	text-align: left;
}

#left_menu {  
	display: inline; /* bizarre ie6 event avoid doubling of margins on floats*/ 
	margin-left: 33px;
	margin-top: 17px;
	width: 280px;
	height: auto;
	text-align: left;
	vertical-align: top;
	float: left;
}

html>/**/body #left_menu {
	display: block;
	margin-left: 33px;
	margin-top: 17px;
	width: 280px;
	height: auto;
	text-align: left;
	vertical-align: top;
	float: left;	
}

#gallery { /* ie6 stuff */
	float: left;
	margin-left: 0px;
	margin-top: 17px;
	padding-left: 17px;
	padding-bottom: 24px;
	border-left: 1px solid #848d8e;
	border-right: 1px solid #848d8e;
	width: 454px;
	min-height:300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	vertical-align: top;
}

html>body #gallery { /* ie7 stuff */
	float: left;
	margin-left: 0px;
	margin-top: 17px;
	padding-left: 17px;
	padding-bottom: 24px;
	border-left: 1px solid #848d8e;
	border-right: 1px solid #848d8e;
	width: 435px;
	min-height:300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	vertical-align: top;
}

html>/**/body #gallery {
	float: left;
	margin-left: 0px;
	margin-top: 17px;
	padding-left: 17px;
	padding-bottom: 24px;
	border-left: 1px solid #848d8e;
	border-right: 1px solid #848d8e;
	width: 435px;
	min-height:300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	vertical-align: top;
}


#blog_nav {
	float: left;
	width: 33px;
	height: auto;
	text-align: left;
	vertical-align: top;
}

#blog {
	float: left;
	width: 453px;
	border-left: 1px solid #848d8e;
	border-right: 1px solid #848d8e;	
	height: auto;
	text-align: left;
	vertical-align: top;
}

#blog_sidebar {
	float: left;
	width: 279px;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.cadd_form_row {
	width: 359px;
	height: 25px;
	text-align: left;
	vertical-align: top;	
}

#owner_thm {
	float: left;
	width: 44px;
	height: 44px;
	background: #B53619;
	text-align:center;
}

#owner {
	float: left;
	width: 305px;
	height: auto;
	margin-left: 8px;	
	text-align:left;
}

#share_main {
	float: left;
	width: 640px;
	height: auto;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 17px;
}

#share_side {
	float: left;
	width: 94px;
	max-width: 101px;
	height: auto;
	text-align: left;
	vertical-align: top;
	margin-top: 17px;
}

