
/* Don't Save the Override!!!! Breaks FIREFOX BAD!!!! */

/* Delicious:Designer default style v2 build 40 */

/* Benjamin Lawless, March 27, 2007 */
/* @group Global Classes */
h1 {
	font: bold 182%/1.5 times;
	margin-bottom: 9px;
}

h2 {
	font-size: 138.5%;
	line-height: 1.35;
	text-align: left;
}

h3 {
	font: 123.1%;
	line-height: 1.125;
}

h4 {
	font-weight: bold;
}
	
/* @end */

/* @group General Styles */
html {
}

body { /* can try the flashy background again later */
	/*background: #6c8da4 url(images/bg_lightblue.jpg) repeat-x;*/
	background: #6c8da4;
	margin-top: 20px;
	font: 85%/1.63 arial;
}
bd{

}

p {
	margin-bottom: 18px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a:link, a:visited {
	color: #066fd4;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}

img {
	border-style: none;
}

#small {
	font-size: 85%;
}
.clearer {
	clear: left;
}
/* @end */

/* @group Errors & Messages */
#error {
	background-color: #f5583a;
	padding: 9px 10px;
	border: 1px dotted #fff;
	color: #fff;
}
#message {
	background-color: #e9f6f8;
	padding: 9px 0 9px 10px;
	border: 1px dotted #1796de;
}
#error img, #message img{
	position: relative;
	top: 3px;
}
/* @end */

/* @group Debug */


#debug {
	color: #8a1100;
	font-size: 85%;
}

#debugRight{
	color: #8a1100;
	font-size: 85%;
	text-align: right;
}

#debugMessage {
	background-color: #8a1100;
	color: #ffffff;
	padding: 10px;
}

.undefined {
	color: #959095;
}

/* @end */

/* @group buttons */
.buttons {
	cursor: pointer;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin: 18px 7px 7px 0;
    background-color:#ffffff;
    border: 1px solid #7fd1d4;
    border-top: 1px solid #90edf0;
    border-left: 1px solid #90edf0;
    font-size: 93%;
    line-height: 1.5;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
    border: 1px solid #69dd81;
    border-top: 1px solid #79f99d;
    border-left: 1px solid #79f99d;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #dcffe5;
    border: 1px solid #90d6a3;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
    border: 1px solid #ec4e51;
    border-top: 1px solid #f28b72;
    border-left: 1px solid #f28b72;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* AFTER BUTTONS */
.afterButtons {
	clear: left;
}
/* @end */

/* @group Layout */
#custom-doc {
	margin: auto;
	text-align: left;
	width: 950px;
	min-width: 950px; /*optional but recommended */
}

#doc3 { /* for design page */
	height: 100%;
	min-height: 600px;
}

.yui-t1 {
	background: #ffffff repeat-y left url(images/sidebar_left_bg.png);
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #898989;
}
.yui-t7 { /* for front page */
	background: #ffffff;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #898989;
}
.yui-gb {
	padding-right: 10px;
}
.yui-g {
	padding-right: 5px;
}
.tooShort { /*for any page that needs some space on bottom */
	min-height: 500px;
}
.leftEdge {
	padding-left: 5px;
}
/* @group Front Page Specials */

.frontImage {
	background: url(images/art_retrogoodness.png) no-repeat;
	min-height: 350px;
}
.frontTopText {
	padding-top: 50px;
}
.frontCallToAction {
	position: relative;
	left: -30px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.frontCallToAction li {
	font: 123.1%;
	line-height: 1.3;
}
/* @end */

#imageResult .buttons {
	padding-top: 0px;
}
#imageResult .buttons a {
	border-style: none;
	margin: 0 5px 0 0;
	padding: 5px;
}

/* @group Footer */

#ft {
	background: repeat-x url(images/footer_bg.png);
	height: 31px;
	color: #000;
	text-align: center;
	font-size: 0.9em;
}

#ft p {
	padding-top: 8px;
	font-weight: bold;
	margin: 0;
}

#ft a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#ft a:hover, #footer a:active {
	color: #066fd4;
	text-decoration: none;
}

/* @end */

/* @group SideBar */
.sidebar {
	position: relative; /* Must be set relative or IE7 won't show sidebar at all */
	max-width: 160px;
	min-width: 160px;
}
.sidebar ul {
}
.sidebar li {
	list-style: none;
	font-size: 116%;
	line-height: 1.8;
	padding-left: 10px;
}
.sidebar .group {
	border-top: 1px solid #e0e1e0;
	margin-top: 9px;
	padding-top: 8px;
	padding-left: -10px;
	width: 160px;
}
/* @end */

#suggestion {
	position: fixed;
	text-align: left;
	background-color: #fff;
	padding: 5px;
	width: 515px;
}
#suggestion .buttons {
	padding-bottom: 10px;
}


/* @group Form Styles */
.form-input-field {
	background-color: #fcfcfc;
	padding: 5px;
	border: 1px solid #d8dad9;
	color: #000;
	width:475px; 
} 

.form-input-button { 
} 

.form-input-textarea
{
	background-color: #fcfcfc;
	padding: 5px;
	border: 1px solid #d8dad9;
	color: #000;
	width:475px; 
	height:50px;
}

.embedCode
{
	background-color: #fcfcfc;
	padding: 5px;
	border: 1px solid #d8dad9;
	color: #656565;
	font: 0.8em/1.5em "Courier New", Courier, mono;
	width:475px; 
	height:150px;
}

.search {
	display: inline;
	float: left;
	position: relative;
	padding-left: 10px;
}

.mainSearch {
	display: inline;
	float: left;
	position: relative;
	padding-left: 10px;
}

.search h4 {
	margin: 1px;
	font-size: 1.3em;
}

.mainSearch .form-input-field {
	background-color: #fff;
	float: left;
	font-size: 12px;
	position: relative;
	display: inline;
	margin-right: 5px;
} 


.siteForm .form-input-field {
	width: 200px;
}

/* @end */
.features {
}
.features li {
	margin-bottom: 18px;
	margin-right: 15px;
}

.designer {
	margin: 0px;
	padding: 1px;
	width: 100%;
	height: 100%;
	
}
/* @group Tag Cloud */
.tagCloud {
	padding-right: 10px;
}

.tagCloud a:link, .tagCloud a:visited {
	color: #066fd4;
	text-decoration: none;
}

.tagCloud a:hover {
	color: #000000;	
}
/* @end */

.resultTabs {
	height: 0px;
	overflow: hidden;
}
.viewingLimit {
	clear: right;
	position: relative;
	float: right;
	margin-bottom: 9px;
	margin-top: 9px;
	margin-right: 15px;
	width: 200px; /* IE7 needs this, or will default to no width */
	text-align: right;
}
.viewingLimit img {
	position: relative;
	top: 3px;
}
/* @end */

/* @group Page Header */

#hd {
	background: repeat-x url(images/header_bg.png) #ffffff;
	height: 54px;
	position: relative;
	margin-bottom: 20px;
}

#hd a {
	color: #000000;
	font-size: 85%;
}

#hd a:hover {
	color: #066fd4;
}

#hd .logo {
	position: absolute;
	top: -15px;
	left: -10px;
	z-index: 10;
}

#hd .topLinks {
    float: right;
    height: 54px;
    position: relative;
	top: 17px;
}

#hd .topLinks li {
    list-style-type: none;
    display: inline;
    padding-right: 20px;
   	margin-top: 22px;
}


/* @end */

/* @group searchbar */
.topSearch {
    position: relative;
	float: right;
	width: 275px;
	top: 6px;
}
.searchLeft a{
	position: relative;
    height: 40px; 
    width: 27px;
    float: left;
    background: url('images/search_leftdisc_down.png');
    cursor:pointer;
}
.searchLeft a:hover {
    background-position: 0 80px;
    cursor:pointer;
}
.searchLeft a:active {
    background-position: 0 40px;
    cursor:pointer;
}
#globalSearchDisclosure {
	
}
.searchMiddle {
    position: relative;
    float: left;
    background: url('images/search_background.png') bottom repeat-x;
    height: 40px;
    padding-top: -3px;
}
.searchMiddle input {
    background: none;
    border: none;
    position: relative;
    margin-top: 8px;
    margin-left: 5px;
    padding-left: 2px;
    padding-top: 5px;
    width: 190px;
}
.searchSubmit {
	border: none;
	background-color: transparent;
    margin-top: 3px;
    cursor: pointer;
    width: 18px;
}
.searchSubmit img {
	position: relative;
	top: 5px;
}
.searchSubmit:hover {
	background: none;
	border: none;
}
.searchRight {
    position: relative;
    float: left;
}
#globalSearch {
	position: absolute;
	width: 240px;
	background-color: #FFFFFF;
	top: 38px;
	left: 8px;
	border: 1px solid #e0e1e0;
}
#globalSearchFormOptions {
	
}
#globalSearch ul {
	padding: 10px;
}
#globalSearch li {
	display: list-item;
	position: relative;
	list-style-type: none;
}
/* @end */

/* @group Image Row */

.rowContainer
{
	width: 100%;
	/* border: 1px solid #b1cbff; */
	display: inline;
	position: relative;
	float: left;
}
.row
{
	/* border: 1px solid #b1cbff; */
	padding-bottom: 9px;
	padding-top: 9px;
	margin-left: -5px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 8px;
}

.row .metadata
{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	/*border: 1px solid #00dc30;*/
}

.row .tabs
{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	height: 30px;
	/*border: 1px solid #1673e5;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.blindTab {
	display: none;
}

.row .tabContents
{
	clear: left;
	float: left;
	position: relative;
	/* border: 1px solid #00dc30; */
}

.row .image
{
	position: relative;
	border: 1px solid #8e918f;
	float: right;
}

.odd 
{
	background-color: #e9f6f8;
}
.rightRow 
{ 
	margin-left: -5px;/* for Firefox */
	padding: 5px;
	border: 2px solid #c7e1e0;
	background-color: #e6faff;
}
.odd .rightRow
{
	border: 2px solid #ffffff;
	background-color: #cbdee1;
}
.odd .rightRow #rowModDate {
	color: #FFF;
}
.imageAndToolbar {
	position: relative;
}
.thumbnailToolbar, .thumbnailToolbarEmpty {
	padding-left: 3px;
	padding-top: 5px;
	border: 1px solid #8e918f;
	width: 5em;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0px;
	height: 108px;
	width: 170px;
	background-image: url(images/bg_transwhite.png);
	left: 0;
}

.thumbnailToolbar li {
	position: relative;
	width: 8em;
}
.thumbnailToolbar li img {
	padding-right: 10px;
}

/* @group Meta Data */

#metadata #title 
{
	top: -0.5em;
	font-weight: normal;
	font-style: normal;
	color: #3f3f3f;
	font-size: 138.5%;
}

#metadata #description 
{
	font: 85%/1.63 arial;
	color: #3f3f3f;
}

#metadata #tags
{
	font: 85%/1.63 arial;
	color: #3f3f3f;
	margin-bottom: 18px;
}

.embedCode
{
	background-color: #fcfcfc;
	padding: 5px;
	border: 1px solid #e7e7e7;
	color: #656565;
	font: 0.8em/1.5em "Courier New", Courier, mono;
	width:475px; 
	height:150px;
}
.shareList {

}
.shareList li{
	display: block;
	padding-left: 20px;
}
.shareList li img{

}

/* @end */

.formContent
{
	<!--- Safari --->
	display: inline;
	position: relative;
	/* border: 1px solid #e7e7e7; */
	float: left;
}

#rowModDate {
	font-size: 77%;
	color: #b2b2b2;
}
/* @end */

/* @group progressMonitor */

#progressMonitor {
    display:block;
    float:right;
    text-decoration:none;
    color:#565656;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 0;
	font-size: 123.1%;
	line-height: 1.125;
}

#progressMonitor img
{
	padding-right: 5px;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 180px;
	line-height: 2em;
	padding-top: 10px;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	font-size: 1em;
	float: left;
	position: relative;
	display: inline;
}

#navcontainer #current {
	color: #666666;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #666666;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin-left: 0px;
	padding: 0;
	margin-top: -.1em;
}
#navcontainer ul a{
	text-decoration: none;
}

#navcontainer li {
	font-size: 1.3em;
	color: #000000;
	margin-left: 10px;
	padding-top: 3px;
}

#navcontainer a {
	color: #000;
}

#navcontainer a:hover {
	color: #007afa;
}

#navcontainer a:active {
}

#navcontainer form {
	margin-left: -10px;
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0px 0px 0px 10px;
	font-size: 0.9em;
}
/* @end */

/* @group yui edits */
.yui-t1 #yui-main .yui-b{margin-left:180px;*margin-left:180px;}
/* @end */