@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: 100;
	background: #454545;
	margin: 50px 0 15px 0;
	padding: 0;
	}

a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	}

img {
	border: none;
	}

/* PAGE LAYOUT */

#page {
	background-color: #171717;
	width: 960px;
    margin: 0;
	padding: 0;
	border: 0;
	}

/* START HEADER */
#header {
	background-color: #171717;
	margin: 0;
	padding: 0;
	width: 960px;
    height: 178px;
    float: left;
	}

#header a, a:hover, a:visited {
	text-decoration: none;
	border: none;
	}

#logobox {
    background: url(../images/logobox.jpg) no-repeat;
    width: 320px;
    height: 90px;
    display: block;
    float: left;
    }

#headmenubox {
    background: url(../images/bg_floral_blk1.jpg) no-repeat;
    width: 306px;
    height: 28px;
    padding: 55px 7px 7px 7px;
    display: block;
    float: left;
    }

#menu_contact {
    background: url(../images/txicon_contact.png) no-repeat;
    width: 44px;
    height: 14px;
    margin: 7px;
    border: 0;
    float: left;
    }

#menu_about {
    background: url(../images/txicon_about.png) no-repeat;
    width: 34px;
    height: 14px;
    margin: 7px;
    border: 0;
    float: left;
    }

#menu_login {
    background: url(../images/txicon_login.png) no-repeat;
    width: 66px;
    height: 14px;
    margin: 7px;
    border: 0;
    float: left;
    }

#searchbox {
    background: url(../images/bg_floral_wht1.jpg) no-repeat;
    font-size: 0;
    text-align: right;
    width: 280px;
    height: 25px;
    padding: 55px 20px 10px 20px;
    float: left;
    }

#mainmenu {
    width: 100%;
    height: 88px;
    }

#feature {
    background: url(../images/icon_feature.jpg) no-repeat;
    width: 320px;
    height: 88px;
    border: 0;
    float: left;
    }

#work {
    background: url(../images/icon_work.jpg) no-repeat;
    width: 320px;
    height: 88px;
    border: 0;
    float: left;
    }

#news {
    background: url(../images/icon_news.jpg) no-repeat;
    width: 320px;
    height: 88px;
    border: 0;
    float: left;
    }

/* END HEADER */



/* START CONTENT */

#content {
	background-color: #171717;
	width: 960px;
	min-height: 480px;
	}

.row960 {
	background-color: #171717;
	width: 960px;
	min-height: 170px;
	float: left;
	}

.row960x170 {
	background-color: #171717;
	width: 960px;
	height: 170px;
	float: left;
	}

.col640 {
	background-color: #171717;
	text-align: left;
	width: 640px;
	float: left;
	}

.box640x170 {
	background-color: #171717;
	width: 640px;
	height: 170px;
	float: left;
	}

.col320 {
	background-color: #171717;
	text-align: left;
	width: 320px;
	float: left;
	}

.col320right {
	background-color: #171717;
	text-align: left;
	width: 320px;
	float: right;
	}

.box320x170	{
	background-color: #171717;
	width: 320px;
	height: 170px;
	float: left;
	}

.narrow_catalog {
	width: 320px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	}

#wide_catalog {
	width: 960px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	}

.narrow_catalog li {
	background: url(../images/bg_grdt1.gif) repeat-y;
	width: 320px;
	height: 170px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	list-style-type: none;
	}

#wide_catalog li {
	background: url(../images/bg_grdt2.gif) repeat-y;
	width: 320px;
	height: 170px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	list-style-type: none;
	}

.narrow_catalog h2, #wide_catalog h2 {
	color: #f4d5f1; /* pink */
	font-size: 1.6em;
	font-weight: 100;
	text-align: left;
	margin: 25px 10px 10px 30px;
	padding: 0;
	border: none;
	}

.narrow_catalog h3, #wide_catalog h3 {
	color: #7dbbca; /* blue */
	font-size: 1.3em;
	font-weight: 100;
	text-align: left;
	margin: 25px 10px 10px 30px;
	padding: 0;
	border: none;
	}
	
.narrow_catalog p {
	color: #e0e3db; /* light green */
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	margin: 10px 10px 10px 30px;
	padding: 0;
	border: none;
	}

#wide_catalog p {
	color: #333333; /* 20% grey */
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	margin: 10px 10px 10px 30px;
	padding: 0;
	border: none;
	}

.narrow_catalog a {
	color: #f4d5f1;
	}

#wide_catalog a {
	color: #333333;
	}

.narrow_catalog .date {
	font-size: 0.9em;
	margin: 0 20px 10px 30px;
	text-align: right;
	}

.narrow_copy {
	background: url(../images/bg_grdt5.gif) no-repeat;
	width: 320px;
	min-height: 260px;
	margin: 0;
	padding: 30px 0 50px 0;
	border: none;
	float: left;
	}

.narrow_copy li {
	font: Helvetica, Verdana, Arial, sans-serif;
	width: 320px;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	float: left;
	list-style-type: none;
	}

.narrow_copy h3 {
	color: #333333;
	font-size: 1.3em;
	margin: 0 10px 5px 30px;
	padding: 0;
	border: none;
	}

.narrow_copy p {
	color: #3d3d3d;
	font-size: 1.1em;
	line-height: 14px;
	margin: 0 10px 5px 30px;
	}

.narrow_copy a {
	color: #333333;
	}

.narrow_copy .year {
	font-size: 0.9em;
	margin: 10px 10px 10px 30px;
	}

#newsfeed {
	background-color: #171717;
	width: 270px;
	margin: 170px 0 0 0;
	padding: 0 20px 0 30px;
	border: none;
	float: left;
	}

#newsfeed ul {
	margin: 0;
	padding: 0;
	}

#newsfeed li {
	text-align: left;
	margin: 0 0 25px 0;
	padding: 0;
	border: none;
	list-style-type: none;
	}

#newsfeed .date {
	color: #c4dfba;
	font-size: 0.9em;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	}

#newsfeed h3 {
	color: #c4dfba;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
	}

#newsfeed p {
	color: #919191;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	}

#newsfeed a {
	color: #c4dfba;
	}

#site_description {
	background: url(../images/bg_grdt3.gif);
	width: 270px;
	height: 290px;
	margin: 0;
	padding: 30px 20px 20px 30px;
	border: none;
	float: left;
	overflow: auto;
	}

#site_title {
	background: url(../images/bg_grdt2.gif) repeat-y;
	width: 280px;
	height: 120px;
	padding: 40px 10px 10px 30px;
	float: left;
	}

.site_subtitle {
	background: url(../images/bg_grdt2.gif);
	width: 280px;
	height: 140px;
	padding: 20px 10px 10px 30px;
	float: left;
	}

#site_credit {
	background: url(../images/bg_grdt4.gif);
	text-align: left;
	width: 280px;
	min-height: 270px;
	padding: 20px 10px 50px 30px;
	border: none;
	float: right;
	}

#site_credit table {
	width: 280px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#site_credit th {
	font-weight: 100;
	text-align: left;
	min-width: 135px;
	margin: 0;
	padding: 5px 0 5px 0;
	vertical-align: top;
	float: left;
	}

#site_credit td {
	text-align: left;
	width: 135px;
	margin: 0;
	padding: 5px 0 5px 10px;
	vertical-align: top;
	float: right;
	}

#sort_list {
	background: url(../images/bg_grdt2.gif) repeat-y;
	width: 280px;
	height: 140px;
	padding: 20px 10px 10px 30px;
	float: left;
	}

#sort_list h4 {
	color: #333333;
	font-size: 1.1em;
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}

#sort_list ul {
	width: 160px;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	}

#sort_list li {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0 0 7px 0;
	padding: 0;
	border: none;
	list-style-type: none;
	}

#watch_list {
	background: url(../images/bg_grdt1.gif) repeat-y;
	width: 280px;
	height: 140px;
	margin: 0;
	padding: 20px 10px 10px 30px;
	border: none;
	float: left;
	}

#watch_list ul {
	width: 160px;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	}

#watch_list li {
	color: #333333;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	list-style-type: none;
	}

#site_description p, #site_title p, .site_subtitle p, #site_credit p, #sort_list p, #watch_list p {
	color: #333333;
	font-size: 1.1em;
	text-align: left; 
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	border: none;
	}

#site_description a, #site_title a, .site_subtitle a, #site_credit a, #sort_list a, #watch_list a {
	color: #333333;
	}

.floralboxB1 {
	background: url(../images/bg_floral_blk2.jpg);
	width: 320px;
	height: 170px;
	float: left;
	}

.floralboxB2 {
	background: url(../images/bg_floral_blk3.jpg);
	width: 320px;
	height: 170px;
	float: right;
	}
	
.box_login {
	font: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	background-color: #919191;
	width: 260px;
	height: auto;
	margin: 5px 10px 5px 10px;
	padding: 10px;
	float: left;
	}

.align_left {
	text-align: left;
	}

.align_right {
	text-align: right;
	}

/* END CONTENT */



/* START CONTENT BOTTOM */

#bottom {
	width: 960px;
	height: 24px;
	margin: 0;
	padding: 0;
	}

#bottom li {
	background: url(../images/bg_grdt1.gif) repeat-y;
    font: 10px 'Helvetica', Verdana, Arial, Sans-Serif;
	text-align: right;
	width: 300px;
	height: 14px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	float: left;
	list-style-type: none;
	}

#bottom a {
	color: #7dbbca;
	}

/* END CONTENT BOTTOM */



/* START FOOTER */

#footer {
    background-color: #454545;
    width: 960px;
    padding-top: 50px;
	clear: both;
	}

#footer p, #footer a {
    font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #171717;
	text-align: center;
	text-decoration: none;
	}

/* END FOOTER */



/* FONT STYLE */

.txPink { color:#f4d5f1; }
.txBlue { color:#7dbbca; }
.txGreen { color:#c4dfba; }
.txGrey91 { color:#919191; }
.txGrey66 { color:#666666; }
.txGrey45 { color:#454545; }
.txGrey33 { color:#333333; }
.txLgreen { color:#e0e3db; }
.txBgrey { color:#b3b5b7; }
.txDgreen { color:#5a6f70; }
