.container
{
	width: 100%;
	overflow: hidden;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12,
.col13,
.col14,
.col15,
.col16
{
	float: left;
}
/* the actual widths */
.col1 { width: 6.25%; }
.col2 { width: 12.5%; }
.col3 { width: 18.75%; }
.col4 { width: 25%; }
.col5 { width: 31.25%; }
.col6 { width: 37.5%; }
.col7 { width: 43.75%; }
.col8 { width: 50%; }
.col9 { width: 56.25%; }
.col10 { width: 62.5%; }
.col11 { width: 68.75%; }
.col12 { width: 75%; }
.col13 { width: 81.25%; }
.col14 { width: 87.5%; }
.col15 { width: 93.75%; }
.col16 { width: 100%; }

/* Normal, standard links. */
a, a:link, a:active, a:visited
{
	color: #040;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a
{
	outline: 0;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

html
{
	margin: 0;
	padding: 0;
	background: #fff;
}

/* The main body of the entire forum. */
body
{
	background: black url(images/theme/back.jpg) no-repeat 50% 0;
	margin: 0;
	padding: 0 0 2em 0;
	font: 16px "Arial", serif;
	color: #333;
}
body
{
	*font: 16px "Arial", serif;
}
div#mainframe
{
	margin: auto;
	width: 960px;
	font-size: 90%;
	line-height: 1em;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: "Arial", helvetica, serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 95%;
	color: #000000;
	font-family: "Arial", helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 95%;
	font-weight: normal;
	border-width: 1px;
	padding: 2px;
	font-family: "Arial", helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #bbb;
	background-color: #bbb;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background: #fff;
	padding: 10px;
	line-height: 1.4em;
	border-left: solid 3px #a0e0a0;
	font-style: italic;
	margin: 0 1em 0 0;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background: #fff;
	padding: 10px;
	border-left: solid 3px #e0a0a0;
	white-space: nowrap;
	overflow: auto;
	min-height: 3em;
	font-family: "Courier New", monospace;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	display: block;
	padding: 2px 10px 2px 10px;
	background: #e0e0e0;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	border-bottom: solid 2px #ccc;
}
.codeheader
{
	background: url(images/tinyportal/code.gif) no-repeat 5px 50% #e0e0e0;
	padding-left: 26px;
	border-left: solid 3px #e0a0a0;
}
.quoteheader
{
	background: url(images/tinyportal/quote.gif) no-repeat 5px 50% #e0e0e0;
	border-left: solid 3px #a0e0a0;
	padding-left: 26px;
	margin: 1em 1em 0 0;
}
.attach
{
	background: url(images/bz14icons/attachment.gif) no-repeat 5px 50% #e0e0e0;
	padding: 8px 8px 8px 26px;
	margin-bottom: 8px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */

/* the today container in calendar */
.calendar_today
{
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: url(images/theme/menupng.png);
	color: #d0ffd0;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


p
{
	padding: 1em 0 1em 0;
}

/* styles from added layers */
#bugtracker_layer dl
{
	padding: 1em;
	margin: 0;
}
#bugtracker_layer dt
{
	float: left;
	width: 10em;
}
#bugtracker_layer .windowbg
{
	background: none;
}
#bugtracker_layer .tborder
{
	border: solid 1px #fff;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#bugtracker_layer dd
{
	margin-left: 11em;
}
#bugtracker_layer .titlebg, #bugtracker_layer .catbg
{
	padding: 5px 10px 5px 10px;
}
#bugtracker_layer h3.catbg
{
	margin: 0;
	font-size: 1em;
}
.titlebg2 .smalltext
{
	color: #999;
	font-weight: normal;
}

#linktree
{
	font-size: 0.85em;
	padding: 1em 0 1em 4px;

}

body
{
	height: 101.1%;
}

/* team page */

#team li ul li.noborder .avatar
{
	height: 110px;
	position: relative;
}
#team li ul li.noborder img
{
	float: none;
	margin:0 0 5px 5px;
	position: absolute;
	bottom: 0;
}
#team li ul li.noborder
{
	width: 33%;
}
#rightcol
{
	float: right;
	width: 200px;
}
#leftcol
{
}
#front .floated2 p
{
	background: #EAEFF3;
	padding: 1.5em;
}
#front .noborder
{
	float: left;
	width: 24%;
	height: 300px;
}
#front .noborder .avatar
{
	height: 100px;
}
#front .noborder .avatar img
{
}

#spellview
{
	background: #f0f0f0;
}

ul.globaltags
{
	padding-top: 0;
	margin-top: 0;
	padding-left: 15px;
	margin-left: 0;
}
ul.globaltags li a
{
	font-size: 0.9em;
}

.innertheme
{
	padding: 0;
	margin: auto;
	width: 960px;
}

/* the menu */
#outer
{
	height: 29px;
}

#container
{
	height: 29px;
	z-index: 100;
}
#container ul#topnav
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 29px;
}
#topnav 
{
	float: right;
	height: 29px;
	padding-left: 0px;
	margin: 0px;
	z-index: 100;
}

#topnav ul 
{
	margin: 0;
	padding: 0;
}

#topnav li 
{
	float: left;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 1px 0 0;
	position: relative;
}

#topnav li a 
{
	color: #fff;
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#topnav li a:hover, #topnav .chosen a:hover, #topnav li:hover a, #topnav li.sfhover a ,#topnav .chosen a 
{
	color: #fd8;
	background: url(images/theme/menuhover.jpg) repeat-x;
	text-decoration: none;
}
#topnav .chosen a, #topnav .chosen a:hover, #topnav li li a:hover 
{
	background: none;
	color: #fd8;
}

#topnav li li 
{
	background: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: none;
}

#topnav li li a, #topnav .chosen li a, #topnav li:hover li a, #topnav li.sfhover li a 
{
	display: block;
	height: 30px;
	line-height: 30px;	
	padding: 0 0 0 10px;
	width: 162px;
	float: none;
	color: #eee;
	font-weight: normal;
	font-size: 95%;
	font-weight: bold;
	font-family: arial, helvetica,san-serif;
	text-align: left;
	border-right: solid 1px #555;
	border-top: solid 1px #555;
	background: none;
}
#topnav li li a:hover, #topnav .chosen li a:hover, #topnav li a.chosen:hover  
{
	background: #222;
	color: #fd8;
}

#topnav li ul {
	background: url(images/theme/menupng.png);
	clear: both;
	position: absolute;
	height: auto;
	width: 700px;
	top: 29px;
	left: -999em;
	z-index: 100;
	padding-bottom: 0;
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}

/* ###################*/

#controls
{
	font-size: 80%;
	font-weight: bold;
	font-family: arial, sans-serif;
	position: relative;
	top: -5px;
}
#controls a
{
	color: #d2e2f2;
}
#controls a:hover
{
	color: white;
	text-decoration: none;
}
#mainframe .windowbg a,#mainframe .windowbg2 a,#mainframe .windowbg3 a
{
	color: #050;
}

.tp_globaltags
{
	padding: 1.5em;
	background: #f0f0f6;
	margin: 1em 0 1em 0;
}
#mainframe .tp_morebox.globalstags a:hover
{
	text-decoration: underline;
}
.tp_writtenby
{
	font-family: arial, sans-serif;
	color: #777;
	font-size: 1em;
	margin: 0 0 5px 0;
	padding: 0 0 0.5em 0;
}
#mainframe .tp_articletext
{
	padding: 0;
	margin: 0;
}
.tp_articletext p
{
	padding: 0;
	margin: 0 0 1.5em 0;
}
#mainframe .editlink.windowbg
{
	background: transparent;
	padding: 1em 0 2em 0;
}
.tp_writtenby.below
{
	margin: 0 0 2em 0.3em;
	padding: 5px 0 0.5em 0;
	border-top: none;
	font-size: 85%;
	text-transform: uppercase;
	border-bottom: none;
}
.tp_article_comment_header
{
	padding: 1em;
	margin: 0;
	text-align: left;
	background: #eee;
}
.tp_single
{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#mainframe .extrasblock,#mainframe .authorinfo
{
	margin: 0;
	padding: 0;
}
#mainframe h5.titlebg2 a
{
	color: white;
}
.noticeme
{
	border: solid 1px #ccc;
	padding: 0.7em;
	background: #f0f3f0;
	margin: 2px;
	font-size: 0.85em;
}
#block98 .tp_recentblock li
{
	padding: 2px 10px 2px 10px;
}

#user
{
	float: right;
}
.tp_globaltags
{
	background: none;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
}
.tp_globaltags a span.taglink
{
	float: left;
	padding-right: 2em;
	
}
#controls
{
	padding-top: 10px;
}

#tp_lowerpanel
{
	margin-top: 8px;
}
#mainframe table div.catbg3 a
{
	color: #e0ffe6;
}

.forumgtags.globaltags
{
	padding: 0;
}
.forumgtags a
{
	background: #f0f0f8;
	margin: 0 4px 0 0;
	text-align: center;
}
.forumgtags span.taglink
{
	margin: 0 0 0 1em;
}
.tp_article_frame h3
{
	margin: 1em 0;
}
.tp_article_frame h4
{
	font-size: 95%;
	font-style: italic;
	margin: 1em 0;
	padding-top: 1em;
}
.authorinfo
{
	padding-top: 2em;
}
.tp_writtenby
{
	display: none;
}
/* -------------------------------------------------- */
img.tpabout_icon
{
	float: right;
	margin: 2em 2em 0.5em 2em;
}
img.tpabout_icon2
{
	float: left;
	padding: 0;
	margin: 0.2em 0 0 0;
}
.icon_push
{
	display: block;
	margin-left: 78px;
}
.icon_push h4.tpabout
{
	margin-top: 0.5em;
}
p
{
	padding: 0;
	margin: 0;
}
p.tagline
{
	color: #555;
	font-weight: bold;
	padding-bottom: 1em;
}

h4.tpabout
{
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 5px;
	color: #a60;
}
h3.tpabout
{
	font-style: normal;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}
img.tpabout_filler
{
	float: right;
	margin-left: 2em;
}
ul#tpfeatures
{
	line-height: 1.7em; 
	margin-top: 0;
}
ul#tpfeatures li
{
	padding-left: 0;
	margin-left: 0;
}
ul#tpfeatures li em
{
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	color: #595;
	font-style: normal;
}
hr.divider
{
	border-bottom: solid 1px #ccc;
	color: #888;
	background: #888;
	padding: 0;
	width: 80%;
	margin: 2em auto;
}
p.inotice
{
	font-size: 95%;
	display: block;
	margin: 1em 0;
	line-height: 1.4em;
}
a.dlbutton
{
	display: block;
	text-align: center;
	padding: 0.5em;
	background: #eee;
	margin: 1em auto 1em auto;
}
#articles a.dlbutton:hover
{
	text-decoration: none;
	background: orange;
	color: white;
}
a.dlbutton:hover span.largetext
{
	text-decoration: none;
}
a.dlbutton img
{
	margin-right: 0.5em;
	vertical-align: middle;
}
ul.nobullets li,ul.nobullets
{
	list-style: none;
	padding: 0 0 0 4px;
	line-height: 1.5em;
	margin: 0;
	font-size: 90%;

}
#smap ul
{
	margin-bottom: 1em;
}
.linked
{
	margin: 1em 0;
}
span.outlined
{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #465;
}
.tptheme
{
	text-align: center;
}
.tptheme img
{
	border: solid 1px #ccc;
	padding: 4px;
	margin: auto;
}
.tptheme ul.buyoptions
{
	background: #f0f0f0;
	border: solid 1px #bbb;
	padding: 10px;
	overflow: hidden;
}
.tptheme ul.buyoptions li
{
	padding: 0;
	margin: 0;
	width: 49%;
	list-style: none;
	float: left;
	text-align: center;
}
.tptheme .short, .tptheme h4
{
	text-align: left;
}
#mainframe .menuarea
{
}
#contentframe
{
	font-size: 0.9em;
}
#menus a
{
	color: #f0ceb7;
	font-size: 1.2em;
	font-family: arial, sans-serif;
}

#menus .subs a
{
	font-size: 0.9em;
	color: #d0d0d0;
}
#menus .subs
{
	margin-top: 1px;
}
#menus a.chosen
{
	color: #fff;
}
#menus .subs a.chosen
{
	color: #fff;
}
#menus
{
	margin: 0;
	padding: 30px 0px 0 0;
	text-align: left;
	margin-left: 0px;
}
#menus a:hover, #menus .subs a:hover,
#menus a.chosen:hover, #menus .subs a.chosen:hover
{
	color: white;
	text-decoration: none;
}
.menuarea
{
	float: left;
}
.iconarea
{
	float: right;
	background: url(images/theme/bz36/icons.jpg) no-repeat;
	width: 175px;
	height: 154px;
}
#news
{
	overflow: hidden;
	height: 28px;
	position: absolute;
	width: 50%;
	white-space: nowrap;
	line-height: 25px;
	margin-left: 300px;
	color: #e8e8e8;
	font-size: 0.8em;
}
.head
{
	font-size: 1.5em;
}


p.frontpage_intro,
p.frontpage,
p.frontpage_store
{
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
}
p.frontpage_intro
{
	font-weight: bold;
}
p.frontpage_store
{
	line-height: 1.5em;
}
img.illu_image
{
	clear: right;
	float: right;
	margin-left: 3em;
}
img.header_image
{
	margin-top: 0.5em;
	display: block;
}
.bz32_icon
{
	width: 80px;
	text-align: center;
	float: left;
}
.bz32_text
{
	margin: 0 1em 0 90px;
}
.bz32_text p
{
	margin: 0;
	padding: 1em 3em 1em 0;
	font-size: 0.9em;
	line-height: 1.6em;
}
.bz32_rightcol
{
	float: right;
	margin: 2em;
}
ul.bz32_list li
{
	padding: 0.2em;
	list-style: url(images/theme/bullet_blue.png);
}
ul.dl_categories li
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 2px;
	font-size: 0.9em;
}
ul.dl_categories li
{
	list-style: url(images/theme/bullet_blue.png);
}
ul.dl_categories
{
	line-height: 1.5em;
	margin-bottom: 2em;
	margin-top: 0;
}
ul.dl_listing
{
	line-height: 1.5em;
	margin-bottom: 2em;
	margin-left: 0;
	padding-left: 10px;
}
ul.dl_listing li
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 0.9em;
}

.bz32_text h2
{
	margin: 10px 0;
	padding: 0 0 15px 0;
}
.bz32_text .item h4
{
	margin: 0 0 6px 0;
	padding: 0;
}
.bz32_text .item
{
	float: left;
	width: 50%;
}
.bz32_text .item .inner
{
	height: 210px;
	padding: 1em;
	border: solid 1px #ddd;
	background: url(images/theme/content.png) 0 -15px repeat-x;
	margin: 2px;
}
.bz32_textfield
{
	background: #f9f9fd;
	border: solid 3px #ccc;
}
ul.bz32_themedemos,
ul.bz32_themedemos li
{
	list-style: none;
	padding: 1em;
	margin: 0;
}
ul.bz32_themedemos li
{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
	height: 140px;
}
ul.bz32_themedemos li a
{
	color: #777;
}
ul.bz32_themedemos li img
{
	border: solid 1px #ccc;
	padding: 5px;
	background: #f9f9f9;
}

/* the team css */
#bz32_about ul,
#bz32_about ul li,
#bz32_about ul li h4,
#bz32_about ul li p
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#bz32_about ul
{
	overflow: hidden;
	margin: auto;
	font-size: 0.9em;
}
#bz32_about ul li p
{
	padding: 0.5em 1em 0 0;
}
#bz32_about ul li
{
	overflow: hidden;
	border: solid 1px #ddd;
	background: #f7f7fa;
	margin-bottom: 10px;
	padding-top: 1em;
	line-height: 1.4em;
}
#bz32_about ul li h4
{
	font-size: 1em;
}
#bz32_about ul li h5
{
	margin: 0;
	padding: 5px 0 0 0;
	color: #779;
	font-size: 1em;
}
#block17 ul
{
	margin-left: 0;
	padding-left: 0;
}

.toparea
{
	height: 166px;
}
h1
{
	margin: 0;
	padding: 0;
}

/* sections */
.section1
{
	background: url(images/theme/bz36/section1_mid.jpg) repeat-x;
}
.section1 .r_inner
{
	background: url(images/theme/bz36/section1_right.jpg) no-repeat top right;
}
.section1 .l_inner
{
	background: url(images/theme/bz36/section_left1.jpg) no-repeat top left;
	height: 294px;
}
.section1 h2
{
	margin: 0 0 0 580px;
	padding: 2em 16px 0 16px;
}
.section1 p,
.section1 ul
{
	margin: 0 0 0 580px;
	padding: 6px 16px 16px 16px;
}
.section1 ul
{
	margin: 0 0 0 610px;
	padding: 6px 16px 16px 16px;
}

.section2
{
	margin: 10px 0 0 0;
	background: url(images/theme/bz36/section2_mid.jpg) repeat-x;
}
.section2 .r_inner
{
	background: url(images/theme/bz36/section2_right.jpg) no-repeat top right;
}
.section2 .l_inner
{
	height: 150px;
	padding-left: 180px;
}

.section2 .l_inner h2
{
	margin: 0;
	padding: 24px 16px 0 16px;
}
.section2 .l_inner p
{
	margin: 0;
	padding: 6px 16px 16px 16px;
}


#themes_section .l_inner
{
	background: url(images/theme/bz36/section2_themes.jpg) no-repeat top left;
}
#forum_section .l_inner
{
	background: url(images/theme/bz36/section2_forum.jpg) no-repeat top left;
}
.bz32_text .recent_topics li .recent_avatar
{
	border-right: solid 5px white;
	background: #f0f0f4;
	padding: 0;
	margin: 0;
}
.bz32_text .recent_topics li
{
	background: #f0f0f4;
	border: none;
	margin: 0px;
	font-size: 1em;
	border-top: solid 5px white;
	padding: 0;
}
.bz32_text .recent_topics li .text
{
	margin-left: 52px;
	padding: 4px;
}
p.highlights
{
	font-family: arial, sans-serif;
	font-size: 120%;
	color: #555;
	line-height: 1.4em;
}
p.info
{
	font-family: arial, sans-serif;
	font-size: 110%;
	padding: 1em;
	margin: 0 1.5em 0 590px;
	color: #333;
	line-height: 1.4em;
}
.section3
{
	padding: 2em;
}
#nav
{
	margin: 0;
	padding: 0;

}
.boardnews
{
	padding-top: 1em;
	margin-top: 1em;
	background: #f0f5f4;
}
.order_submit
{
	display: block;
	padding: 0;
	width: 100px;
	height: 48px;
	color: white;
	font-weight: bold;
	background: 0 10px url(images/theme/bz36/order.gif) no-repeat;
	border: none;
}
.noticeme2
{
	border: solid 2px orange;
	padding: 1em;
	background: #f8f6f4;
	margin-bottom: 8px;
}

.section1 #tpabout
{
	background: url(images/theme/bz36/section_left1b.jpg) no-repeat top left;
	height: 294px;
}
h2.titlebg a
{
	font-size: 0.9em;
}
.iconarea a
{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 70px 8px 0 8px; 
}
.iconarea a span
{
	display: block;
	position: absolute;
	top: -999px;
}
#footerframe
{
	padding-top: 1em;
	font-size: 0.9em;

}

img.tpabout_icon
{
	float: right;
	margin: 2em 2em 0.5em 2em;
}
img.tpabout_icon2
{
	float: left;
	padding: 0;
	margin: 0.2em 0 0 0;
}
.icon_push h4.tpabout
{
	margin-top: 0.5em;
}
h4.tpabout
{
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}
h3.tpabout
{
	font-style: normal;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}
img.tpabout_filler
{
	float: right;
	margin-left: 2em;
}
.tptheme
{
	text-align: left;
	padding: 10px;
	line-height: 1em;
}
.tptheme img
{
	border: solid 1px #ccc;
	padding: 4px;
	margin: auto;
}
.tptheme ul.buyoptions
{
	background: none;
	border: none;
	border-bottom: solid 1px #bbb;
	padding: 10px;
	overflow: hidden;
}
.tptheme ul.buyoptions li
{
	padding: 0;
	margin: 0;
	width: auto;
	list-style: none;
	float: left;
	text-align: left;
}
.tptheme .short, .tptheme h4
{
	text-align: left;
}
p.inotice
{
	font-size: 95%;
	display: block;
	margin: 1em 0;
}

.inform
{
	padding: 1em;
	margin: 1em 0;
	border: solid 1px #ddd;
	background: #f0f3f4;
}
.inform2
{
	padding: 1em;
	margin: 1em 0;
	border: solid 1px #ddd;
	background: #f8f8f9;
}/* Common classes to easy styling.
------------------------------------------------------- */
h2
{
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 1em;
	margin-top: 10px;
}

#storebar
{
	float: right; 
	width: 350px; margin: 60px 10px 10px 20px; 
	background: #f9f9f9; 
	border: solid 1px #ddd;
	padding: 1em;
}

#contentframe .top
{
	background: white url(images/theme/topmid.png) repeat-x;
}
#contentframe .bot
{
	background: url(images/theme/botmid.png) bottom left repeat-x;
}
#contentframe .leftf
{
	background: url(images/theme/left.png) repeat-y;
}
#contentframe .right
{
	background: url(images/theme/right.png) top right repeat-y;
}
#contentframe .botr
{
	background: url(images/theme/botright.png) bottom right no-repeat;
	
}
#contentframe .botl
{
	background: url(images/theme/botleft.png) bottom left no-repeat;
}
#contentframe .topl
{
	background: url(images/theme/topleft.png) no-repeat;
}
#contentframe .topr
{
	background: url(images/theme/topright.png) top right no-repeat;
	padding: 30px 30px 60px 30px;
	min-height: 700px;
}

/*   
#contentframe .topl
{
	background: url(images/theme/topleft_front.png) no-repeat;
}
#contentframe .topr
{
	background: url(images/theme/topright_front.png) top right no-repeat;
	padding: 30px;
	min-height: 700px;
}
#contentframe .top
{
	background: white url(images/theme/topmid_front.png) repeat-x;
}
*/

#nav_left
{
	background: url(images/theme/menu_start.png) no-repeat;
	padding-left: 10px;
}
#nav_right
{
	background: url(images/theme/menu_end.png) top right no-repeat;
	padding-right: 10px;
}
#nav li li a
{
	font-family: arial, sans-serif;
}
#nav 
{
	background: url(images/theme/menu_back.png) top right repeat-x;
	height: 41px;
}
#nav a.firstlevel
{
	color: white;
	display: block;
	height: 41px;
	line-height: 37px;
	font-size: 14px;
	padding: 0 20px;
	font-weight: bold;
}
#nav li.first a.chosen,
#nav li.first a:hover,
#nav li.first a.chosen:hover
{
	background: url(images/theme/menu_active.png) top right repeat-x;
}

h2#frontpage
{
	font-family: "Segoe", arial, sans-serif;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #9df;
	font-size: 3em;
}
p.front_slogan
{
	font-family: arial, sans-serif;
	line-height: 1.4em;
	color: white;
	font-size: 1.4em;
	display: block;
	padding-bottom: 2em;
}
p.front_text
{
	display: block;
	padding-bottom: 1em;
	font-family: arial, sans-serif;
	line-height: 1.4em;
	color: #bbb;
	font-size: 1.4em;
}
p.front_text a
{
	color: #eee;
}
p.front_text a:hover
{
	color: orange;
	text-decoration: underline;
}
.bwgallery
{
	width: 600px;
	margin: 0 auto;
}
form.bwgallery input,
form.bwgallery select,
form.bwgallery textarea,
form.bwgallery input.file
{
	margin: 5px 0;
	width: 99%;
}

#bwg .bwitem
{
	width: 49%;
	float: left;
	height: 400px;
}
#bwg .bwitem h3
{
	padding: 0 0 1em 0;
	font-size: 1.4em;
	font-weight: bold;
}
.bwlinks
{
	padding: 1em;
}
#bwg
{
	overflow: hidden;
}
.smallbw
{
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}
.smallbw h4
{
	font-weight: normal;
	padding: 0 0 8px 0;
	margin: 0;
}
.third
{
	float: left;
	width: 33%;
}
.third .third_pad
{
	border-right: solid 1px #ddd;
	margin-right: 1em;
	padding: 0 1em 1em 0;
	min-height: 500px;
}
.third h3
{
	background: #eeeeef;
	color: black;
	font-size: 1.2em;
	display: block;
	padding: 0.5em;
	font-weight: normal;
}
.third h3#tweet
{
	background: url(images/twitter_16.png) no-repeat 10px 50% #eeeeef;
	padding-left: 35px;
}
.third h3#forum
{
	background: url(images/rss_16.png) no-repeat 10px 50% #eeeeef;
	padding-left: 35px;
}
.third .texto
{
	padding: 1em;
	line-height: 1.4em;
}
.third .texto .rss_date
{
	font-size: 90%;
	color: #888;
	padding-bottom: 0.5em;
}
.third .texto .rss_title
{
	color: #003;
	font-weight: bold;
	padding: 1em 0 0 0;
}
.shortlisting h3
{
	color: black;
	border-bottom: solid 1px #ddd;
	margin-bottom: 0.7em;
	font-size: 1.4em;
	display: block;
	padding: 0.5em;
	font-weight: normal;
}
#dlbuttons
{
	overflow: hidden;
	padding-top: 10px;
}
#dlbuttons a
{
	display: block;
	float: left;
	width: 151px;
	height: 36px;
	margin-right: 10px;
}
#dlbuttons a span
{
	position: absolute;
	left: -9999px;
}
#dlbuttons a.th
{
	background: url(images/dlbuttons.png) no-repeat 0 0;
}
#dlbuttons a.fr
{
	background: url(images/dlbuttons.png) no-repeat -160px 0;
}

#dlbuttons a.th:hover
{
	background: url(images/dlbuttons.png) no-repeat 0 -50px;
}
#dlbuttons a.fr:hover
{
	background: url(images/dlbuttons.png) no-repeat -160px -50px;
}
#smallinfo
{
	position: relative;
	top: -2em;
	display: block;
	text-align: right;
}
p.front_text em
{
	font-style: normal;
	color: #bdb;
}
p.front_text strong
{
	font-weight: normal;
	color: #bfb;
}
p.normal_p
{
	padding: 1em 1em 3em 1em;
	margin: 0;
	line-height: 1.5em;
}
span.lineup
{
	display: block;
	float: left;
}
.intext
{
	line-height: 1.4em;
	padding-top: 1em;
}
.indetails
{
	font-size: 90%;
	color: #777;
}

.bwitem2
{
	width: 32%;
	float: left;
	height: 270px;
	text-align: center;
}
.bwitem2 h3
{
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
#bwg p, #mainframe p.normal_p, #pages div.shortlisting p, #mainframe .windowbg .post, #mainframe .windowbg2 .post
{
	line-height: 1.4em;
	font-size: 1.1em;
}
p.normal_p2
{
	padding: 1em 0;
	font-size: 1.05em;
	margin: 0;
	line-height: 1.5em;
}