/*
Theme Name: DI
Theme URI: http://www.dynamicintegrations.com/
Description: <a href="http://www.dynint.pro/" target="_blank">Dynamic Integrations</a> starter theme.  Do not use/modify this theme.  Please copy it for individual projects.
Version: 1.0
Author: Dynamic Integrations
Author URI: http://www.dynamicintegrations.com/
Tags: 
*/



/* Begin Typography & Colors */

body {
    margin: 0;
    margin-bottom:15px;
    padding: 0;
    font-size: 62.5%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    /*background: #d5d6d7 url('images/bg.png');*/
    color: #333;
    text-align: center;
background: url(../../uploads/2011/03/cuacBKGD5.png) repeat fixed 0 0;
}

a{
    color: #a9a9a9;
	text-decoration: underline;
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2{
      margin: 5px 0 0;
	color: #c0c0c0;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
h3 {
	color: #919191;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}
p{
    margin:0;
	color: #424242;
	font: 12px/1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-top: 5px;
}

#page {
    background: #d5d6d7 url('images/bg.png');
    margin: 0 auto;
    padding: 0;
    width: 900px;
    border:none;
    text-align: left;
}

#header {
    background-color: #fff;
    background-image: url('images/logo.png');
    background-repeat:no-repeat;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 900px;
}

.description{
    float:right;
    margin-top:78px;
    margin-right:115px;
    font-size:18px;
    color:#666;
}

#menu {
    width: 900px;
    height: 150px;
    background-repeat:repeat-x;
    padding:0;
    margin:0;
    margin-left:auto;
    margin-right:auto;
}

#menu ul{
   /* list-style-type:none;
    text-align: left;
    margin:0;
    padding:0;*/
}

#menu li{
   list-style-type:none;
   position:relative;
    float:left;
    width: 100px;
    height: 150px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
}

#menu li:hover {
    background-position: 0px -150px;
}

#menu li.current_page_item {
    background-position: 0px -300px;
}

#menu a {
    width: 100px;
    height: 150px;
    display:block;
    padding: 0px;
    background-position: 0 0;
    background-repeat:no-repeat;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
}

#menu ul li a{
    color:#fff;
    text-decoration:none;
    /*font-weight:bold;*/
    font-size:11px;
    height: 40px;
    line-height: 40px;
    vertical-align:middle;
    padding-left:10px;
    width:110px;
}


/*#menu a.active:hover {
    background-position: 0 -300px;
}*/



#menu li ul{
    display:none;
    position:absolute;
    background-color:#5C869E;
    left:0;
    top:150px;
    width:100px;
    height:40px;
    margin:0;
    padding:0;
    z-index:100;
}

#menu li:hover ul{
    display:block;
}

#menu li ul li{
    padding:0;
    margin:0;
    background-color:#5C869E;
    border:none;
    height:40px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#fff;
    width:120px;
    text-align:left;
}

#menu li ul li:hover{
    background-color:#afbd20;
    color:#fff;
}

.page-item-260{
    background-image: url(images/cuacNav.png);

}

.page-item-13{
    background-image:url(images/cuacNavExhibitions.png);

}

.page-item-49{
    background-image:url(images/cuacNavEducation.png);
}

.page-item-269{
    background-image:url(images/cuacNavContactUs.png);
}

.page-item-3{
    background-image:url(images/cuacNavSupport.png);
}

.page-item-53{
    background-image:url(images/cuacNavForArtists.png);

}

.page-item-87{
    background-image:url(images/cuacNavForPress.png);
}

.page-item-346{
    background-image:url(images/cuacNavBlog.png);
}

.page-item-60{
    background-image:url(images/cuacNavApply.png);
}

.ngg-album-compact h4{
    width:100px;
    overflow:hidden;
}

.ngg-album-desc{
    font-size:10px;
}

.ngg-navigation{
    padding-bottom:15px;
}

/*#headerMenu{
    height:30px;
    background-image:url(images/topBar.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#444;
}*/

#contentContainer{
    margin: 15px 0 15px 18px;
    width:650px;
    float:right;
   /* background-color:fuchsia;*/
}
#contentTop{
    width:100%;
    height:15px;
    /*background-image:url(images/contentTop.png);*/
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    display:none;
}

#contentRepeat{
    width:100%;
    min-height:10px;
    background-image:url(images/contentRepeat.png);
    background-repeat:repeat-y;
    margin:0;
    padding:0;
}

#contentBottom{
    width:100%;
    height:15px;
    /*background-image:url(images/contentBottom.png);*/
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    display:none;
}

#content {
    width:100%;
    background-color:#fff;
    margin:0;
    padding:0;
    padding-top:1px;
    padding-bottom:1px;
}

#content.narrowcolumn {
    width: 100%;
}

#content.widecolumn {
    width: 100%;
    line-height: 1.6em;
}

#commentform textarea{
    width:100%;
}


.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.post {
    margin-top:5px;
    margin-bottom:5px;
}

.postmetadata {
    padding-top: 5px;
    text-align: center;
    padding-bottom:5px;;
}

.entry{
    padding:1px;
    margin:1px;
}


#sidebarContainer{
    margin: 16px;
    margin-top:20px;
    width:200px;
    float:right;
}

#sidebarTop{
    width:200px;
    height:15px;
    
    background-repeat:no-repeat;
    margin:0;
    padding:0;
}

#sidebarRepeat{
    width:200px;
    min-height:15px;
    
    background-repeat:repeat-y;
    margin:0;
    padding:0;
}
#sidebarBottom{
    width:200px;
    height:15px;
    
    background-repeat:no-repeat;
    margin:0;
    padding:0;
}
#sidebar {
	
    width:180px;
    margin:0;
    margin-left:5px;
    margin-right:10px;
    padding:5px;
    padding-top: 1px;
    padding-bottom:1px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar h2{
	color: #5e5e5e;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin-right: px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

#sidebar ul li{
    margin-top:15px;
}

#sidebar ul li ul li{
    margin-top:5px;
}

#twitter-tools div.aktt_tweets ul li {
	background-color: #eaeaea;
	padding: 2px;
	list-style-image: url(../../uploads/2009/11/twitter_16.png);
	list-style-position: inside;
	
}
#ics-calendar-widget li {
	list-style-image: url(../../uploads/2009/11/calendar_16.png);
	list-style-position: inside;
	background-color: #eaeaea;
	padding: 2px;
}

#searchform {
    width:150px;
    text-align: left;
}

#searchform input{
    width:100px;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    text-decoration: none;
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}


#footer {
    margin:0;
    padding:0;
    color:#bbb;
    text-align:center;
    clear:both;
    height:40px;
    width:900px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/footer.png);
    background-repeat:no-repeat;
    font-size:12px;
}

#footer p{
    padding-top:15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797979;
	text-align: center;
}

#footer a{
    color:#fff;
}

p img {
    padding: 0;
    padding-top:10px;
    padding-bottom:10px;
    max-width: 100%;
    border:none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}



li.page-item-24,
li.page-item-24 li{
    display:none;
}


.wpsc_buy_button{
    /*display:none;*/
}

/*






a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        color: #86B440;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}


h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
        color: #86B440;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:visited, h2 a:hover {
	text-decoration: none;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}





h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}



h3, h3 a, h3 a:visited {
	color: #333;
	}



 h3, h3 a, h3 a:visited, h3 a:hover {
	text-decoration: none;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


 cite {
	text-decoration: none;
	}




.widecolumn .entry p {
	font-size: 1.05em;
	}






.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}





.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}





small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}











.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}







#header h2.widgettitle{
	display:none;
}

#header ul {
margin: 0;
	padding: 0;
	width: 150px;

}

#header li {
	position: relative;
	list-style: none;
}

#header li ul li ul{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

#header ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

#header li:hover ul { 
	display: block; 
}







#header li a{
	color:#456;
}






#headerimg .description {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 830px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
















html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}




#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}





.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}





#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 630px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}




#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}





acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}





.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/