/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

/* added */
/* * {margin:0; padding:0;} */
/* end added */

* { font-size:12px; }

object {
	border:1px solid blue; max-width:490px;
	width: expression(this.width > 490 ? 490: true);
	}

img {
	max-width:480px;
	width: expression(this.width > 480 ? 480: true);
	}
	
td#bk-content { /* fix long lines from breaking page*/
	border:0px solid red; 
	max-width:500px;
	word-wrap:break-word;
}

 /* General page style. The scroll bar colours only visible in IE5.5+ */

body {
	/*background-color: #E5E5E5;*/
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin:0px;
	/*background: url( 'http://brooklynian.com/beta/files/2010/03/stpatricksheader.png' ) top left;*/
}

/* General font families for common tags */
/* font,th,td,p { font-family: Helvetica, sans-serif } */
font,th,td,p { font: 100% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial; }

a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

a img {
border: none;
text-decoration: none;
}

a:link img, a:visited img, a:hover img {
border: none;
text-decoration: none;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; 
}
td.row2	{ background-color: #DEE3E7; 
}
td.row3	{ background-color: #D1D7DC; 
}


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 12px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
/*			background-image: url(images/cellpic1.gif);*/
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: 'Trebuchet MS';
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 12px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 12px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 13px; line-height:150%; padding-left:5px; }
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: 'Trebuchet MS', sans-serif; font-size: 12px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: 'Trebuchet MS', sans-serif; font-size: 12px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px 'Trebuchet MS', sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 12px; font-family: 'Trebuchet MS', sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/*suckerfish elements*/

.licol { /*NEW!! dropdown column. allows multiple columns in menus*/
    float: left;
    width: 120px;
    background: #E9E9E9;
    padding: 0px; margin-top:5px
}

#suckerfishnav { /* overall navbar */
font-size:12px;
font-family: 'Trebuchet MS',sans-serif;
font-weight:normal;
width: 970px;
margin:0px auto 0px auto;
vertical-align: middle;
text-transform:none
}

#suckerfishnav, #suckerfishnav ul { /*horizontal menu*/
float:left;
list-style:none;
line-height:30px;
padding:0;
border:0px solid #FFFFFF;
/*margin:0 5px 1px 0; margin between horizontal menu and content*/
width:100%
}

#suckerfishnav a { /*top row links*/
border-style:solid;
border-color:#ccc;
border-width:0px 1px 0px 1px; 
display:block;
text-decoration:none;
font:14px 'Trebuchet MS';
font-weight:bold;
color:#BCD6D8;
padding:5px;
/*background-color:#EFFFFF*/
background-color:/*#BCD6D8*/#006699
}

#suckerfishnav a.home { /*make the home button different*/
color:#FEF9ED;
}

#suckerfishnav li {
float:left;
padding-right:0px;
margin-right:3px
}

#suckerfishnav li ul { /* overall dropdown item? border is... */
position:absolute;
left:-999em;
height:auto;
width:auto; /*was 200px; 'auto' to accommodate multi columns*/
border:1px solid grey;
font-weight:normal;
margin:0px;
line-height:1;
-moz-opacity:1.00;
opacity:1.00;
khtml-opacity:1.00;
z-index:1000
}

#suckerfish-background {
background-color:#E9E9E9;
float:left	
}

#suckerfishnav li li { /*key! this is width of column*/
padding-right:0px; /*was 1px*/
width:120px; /*was 200px*/
padding:0px;
margin-left:0px;
}

#suckerfishnav li li a { /*links in dropdown*/
margin:0px 5px 0px 5px;
padding:4px;
font-weight:normal;
font-family:Helvetica,sans-serif;
background-color: #E0E0E0;
border:none;
border-bottom:1px solid #ccc;
}

#suckerfishnav li ul li {
font-weight:normal;
font-family:Helvetica,sans-serif
}

#suckerfishnav li ul li a {
font-size:12px;
color:#000000
}

#suckerfishnav li:hover ul li a {
color:#000000
}

#suckerfishnav li ul ul {
margin:-21px 0 0 101px
}

#suckerfishnav li ul li:hover {
background:#FFFFCC
}

#suckerfishnav li ul li:hover a {
color:#330099
}

#suckerfishnav li ul li:hover li a {
color:#000000
}

#suckerfishnav li ul li li:hover a {
color:#330099
}

#suckerfishnav li ul li ul li:hover ul li a {
color:#000000
}

#suckerfishnav li ul li ul li:hover ul li:hover a {
color:#330099
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
background:#FFFFFF
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#FFFFCC
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a { /*THIS IS THE MAIN BAR HOVER!!*/
color:#330099
}

/*imported 'new brooklynian' elements */

/*header*/
#container { clear:both; padding: 0px 0px 0px 0px; width: 980px; height: 140px; margin: 0px auto 0px auto; overflow:hidden; background-color:#BCD6D8; border-color:white; border-bottom-color:white; border-style:solid; border-width:0px; }
#container h2 { font: 20px 'Trebuchet MS'; margin: 0px 0px 0px 5px; padding:0px; font-weight: bold; color: #000;  }
#container h3 { font: 12px 'Trebuchet MS'; text-transform:none; margin: 5px 5px 5px 5px; padding: 0 0 0 5px; font-weight: bold; color: #000;  }
#navstuff { padding: 0px 0px 0px 0px; width: 980px; margin: 0px auto 0px auto; padding: 0 0 0px 0; overflow:hidden; /*background-color:#ffffff; border-color:white; border-top-color:white;*/ border-style:solid; border-width:0px; }
#flickr { padding: 0px 5px 0px 0px; text-decoration:none; border-width:1px; max-height: 160px; overflow: hidden; float: left; text-size: 6px; clear:both }
#sitename { text-decoration:none; height:30px; font-family:'Trebuchet MS'; font-weight:bold; font-size:30px; float:left; border:0px solid #ccc; padding:5px 0px 0px 5px; margin-top:5px; margin-bottom:5px; }
	#sitename a { text-decoration:none; color:#006699 }
	#sitename a:hover { background-color: #FFFFCC; text-decoration: none; border-bottom: 0px solid #333; color: #DD6900 }
#googlesearch { padding: 0px 0px 5px 5px; float:left; clear:both; }
#googlead { padding: 20px 0px 0px 0px; float:left; overflow:hidden; }
#niceline { border-bottom:#d0d0d0 1px solid; clear:both; }
#niceline2 { border-bottom:1px solid white; clear:both; }
#nicebox { margin-bottom:5px; border-bottom:1px solid #003366; border-top:1px solid #ccc; background-color:#BCD6D8 /*003366 matches google ad*/ }
#userinfo { width:auto; font-size:12px; margin-top:0px; padding:3px 0px 3px 5px; border-bottom:1px solid #ccc; background:#FEF9ED }
#userinfo a { text-decoration:none }

/*blog*/
#indexposter { padding: 12px; float: left; margin: 0px auto 0px auto; border-style: solid; border-width: 1px; border-color: #ccc; width: 498px; font:12px 'Trebuchet MS'; background-color:#FEF9ED;/*#EFFFFF, *F9F7ED*/ }
#indexposter h2 { font: 12px 'Trebuchet MS'; margin: 5px 0 5px 0; padding: 0 0 0 0; font-size: 1.8em !important; font-weight: bold; color: #000;  }
#indexposter a { text-decoration:none; }
#indexavatar { margin: 0px 12px 0px 0px; height: 100%; float:left; border:1px solid #ccc}	
#indexsidebar { width: 160px; padding: 5px 5px 5px 5px; text-align:left; float: left; font:12px 'Trebuchet MS'; border-style: solid; border-width: 1px; border-color: gray; background-color:#F9F7ED;}
#indextext { margin-left:12px; font-size:13px; line-height:140%; width:486px; padding:10px; background-color:#F7F7F7; border:1px solid #ccc; border-right:1px solid white; border-top:1px solid white  }

/*blogohblog*/
#bwrapper { width:980px; margin:0px auto 0px auto; font:12px 'Trebuchet MS'; border-style: solid; border-width: 0px; border-color: gray;}
#bheader {width:auto;  padding:0px; height:auto; background-color:#BCD6D8; font:30px, 'Trebuchet MS';}
#bsidebar1 {width:150px; padding:0px 0px 5px 0px; float:left; overflow:hidden; background-color:#D1EEEE/*8BABDF*/; border:1px solid #ccc}
#bsidebar1 h2 { font: 20px 'Trebuchet MS'; margin:12px 5px 5px 5px }
#bcontent {width:508px; padding:0px 12px 12px 0px; float:left; overflow:hidden; background-color:#FFFFFF; border-right:1px solid #ccc}
#bsidebar2 {width:300px; padding:0px 0px 0px 5px; float:left; /*background-color:#D1EEEE*//*#8BABDF*/;  border:0px solid #ccc}
#bfooter {width:980px; padding:12px; height:30px; background-color:#6192DF; clear:both;}

/*viewtopic*/
#topicwrapper {width:1010px; float:left; margin:0px auto 0px auto; padding:5px 0px 5px 0px; /*overflow:hidden;*/ background-color:#FFFFFF; border: 0px solid gray}
#topiccontent h2 { font: 20px; margin: 5px; font-weight: normal; font-family: 'Trebuchet MS' }
#topicsidebar {width:255px; padding:0px 0px 0px 5px; float:left; /*overflow:hidden;*/ background-color:#D1EEEE; border: 0px solid black}
#topiccontent {width:670px; background-color:#ccc; float:left; padding:0px 5px 0px 0px; }

/* Image width limiter by BELLonline.co.uk */
div.imglimiter { width: 500px; overflow: hidden; cursor: pointer; }
div.imglimiteroff { } 

/*blogads*/

div.adspot.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#ccc;
border-width:1px;
border-style:solid;
width:152px !important;
font-size:10pt;
}
div.adspot .adspot_head {
font-family:Arial;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div.adspot a.adspot_link , div.adspot a.adspot_adurl {
font-family:Arial;
font-size:8pt;
font-style:normal;
color:#AA0000;
font-weight:normal;
margin:0;
padding-right:2px;
display: inline;
text-decoration:none;
text-align:left;
background-image: none;
}
div.adspot a.adspot_link:link, div.adspot a.adspot_link:visited, div.adspot a.adspot_adurl:link, div.adspot a.adspot_adurl:visited {
color:#AA0000;
text-decoration:none;
font-size:8pt;
font-style:normal;
}
div.adspot a.adspot_link:active, div.adspot a.adspot_link:hover, div.adspot a.adspot_adurl:active, div.adspot a.adspot_adurl:hover {
color:#AA0000;
text-decoration:none;
}
div.adspot * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div.adspot * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:0px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div.adspot span.blogad_rss_ad li {
border: none;
}

div.adspot ul {
margin-left: 2px;
}

div.adspot .adspot_adhead {
text-align:left;
font-family:Arial;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div.adspot * img {
border-width:0;
border-spacing:0;
}
div.adspot * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div.adspot .adspot_adtext {
font-family:Arial;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
display:inline;
clear:both;
width:150px;
text-align:left;
}
div.adspot div.adspot_link {
width:152px !important;
text-align:left;
}
