/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(imports/Phazx_cs.css);

/****************************************************************/
/* 2. TEXT SETTINGS */
/****************************************************************/

/* 2.1 This sets the default Font Group */

.pun INPUT {

	padding-left:5px;
	padding-right:5px;
}

.pun TEXTAREA {

	padding:5px;
	
}

.pun {FONT-SIZE: 12px; LINE-HEIGHT: normal}

/* Set font size for tables because IE requires it */
.pun TABLE, .pun INPUT, .pun SELECT, .pun OPTGROUP, .pun TEXTAREA, DIV.postmsg P.postedit {FONT-SIZE: 1em;}
.pun INPUT, .pun SELECT, .pun TEXTAREA {border: 1px solid #444;}

/* 2.2 Set the font-size for preformatted text i.e in code boxes */

.pun PRE {FONT-FAMILY: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace}

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1em; border-top: 1px solid #444; border-left: 1px solid #444; border-right: 1px solid #444;}
.pun H3 {FONT-SIZE: 13px;}
#brdtitle H1 {FONT-SIZE: 1.4em;}

/* 2.4 Larger text for particular items */
DIV.postmsg P {LINE-HEIGHT: 1.4}
DIV.postleft DT {FONT-SIZE: 1.1em}
.pun PRE {FONT-SIZE: 1.2em}

/* 2.5 Bold text */

DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}

/****************************************************************/
/* 3. LINKS */
/****************************************************************/

/* 3.1 Remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu A:link, #brdmenu A:visited, .blockpost DT A:link, .blockpost DT A:visited, .blockpost H2 A:link,
.blockpost H2 A:visited, .postlink A:link, .postlink A:visited, .postfootright A:link, .postfootright A:visited,
.blockmenu A:link, .blockmenu A:visited {
	TEXT-DECORATION: none
}

/* 3.2 Underline on hover for links in headers and main menu */

#brdmenu A:hover, .blockpost H2 A:hover {TEXT-DECORATION: underline}

/****************************************************************/
/* 4. BORDER WIDTH AND STYLE */
/****************************************************************/

/* 4.1 By default borders are 1px solid */

DIV.box, .pun TD, .pun TH, .pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}


.blocktable DIV.box, .blockpost DIV.box {
	BORDER-TOP-WIDTH: 0px
}

/* 4.2 Special settings for the board header. */

#brdheader DIV.box {BORDER-TOP-WIDTH: 1px}

/* 4.3 Borders for table cells */

.pun TD, .pun TH {
	BORDER-BOTTOM: none;
	BORDER-RIGHT: none
}

.pun .tcl {BORDER-LEFT: none}

/* 4.4 Special setting for fieldsets to preserve IE defaults */

DIV>FIELDSET {
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}

/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {margin:12px 20px}

/* 5.2 Creates vertical space between main board elements (Margins) */

DIV.blocktable, DIV.block, DIV.blockform, DIV.block2col, #postreview {MARGIN-BOTTOM: 12px}
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px}
DIV.block2col DIV.blockform, DIV.block2col DIV.block {MARGIN-BOTTOM: 0px}

/* 5.3 Remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

DIV.linkst, DIV.linksb {MARGIN-TOP: -12px}
DIV.postlinksb {MARGIN-TOP: -6px}

/* 5.4 Put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {MARGIN-TOP: 12px}

/****************************************************************/
/* 6. SPACING AROUND CONTENT */
/****************************************************************/

/* 6.1 Default padding for main items */

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}
.pun H2 {PADDING: 4px 6px}

/* 6.2 Special spacing for various elements */

.pun H1 {PADDING: 3px 0px 0px 0}
#brdtitle P {PADDING-TOP: 0px}
DIV.linkst {PADDING: 8px 6px 3px 6px}
DIV.linksb, DIV.postlinksb {PADDING: 3px 6px 8px 6px}
#brdwelcome, #brdfooter DL A, DIV.blockmenu LI, DIV.rbox INPUT  {LINE-HEIGHT: 1.4em}
#viewprofile DT, #viewprofile DD {PADDING: 0 3px; LINE-HEIGHT: 2em}

/* 6.4 Create some horizontal spacing for various elements */

#brdmenu LI, DIV.rbox INPUT, DIV.blockform P INPUT  {MARGIN-RIGHT: 12px; padding:2px 2px 3px 2px;}

#brdmenu {text-align:center; border-bottom: 1px solid #444;}

/****************************************************************/
/* 7. SPACING FOR TABLES */
/****************************************************************/

.pun TH, .pun TD {PADDING: 4px 6px}
.pun TD P {PADDING: 5px 0 0 0}

/****************************************************************/
/* 8. SPACING FOR POSTS */
/****************************************************************/

/* 8.1 Padding around left and right columns in viewtopic */

DIV.postleft DL, DIV.postright {PADDING: 6px}

/* 8.2 Extra spacing for poster contact details and avatar */

DD.usercontacts, DD.postavatar {MARGIN-TOP: 5px}
DD.postavatar {MARGIN-BOTTOM: 5px}

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 15px}

/* 8.4 Spacing for code and quote boxes */

DIV.postmsg H4 {MARGIN-BOTTOM: 10px}
.pun BLOCKQUOTE, DIV.codebox {MARGIN: 5px 15px 15px 15px; PADDING: 8px}

/* 8.5 Padding for the action links and online indicator in viewtopic */

DIV.postfootleft P, DIV.postfootright UL, DIV.postfootright DIV {PADDING: 10px 6px 5px 6px}

/* 8.6 This is the input on moderators multi-delete view */

DIV.blockpost INPUT, DIV.blockpost LABEL {
	PADDING: 3px;
	DISPLAY: inline
}

P.multidelete {
	PADDING-TOP: 15px;
	PADDING-BOTTOM: 5px
}

/* 8.7 Make sure paragraphs in posts don't get any padding */

DIV.postmsg P {PADDING: 0}

/****************************************************************/
/* 9. SPECIAL SPACING FOR FORMS */
/****************************************************************/

/* 9.1 Padding around fieldsets */

DIV.blockform FORM, DIV.fakeform {PADDING: 20px 20px 15px 20px;}
DIV.inform {PADDING-BOTTOM: 12px}

#searchform DIV.box {MARGIN-BOTTOM: 12px;}



/* 9.2 Padding inside fieldsets */

.pun FIELDSET {PADDING: 0px 12px 0px 12px}
DIV.infldset {PADDING: 9px 0px 12px 0}
.pun LEGEND {PADDING: 0px 6px}

/* 9.3 The information box at the top of the registration form and elsewhere */

DIV.forminfo {
	MARGIN-BOTTOM: 12px;
	PADDING: 9px 10px
}

/* 9.4 BBCode help links in post forms */

UL.bblinks LI {PADDING-RIGHT: 20px}

UL.bblinks {PADDING-BOTTOM: 10px; PADDING-LEFT: 4px}

/* 9.5 Horizontal positioning for the submit button on forms */

DIV.blockform P INPUT {MARGIN-LEFT: 12px}

/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/

/* 10.1 These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. By default only .inew is different from the default.*/

/*DIV.icon {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.2em;
	DISPLAY: block;
	BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
	BORDER-STYLE: solid
}*/

div.icon {
    float: left;
    display: block;
    width:20px;
    height:20px;
}


DIV.searchposts DIV.icon {MARGIN-LEFT: 0}

/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */

TD DIV.tclcon {MARGIN-LEFT: 2.3em}



/*
	Theme Name: Revolution Veda
	Theme URL: http://www.reality-choice.org
	Description: reality-choice theme.
	Author: veda
	Author URI: http://www.reality-choice.org
	Version: 2.0
	Tags: three columns, fixed width, white, tan, teal, purple, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 01.05.10
*/
body {
background: #2B2B2B url(images/background.jpg) repeat-x;
width: 980px;
color: #333;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
}

#wrap {
width: 960px;
margin: 10px auto 10px;
position: relative;
background: transparent url(images/bg.png);
background-repeat: repeat;
background-position: center;
padding: 0px 10px 0px 10px;
}	

/************************************************
*	Hyperlinks				*
************************************************/

a, a:visited {
color: #9b668e;
text-decoration: none;
}
	
a:hover {
color: #5da8e7;
text-decoration: none;
}

a img {
border: none;
}
	
a:focus, a:hover, a:active {
outline: none 
}	

/************************************************
*	Top Navbar      			*
************************************************/

#topnavbar {
background: #444 url(images/navbar.gif);
width: 960px;
height: 30px;
color: #FFF;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #444;
}
	
#topnavbar a, #topnavbar a:visited {
font-size: 11px;
font-weight: bold;
color: #FFF;
text-decoration: none;
}
	
#topnavbar a:hover {
text-decoration: underline;
}
	
#topnavbar p {
font-size: 11px;
font-weight: bold;
padding: 0px;
margin: 0px;
}
	
.topnavbarleft {
width: 230px;
float: left;
margin: 0px;
padding: 8px 0px 0px 10px;
}
	
.topnavbarright {
width: 600px;
float: right;
margin: 0px;
padding: 7px 10px 0px 0px;
text-transform: uppercase;
text-align: right;
}
	
.topnavbarright a img {
border: none;
margin: 0px 3px 3px 0px;
padding: 0px;
}
	
/************************************************
*	Header  				*
************************************************/

#header {
background: #444 url(images/header.jpg) no-repeat right;
width: 960px;
height: 140px;
color: #FFF;
font-size: 11px;
margin: 0px;
padding: 0px;
overflow: hidden;
}

#header h1 {
color: #FFF;
font-size: 36px;
font-family: Georgia, Times New Roman;
font-weight: normal;
margin: 0px;
padding: 15px 0px 0px 20px;
text-decoration: none;
}
	
#header h1 a, #header h1 a:visited {
color: #FFF;
font-size: 36px;
font-family: Georgia, Times New Roman;
font-weight: normal;
margin: 0px;
padding: 0px;
text-decoration: none;
}
	
#header h1 a:hover {
color: #FFF;
text-decoration: none;
}
	
#header h3 {
color: #7A3254;
font-size: 16px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
margin: 0px;
padding: 0px;
}
	
#header p {
color: #FFF;
padding: 0px 0px 5px 20px;
margin: 0px;
line-height: 20px;
}
	
.headerleft {
background: #444 url(images/logo.png) no-repeat left; 
display: block;
width: 360px;
height:140px;
float: left;
font-size: 14px;
margin: 0px;
padding: 0px;
border-right : 1px solid #444;
}
	
.headerleft a img {
border: none;
margin: 0px;
padding: 0px;
}

/************************************************
*	Navbar      				*
************************************************/

#navbar {
background: #444 url(images/navbar.png);
width: 960px;
height: 35px;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
color: #FFF;
font-weight: bold;
margin: 0px;
padding: 0px;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
	
#navbarleft {
width: 680px;
float: left;
margin: 0px;
padding: 0px;
}
	
#navbarright {
width: 275px;
font-size: 11px;
float: right;
margin: 0px;
padding: 6px 0px 0px 5px;
}
	
#nav {
margin: 0px;
padding: 0px;
}
	
#nav ul {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
	
#nav li {
list-style: none;
margin: 0px;
float: left;
padding: 0px;
}
#nav li.chat-count {
display: none;
background: transparent url(images/chat-count.gif) no-repeat;
padding: 5px;
text-decoration: blink;
color: #df858b;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
color: #444;
display: block;
font-size: 15px;
font-family: Arno Pro Smbd SmText;
font-weight: normal;
text-transform: uppercase;
margin: 0px;
padding: 9px;
}

#nav li.page-item-3 a, #nav li.page-item-3 a:link, #nav li.page-item-3 a:visited {
text-decoration:underline overline;
}

#nav li.page-item-23 a,#nav li.page-item-23 a:link,#nav li.page-item-23 a:visited{-moz-box-shadow: 0 0 9px #888;-webkit-box-shadow: 0 0 9px #888;box-shadow: 0 0 9px #888;border-left: 1px dashed;border-right: 1px dashed;-khtml-border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}


#nav li.page-item-3246 a, #nav li.page-item-3246 a:link, #nav li.page-item-3246 a:visited {
text-decoration:none;
}

#nav li.page-item-3252 a, #nav li.page-item-3252 a:link, #nav li.page-item-3252 a:visited {
text-decoration:none;
}

#nav li.page-item-94 a, #nav li.page-item-94 a:link, #nav li.page-item-94 a:visited {
text-decoration:underline overline;
}

#nav li a:hover, #nav li:hover a, #nav li.over a {
background: #444 url(images/navhov.gif);
color: #FFF;
text-shadow: 1px 1px 0px #444; 
}

#nav li li:first-child {
margin-top: -1px;
}

#nav li li:first-child a {
border-top: 1px solid #FFF;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #444 url(images/navbar.gif);
width: 150px;
color: #FFF;
font-size: 12px;
font-family: Georgia, Times New Roman;
font-weight: normal;
text-transform: none;
float: none;
margin: 0px;
padding: 7px 10px 7px 10px;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}
	
#nav li li a:hover, #nav li li a:active {
background: #444 url(images/navhov.gif);
color: #FFF;
padding: 7px 10px 7px 10px;
}

#nav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 170px;
margin: 0px;
padding: 0px;
}

#nav li ul a { 
width: 140px;
}

#nav li ul ul {
margin: -32px 0 0 171px;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover { 
position: static;
}
	
/************************************************
*	SubNavbar      				*
************************************************/

#subnavbar {
background: #df858b;
width: 960px;
height: 24px;
color: #FFF;
margin: 0px;
padding: 0px;
border-bottom : 1px solid #444;
}
	
#subnav {
margin: 0px;
padding: 0px;
}
	
#subnav ul {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
	
#subnav li {
list-style: none;
margin: 0px;
padding: 0px;
}

#subnav li.cat-item-tiny {
list-style: none;
margin: 0px;
padding: 0px;
}

#subnav li.cat-item-tiny a, #nav li.cat-item-tiny a:link, #nav li.cat-item-tiny a:visited {
margin: 0px 5px 0px 0px;
padding: 0px 13px 6px 150px;
display: block;
}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
color: #FFF;
display: block;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
margin: 0px 5px 0px 0px;
padding: 6px 13px 6px 13px;
}

#subnav li a:hover, #subnav li a:active {
background: #000 url(images/subnavbar.gif);
color: #FFF;
display: block;
text-decoration: none;
margin: 0px 5px 0px 0px;
padding: 6px 13px 6px 13px;
}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
background: #666;
width: 140px;
float: none;
margin: 0px;
padding: 6px 10px 6px 10px;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}
	
#subnav li li a:hover, #subnav li li a:active {
background: #85ACAC;
margin: 0px;
padding: 6px 10px 6px 10px;
}

#subnav li {
float: left;
padding: 0px;
}

#subnav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0px;
padding: 0px;
}

#subnav li ul a { 
width: 140px;
}

#subnav li ul ul {
margin: -25px 0 0 161px;
}

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

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
left: auto;
}

#subnav li:hover, #subnav li.sfhover { 
position: static;
}
	
/************************************************
*	Content 				* 
************************************************/

#content {
width: 940px;
min-height: 1235px;
margin: 0px auto 0px;
padding: 10px 0px 0px 0px;
line-height: 16px; /* check for slideshow */
}
	
/************************************************
*	Footer      			        *
************************************************/

#footer {
background: #444 url(images/navbar.gif);
width: 960px;
height: 30px;
margin: 0px;
padding: 0px;
text-align: center;
border-top: 1px solid #444;
}
	
#footer p {
color: #FFF;
font-size: 11px;
font-weight: bold;
margin: 0px;
padding: 9px 0px 0px 0px;
}
	
#footer a, #footer a:visited {
color: #FFF;
text-decoration: none;
}
	
#footer a:hover {
color: #FFF;
text-decoration: underline;
}

#footer span {
padding-left: 10px;
padding-right: 10px;
}

#footer span a:hover {
color: #FFF;
text-decoration: underline;
}
	
/************************************************
*	Search Form				*
************************************************/

#searchform {
margin: 0px;
padding: 0px;
overflow: hidden;
display: inline;
}
	
#searchbox {
background: #F7F5EF !important;
width: 215px;
color: #495D5C;
font-size: 12px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 3px 0px 3px 5px;
border: 1px solid #444;
display: inline;
}
	
#searchbutton {
background: #FFFFFF url(images/subnavbar.gif);
color: #FFFFFF;
font-size: 11px;
font-family: Georgia, Times New Roman, Trebuchet MS;
margin: 0px 0px 0px 5px;
padding: 3px 3px 2px 3px;
font-weight: bold;
border: 1px solid #444;
}

#searchbutton:hover, #searchbutton:active {
background: #ffffff url(images/navbar.gif);
}

/************************************************
*	Chat				        *
************************************************/

#chat {
background: #FFFFFF url(images/chat.gif) no-repeat center bottom;
margin-top: 0px;
height: 170px;	
}

#chatty {
position: relative;
top: 42px;
left: 408px;
margin: 0;	
}

#chat-connected {
position: relative;
top: 50px;
left: 0px;
margin: 0;
font-size: 14px;
text-align: center;
color: #fd5eaf;
line-height :14px;
}

#chat-connected a, #chat-connected a:active, #chat-connected a:focus, #chat-connected a:visited {
color: #fd5eaf;	
}

#chat-connected a:hover {
color: #7adff5;
}

#connect {
font-size: 15px;
text-align: center;
color: #fd5eaf;
line-height :15px;
}

#connect-number {
font-size: 22px;
line-height :20px;
font-family:  Arno Pro Smbd SmText;
}
