/* 
   css Copyright (c) 2005-2006 by Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

/* The Basics - see "Minimal Standards" in the CSS Spec */

html {
	background: url(creaceed-bkg.jpg) repeat;
	color: #414141;
}

body {
	/*font: 76% serif;*/
	margin: 0;
	padding: 0;
	background: url(creaceed-main-bkg.jpg) no-repeat;
	font: 13px/1.4em "GillSans-Light", "Gill Sans","Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


a {
	font: 13px/1.4em "Gill Sans","Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9b9b9b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#page {
	width: 1047px;
	/*background-image: url(creaceed-page-bkg.png);*/
	margin-right: auto;
	margin-left: auto;
}

#page h2 {
	color: #b1100a;
	line-height: 0.8em;
	margin-top: 0;
	text-shadow: #eafff5 1px 1px 1px;
	font-size: 1.8em;
}

#page h3, #page h3 a {
	color: #000;
	margin-top: 30px;
	margin-bottom: 4px;
	border-style: none;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#features h1 {
	font: "Gill Sans","Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	margin: 0;
}

#features table {
	border: 1px solid rgba(108,118,194,0.26);
	background-color: rgba(185,194,216,0.23);
	padding: 12px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#page-top {
	height: 130px;
	background: url(creaceed-top.png) no-repeat;
}

#page-content {
	background: url(creaceed-page-bkg.png);
	width: 1047px;
	overflow: auto;
}

#main-content {
	display: block;
}

#product p {
	text-align: center;
}

#product img {
	border-style: none;
	border-width: 0;
}

#main #product a {
	text-align: center;
	border-style: none;
	border-bottom-style: none;
	font-weight: bold;
	color: #4b546f;
	font-size: 1.2em;
	text-shadow: #fff 1px 1px 0;
	border-width: 0;
}

#page-bottom {
	background-image: url(creaceed-footer.png);
	width: 1047px;
	height: 18px;
}

#page-bottom p {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	text-shadow: #878787 0 1px 1px;
	color: #252525;
}

#main {
	min-height:200px;
	width: 765px;
	margin-left: 219px;
	padding: 20px;
}

p {
	padding: 0;
	margin: 0;
}

/*.clear {
	clear: both;
}*/

.hidden {
    display:none;
}

.article-thumbnail img {
    float:right;
}

img.narrow {
	display:block;
    float:right;
    clear:right;
}

img.narrow-left {
	display:block;
    float:left;
}

img.narrow-right {
	display:block;
    float:right;
    clear:right;
}

img.wide {
	display:block;
	clear:both;
}

div.timestamp {
	color: #343434;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

div.comments p {
	text-align: center;
}

form.contactElement textarea {
	background-color: #7e7e7e;
}

#main a {
	color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#main .silentlink a {
	border-bottom-style: none;
	border-bottom-width: 0;
}

.pagelet {
	word-wrap: break-word;
	overflow:hidden;
}

.pagelet.titled {
}

.photogrid-index h3, .listing-index h3 {
	font-size:1em;
	font-weight:normal;
}


/* Sample Minimal Container Setup to accomplish the following basic goals:
	* Position Sidebar (here, we float it right)
	* Position each callout (here, we float it left)
	* Position title, log, and site menu side-by-side
	* Float the photo grid items to "flow" them
*/
	
/* Body & sidebars:
	For this test, we use the absolute max of 771 pixels wide.
	This means a body of 751 + 10*2 Margins.
	Sidebar is 200  + 10  margin, leaving 541 for main. */

body {
	float:  center;
	}

#sidebar {
	float: left;
	clear:  both;
	min-height: 163px;
	width: 174px; /* sidebar-container width - padding */
	background: url(creaceed-menu-sidebar-top.png) no-repeat;
	padding: 20px 8px 8px;
}

#sidebar p {
	font-size: 1em;
	/*text-shadow: #878787 0 2px 1px;*/
	color: #707070;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 6px;
}

#page-bottom a {
	color: #121212;
}

#sidebar-container {
	width: 190px; /* change this implies chaning #sidebar width */
	margin-left: 24px;
}

#sidebar-content {
	text-align: center;
}

#sidebar-content ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
	opacity: 1;
}

#sidebar-content li {
}

#sidebar-content h4 {
	color: #c2c2c2;
	text-shadow: #000 0 0 2px;
	font-weight: bold;
	border-top-style: double;
	border-top-color: #4e4e4e;
	margin-top: 0;
	margin-bottom: 8;
}

.sidebar-menu a {
	font-size: 1.3em;
	line-height: 1.7em;
	color: #fdd6ca;
	text-shadow: #000 2px 2px 3px;
}
/*
.allow-sidebar #main {
	float: left;
	width: 541px;
	}

.no-sidebar #main {
	width: 751px;
	}
*/

.callout {
	
	float: left;
	width: 200px;
}

/* "Header" elements side-by-side */

#title {
	width:0px;
	height: 0px;
	float: left;
	margin-left: 200px;
	font-size: 0;
	line-height: 0;
}

#logo {
	float:right;
}

#sitemenu-container {
	margin-top: 101px;
	margin-left: 220px;
	float: left;
	width: 800px;
	position: absolute;
}

#sitemenu-content ul {
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*height: 20px;*/
}

#sitemenu-content li {
	padding: 0px 20px 2px;
	color: #f00;
	/*text-shadow: white 0 1px 1px;*/
	float: left;
	display: block;
	width: auto;
	text-align: center;
	text-shadow: #000 0 0 1px;
	font-weight: bold;
}

#sitemenu-content a {
	color: #a0a2a2;
	text-decoration: none;
	text-shadow: #878787 0 0 0px;
	font-size: 1.05em;
}

/* Photo Grid Flow */

.gridItem {
	float:left;
	width:135px;
	height:170px;
	overflow:visible;
}
/* Flickr Pagelet */

.flickr {text-align:center; font: 11px Arial, Helvetica, sans-serif !important;}
.flickr_badge_wrapper {padding:10px 0 10px 0; overflow:auto; text-align: center;}
.flickr_badge_wrapper div {display: inline;float:none;}
.flickr_badge_image {margin:0 10px 10px 10px; float:left;}
.flickr_badge_image img {border: 1px solid black !important;}
.flickr_badge_source {margin:0 10px 0 10px;}
.flickr_www {display:block; padding:0 10px 0 10px !important; color:#3993ff !important;}
.flickr a:hover,
.flickr a:link,
.flickr a:active,
.flickr a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
.flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }
/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: auto;
}

td.dli1 { text-align:center;}

/* Flickr Pagelet */

.flickr {text-align:center; font: 11px Arial, Helvetica, sans-serif !important;}
.flickr_badge_wrapper {padding:10px 0 10px 0; overflow:auto; text-align: center;}
.flickr_badge_wrapper div {display: inline;float:none;}
.flickr_badge_image {margin:0 10px 10px 10px; float:left;}
.flickr_badge_image img {border: 1px solid black !important;}
.flickr_badge_source {margin:0 10px 0 10px;}
.flickr_www {display:block; padding:0 10px 0 10px !important; color:#3993ff !important;}
.flickr a:hover,
.flickr a:link,
.flickr a:active,
.flickr a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
.flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }
/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: auto;
}

td.dli1 { text-align:center;}





