/* @override http://localhost:8888/po/css/main.css */

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

#html, body {
  	top: 0px;
  	right: 0px;
  	bottom: 0px;
  	left: 0px;
  	width:1062px;
  	height: 100%;
  	margin: auto;
  	font-family:Arial, Helvetica, sans-serif;
  	background: url('../cloud_background.gif');
}

/* artist name and info title */
h1 { 
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:32px;
}

/* artwork title */
h2 {
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}

h2.sub_title {  
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

/* about us headlines */
h3.headline {  
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}

/* section 1 */
h3 {
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

/* links */
a {
	color:#666666;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;

}

a:hover {
	color:#999999;
}

ul {
	list-style-type:none;
	margin-left:-37px;
	#margin-left:0px;
}
	
p {
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}

.hidden { display: none; }

.leftColumn {
	float:left;
	width:260px;
}

.rightColumn {
	float:left;
	width:580px;
	margin-bottom:20px;
	
}

.left {
	float:left;
}

.right {
	float:right;
}

h1#logo_hold {  
	margin: 0;
}

#header {
	border-bottom: 1px solid #CCCCCC;
	padding-top:20px;
	margin-bottom:30px;
}

#header a { padding-right: 40px; }

#footer {
	padding-top:10px;
	width:860px;
	height:40px;
	float:left;
	border-top: 1px solid #CCCCCC;
}

#footer a {
	font-size:12px;
}
#eventsButton {
	color:#999999;
}
#eventsButton:hover {
	color:#666666;
}

#content p { 
	font-size: 14px; 
	color: #333333; 
}

.right a {  
	padding-right: 20px;
}

#contact {  
	width: 230px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#contact p { margin-top: 0; }


#outside_col {  
	margin-left: 900px;
	width: 200px;
	height: 200px;
	background: red;
}

.event_wrap {  
	clear: both;
}

.event_wrap .left { padding: 0 10px 20px 0; }
.event_wrap .right { padding: 0 0 20px 10px; }
.event_wrap p { margin-top: 0; text-align: justify; }

.event_wrap h3 {  
	color: #000;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 4px 0;
}

.date {  
	margin: ;
	padding: ;
	font-style: italic;
	color: #999;
}
