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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
: focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #b6b6b6 url(../img/background.gif) top left repeat-x;
}

#container-top {
    background: url(../img/container-top_bg.png) top center repeat-y;
    width: 1004px;
    height: 27px;
    margin: 0 auto;
    margin-top: 20px;
}

#container {
    background: url(../img/container_bg.png) top center repeat-y;
    width: 958px;
    margin: 0 auto;
	padding: 0 22px;
}
#container-wrapper {
	padding:0;
    position: relative;
}

#container-bottom {
    background: url(../img/container-bottom_bg.png) top center repeat-y;
    width: 1004px;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#left-column {
    width: 442px;
    float: left;
    padding-left: 4px;
    padding-bottom: 350px;
}

#content {
    margin-left: 475px;
    padding: 15px;
	margin-right:5px;
}

#footer {
	margin: 0 auto;
    padding: 0 22px;
    width: 400px;
    margin-left: 5px;
    position: absolute;
    bottom: 20px;
    padding-top: 280px;
    padding-bottom: 0px;
    background: url(../img/logo_bkg_big.png) 41px 0px no-repeat;
    text-align: right;
}

#footer a {
    color: #4d6887;
}

#header {
    display: block;
    text-align: center;
    padding-top: 30px;
}
/*Fonts and colors*/
body {
    font-family: Tahoma, sans-serif;
    font-size: small;
    color: #9e9e9e;
}

#container {
    font-size: 110%;
}

h1 {
    font-family: Georgia, Times, serif;
    font-size: 3em;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #6d76d1;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
}

h3 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #afb7f0;
}

h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #8188c0;
}
h6 {
	font-size:0.8em;
	font-weight:normal;
}

p {
    line-height: 1.2em;
    text-align: justify;
}

ul {
    list-style: none;
    list-style-image: url(../img/bullet.gif);
}

ol {
    list-style-image: none;
    list-style: decimal;
}

ul, ol {
    margin-left: 20px;
    color: #babbc7;
}

ul li, ol li {
    margin: 10px 0;
}
#content ul,
#content dl,
#content ol {
	margin-left:20px;
}
a {
    color: #3495d2;
    color: #8590ff;
    color: #999fcc;
}

b, strong {
    color: #aeaeae;
}
/*Main menu*/
#main_menu {
    font-size: 1em;
    margin: 20px 0;
    list-style: none;
    list-style-image: none;
	padding:0; 
}

#main_menu ul {
    list-style: none;
	list-style-image:none;
    margin: 0;
}

#main_menu li {
    margin: 0;
    margin-right: 20px;
}

#main_menu li ul {
    margin: 0;
    /*
     position:absolute;
     background:#e2e2e2;
     margin-left:50px;
     */
}

#main_menu li a {
    padding-left: 140px;
    border-bottom: 1px solid #cccccc;
    background: url(../img/main_menu_bg.jpg) 110px -0px no-repeat;
    line-height: 30px;
    text-decoration: none;
    color: #767676;
    display: block;
    height: 30px;
}

#main_menu li.current a {
    background: url(../img/main_menu_bg.jpg) 110px -30px no-repeat;
}

#main_menu li a:hover {
    background: url(../img/main_menu_bg.jpg) 110px -90px no-repeat;
    color: #fba849;
}

#main_menu li.current li a, #main_menu li li a {
    padding-left: 160px;
    border-bottom: 1px solid #cccccc;
    background: url(../img/main_menu_bg.jpg) 130px -60px no-repeat;
    line-height: 30px;
    text-decoration: none;
    color: #767676;
    display: block;
    height: 30px;
}

#main_menu li li a:hover {
    background: url(../img/main_menu_bg.jpg) 130px -90px no-repeat;
    color: #fba849;
}
/*inside pages*/
#body-inside #container {
    background: url(../img/container-inside_bg.png) top center repeat-y;
}

#body-inside #left-column {
    width: 320px;
}

#body-inside #main_menu li a {
    padding-left: 40px;
    background: url(../img/main_menu_bg.jpg) 20px -0px no-repeat;
}

#body-inside #main_menu li a:hover {
    background: url(../img/main_menu_bg.jpg) 20px -90px no-repeat;
    color: #fba849;
}

#body-inside #main_menu li.current li a, #body-inside #main_menu li li a {
    padding-left: 60px;
    border-bottom: 1px solid #cccccc;
    background: url(../img/main_menu_bg.jpg) 40px -60px no-repeat;
}

#body-inside #main_menu li li a:hover {
    background: url(../img/main_menu_bg.jpg) 40px -90px no-repeat;
    color: #fba849;
}

#body-inside #content {
    margin-left: 325px;
}

#body-inside #footer {
    width: 268px;
    padding-right: 10px;
    font-size: 1em;
}

#body-inside #container-bottom {
    background: url(../img/container-bottom-inside_bg.png) bottom center repeat-y;
    width: 1004px;
    height: 27px;
}

#footer a.tsLink {
    color: #949494;
    text-decoration: none;
}
/*Events*/
.event-list {
}

.event-item {
    min-height: 100px;
    height: auto !important;
    height: 100px;
    
	padding-bottom: 1em;
	margin-bottom: 30px;
	border-bottom:1px solid #666;	
}

.event-thumbnail {
    float: left;
    margin-right: 20px;
}

.event-info {
    margin: 10px 0;
}

.event-basics {
    margin-left: 120px;
}
.event-item .no-thumbnail{
    margin-left: 0px;
}

.event-item .morelink {
    text-align: right;
    padding-top: 10px;
    padding-right: 50px;
}

.event-website {
    text-align: left;
}
#past-events-link{
    text-align: right;
}
/*Contact Form*/
.error-message {
    /*color: #aa3333;*/
    color: #DF5151;
}

#contact-form label {
    width: 120px;
    float: left;
    margin-bottom: 5px;
}

#contact-form .input input {
    width: 180px;
    margin-bottom: 5px;
}

#contact-form .captcha-image label, #contact-form .captcha_input label, #contact-form .textarea label {
    width: auto;
    display: block;
    float: none;
}

#contact-form .textarea label {
    margin: 0;
    padding: 0;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

#contact-form textarea {
    width: 300px;
    margin: 0;
    padding: 0;
}

#contact-form .contact_email_input {
    display: none;
}

input {
    vertical-align: middle;
}

.submit-image input {
    border: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    width: auto;
    height: auto;
}
/*Login Box*/
#login-box {
    width: auto;
    height: 26px;
    position: absolute;
    top: -40px;
    right: 25px;
    /*background: url(../img/login.png) top left no-repeat;*/
}

#login-box * {
    display: inline;
}

#login-box input {
    background: transparent;
    width: 106px;
    height: 16px;
    line-height: 15px;
    padding: 5px 6px;
    margin-right: 8px;
    color: #eaeaea;
    font-weight: bold;
    vertical-align: middle;
	border:0px none;
    background: url(../img/login.png) top left no-repeat;
}

#login-box .submit input {
    width: 35px;
    height: 26px;
    padding: 0;
}
/*Member Login Form*/
#member_login_form_div {
    margin-top: 10%;
}

.login_form fieldset {
    border: 1px solid black;
    padding: 10px;
    width: 350px;
    margin: 30px auto;
}
.login_form fieldset p{
	margin:10px 0;
}

.login_form fieldset legend {
    font-weight: normal;
    font-size: 1.4em;
    color: #6d76d1;
}

.login_form label {
    float: left;
    width: 120px;
}

.login_form .submit {
    margin-left: 120px;
}
/*Member Box*/
#member-box {
    width: auto;
    height: 26px;
    position: absolute;
    top: -40px;
    right: 25px;
    background: transparent;
}
/*Members Menu*/
#member-menu ul {
    list-style: none;
    list-style-image: none;
}

#member-menu ul li {
    display: inline;
}

#member-menu ul li a {
    padding: 10px;
    line-height: 25px;
    text-decoration: none;
}
/*Gallery images*/
.gallery-list {
}

.gallery-list .gallery {
    margin: 10px 10px 0 0;
    min-height: 130px;
    height: auto !important;
    height: 130px;
}

.gallery-list .gallery-image {
    float: left;
    margin: 0 20px 0 0;
}

.gallery-list .gallery-link {
    text-align: right;
}

.gallery-image-list * {
    vertical-align: middle;
}
.portfolio-addtl-images a {
	line-height:140px;
/*
	display:block;
	width:120px;
	height:120px;
	float:left;
*/
}
.portfolio-addtl-images a img {
	margin-bottom:10px;
}
.gallery-image-list img:hover {
    /*width: 80px;
    height: 64px;*/
}

.main-gallery-link {
    margin-top: 10px;
    text-align: right;
}
/*Profiles*/
ul#member-actions {
    position: absolute;
    top: 3px;
    right: 40px;
    list-style: none;
    list-style-image: none;
}

ul#member-actions li {
    display: inline;
    padding: 5px 0px;
    border: 1px solid #4C6786;
    border-top: 0px none;
    background: #E0E0E0;
}

ul#member-actions li a {
    padding: 5px 10px;
    color: #000;
}
/*Profiles update form*/
#profiles_form fieldset {
    width: 100%;
}

#profiles_form label {
    font-weight: bold;
	margin-top:10px;
	margin-bottom:5px;
}
#profiles_form .radio label {
	margin:0;
}

#profiles_form fieldset legend {
}

#profiles_form .input {
    clear: left;
    margin-bottom: 10px;
	vertical-align:top;
}

#profiles_form .crud_help_text {
    font-size: 0.9em;
    text-align: right;
    padding-right: 30px;
}

#profiles_form .input label {
    float: left;
    width: 100px;
	line-height:1em;
	margin-top:0;
}

#profiles_form select {
	height:1.5em;
}
#profiles_form .input input {
    width: 450px;
	height:1.5em;
}

#profiles_form .half-input {
    float: left;
    width: 49%;
    margin: 10px 0;
}

#profiles_form .half-input label {
    float: left;
    width: 100px;
	margin-top:0;
}

#profiles_form .half-input input {
	height:1.5em;
    width: 160px;
}
#profiles_form .block-input {
}
#profiles_form .block-label label,
#profiles_form .block-input label {
	display:block;
	width:100%;
	clear:both;
}
#profiles_form .block-label .checkbox label{
	clear:none;
	width:auto;
	display:inline;
}
#profiles_form .block-input input {
	clear:both;
}
#profiles_form .inline-input label,
#profiles_form .inline-input input {
	display:inline;
	width:auto;
	float:none;
}
#profiles_form .inline-block-input input{
	float:left;
	clear:left;
	margin-right:10px;
}
#profiles_form .inline-block-input label{
	width:auto;
	float:left;
	clear:right;
}
#profiles_form .cash-input {
	margin-bottom:10px;
}
#profiles_form .cash-input input {
	width:3em;
	margin-right:10px;
}
#profiles_form .multicheck-scroll {
    margin: 10px 0;
    width: 100%;
    clear: both;
}

#profiles_form .optional_text input {
    width: 90%;
}

#profiles_form .multicheck-scroll .crud_help_text {
    text-align: left;
}

#profiles_form .multicheck-scroll .wrapper {
    margin: 10px 0;
}

#profiles_form .multicheck-scroll label {
}
#profiles_form .multicheck-scroll .checkbox label {
    font-weight: normal;
}

#profiles_form .multicheck-scroll .checkbox {
	clear:left;
}

#profiles_form input.form-error {
	background:#ffbbbb;
	border-width:1px;
}
#profile-info .info-data{
	margin:10px 0;
}

/*Portfolios*/
#body-portfolio #container{
	background-image:url(../img/container-portfolio_bg.png);
	color:#6e6e6e;
}
#body-portfolio #container-bottom{
	background-image:url(../img/container-bottom-portfolio_bg.png);
	height:27px;
}
#body-portfolio #left-column{
	padding-bottom:60px;
}
#body-portfolio #left-border{
	width:84px;
	min-height:300px;
	height:auto!important;
	height:300px;
	float:left;
}
#body-portfolio #header-logo{
	width:73px;
	height:35px;
	background:url(../img/logo_small.png) top left no-repeat;
	display:block;
	margin:10px 5px;
}
#body-portfolio #header{
	clear:both;
	background:url(../img/back.png) top left no-repeat;
	text-decoration:none;
	color:#3291cd;
	font-weight:bold;
	padding:0;
	margin-left:2px;
	margin-top:20px;
	padding-left:20px;
	padding-right:5px;
	font-size:0.9em;
	text-align:left;
	
}
#body-portfolio #left-content{
	padding-top:30px;
	margin-left:95px;
}
#body-portfolio #content{
	text-align:right;	
}
#body-portfolio h1,
#body-portfolio h2{
	text-align:right;
	padding-right:20px;
}
#body-portfolio h2{
	color:#aaa;
	text-transform:none;
}
#body-portfolio h3{
	color:#8e8e8e;
	font-size:1.3em;
	font-weight:bold;
}
#body-portfolio #artist-statement{
	padding:0 10px;
	margin:10px 0 20px 0;
}
#body-portfolio #footer{
	background:none;
	padding-top:20px;
}
#body-portfolio #portfolio_image_list a img.first{
	clear:both;
	margin-top:-15px;
	margin-bottom:15px;
}
dl.artist-info dt,
dl.artist-info dd{
	display:block;
}
dl.artist-info dt{
	font-weight:bold;
	float:left;
	width:110px;	
}
dl.artist-info dd{
	clear:right;
	margin-left:110px;
}


/*Events form*/
#events_form{
		
}
.crud_help_text{
	font-size:0.9em;
	text-align:right;
	padding-right:30px;
	padding-top:3px;
}
.crud_form .input{
	margin:20px 0;
	clear:left;	
}
.crud_form .text input{
	width:400px;
}
.crud_form label{
	width:150px;
	float:left;
}
.crud_form .radio label,
.crud_form .checkbox label{
	width:auto;
	float:none;
	margin-right:15px;
}
.crud_form .radio input,
.crud_form .checkbox input{
	width:auto!important;
	margin-right:5px;
}
.crud_form .textarea label{
	float:none;
	width:100%;
	padding-bottom:10px;
}
.crud_form .textarea textarea{
	margin-top:10px;
	width:550px;
}
.crud_form .textarea .crud_help_text{
	text-align:left;
}
.crud_form .required label{
	font-weight:bold;
	color: #ffcc00;	
}
.crud_form .required input{
	border:1px solid red;
}
.crud_form legend{
	font-weight:bold;
	font-size:1.5em;
	color: #afb7f0;	
}
.crud_form .multicheck .checkbox {
	width:96%;
	float:left;
	clear:none;
	margin:0;
}
.crud_form .multicheck .crud_help_text{
	clear:both;
	text-align:left;
}
.multicheck {
	margin:0;
}

#member-search .multicheck-scroll label {
	float:none;	
}
#member-search .multicheck,
#member-search .multicheck-scroll {
	float:left;
	width:45%;
	clear:none;
	margin:10px 5px;
}
#member-search .multicheck-scroll .wrapper{
	height:10em;
	overflow:auto;	
	margin:0;
	border:1px solid #f2f2f2;
}


.member-actions{
	margin:20px 0;
}


table.member_list{
	width:100%;
}
table.member_list th,
table.member_list td{
	border:1px solid #6a6a6a;
	padding:2px 10px;
}
table.member_list th.date,
table.member_list td.date{
	width:180px;
	text-align:center;
}
table.member_list th.actions,
table.member_list td.actions{
	width:100px;
	text-align:center;
}


/*Search results*/
.search_results table{
	width:100%;
}
.search_results table th.actions,
.search_results table td.actions{
	width:120px;
}

/*Gallery Images*/
.gallery-images{
	width:95%;
	background:#f2f2f2;
	list-style:none;
	list-style-image:none;
}
.gallery-images .gallery-image-item{
	margin:10px;
	border:2px silver dashed;
	float:left;
	width:120px;
	height:160px;
	padding:5px 10px;
	text-align:center;
	vertical-align:middle;
	list-style:none;
	list-style-image:none;
}
.gallery-images .gallery-image-item *{
	vertical-align:middle;
}
.gallery-images .gallery-image-item .title{
	height:1.1em;
	overflow:hidden;	
}
.gallery-images .handle{
	background:#f2f2f2;
	margin:-5px -10px 10px -10px;
	padding:2px 0;
	cursor:move; 
}
.gallery-list .gallery{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
}
#portfolio_images_form label{
	width:100%;
	clear:both;
}
#portfolio_images_form .crud_help_text{
	text-align:left;	
}


div.flash-error-message{
	border:1px solid #bb0000;
	background-color:#ffaaaa;
	padding:5px;
	color:#700;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
}

ul.indent {
	list-style:none;
	list-style-image:none;
	margin-left:3em;
}


.cake-sql-log,
.cake-debug{
	background:#000;
	color:#f2f2f2;
}


/*Change password*/
#password_form_div {
	margin:20px 0;
}
#password_form_div legend{
	font-size:1.8em;
	margin:0 0 10px 0;
}
#password_form_div label{
	float:left;
	width:170px;
	font-weight:bold;
	margin-bottom:5px;
}
#password_form_div input{
	margin-bottom:5px;
}

fieldset.layout{
	border:0px none;
	margin:0;
	padding:0;
}
