/**
  * uforepublic.com
  *
  * @copyright       ©2010
  * @author          uforepublic
  * @version         1.6.1
  *
  * @lastmodified    2010-03-19
  */

 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);


 /**
  * @section body default
  */
body {
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	background-color: #2d2d2d;
	color: #FFF;
}

 /**
  * @section Layout
  */

 /**
  * @subsection Header
  */

#wrapper-header {
	/* padding-bottom: 5px; */
	border: 1px solid #666;
}

#wrapper-header #header * {
	/* reset the default 18px margin-bottom to 0px for all header elements */ 
	/* margin-bottom: 0; */
	z-index: 100;
}

#wrapper-header #header {
	margin: 0 auto 0px auto;
/* 	width: 754px;
	position: relative;
 */}

#wrapper-header #header #logo {
	margin: 45px auto 36px auto;
	position: relative;
	width: 754px;
	left: -54px;
}

#wrapper-header #header #logo a {
	text-transform: none;
	background: none;
}

#wrapper-header #header #logo a:hover {
	text-transform: none;
	background: none;
}



 /**
  * @subsection Navigation
  */

#wrapper-header #header #navigation-meta {
	background-color: #afbc21;
	width: 216px;
	margin-top: 9px;
	margin-bottom: 18px;
}

#wrapper-header #header #navigation {
	width: 100%;
}

#wrapper-header #header #navigation h2 {
	width: 260px;
	margin-bottom:3px;
	background-color: #F4DC00;
	color: #2d2d2d;
	text-transform: uppercase;
	font-size: 18px;
}

#wrapper-header #header #navigation h3 {
	font-size: 18px;
	line-height: 24px;
	padding-right: 10px;
	margin: 0 0 18px 0;
}

#wrapper-header #header #navigation h3 span {
	background-color: #F4DC00;
	line-height: 24px;
	color: #2d2d2d;
}

#wrapper-header #header #navigation a {
	color: #000000;
	font-weight: bold;
}

#wrapper-header #header #navigation a:hover {
	color: #F4DC00;
	background-color: #000000;
}

 /**
  * @subsection Header Image
  */

#wrapper-header-image {
	/* with bg image */
	background: transparent url(images/bg_header-image.png) no-repeat top left;	
	height: 216px;
	padding: 8px 0 8px 0;
	margin-bottom: 6px;
	position:relative;
	border-bottom:1px solid #666666;
}

#wrapper-header-image #header-image {
	margin: 0 auto 0 auto;
	width: 754px;
}

 /**
  * @subsection Content
  */

#wrapper-content {
	margin: 36px auto 0 auto;
	width: 754px;
	position: relative;
}

#wrapper-content #content {
	float: left;
	width: 468px;
	position: relative;
}

#wrapper-content #content .bg-hl {
	/* layout box beside the headline H2. */
	position: absolute;
	background-color: #F4DC00;
	color: #F4DC00;
	width: 2000px;
	left:-2000px;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0;
}

#wrapper-content #content h2 {
	color: #2d2d2d;
	font-size: 24px;
	padding: 0px 0 0 0px;
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	background-color: #F4DC00;
	width: 251px;
}

 /**
  * @subsection Sidebar
  */

#sidebar {
	float: right;
	width: 216px;
	position: relative;
}

#sidebar .box {
	margin-bottom: 24px;
	background-color: #222;
	padding: 18px;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #444444;
}

#sidebar .box p:last-child,
#sidebar .box div:last-child {
	margin-bottom: 0;
}


 /**
  * @subsection Footer
  *
  * All Footer styles
  */

#wrapper-footer {
	background: transparent url(images/bg_footer-bottom.gif) no-repeat scroll top left;
	position: relative;
	width: 100%;
}

#wrapper-footer #footer {
	margin: 0 auto 0 auto;	/* centering the div */
	padding: 230px 0 18px 0;
	width: 754px;
}


#wrapper-footer #footer ul {
	list-style-type: none;
	list-style-position: outside;
}

#wrapper-footer #footer ul li {
	float: left;
	margin-right: 10px;
}

#wrapper-footer #footer ul a {
	color: #000000;
	text-decoration: underline
}

#wrapper-footer #footer ul a:hover {
	color: #F4DC00;
	background-color: #000;
	text-decoration: underline;
}

#wrapper-footer #footer-right {
	float: right;
}

#wrapper-footer #footer-right span a {
	/*background-color: #2d2d2d;*/
	color: #fff;
}

#wrapper-footer #footer-right span a:hover {
	/*background-color: #2d2d2d;*/
	color: #000;
}


 /**
  * @section General Elements
  *
  * all styles for general elements in content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
h3 { 
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
}

h4 {
	font-size: 14px; 
	line-height: 18px;
	margin-bottom: 9px;
}

h5 {}

h6 {}


p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

#content li { 
	list-style-position: outside; 
	margin-left: 18px;
}

a {
	color: #F4DC00;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #F4DC00;
	color: #000
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}


 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */


#content h3,
#sidebar h3 {
	color: #FFF;
}

#sidebar h3 {
	margin-top: 0px;	
}

#content h4 {
	color: #FFF;
}

#portfolio #content h3 {
	margin: 18px 0 0px 0;
}

#portfolio #content h4 {
	margin: 0 0 18px 0;	
}


#content a {
	color: #F4DC00;
	text-decoration: underline;
}

#content a:hover {
	background-color: #F4DC00;
	color: #000;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content h3 a:hover {
	text-decoration: none;
}

#content div {
	margin-bottom: 18px;
}



 /**
  * @section teaser
  *
  * All styles for the news pages (overview and detail)
  */

#wrapper-content #content .teaserbox {
	padding-right: 36px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
}



 /**
  * @section thumb box
  *
  * All styles for the thum box (sidebar)
  */

#content .thumbs-wrapper * {
	margin: 0;
	line-height: 1;
}

#content .thumbs-wrapper {
	margin-top: 18px;
}

#content .thumb {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 3px 3px 0;
	/*background-color: #F4DC00;*/
	border: 1px solid #F4DC00;
}

#content .thumb:hover {
	border: 1px solid #FFF;
}


 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide,
.hidden { 
	display:none;
}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {
	margin-right: 0;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}



 /**
  * @section Forms
  *
  */

fieldset {
	width: 450px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width: 120px;
	float: left;
	clear: left;
}

#validateForm .error {
	color: #333;
	padding: 4px;
	border: 0;
	margin: 0;
}

#validateForm input.error {
	padding: 4px;
	border: 0;
	margin: 0;
	border: 1px solid #F4DC00;
	background-color: #FFF6AF;
}

#validateForm label.error {
	float: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #F4DC00;
	padding-left: 5px;
	font-size: 10px;
	width: 120px;
}


fieldset input {
	width: 210px;
	padding: 2px;
}

fieldset input.medium {
	width: 195px;
}

fieldset input.small {
	width: 45px;
}

fieldset input.button {
	width: auto;
}

fieldset textarea {
	width: 254px;
	height: 100px;
	padding: 2px;
}

fieldset {
	/* border: 1px solid #dedddd; */
	/* background-color: #fff; */
	/* padding: 0.5em; */
	margin-bottom: 2em;
	clear: both;
}

legend {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}

fieldset select {
}

fieldset p.smallrequired {
	font-size: 10px;
}

.spamschutzfield {
	position: absolute;
	left: -10000px;
}

.spamschutzfield input {
	background-color: red;
}


/* News */
.date {
	margin-top: -16px;
	font-size: 10px;
	color: #ccc;
}


/* Artist: List of artworks */

#content .artwork {
	background-color: #000;
	padding: 5px;
}

#content .artwork * {
	margin-bottom: 0;
}

#content .artwork .image {
	float: left;
	width: 280px;	
}

#content .artwork h4 {
	color: #F4DC00;
	font-weight: bold;
	font-size: 14px;
}

#content .artwork .image-description {
	float: right;
	width: 170px;
	color: #F4DC00;
	font-size: 11px;
}

 /**
  * @section Social Media Sidebar
  *
  */

#socialmedia {
	margin-top: 30px;
}

#fb {
	padding-left: 22px;
	height: 16px;
	/*line-height: 24px;*/
	background: url(/core/css/images/social-sprite.png) top left no-repeat; 
	vertical-align: bottom;
}

#tw {
	margin-top: 5px;
	padding-left: 22px;
	height: 16px;
	/*line-height: 24px;*/
	background: url(/core/css/images/social-sprite.png) bottom left no-repeat; 
	vertical-align: bottom;
}

#fb a span {
	margin-top: 6px;
}

#tw a span {
	margin-top: 6px;
}

#fbshare {
	height: 18px;
	margin-top: 18px;
	overflow: hidden;
}

#content .highest-bid {
	margin: 36px auto 72px auto;
	padding: 0px;
	width: 250px;
	background-color: #444444;
	border: 1px solid #777777;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/* 	padding: 10px; */
}

#content .highest-bid h3 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 9px 0;
	padding: 6px;
	background-color: #F4DC00;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #333;
}

#content .highest-bid p {
	text-align: center;
	margin: 0 0 9px 0;
	color: #F4DC00;
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}



 /**
  * @section DROP-DOWN NAVIGATION
  *
  */


 /**
  * @subsection Navigation
  */

#dd-navigation * {
	margin: 0;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#dd-navigation {
	background-color: #222222;
	/* margin-bottom: 1px; */
	width: 54%;
	float: right;
}

#dd-navigation ul {
	/*font-family: Arial, sans-serif;*/
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#dd-navigation ul .first {

}

#dd-navigation ul li a {
	display: block;
	margin: 0;
	padding: 6px 13px 5px 13px;
	text-decoration: none;
	color: #ccc;
	/* 	background-color: #231F20; */
	text-transform: uppercase;
}

/* check if this can go into the sf styles for better integration */
#dd-navigation ul li li a {
	text-transform: none;
}

#dd-navigation ul li a:hover {
	/*color: #87a426;*/
	color: #F4DC00;
	background-color: #000;
}

#dd-navigation .highlight {
	color: #F4DC00;
	background-color: #000;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			29px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/* margin-bottom:	1em; */
}
.sf-menu a {
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.sf-menu a span {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.sf-menu li {
	background:		#222;
	font-size: 13px;
}
.sf-menu li li {
	background:		#222;
	font-size: 12px;
}

.sf-menu li li a {
	border-top:		1px solid #F4DC00;
}

.sf-menu li li li {
	background:		#222;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*color: #87a426;*/
	color: #F4DC00;
	background-color: #000;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
/* 	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;  */
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/core/css/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




 /**
  * @section Sub-Navigation in Sidebar
  *
  */

.sub-navigation {
	list-style-type: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
}

.sub-navigation li {
	margin-bottom: 5px;
}

.sub-navigation a {
	padding: 2px;
	text-decoration: none;
}

.sub-navigation a span {
	margin-left: 4px;
	padding: 2px;
	/* text-decoration: underline; */
}

.sub-navigation a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #F4DC00;
}

.sub-navigation a:hover span {
	text-decoration: none;
	background-color: #F4DC00;
	color: #000;
}

.sub-navigation .highlight {
	background-color: transparent;
}

.sub-navigation .highlight a {
	color: #666;
}

.sub-navigation .highlight a:hover {
	color: #FFF;
}

.sub-navigation .highlight a:hover span {
	background-color: transparent;
	color: #FFF;
}




