/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/ {
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color: gray;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background-color: #fff;
	background-image: url(/images/bow_background.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 65%;
}
p {
	padding: 7px 0 7px 0;
}
a {
	color: #959595;
}
a:hover {
	color: #000;
	text-decoration: none;
}
table.boxedtable td {
	margin:5px 0;
}
.boxborder {
	border:1px solid #efefef;
	padding:5px;
	background-image:url(/images/trans_pixel.png);
}
.boxborder_med {
	height:120px;
}
/** OLD STUFF BELOW **/


ul {
	list-style: none;
	line-height: 20px;
}
.ul_class_designers {
	list-style: none;
	line-height: 15px;
	padding-top: 20px;
}
.li_class_designers {
	margin-left: -10px;
	line-height:normal;
	margin-bottom:10px;
}
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size:18px;
	color:#FF00CC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3 {
	font-size: 1.3em;
}
h1 a, #header h2 {
	color: #000;
}
.clear {
	clear: both;
}
#mainContainer {
	width: 740px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 249px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
/*height: 249px; ** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background-image: url(/images/logo.png);
	height: 160px;
}
#header_menu {
	background: #fff;
	width: 740px;
	height: 60px;
	padding-left: 0px;
	padding-right: 0px;
}
/**************************
MENU ITEMS
**************************/
#navlist {
	padding-top: 20px;
	padding-left: 0px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-right: -4px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	margin-top: 0px; /*** We need to add some space for our top menu ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
/*** No need to do anything with a one column solution ***/
}
* html .inner {
/***  And therefor no need for hacking IE either ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
/*float: left;*/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content_index {
	float: left;
	width: 740px;
	background-color: #fff;
	height: 600px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content {
	float: left;
	width: 740px;
	min-height: 249px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_shop_top {
	float: left;
	width: 740px;
	height: 88px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_shop_keys {
	float: left;
	width: 740px;
	height: 274px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_shop_outfits {
	float: left;
	width: 740px;
	height: 317px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
.table_lust {
	margin-top: 15px;
}
#content_home_welcome {
	float: left;
	width: 370px;
	height: 125px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_home_join {
	float: left;
	width: 370px;
	height: 125px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_about_top {
	float: left;
	width: 740px;
	height: 137px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_about_blog_title {
	float: left;
	width: 740px;
	height: 154px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_about_blog {
	float: left;
	width: 740px;
	background-color: transparent;
	/***background-image: url(/images/about_box_right.png);
background-position: center;
background-repeat: no-repeat;***/
padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
#content_about_bottom {
	float: left;
	width: 740px;
	background-image: url(/images/about_gotoblog.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 52px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_designers_left {
	float: left;
	width: 250px;
	border:1px solid #efefef;
	background-image:url(/images/trans_pixel.png);
	min-height: 796px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_designers_right {
	float: right;
	width: 480px;
	min-height: 796px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	border:1px solid #efefef;
	background-image:url(/images/trans_pixel.png);
}
#content_blog_left {
	float: left;
	width: 250px;
	border:1px solid #efefef;
	background-image:url(/images/trans_pixel.png);
	min-height: 796px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content_blog_right {
	float: right;
	width: 450px;
	min-height: 1509px;
	padding:15px;
	margin: 0px;
	border:1px solid #efefef;
	background-image:url(/images/trans_pixel.png);
	font-size:12px !important;
	line-height:18px;
}
.return {
	margin-bottom:20px;
}
* html #content {
	position: relative;  /*** IE needs this  ***/
}
.contentWrap {
	padding: 0px;
	margin: 0px
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	height: 31px;
}
#footer_designer {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	background-image: url(/images/designers_footer.png);
	height: 31px;
}
#footer_shop {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	background-image: url(/images/footer_shop.png);
	height: 33px;
}
#footer_contact {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	background-image: url(/images/footer_contact.png);
	height: 33px;
}


.blog_navigation{
		font-family:"Century Gothic", Arial, sans-serif;
	letter-spacing:4px;
	color:#000;
	font-size:10px;
			border-top:1px solid #efefef;
		display:block;
		padding-top:10px;
		margin-top:10px;
}

.blog_navigation a, .blog_navigation a:link, .blog_navigation a:visited{
	text-decoration:none;
}

/*webitor*/

.title {
	font-family:"Century Gothic", Arial, sans-serif;
	letter-spacing:5px;
	color:#000;
	font-size:11px;

}
.blogtitle {
	color: #ff00cc;
}
.size10 {
	font-size:10px;
}
.size11 {
	font-size:11px;
}
.size12 {
	font-size:12px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}

.image_border{
	border:1px solid #CCC;
}
