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


/*
 *Title: CDC Style Sheet
 *For: Casa di Culture
 *Author: Casa di Culture
 *Last Modified: 07/07/10
 */
 
 
 /* @group global reset */
 
 body {
	font-family: 'Quicksand', sans-serif; 
	font-weight: 400;;
	font-size: small;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	background-repeat: repeat;
}

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* @end global reset */


/* @group based html */

body {
  background-color: #FFFFFF;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif; 
  font-weight: 400;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
}
a:link {/* unvisited link */
 color:#000;
}     
a:visited {/* visited link */
 color:#000;
}  
a:hover { /* mouse over link */
 color:#000;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#000;
}
h1 {
 color: #000;
 margin: 20px 0 10px;
 font-family: 'Quicksand', sans-serif; font-weight: 400;
 letter-spacing: .05em;
}
h2 {
 color: #000;
 margin: 10px 0;
 font: bold 16px 'Quicksand', sans-serif;
 letter-spacing: .05em;
}
h3 {
 color: #000;
 margin: 10px 0;
 font: bold 14px 'Quicksand', sans-serif;
 letter-spacing: .05em;
}
h4 {
 color: #000;
 margin: 10px 0;
 font: bold 13px 'Quicksand', sans-serif;
 letter-spacing: .05em;
}
h5 {
 color: #000;
 margin: 10px 0;
 font: bold 12px 'Quicksand', sans-serif;
 letter-spacing: .05em;
}
h6 {
 color: #000;
 margin: 1px 0;
 font-family: 'Quicksand', sans-serif; 
 font-weight: 400;
 letter-spacing: .05em;
}
p {
 font-size: 12px;
 line-height: 1.4em;
 margin: 10px 0;
 font-family: 'Quicksand', sans-serif; 
 font-weight: 400;
}
p b {
  color: #56004e;
}
table {
 font-size: 12px;
 margin: 10px 0;
 width:100%;
}
table tr td b {
	font-size: 14px;
	color: #00ff00;
	display: block;
	padding: 10px 0 10px;
}
legend {
 margin:10px 0 0;
 padding:0;
 font-weight: bold;
}
label {
 margin: 10px 0 4px;
}
fieldset {
clear:both;
}
hr {
 clear: both;
 border: none;
 border-bottom: #1a1818 solid 1px;
 height: 1px;
 padding: 0 0 10px;
}
dd {
 font-size:12px;
 line-height: 1.2em;
}
dt {
	margin-top: 10px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
pre {
 line-height:1.5em;
 font-family:Courier,monospace;
 font-size:1.05em;
}


/* @end base html */



/* @group layout */

/* @group wrappers */

#page_wrapper {

 float: left;
 width: 100%;
}
#page {
 width: 960px;
 margin: 0 auto;
 position: relative;
 
}

/* @end wrappers */

/* @group top */

#top {
 position: relative;
 display: block;
 width: 960px;
}

/* @end top */


/* @group header */

#header {
	background: url(http://www.casadiculture.com/images/headlogo.png) no-repeat 0 0;
	float: left;
	width: 960px;
	height: 110px;
	margin-top: 35px;

}

/* @end header */

/* @group main */

#content {
	margin-top:15px;
	width: 960px;
	padding: 0;
	display: block;
	float:left;
	background: #fff;
	border: solid;
	border-width: thin;
	border-color: #222;	
}
.two_column #content {
 width: 960px;
 padding: 0;
 display: block;
 background: url(http://www.casadiculture.com/media/main_mid.png) repeat-y 0 0;
 float:left;
}
.two_column #content_top {
 width: 960px;
 padding: 0;
 display: block;
 background: url(http://www.casadiculture.com/media/main_top.png) no-repeat 0 0;
 float:left;
}
.two_column #content_bottom {
 width: 960px;
 padding: 0;
 display: block;
 background: url(http://www.casadiculture.com/media/main_bot.png) no-repeat left bottom;
 float:left;
}

#main {
	width: 646px;
	display: block;
	float: left;
	margin-left: 0;
}

#about {
	width: 646px;
	height: 388px;
	display: block;
	float: left;
	margin-left: 0px;
	background: #FFF;
	
 	
}

#lounge {
	width: 960px;
	display: block;
	float: left;
	margin-left: 0px;
	background: #FFF;
	
	text-align: left; 	
}
#loungeStation {
	background: url(http://www.casadiculture.com/images/lounge_entertain.jpg) no-repeat 0 0;
	width: 960px;
    height: 470px;
    border-radius: 0 0 10px 10px;		
}
#press {
	width: 960px;
	display: block;
	float: left;
	margin-left: 0px;
	background: #FFF;
	text-align: left; 	
}
#feedback {
	width: 960px;
	display: block;
	float: left;
	margin-left: 0px;
	background: #FFF;
	text-align: left; 	
}
#feedbackImage {
	background: url(http://www.casadiculture.com/images/feedback/reviews_postcards.jpg) no-repeat 0 0;
	width: 960px;
	height: 428px;
	text-align: left; 	
}

#aboutText {
	left:10px;
	display: block;
	margin-top: 5px;
	width:600px;
	height:290px;
	font-size:10px;
	font-family: 'Quicksand', sans-serif; font-weight: 400;
	text-align: justify;
	color: #00ff00;
	line-height: 15px;
	margin-left: 20px;
}

#contactText {
	left:10px;
	display: block;
	margin-top: 45px;
	font-size:20px;
	font-family: 'Quicksand', sans-serif; font-weight: 400;
	color: #666666;
	text-align:left;
	line-height: 5px;
	margin-left: 20px;
}

#contactus p {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}

#contactus a {
 text-decoration: none;
}
#contactus a:link {/* unvisited link */
	color: #000000;
}  
#contactus a:active {/* selected link */
 color: #000000;
}
#customers {
	position: relative;
	margin: 0px 0;
	width: 960px;
	z-index: 10;	
}

/* @end main */



/* @group sidebar_right */

#sidebar_right {
	float: right;
	width: 280px;
	display: block;
	padding: 2px 2px 2px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
#side-wrap {
	position: relative; 
	margin: 0px 0;
	width: 314px;
	float: right;
}

	span.side-img {
		display:block;
		height: 388px;
		float: right;
	}
	span#img-products { width: 314px; }
	

/* @end sidebar_right */

/* @twitter widget */

#twitter_div {
	height: 68px;
	width: 325px;
	background: #eee;
	padding-right: 0px;
	z-index: 4;
	position: absolute;
	right: 0px;
	top: 210px;
	padding-top: 15px;
	-moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

#twitter_div a {
 text-decoration: none;
 font-size: 9px;
}
#twitter_div a:link {/* unvisited link */
	color: #FF0099;
}     
#twitter_div a:visited {/* visited link */
	color: #FF3399;
}  
#twitter_div a:hover { /* mouse over link */
 color: #6B8E23;
 text-decoration: underline;
}  
#twitter_div a:active {/* selected link */
 color: #ff3399;
}

#twitter_update_list li{
	padding-left: 10px;
	font-family: 'Quicksand', sans-serif; font-weight: 400;
	font-size: 11px;
}

p#twitter-link {
	text-align: center;
	color: #333333;
	display:block;
	font-size: 10px;
font-family: 'Quicksand', sans-serif; font-weight: 400;
	font-weight: bold;
	text-transform: uppercase;
}
#twitter-link a {
	color: #333333;
 	text-decoration: none;
}
#twitter-link a:link {
	color: #333333;
}
#twitter-link a:visited {
	color: #333333;
}
#twitter-link a:hover {
	color: #333333;
}
#twitter-link a:active {
	color: #333333;
}

/* @twitter widget */

/* @group footer */

#footer {
 width: 960px;
 margin-top: 10px;
 display: block;
 clear: both;
 font-size: 11px;
 float: left;
 padding: 20px 0 0;
	text-align: center;
	font-family: 'Quicksand', sans-serif; 
	font-weight: 400;

}

/* @end footer */

/* @end layout */


/* @group nav */

/* @group #top_nav */

#top ul {
 position: absolute;
 top: 8px;
 right: 210px;
 margin-top: 2px;
 float: right;
}
#top ul li {
 color:#120900;
 display:inline;
 font-size: 12px;
}
#top_nav a {
 color:#120900;
 margin: 0 6px 0 0;
 padding: 0;
 font-size: 12px;
 text-align: right;
}
#top_nav a:hover {
 text-decoration: underline;
}

/* @end top_nav */


/* @group #primary_nav */

#primary_nav_bar {
 background: #000;
 float: left;
 color: #fff;
 text-transform: uppercase;
 font-family: 'Quicksand', sans-serif; 
 font-weight: 400;
 width: 960px;
 height: 38px;
 margin-top: 8px;

}
#primary_nav li {
 float:left;
 display:inline;
 height: 38px;
 margin: 0;
 padding: 0 2px 0 0;
}
#primary_nav a {
 color: #FFFFFF;
 float:left;
 display:block;
 position:relative;
 height: 30px;
 padding: 10px 14px 0;
 text-decoration:none;
 font-family: 'Quicksand', sans-serif; 
 font-weight: 400;
 vertical-align: middle;
 font-size: 12px;
}
#primary_nav a:hover {
	color: #8cc63e;
	cursor: pointer;
}
#primary_nav a.active {
	color: #00ff00;
}
#primary_nav .first a {
 color: #FFFFFF;
 float:left;
 display:block;
 position:relative;
 height: 30px;
 padding: 10px 14px 0;
 text-decoration:none;
 font-family: 'Quicksand', sans-serif; font-weight: 400;
 vertical-align: middle;
 font-size: 12px;
}
#primary_nav .first a:hover {
	color: #8cc63e;
	cursor: pointer;
}
#primary_nav li.first a.active {
	color: #FFFFFF;
}

#blog {
	right: 0px;
	position: absolute;
	top: 145px;
   }
      
/* @end primary_nav */



/* @group #footer_nav */

#footer_nav {
 margin: 10px auto 14px;
 text-align:center;
  right: 115px;
}
#footer_nav li {
 display: block;
 display: inline;
 margin-left: 10px;
}
#footer_nav li a, #footer_nav li a:visited {
 font-size: 13px;
 text-transform: uppercase;
 margin: 0 auto;
}
#footer_nav li a:hover {
 text-decoration: underline;
}
#footer_nav li.active a {
  font-weight: bold;
}
#footer_nav li.active a:hover {
 text-decoration: none;
}
#footer li.leaf {
  margin: 0;
}

/* @end footer_nav */

/* @end nav */


/* @group regions */



/* @group main */

#main h1 {
 color: #00ff00;
}
#main h2 {
 color: #00ff00;
 margin-top: 20px;
}
#main h3 {
 color: #00ff00;
}
#main h4 {
 color: #00ff00;
}
#main h5 {
 color: #00ff00;
}
#main h6 {
 color: #00ff00;
}
#main p {
	color: #333333;
	text-align: justify;
}
#main a {
 text-decoration: none;
}
#main a:link {/* unvisited link */
	color: #FF0066;
}     
#main a:visited {/* visited link */
	color: #FF0066;
}  
#main a:hover { /* mouse over link */
	color: #FF0066;
	text-decoration: underline;
}  
#main a:active {/* selected link */
	color: #000000;
}
#promo_front .more {
 text-align: right;
}
#promo_one_front {
 float: left;
 width: 408px;
 display: block;
}
#promo_two_front {
 float: right;
 width: 178px;
 display: block;
}
#main-column.press {
	z-index:100;
	height: 430px;
	right: 75px;
}

#main-column.press #press-title {
	position: absolute;
	top: 290px;
	left: 570px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 9px;
	font-family: 'Quicksand', sans-serif; font-weight: 400;
	margin-left: 10px;
}
.entry ul,
.entry ol {
	padding:0 0 0 25px;
}
.entry ul li {
	list-style-type: disc;
}
.entry ol li {
	list-style-type: decimal;
}
.entry p,
.entry ul {
	margin:0 0 1em 0;
}
.entry ul {
	overflow: hidden;
}
#main-column.press .entry p,
#main-column.press .entry ul {
	margin: 0;
}
.entry {
	overflow: hidden;
	clear:both;
}


/* @end Main */



/* @group sidebar_right */

#right {
	top: 10px;
	left: 0px;
	z-index: 4;
}
#sidebar_right h1 {
 color:#120900;
}
#sidebar_right h2 {
 color:#120900;
 margin-top: 20px;
}
#sidebar_right h3 {
 color:#120900;
}
#sidebar_right h4 {
 color:#120900;
}
#sidebar_right h5 {
 color:#120900;
}
#sidebar_right h6 {
 color:#120900;
}
#sidebar_right p {
 color:#120900;
}
#sidebar_right a {
 font-weight: bold;
}

#sidebar_right a:link {/* unvisited link */
 color:#120900;
}     
#sidebar_right a:visited {/* visited link */
 color:#120900;
}  
#sidebar_right a:hover { /* mouse over link */
 color:#120900;
 text-decoration: underline;
}  
#sidebar_right a:active {/* selected link */
 color:#120900;
}

#twitter {
	right: 230px;
	position: absolute;
	top: 535px;
	width: 50px;
   }

#tumblr {
	right: 130px;
	position: absolute;
	top: 535px;
	width: 50px;
	height: 50px:
   }
   
#facebook {
	right: 30px;
	position: absolute;
	top: 535px;
	width: 50px;
	height: 50px;
   }

/* @end sidebar_left */




/* @group #footer */

#footer {
 margin: 0 auto;
}
#footer p {
 color: #00ff00;
}
#footer a {
 color: #00ff00;
 text-decoration: underline;
}
#footer a:link {/* unvisited link */
 color: #00ff00;
}     
#footer a:visited {/* visited link */
 color: #00ff00;
}  
#footer a:hover { /* mouse over link */
 color: #00ff00;
}  
#footer a:active {/* selected link */
 color: #00ff00;
}
p#legal {
	text-align: center;
	margin: 0 0 20px;
	color: #333333;
}


/* @end #footer */

/* @presspage boxes */




/* Sliding Divs */
div.scrollable { 
	/* required settings */ 
	position:relative; 
	overflow:hidden;          
	width: 560px;     
	height: 427px; 
	margin-top: 0px;
	   
} 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;         
}
div.scrollable div.items div.post {
	width: 560px;
	float: left;
	
}
#controls {
	clear: both;
	height: 23px;
	width: 375px;
	background-color: #252525;
	padding: 2px 2px 0 0;
	margin-left: 570px;
	margin-top: -420px;
}
#controls li {
	float: right;
}
#controls a {
	display: block;
	background-image:url(http://www.casadiculture.com/media/press/pressbutons.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height:21px;
}
#controls a:hover {
	cursor: pointer;
}
#controls a.next {
	background-position: -109px 0;
	width: 30px;
}

#controls a.stop {
	background-position: -60px 0;
	width: 25px;
}
#controls a.prev {
	background-position: -29px 0;
	width: 31px;
}
#controls a.download {
	display:block;
	background: transparent url(http://www.casadiculture.com/media/press/moreaction.gif) 0 0 no-repeat;
	width: 112px;
	height: 21px;
	overflow: hidden;
	margin: 0 8px 0 0;
}

div.items div.active {
}
#thumbnails {
	margin-top: 7px;
	margin-left: 570px;
	height: 300px;
	width: 375px;
	z-index: 120;
}
#thumbnails li {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 8px 5px 0;
	width: 179px;
	height: 49px;
	text-align: center;
}
#thumbnails a {
	color: #FFF;
	display: block;
	border: 2px solid #F3F3F3;
	text-align: left;
	width: 175px;
	height: 45px;
	overflow: hidden;
}
#thumbnails a:hover {
	border-color: #698f24;
}
#thumbnails a.active {
	border-color: #698f24;
}

/* JScrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	display:none;
	position: absolute;
	cursor: pointer;
	left: 20px;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}


/* @end #regions */


/* @group #top_nav */

