 /* menu  ------------------------------------------------------ */
@import url(http://cms.notiontech.com/css/dropdown/dropdown.css);
@import url(http://cms.notiontech.com/css/dropdown/themes/default/default.css);
 /* common  ------------------------------------------------------ */
h1,h2,h3,h4,h5{margin-top:0;margin-bottom:12;}
h6{font-size:10px;font-weight:bold;}
p{margin-bottom:12;}
img {border:0;}

#pushpin{text-align: right;	position: relative;	z-index:9999;top: -50px;height:0;font-size: 1px;line-height: 0px;margin:0;}
#pushpin2{text-align: right;position: absolute;	z-index:19999;	top: -0px;
background:url(http://cms.notiontech.com/images/pushpin.png) no-repeat;height:30px; width:30px;cursor:pointer;} 
#pushpin IMG{ border: 0;} 

#emoticons_wrapper{float:left;margin-left: 80px;margin-bottom: 8px;height:30px;}
.emoticons {padding:4px 4px 4px 4px;cursor:pointer;background:#2a2a2a;}

#form_success {margin-bottom: 20px;	padding: 4px 4px 4px 4px;border: 1px dashed orange;	text-align: center;} 
#form_error {margin-bottom: 20px;padding: 4px 4px 4px 4px;	border: 1px dashed red;	text-align: center;}

.red{color: red;}

/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt {float: right;margin-left: 8px;}
/* this class can be used to float an element left in your page */
.fltlft {float: left;margin-right: 8px;}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.fl {float:left;}
.fr {float:right;}
.fn {float:none;}
.f11 {text-align:center;}
.ar {text-align:right;}
.al {text-align:left;}
.trans80{opacity: 0.8;filter: alpha(opacity = 80); /* for IE */}
.trans50{opacity: 0.5;filter: alpha(opacity = 50); /* for IE */}

#cmsbar {padding:5px;font-size:85%;font-family: Verdana, Arial, Helvetica, sans-serif;color:white;}  /*renders 11px */
#cmsbar a:link, #cmsbar a:visited{text-decoration: none;color: #dddddd;}
#cmsbar a:hover{text-decoration:none;color:#ffffff;}
#cmsbar {background:#a09899 url(http://cms.notiontech.com/images/bg-cell-blue.gif) repeat-x;color:white;}
.pdf
{
list-style-image:url("http://cms.notiontech.com/images/icon_pdf18.gif");
list-style-type:square;
}
.mp3
{
list-style-image:url("http://cms.notiontech.com/images/icon_wmp1.gif");
list-style-type:square;
}
.close{list-style-image:url("http://cms.notiontech.com/images/fldr_closed.gif");}
.open{list-style-image:url("http://cms.notiontech.com/images/fldr_open.gif");}



 /* template  ------------------------------------------------------ */
body {
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0; 	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;}
	
a {outline:none;} 

#container,#container2 { 
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* this overrides the text-align: center on the body element. */
	margin: 0 auto; text-align: left;} 

#sidebar1 {
	/* since this element is floated, a width must be given */
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left; width: 200px; padding: 20px 10px 20px 20px; }
#sidebar2 {float: right;width: 170px;padding: 20px 10px 20px 20px; }

#mainContent {
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	float:left;margin: 0 10px 20px;padding: 30px 0px 0px 0px;} 

.item {padding: 20px 20px 20px 20px;margin-bottom: 8px;border: 1px solid #21293b;} 



 /* status bars  ------------------------------------------------------ */

#statusbar {padding: 5px 10px 5px 10px;} 
#statusbar,#footer {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 10px;}
#statusbar a:link, #statusbar a:visited,#footer a:link, #footer a:visited{text-decoration: none;color: #dddddd;}
#statusbar a:hover, #footer a:hover{color: #ffffff;}


#footer {padding: 8px 10px 9px 10px;} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* gallery ------------------------------------------------------ */

div.float {float: left;width: 100px;padding-right: 5px;padding-bottom: 5px; }
div.float p {text-align: center;}
div.spacer {clear: both;}
div.thumbscontainer {font: 9px Verdana, Arial, Helvetica, sans-serif; }

#galleryDates{margin-top:20px;} 
#galleryDates ul {margin: 0px;padding: 0;list-style-type: square;}
#galleryDates li {margin-left: 15px;margin-right:0px;padding: 0;}
#galleryDates li a{margin-right:0px;padding: 0;}
.selected{color: RoyalBlue;}


 /* map  ------------------------------------------------------ */
#map_container{float:left;}
#map{width: 525px; height:180px;background: #ffffff;border: 6px solid #ffffff;float:left;margin-right:20px;color: #000000;margin-bottom:20px;}
#map a:link, #map a:visited {text-decoration: none;color: #000000;}
#map a:hover {text-decoration: underline;color: #000000;}


 /* forms  ------------------------------------------------------ */
#form_bg { 
	padding: 20px 20px 20px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 8px;
	margin-left: 0%;margin-right: 0%;} 
#formbuttons{margin-top: 10px;text-align: right;}
#recordStatus{text-align: left;float:left;} 
 
#formitems label{width:50px;float:left;font-size:11px;text-align:right;margin-right:4px;margin-top:0px;}

#formitems textarea{margin-bottom:10px;}
#formitems input{margin-bottom:10px;}
.cb {margin-bottom:0px;}

#formitems input,#formitems textarea{
	font: 100% Verdana, Arial, Helvetica, sans-serif;color: black;
	background:  #fff url('http://cms.notiontech.com/images/text-bkg.png') repeat-x;
	border: 2px solid blue;}
	
select {font: 100% Verdana, Arial, Helvetica, sans-serif;color: black;border: blue; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;} 
#formitems input{padding: 5px 3px;}
#formitems select,#formitems textarea{padding: 5px 3px 3px 3px;}
#formitems select{margin-bottom:10px;}


 /* default colors & fonts ------------------------------------------------------ */

#container {background-image: url('http://cms.notiontech.com/images/container.jpg');background-repeat: no-repeat;} 
#container2 {background:black;} 
 
body {font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 12px;color: #FFFFFF;}
a:link, a:visited {text-decoration: none;color: # dddddd;}
a:hover {text-decoration: none;color: #ffffff;}

h2  {font-size: 14px;font-family: Colibri,Tahoma, Helvetica;color: RoyalBlue;}
h3  {font-family: font-family: "Times New Roman", Times, serif;font-size: 15px;color: white;margin-top:0px;padding-top:0;margin-bottom:8px;}
h4  {font-family: Colibri,Tahoma, Helvetica;font-size: 14px;color: RoyalBlue;} 
 
#statusbar {background:#000000 url('http://cms.notiontech.com/images/bg-rule1.gif') repeat-x center;}
#footer {background:#000000 url('http://cms.notiontech.com/images/bg-rule2.gif') repeat-x center;}
body {background: #c0c0c0 url('http://cms.notiontech.com/images/bg-grey.gif') repeat-x;}


 /* default grid ------------------------------------------------------ */
 


 /* diary CSS  ------------------------------------------------------ */
.diaryItem { 
	background:#000000;  
	padding: 20px 20px 20px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 8px;
	border: 1px solid #21293b;
	width:540px;
} 

#cal_mini { 
	background:#000000;  
	border: 1px solid #21293b;
	padding-bottom:3px;
	padding-top:3px;
	font-size:11px;
	
}

#cal_mini table{ 
	margin-left: auto;
	margin-right: auto;
	text-align:center; 
	
}

#cal_mini td { 
	border: 1px solid #21293b;
	
}
#cal_mini .cell{ 
	width:20px;
	
}
#cal_mini .caltitle{ 
	border:0; 
	padding:3px;
	
}

#cal_full table { 
	background:#21293b;  
	border: 1px solid #21293b;

} 

#cal_full .cell { 
	background:#000000;  
	border: 1px solid #21293b;
	height:60px;
	width:60px;
} 
#cal_full .cell_today { 
	border: 0px solid #21293b;
	height:60px;
	width:60px;
} 
#cal_full .cell_header { 
	background:#21293b;  
	border: 0px solid green;
	color:000000;

} 
.cell_today { 
	background:orange;  
} 
.isevent { 
	background:blue; 
	width:20px; 
} 


.event_item{float:left;width:170px;height:310px;border: 1px solid #21293b;background:black;
margin-bottom:5px;margin-right:5px;
padding-top:10px;}

.event_item p{padding-left:15px;padding-right:15px;font-size:11px;text-align:justify;}
.event_item h6{padding-left:10px;padding-right:10px;font-size:10px;text-align:center;font-weight:normal;text-transform: uppercase;}

.event_item h3{padding-left:15px;padding-right:15px;font-family: Colibri,Tahoma, Helvetica;color:RoyalBlue;font-size:13px;font-weight:normal;text-align:center;}


#openingtimes { 
	background:#000000;  
	border: 1px solid #21293b;
	padding:0px;
	}
#openingtimes h3{ 
	margin-top:10px;
	font-size:13px;font-weight:normal;color:white;text-align:center;
	}
#openingtimes table{margin-left: auto;margin-right: 50px;}
#openingtimes .day{text-align:right;}

#page_home4 #openingtimes {font-size:10px;border:0;padding-bottom:0px;margin-top:10px;}
#page_home4 #openingtimes h3{margin-left: auto;margin-right: 0px;}

#page_home4 #openingtimes .panel2 {margin-top:30px;}


 /* custom  ------------------------------------------------------ */
.top {text-align:right}

body{background:#000 url(http://cms.notiontech.com/images/bg-media2.gif) repeat-y center fixed;color:black;}
li{margin-left:5px;}
ul{margin:5px;}
#sidebar2  li{margin-left:0px;}
.tiny {text-align:right;font-size:11px;}


#statusbar,#footer {color:white;}
#statusbar {background:#000000 url(http://cms.notiontech.com/images/bg-rule1.gif) repeat-x top;}
#footer {background:#000000 url(http://cms.notiontech.com/images/bg-rule1.gif) repeat-x top;}
#statusbar,#footer {height:13px;}
#footer,#statusbar {padding: 8px 10px 9px 10px;} 
#footer p,#statusbar p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer,#statusbar{border-top: 1px solid black;font-size:12px;}
#footer{font-size:11px;}


#header h1 {margin:0;}
#container2{background:#ffffff ;}
#container2{border: 0px solid black;}

#page_default p{font-family: Arial, Tahoma, Helvetica;margin-top:0px;margin-bottom:11px;padding-bottom:0px;line-height: 15px;}
h1,h3,h4,h5,h6{font-family: Trebuchet MS, Tahoma, Helvetica;font-weight:bold;margin-top:0px;padding-bottom:0px;}
h3,h4,h5,h6,a:link,a:visited{color:#6A4F9F;}
h1,h2,a:hover {color:#46377F;}

h1{font-size: 25px;padding:0;margin-top:0;margin-left:0;}

a:link{text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration:none;}




#header {height:100px;}
#container,#container2 {width: 750px;}
#rowA {margin-top:0px;padding-left:10px;padding-right:10px;padding-top:20px;}


.item {border:1;margin:0;margin-bottom:8px;padding:10px;padding-left:15px;padding-right:15px;}
#mainContent .item {border:1;margin:0;margin-left:15px;margin-right:15px;margin-bottom:20px;padding:0;padding-bottom:20px;border-bottom:#cccccc;border-top:#fff;border-left:#fff;border-right:#fff;}
#mainContent .item strong {font-weight:normal;}

#qs {margin-bottom:20px;padding:15px;}
#faq {margin-left:20px;margin-right:20px;}


#sidebar2 .item h3 {font-size:14px;}
#sidebar2 .item {}




form,#form_error,#form_success {width:80%;margin-left:auto;margin-right:auto;}
form,#formitems input,#formitems textarea,#qs{border: 1px solid silver;}
#formitems input,#formitems textarea{border: 1px solid black;}


#sidebar2 .item,form, #qs {background:silver url(http://cms.notiontech.com/images/bg-silver.gif) repeat-x top}
#sidebar2 .item {border: 1px solid silver;}

#gallery div.float {float: left;width: 140px;padding-right: 5px;padding-bottom: 5px; }




#sidebar1 {width:150px;}
#sidebar1 {padding:0;}

#sidebar1,#sidebar2,#mainContent {margin-bottom:20px;}


#sidebar2 {width:260px;}





#wrap {background:white url(http://cms.notiontech.com/images/text-bkg.png) repeat-x top;}

#map,#mainContent {width:560px;}


#page_home #mainContent,#page_default #mainContent {width:290px;text-align: justify;padding-top:0;}
#page_default #mainContent .item{margin:0;}
#page_default .inlineitem .list{margin:0;}

.advert{margin-top:20px;margin-left:0px;}
#page_home #sidebar2,#page_default #sidebar2 {width:260px;padding:0;}


#page_introduction #mainContent {width:350px;}
#page_introduction #sidebar2 {width:170px;}

#page_links #sidebar1 {width:150px;}
#page_links #mainContent {width:350px;margin:0}
#page_links #sidebar2 {width:230px;}


#mainContent,#sidebar2{padding:0;}






p{margin-top:0;}

#li4nks .item {text-align: left;
padding:0px;margin-bottom:10px;margin-left:auto;margin-right:auto;
}
#links .item p {padding:0;margin-top: 0px;margin-left: 0px;}
#links ul {
	margin:0 auto; margin-bottom:10px;padding:0; list-style:none; display:; white-space:nowrap; list-style:none; position:relative; font-size:0.9em;
	}
#links li {margin-left: 0px;list-style:none;font-size:15px;font-weight:bold;}	



#page_in_their_own_words .item,#page_news .item,#page_recommended .item,#page_video .item,#page_speakers .item,#page_articles .item,#page_identification .item,#page_altered_states .item,#page_skywatching .item,#page_seti .item,#page_press_sightings .item,#page_links .item,#page_diary .item{padding:10px;background:white url(http://cms.notiontech.com/images/text-bkg.png) repeat-x top;border: 1px solid silver;margin:0;margin-left:20px;margin-right:20px;margin-bottom:10px;}





.list{margin-top:25px;}

#page_video .item img{float:left;margin-right:10px;}
#page_video .item {height:95px;}
#page_video .item h3{font-size:15px;margin-bottom:5px;}

.inlineitem{padding:15px;padding-botton:30px;background:white url(http://cms.notiontech.com/images/text-bkg.png) repeat-x top;border: 1px solid silver;}




ul.dropdown-vertical {width: 140px;}
ul.dropdown ul { width: 140px;}



#slideshow img {border: 1px solid silver;padding:3px;}
div.slideshow {position: relative;width: 250px;height: 300px;margin-bottom:7px;}
.slideshow div {position: absolute;top: 0;left: 0;}


#page_contact #formitems label {width:65px;float:left;}

 /* map  ------------------------------------------------------ */
#map a:link, #map a:visited {text-decoration: none;color: #000000;}
#map a:hover {text-decoration: underline;color: #000000;}

#map_container{float:none;}
#map{height:250px;background: #ffffff;border: 6px solid #ffffff;float:left;margin-right:20px;color: #000000;margin-bottom:20px;}


#records_container table{width:100%;}
#records_container td{padding:10px;margin:0;}


.message1{ 
background:silver url(http://cms.notiontech.com/images/bg-silver.gif) repeat-x top;
width:102px;
border: 1px solid silver;

}
.message2{ 
border: 1px solid silver;
background:white url(http://cms.notiontech.com/images/text-bkg.png) repeat-x top;border: 1px solid silver;
}

#records_container h3{ 
font-size:15px;
} 
#records_container h1{ 
font-size:15px;
} 


form {margin-top:30px;}
.message_posted{font: 9px Verdana, Arial, Helvetica, sans-serif;}
#page_forum form {margin-bottom:30px;}
#page_forum #formitems label {width:65px;float:left;}

.thumbmargin {margin-left:140px;}

#forms #mainContent li {
	margin:0 auto; padding:0; list-style:none; display:; white-space:nowrap; list-style:none; height:3em; position:relative; font-size:0.9em;
background-image: url('http://cms.notiontech.com/css/dropdown/themes/default/images/nav-arrow-right.png');	background-repeat: no-repeat;

}

#page_gallery #thumbscontainer{margin-left:60px;}
#page_gallery #navControl{text-align:center;}
#nav{margin-bottom:20px;}
.ad{margin-bottom:5px;}

.downloads{margin-left:auto;margin-right:auto;width:200px;}
.item IMG {float:left;margin-right:10px;}

h3 {margin:0;margin-bottom:8px;}

.inlineitem {padding:0;margin-bottom:10px;}
#maxxinContent.item {margin-bottom:20px;}
.inlineitem a:link,a:visited{color: #333;}
.inlineitem a:hover {color: #6A4F9F;}
#intro a:link,#intro a:visited{color: #6A4F9F;}
#intro a:hover {color: #6A4F9F;}
#intro h3 {color: #000;}

#sidebar2 .item{border: 1px solid black;}
#sidebar2 .inlineitem{color:white;background:#000000;}
#slideshow img{border: 1px solid black;}
.inlineitem{padding:10px 15px 15px 10px;border: 2px solid black;}
.inlineitem h3{font-size:15px;text-transform:uppercase;}
.inlineitem li{font-size:11px;list-style-type:square;font-weight:bold;}
.inlineitem ul{margin:0;padding-left:20px;;font-size:11px;}
#intro{margin:18px 13px 10px 10px;}
