
/* ================================================
 
Theme Name: aSpace Arts
Description: aSpace Arts Theme
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/

==================================================*/


/*------------------------------------------------

		1. Globals
		
		2. Typography

		3. Main Navigation 

		4. Structure
		
		5. Images
		
		6. Lists 
		
		7. Form Elements 
		
		8. Comments

		9. Various Tags & Classes 
		
		10. Forms

---------------------------------------------------

		COLOURS
		
		Header Brown 	#736257
		
		Sub Header Red	#b80923
		
		Text Grey		#707070
		
		Light Grey		#cfd0d4
		
		Dark Grey		#595959
		
		Darker Links Blue #005e9d

-------------------------------------------------*/


/*=================================================

	1. Globals
 
 ===================================================*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}


/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}



/*=================================================

	2. Typography
 
 ===================================================*/
 
 body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #707070;
	margin:0;
	padding:0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 4px 0;
	color: #707070;
	text-align: center;
	}


strong {
	font-weight:bold;
	color: #595959;
	}
	
em{
	font-style:italic;
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	}		

.narrowcolumn p {
	margin: 0 0 15px 0;
	}

.narrowcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 40px;
	color: #736257;
	text-align:left;
	font-weight:normal;
	line-height: 45px;
	}


.narrowcolumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 30px;
	color: #736257;
	text-align:left;
	font-weight:normal;
	line-height: 35px;
	}
	
	.narrowcolumn h2.past_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 30px;
	color: #736257;
	text-align:left;
	font-weight:normal;
	line-height: 35px;
	}

.narrowcolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	padding: 15px 0 10px 0;
	margin: 0;
	color: #0099FF;
	font-weight:normal;
	}


.narrowcolumn h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #005e9d;
	}

.narrowcolumn h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	padding: 5px 0 10px 0;
	font-weight: normal;
	margin: 0;
	color: #736257
	}


.narrowcolumn h6 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 40px 0 60px 0;
	margin: 0;
	color:#736257;
	line-height: 22px;
	text-align:left;
	font-weight: 600;
	}


.widecolumn p {
	margin: 0 0 15px 0;
	}
	
	.widecolumn #sidebar2 p {
	padding: 5px 0 12px;
	margin: 0;
	}

.widecolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 30px;
	color: #736257;
	text-align:left;
	font-weight:normal;
	line-height: 35px;
	}
	
	#homepage .widecolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #736257;
	text-align:left;
	font-weight:normal;
	line-height: 35px;
	border-bottom: 1px solid #cfd0d4;
	}

.widecolumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 30px;
	color: #736257;
	text-align:left;
	font-weight:normal;
	line-height: 35px;
	}


.widecolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	padding: 15px 0 10px 0;
	margin: 0;
	color: #0099FF;
	font-weight:normal;
	}


.widecolumn h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #005e9d;
	}

.widecolumn h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #595959;
	font-weight: normal;
	}
	
	.widecolumn #sidebar2 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	padding: 0 0 7px 0;
	margin: 0;
	color: #736257;
	border-bottom: 1px solid #cfd0d4;
	font-weight: bold;
	}


.widecolumn h6 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 40px 0 60px 0;
	margin: 0;
	color:#FFFFFF;
	line-height: 22px;
	text-align:left;
	font-weight: 600;
	}

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


#sidebar h2 {
	font-size: 20px;
	line-height: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	color: #736257;
	font-weight:normal;
	}


#sidebar h2 a {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
	margin: 0;
	color: #736257;
	font-weight:normal;
	}
	
	#sidebar h2 a:hover {
	color: #005e9d;
	font-weight:normal;
	text-decoration: underline;
	}
	
	#sidebar p.past_exhib {
	float: left;
	width: 160px;
	padding: 8px 0 0 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #ccc;
	}

#subpages-title {
	display: none;
	}

/* Link Styles */

#footer p a {
	color: #76b2d8;
	}

#footer p a:hover {
	color: #c47397;
	}


#content a {
	color: #76b2d8;
	}

#content a:hover {
	color: #b80923;
	text-decoration: underline;
	}
	
a {
	color: #76b2d8;
	text-decoration: none;
	}
	
	a:hover {
	color: #b80923;
	text-decoration: underline;
	}
	
h3 a:hover  {
	color: #b80923;
	text-decoration: underline;
	}	


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #76b2d8;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #76b2d8;
	}

small {
	display: none;
	}

.widgettitle {
	display: none;
	}

.readmore a {
	font-size:11px;
	color:#FF99CC;
	padding: 0 0 10px 0;
	}


#header h1 a {
	background-image: url(images/sitewide/aspace_logo_grey.jpg) ;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 217px 0 0 29px;
	float:left;
	height: 99px;
	width: 135px;
	line-height: 0;
	}
	
#header h2 {
	background-image: url(images/sitewide/header_bargate_monument_grey.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	text-indent: -9999px;
	margin:0;
	padding: 68px 0 0 287px;
	float:left;
	height: 228px;
	width:425px;
	line-height: 0;
	}	

	
/* End Typography & Colors */



/*=================================================

	3. Main Navigation 
	
=================================================*/


#nav {
	margin:0;
	padding: 339px 0 0 60px;
	width: 860px;
	float:left;
	/*background-color: #FFFF33;*/
	}


#nav li {
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	/*background-color:#996633;*/
	}		

a#nav_home {
	background-image: url(images/navigation/button_home.gif) ;
	background-repeat:no-repeat;
	background-position: 0 0 ;
	display: block;
	width: 63px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_home:hover {
	background-image: url(images/navigation/button_home.gif) ;
	background-repeat:no-repeat;
	background-position: -230px 0 ;
	}		
	
	body.page-3 a#nav_home.current {
	background-image: url(images/navigation/button_home.gif) ;
	background-repeat:no-repeat;
	background-position: -230px 0 ;
	}	
		

a#nav_about_us {
	background-image: url(images/navigation/button_about_us.gif);
	background-repeat:no-repeat;
	background-position: -3px 0 ;
	display: block;
	width: 110px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_about_us:hover {
	background-image: url(images/navigation/button_about_us.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}
	
	body.page-2 a#nav_about_us.current {
	background-image: url(images/navigation/button_about_us.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}				

	
a#nav_history {
	background-image: url(images/navigation/button_bargate_history.gif);
	background-repeat: no-repeat;
	background-position: -3px 0 ;
	display: block;
	width: 178px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_history:hover {
	background-image: url(images/navigation/button_bargate_history.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			
	
	body.page-4 a#nav_history.current {
	background-image: url(images/navigation/button_bargate_history.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			

a#nav_exhibitions {
	background-image: url(images/navigation/button_exhibitions.gif);
	background-repeat: no-repeat;
	background-position: -3px 0 ;
	display: block;
	width: 132px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_exhibitions:hover {
	background-image: url(images/navigation/button_exhibitions.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}		
	
	body.page-31 a#nav_exhibitions.current, body.page-30 a#nav_exhibitions.current {
	background-image: url(images/navigation/button_exhibitions.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}		
	
	
a#nav_apply {
	background-image: url(images/navigation/button_how_to_apply.gif);
	background-repeat: no-repeat;
	background-position: -3px 0 ;
	display: block;
	width: 147px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_apply:hover {
	background-image: url(images/navigation/button_how_to_apply.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			
	
	body.page-6 a#nav_apply.current {
	background-image: url(images/navigation/button_how_to_apply.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			

a#nav_links {
	background-image: url(images/navigation/button_links.gif);
	background-repeat: no-repeat;
	background-position: -3px 0 ;
	display: block;
	width: 75px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_links:hover {
	background-image: url(images/navigation/button_links.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			
	
	body.page-7 a#nav_links.current {
	background-image: url(images/navigation/button_links.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			
	
	
a#nav_contact {
	background-image: url(images/navigation/button_contact.gif);
	background-repeat: no-repeat;
	background-position: -3px 0 ;
	display: block;
	width: 120px;
	height: 58px;
	text-indent: -9999px;
	}
	
	a#nav_contact:hover {
	background-image: url(images/navigation/button_contact.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}			
	
	body.page-8 a#nav_contact.current {
	background-image: url(images/navigation/button_contact.gif);
	background-repeat:no-repeat;
	background-position: -233px 0 ;
	}				
	
/* End Main Navigation */





/*=================================================

	4. Structure 
 
=================================================*/

body {
	background-image: url(images/backgrounds/bg_repeater_black.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	/*background-color: #292c35;*/
	margin:0;
	padding:0;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	background-color: #FFFFFF;
	overflow: auto;
	}

#header {
	background-image: url(images/backgrounds/bg_header_black_green.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 420px; 
	width: 940px;
	float:left;
	/*background-color: #FFCC33;*/
	}


#content_container {
	float: left;
	width: 860px;
	padding:0 0 10px 40px;
	margin:0;
  	background-image: url(/wp-content/themes/stellar-research/images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: top left;
	/*background-color: #FF0000;*/
	}

.content_top {
	float: left;
	width: 860px;
	height: 35px;
  	background-image: url(images/backgrounds/box_top.jpg) ;
	background-repeat: no-repeat;
	background-position: top left;
	}

.content_middle {
	float: left;
	width: 800px;
	padding: 0 30px;
  	background-image: url(images/backgrounds/box_middle.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	}	
	
.content_bottom {
	float: left;
	width: 860px;
	height: 35px;
  	background-image: url(images/backgrounds/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 20px 0;
	}	
	
.narrowcolumn {
	float: left;
	width: 580px;
	/*background-color: #FFCCFF;*/
	}

.widecolumn {
	float: left;
	width: 580px;
	/*background-color: #999999;*/
	}
	
	#homepage .widecolumn {
	float: left;
	width: 800px;
	}
	
	#home_content {
	float: left;
	width: 510px;
	padding: 0 0 0 40px;
	}
	
	#home_sidebar {
	width: 210px;
	float:left;
	}
	
	#contact_us .widecolumn {
	float: left;
	width: 800px;
	}
	
	#contact_us .widecolumn #sidebar2 {
	padding: 15px 0 0 40px;
	width: 180px;
	float:left;
	}
	

#sidebar {
	padding: 0 0 0 40px;
	margin:0;
	width: 180px;
	float:left;
	/*background-color: #3399CC;*/
	}

.narrowcolumn .postmetadata {
	display: none;
	}
		
.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: left;
}

.entry {
	padding: 15px 0 10px 0;
	width: 100%;
	border-top: 1px solid #cfd0d4;
	float: left;
	}
	
	#homepage .entry {
	padding: 0 0 0 0;
	border-top: none;
	}
	
	/*#contact_us .entry {
	padding: 0 0 10px 0;
	border-top: none;
	}*/
	
.exhibition_heading {
	float: left;
	width: 580px;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #cfd0d4;
	}
	
#footer {
	float: left;
	padding: 0 30px;
  	background-image: url(images/backgrounds/box_middle.jpg);
	background-repeat: repeat-y;
	background-position:top left;
	width: 800px;
	}
	


/* End Structure */




/*=================================================

	5. Images
	
=================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

	
.entry img {
	border:0;
	padding: 4px;
	margin: 0;
	display: block;
	border: 1px solid #cfd0d4;
	}
	

.alignright {
	float: right;
	width: 250px;
	text-align:right;
	}

.alignleft {
	float: left;
	width: 250px;
	}
	
#footer_logos {
	background-image: url(images/sitewide/footer_logos.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: 80px;
	float: left;	
	}
	
	
/* End Images */



/*=================================================
	
	6. Lists 

=================================================*/


.entry ol {
	padding: 10px 0 10px 35px;
	margin: 0;
	font-size: 11px;
	}

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

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

.narrowcolumn ul {
	margin: 0;
	padding: 0 0 15px 20px;
	}

.narrowcolumn ul li {
	background-image: url(images/sitewide/bullet2.gif)!important;
	background-repeat:no-repeat;
	background-position: 0px 8px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}	

#sidebar ul.side_bar_nav {
	float: left;
	margin: 0;
	padding: 0;
	}

#sidebar .side_bar_nav li {
	background-image: url(images/sitewide/bullet1.gif)!important;
	background-repeat:no-repeat;
	background-position: 0px 8px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	width: 160px;
	}	

	
/* End Entry Lists */



/*=================================================

	7. Form Elements 
	
=================================================*/

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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/*=================================================
	
	8. Comments
	
=================================================*/

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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/*=================================================
	
	9. Various Tags & Classes 
	
=================================================*/


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;
	}

hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin-bottom:10px;
	margin-top:5px;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	float:left;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cfd0d4;
	width: 100%;
	}
	
/* End Various Tags & Classes*/


/*=================================================
	
	10. Forms
	
=================================================*/


.contactform  {
	float:left;
	width: 580px;
	margin: 0;
	padding: 10px 0 0 0;
	/*border-top: 1px solid #cfd0d4;*/
	}
	
	.contactform_box {
	float:left;
	width: 580px;
	}

.contactleft {
	float:left;
	clear:both;
	width:100px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 20px 0 10px 25px;	
	}

.contactright {
	float: right;
	width:410px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;	
	}
	
.contactform input {
	width:280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding:5px 5px;
	margin: 0 10px 5px 0;
	}
	
.contactform textarea {
	width:280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding:5px 5px;
	}
	
.contactform label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:10px 5px 5px 0px;
	text-align:left;
	}
	
#contactsubmit {
	width:80px!important;
	float:right;
	margin: 10px 115px 0 0;
}

/* End Forms*/





