body {
	background-image: url(/instances/coneyisland/graphics/bg_fade.gif);
	 background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

/* --- Content area --- */

.contentArea {
	background-color: #1A3268;
	width: 891px;
	border: 1px solid #1A3611;
	text-align: left;
	padding: 0px;
	height: 600px;
}

html>body .contentArea
{
height: auto;
min-height: 600px;
}


.postImage{
	float:right;
	margin: 15px 0px 10px 15px;
	width: 150px;
	height: 150px;
}

.alignnone {
	border: 1px solid #000000;
}

.newsTitle {
	text-decoration: none;
	font-size: 12px;
}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	text-align: left;
	line-height: 1.7em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-align: left;
}


.contentHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #660000;
}

a.content {
	color: #189687;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a.content:hover {
	color: #660000;
}

a {
	color: #189687;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #660000;
}

.next {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:15px;
}

.next:hover {
	color: #1A3611;
}

a.browseLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #1A3611;
	text-decoration: none;
	font-weight: bold;
}

a.browseLink:hover {
	color: #660000;
}

a.redLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

a.redLink:hover {
	color: #1A3611;
}

li.disc {
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
}

li.circle {
	color: #333333;
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
}

.contentMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #660000;
	text-align: center;
	font-weight: bold;
}

.contentError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}

.redText { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}

.title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	font-weight: bold;
}

.subtitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #1A3611;
	font-weight: bold;
	text-decoration: none;
}

.subsubtitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1A3268;
	font-weight: bold;
	text-align: left;
}
.terminology { 
	font-style: italic
}
		
.figure {
	border: solid 1px #999999;
	margin: 10px;
}

.section {
	border-top: dashed 1px #D9DCB2;
	border-bottom: dashed 1px #D9DCB2;
	margin: 3px;
}

.outline {
	border: solid 1px #1A3611;
	margin: 0px 0 0px 0;
	padding: 0px;
}
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear{
	clear: both;
}

.bottom{
	vertical-align: bottom;
}

a.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
	border-top: solid 1px #660000;
	border-bottom: solid 1px #660000;
	border-right: solid 1px #660000;
	border-left: solid 1px #660000;
	background-color: #FFFFFF;
	padding: 2px;
	font-weight: normal;
}
a.button:hover{
	background-color: #E59B19;
	color: #1A3268;
}

.list {
	margin: 10px; 
	border-bottom: dashed 1px #DDDDDD;
    line-height: auto;
}

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

/* --- form elements --- */

input[type="text"] {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
input {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}
input[type="textarea"] {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
textarea {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}

input[type="password"] {
	border: 1px solid #999999;
}

input[type="checkbox"] {
	border: 1px solid #999999;
}

input[type="select"] {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

select  {
	border: 1px solid #999999;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}



/* --- BEGIN Ask Mr. Coney Island - blog --- */
.narrowcolumn .postmetadata {
	text-align: center;
}

.narrowcolumn {
	float: left;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.narrowcolumn {
	float: left;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

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

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar {
	width: 108px;
	padding: 2px;
	}
	
#searchform #s {
	width: 75px;
	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 */

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float:right;
	width: 125px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin 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 */


.navigation {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #1A3268;*/
	padding: 0px 0px 5px 0px;
}

/* --- END Ask Mr. Coney Island - blog --- */



/* --- START Encyclopedia --- */
/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}

.hiddenStructure {
    display: none;
}
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }

/* --- END Encyclopedia --- */

/* --- photo gallery - scrolling viewer ---*/
.imageScrollerContainer {
	clear:both;
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 400px;
	margin: 10px 20px 0px 20px;
}

.imageScrollerImageContainer {
	position: absolute;
	width: 600px;
}

.imageScrollerImage {
	position: absolute;
}

/* --- tours -- */
.divide{
	border-top:1px solid #1A3268;
	border-bottom:1px solid #1A3268;
	background-color:#E59B19;
	margin:20px 0px 20px 0px;
}

