/*

Theme Name: Arts Mill NSAA

Theme URI: http://www.iniziocreative.com

Description: A Wordpress Theme designed for the NSAA Arts Mill.

Version: 1.0

Author: Inizio Creative

Author URI: http://www.iniziocreative.com

Tags: arts, multiple options

*/

/* BEGIN user editable area */
body  { 
	color: #222;
	background-image: url(../../uploads/2011/02/textured-background.gif);
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px 0 0;
}

.container { 
	margin-top: 10px;
	width: 1150px;
	margin: 0px auto;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 20px;
	background-color: transparent /*#fff*/;
}

#content {
	background-image: url(../../uploads/2011/02/canvas1.gif);
	background-color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em;
    margin: 10px 10px 50px;
    padding: 20px;
    text-align: left;
	width: 1050px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contentBlog {
	background-image: url(../../uploads/2011/02/canvas1.gif);
	font-weight : normal;
	text-align : left;
	line-height: 1.8em;
	font-size: 12px;
	padding: 20px;
	margin: 10px 10px 50px;
	float:left;
	width: 800px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px; 
line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
}

/* @group htags */

h1,h2,h3,h4,h5,h6,form,fieldset {
	margin:0;
	padding:0;
}

h1 { 
	/*font-size: ($WPFolio_headline_size)  */}
h2 { 
	/*color: (WPFolio_highlight_color)  */ 
}
h3 {
	font-size: 16px;
line-height: 20px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	padding: 3px 0 15px 0;
	margin: 0;
	text-align: left;
	color: #545454;
}
h4 {
	font-size: 14px;
line-height: 18px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	padding: 15px 0 3px 0;
	margin: 0;
	text-align: left;
	clear:both;
	color: #222;
}
.low {
	display:none;
}

#content h2, #content h2 a, #contentBlog h2, #contentBlog h2 a {
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 18px;
line-height: 22px;
	text-align: left;
	color: #222;
	text-transform: capitalize;
	clear: both;
}

h2.pagetitle {
	text-transform: capitalize;
	text-align: left;
}
/* @end */

/* @group links */
a  {     
	color : #545454;
	text-decoration : none;
	font-weight : bold;
}
a:link  {      
	text-decoration : none;
	font-weight : bold;
	}
a:visited {    
	text-decoration : none;
	font-weight : bold;
}
a:active  {     
	text-decoration : none;
	font-weight : bold;
	}
a:hover  {      
	text-decoration : none;
	font-weight : bold;
}
/* @end */

/* @group header */
/* To change your header image create an image that is 	*/
/* 900 pixels wide by ~150 pixels high and name it 		*/
/* header.jpg and place in the images folder in your 	*/
/* theme directory. Then add the url as noted below.	*/
div#header    {
	margin-left: 0;
	padding: 10px 10px 30px;
	height: 115px;
}
div#header img {
	border: none;
}
.headertext {  
	text-align: left;
	padding: 0;
	margin: 0 0 2px 0;
	float: right;
	clear: right;
	width:500px;	
}

.headertext h1 a { 
	font-weight: normal; 
	font-style: normal;  
	}

.headertext h1 a:hover { 
	opacity: 0.25;
	}

#header h4 {
	margin: 1.5em 0.5em 0 0;
    padding: 0;
	font-weight: normal;
	font-style: normal;
	float: left;
	display: block;
	color: #001a49;
	font-family: "Courier New", Courier, monospace;
	width: 400px;
	text-align: right;
}

a.nsaaLOGO {
	float:right;
	display:block;
}
/* @end */

/* @group .entry styles */

div.entry {
	padding : 0px;
	font-size : 11px;
	clear:both;
	margin: 0px auto 20px;
}

div.entry.notblog p {
	text-align: left;
}

.entrycat {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : auto;
	margin-right : auto;
	padding : 0px;
	font-size : 11px;
	font-weight : normal;
	line-height : 16px;
	text-align : center;
	}
.entrycat a {
	text-align: center; 
	padding: 10px;
	font-weight: bold;
}

/* @end */

/* @group images */
.entry img {
	margin : 0 0 0px;
	padding : 8px;
	border : 1px solid #c0c0c0;
	}

.entrycat img {
	margin : 3px 3px 3px 3px;
	padding : 5px;
	border : 1px solid #c0c0c0;
	margin-bottom: 2px;
	}
	
.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;
	font-style: italic;
}

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

.img-frame { 
	width: 25%; 
	min-width: 220px; 
	height:225px; 
	float: left; 
	display: inline; 
	margin-top: 10px; 
	}
.img-container { 
	text-align:center; 
	margin-right:auto; 
	margin-left: auto; 
	display: inline-table; 
	}
.img-frame-caption { 
	width:60%; 
	margin-left:auto; 
	margin-right:auto;
	}
.img-frame-caption a {
	font-weight: normal;
	font-style: normal;
	padding: 0;
}

.page p img {
	padding: 0;
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.artists {
	float: left;
    margin: 0 58px 0 0;
}

.alignright,img.alignright{
float:right;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 0;
}

.alignleft,img.alignleft{
float:left;
	margin-right: 1em;
	margin-left: 0;
	margin-bottom: 0;
}

.aligncenter, img.aligncenter{
display:block;
text-align:center;
margin: 1em auto; /*this might need to be removed*/
}

.notable .alignnone{
	/* alignnone defaults to center for artworks, but not for blog */
}
.entry .alignnone {
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}
/* @end */

/* @group prev/next navigation */
.prevnext {
	text-decoration : none;
	padding : 3px;
	text-align : left;
	font-size: 11px;
	margin: 0px 30px 30px;
}
.prevnext a, link  {  
	text-decoration : none;
	font-weight : normal;
	padding : 3px;
	}
.prevnext a:active  { 
	color : #FFFFFF;
	text-decoration : none;
	font-weight : normal;
	padding : 3px;
	}
.prevnext a:hover  {  
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
	padding : 3px;
	}

div.prevnext_left {
	float: left;
}

div.prevnext_right {
	float: right;
}

div.prevnext_left :before {
	content: "← ";
	font-size: 1.2em;
}

div.prevnext_right :after {
	content: " →";
	font-size: 1.2em;
}
/* @end */

/* @group navbar */
div.nav .widgettitle  { 
	display: none; 
	padding: 0em;
	}
.nav {
	font-family: "Courier New", Courier, monospace;
	/*Cufon.set('fontFamily', 'courier');*/
	text-decoration : none;
	font-weight : bold;
	padding: 0 10px;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
}

.nav ul, .widgettitle ul { 
	float:left;
	margin: 0;
	padding: 0;
}

.nav li, widgettitle li { 
	list-style: none; 
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav a, link   {  
	/*border : 1px solid #c0c0c0;*/
	color : #45493d;
	text-decoration : none;
	font-weight : bold;
	margin-right: 1.75em;
}
* html .nav a, link   {  
	margin-right: 1.5em;
}
*+html .nav a, link   {  
	margin-right: 1.5em;
}
.nav a:active  {  
	/*border: 1px solid #c0c0c0;*/
	text-decoration : none;
	font-weight : bold;
	opacity: 0.5;
}
.nav a:hover  {  
	/*border: 1px solid #c0c0c0;*/
	text-decoration : none;
	color: #001A49;
	font-weight : bold;
	border-bottom: 1px dashed;
	}

div.nav li.current_page_item a, div.nav li.current-cat a {
	font-weight: bold;
	text-transform: uppercase;
}

li#menu-item-33 a {
	margin-right: 0;
	font-weight: bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-main-menu-container {
	float: left;
	padding: 2px 0;
	width: 100%;
	line-height: 20px;
}
.menu-main-menu-container li {
	display: inline-block;
}
.menu-main-menu-container li li {
	display: inline-block;
    border-bottom: 1px solid #CCCCCC;
    clear: left;
    float: left;
    width: 180px;
    /* Hack for IE6/7 - extends border to full width */
    *width:235px;
	text-align: left;
}

.menu-main-menu-container ul ul {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    float:left;
    visibility: hidden; 
	margin: 0;
	display: block;
	width: auto;
	clear: both;
	/* Hack for IE6/7 - corrects erroneous positioning 
	*margin:20px 0 0 -145px;*/
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-main-menu-container table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

.menu-main-menu-container ul ul a, .menu-main-menu-container ul ul a:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 5px;
	margin-right: 0;
	float: left;
}

.menu-main-menu-container a:hover {
	/*border: 1px solid #c0c0c0;*/
	text-decoration : none;
	font-weight : bold;
}

.menu-main-menu-container ul ul a:hover {
	/*border: 1px solid #c0c0c0;*/
	text-decoration : none;
	font-weight: bold;
	color: #001A49;
	border-bottom: none;
}

.menu-main-menu-container :hover > a, .menu-main-menu-container ul ul :hover > a {
	/*border: 1px solid #c0c0c0;*/
	text-decoration : none;
	font-weight : bold;
}

.menu-main-menu-container ul li:hover ul,
.menu-main-menu-container ul a:hover ul{
	visibility:visible;
}
/* @end */

/* @group sidebar */

#sidebar { 
    background-color: transparent;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    list-style: none outside none;
    margin: 20px 10px;
    padding: 20px;
    text-align: left;
    width: 225px;
}
#sidebar li {
	margin: 0 0 40px 0;
}

#sidebar h2.widgettitle {
    border-bottom: 1px dashed;
    color: #001A49;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}
#sidebar ul {
	list-style: none;
	margin-left: 25px;
	padding-left: 0;
}
#sidebar ul li {
    color: #999999;
    list-style: square outside none;
    margin-bottom: 0.5em;
    margin-left: 0;
    padding-left: 0;
}
#sidebar a {
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
} 
#sidebar a:hover {
	opacity: 0.75;
	}

#sidebar form {
	padding-top: 1em;
	padding-bottom: 1em;
}

#sidebar #searchform div label.screen-reader-text {
	display: none;
}

#sidebar .widget_calendar table#wp-calendar {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	text-align: center;
}

/* @end */

/* Search Form */
#searchform .searchbar {
	background: #fff url(../../uploads/2011/02/search.png) no-repeat 169px center;
}
#searchform .searchbar {
    color: #555555;
    font-family: "Courier New",Courier,monospace;
    font-size: 12px;
    padding: 7px 35px 4px 10px;
    width: 150px;
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 15px 0;
	height: 12px;
}
#sidebar.sidebar_right #searchform .searchbar {
	margin-left: -20px;	
}

/* @group comments */
#comments{
	margin-top: 1em;
}
.comment-body {
	border-bottom : 1px solid #E8E8E8;
	text-align : justify;
	margin-bottom : 10px;
	padding : 10px;
	}

.comment-author-admin {
	background: url(images/grey-to-white-gradient.png) repeat-x scroll;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ol.commentlist ul {
	list-style-type: none;
}
/* @end */

/* @group footer styles */
.footerOut {
	background-image: url(../../uploads/2011/02/footer-background.jpg);
	background-repeat: repeat-x;
	float:left;
	width: 100%;
	overflow: hidden !important;
	margin: 0;
	clear: both;
	margin-top: 20px;
}

.footer {
	padding: 15px auto -10px;
	text-align : left;
	clear: both;
	/* float: left; 
	width: 900px;*/
	width: 1060px;
	margin: 15px auto 0;
	/* background-color: #E0E0E0; */
}

.footer p {
	font-size: 10px;
	color: #ccc;
}
	
.footer a {
	font-weight: normal;
	color: #ffb80f;
	text-decoration: underline;
	display: inline-block;
}

.footer a:hover {
	font-weight: normal;
	opacity: 0.75;
}
	
.footer .left {
float: left;
width: 800px;
font-family: "Courier New", Courier, monospace;
font-size: 18px;
color: #fff;
}

.footer .right {
float: right;
}

.footer .right img, .footer .left img {
	vertical-align: text-top;

	}

/* @end */

/* @group blog styles */

div.notable {
	width: 630px;
	float: left;
}

div.notable-post {
	/*border: 1px solid #c0c0c0;*/
	padding: 0;
	margin: 0 0 3em;
}

h2.post-title a{
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.notable-post h2 {
	padding: 0;
	margin-top: 0px;
	line-height: 1.2em;
}

.notable-post h3 {
	padding: 0px;
	margin-top: 0px;
	line-height: 1.2em;
	margin-bottom: .5em;
}

div.notable-post h3 a, link {
	font-weight: normal;
	font-style: normal;
}

div.notable-post h4 {
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
}

div.notable-post p {
	margin-bottom: 1em;
	margin-top: 0;
}

div.notable-post a { 
	}
div.notable-post a:hover {
	opacity: 0.75;
	}

/* @end */

/* @group Resume/CV styles - selectors repeated to cover every upper/lower case option of resume and cv  */
div.RESUME ul, div.resume ul,div.Resume ul,div.CV ul,div.cv ul{
	vertical-align: 1em;
	padding: 0;
	margin-top: .9em;
}
div.RESUME ul li, div.resume ul li, div.Resume ul li, div.CV ul li, div.cv ul li {
	list-style: none;
	vertical-align: -1.5em;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 0;
}

div.RESUME ul li ul li, div.resume ul li ul li, div.Resume ul li ul li, div.CV ul li ul li,.cv ul li ul li  {
	font-size: 1em;
	font-weight: normal;
	bottom: 1.8em;
	position: relative;
	vertical-align: 0em;
	font-style: normal;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 6em;
	line-height: 1.3em;
}
div.RESUME h3, div.resume h3, div.Resume h3, div.CV h3, div.cv h3 {
	margin-bottom: 1em;
	font-size: 1.6em;
}

/* @end */

/* @group gallery */

.gallery {
	margin: auto auto auto 20px;
	padding-top: 20px; 
	clear: both;
}
.gallery-item {
    float: left;
    margin: 10px 20px 10px 0;
    text-align: center;
    width: 155px /*23%*/;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}

/* @end */

/* @group edit-link styles */

.edit-link a:before {
	content:"✎ ";
	font-size: 1.3em;
}
.edit-link a.post-edit-link {
	background-color:red;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: .5em .8em 2px .5em;
}


/* @end */

.post-bottom-title {  
	border-bottom: 1px dashed;
    font-size: 11px;
    margin: 5px 30px 30px;
    padding-bottom: 20px;
    text-align: center;
}

.Page.not.found p {
	font-size: 1.5em;
	}

code {    
	color : #8B1D1D;
	font-family: "Courier New", Courier, mono;
}

.info{     
	margin-top : 0px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	padding : 5px;
	font-size : 12px;
	font-weight : normal;
	text-align : justify;
	}

div.search-result img {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.clear-both {
	clear: both;
}