/* ----------------------- */
/* -----[ RESET.CSS ]----- */
/* ----------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}


/* --------------------- */
/* -----[ GENERAL ]----- */
/* --------------------- */

html, body {
	background: #500000 url(http://www.phx2600.org/forum/custom/images/bg-gradient.png) repeat-x top left !important;
	padding: 0 !important;
}

html {
	font-size: 100% !important;
}

body {
	color: #333;
	font-family: sans-serif, Verdana, Tahoma, Sans, Arial, Helvetica !important;
	font-size: 1em !important;
	padding: 0;
}

a {
	color: #900000;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #900000;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#phx-wrap {
	margin: 0 auto;
	padding: 20px 18px;
	width: 960px;
}


/* -------------------- */
/* -----[ HEADER ]----- */
/* -------------------- */

#phx-header {
	background: #000 url(http://www.phx2600.org/forum/custom/images/header-bg.png) repeat-x top left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 20px 20px 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#phx-logo {
	float: left;
	width: 500px;
}

#phx-search {
	background-color: #999;
	border-radius: 4px;
	float: right;
	height: auto;
	margin: 15px 0 0;
	width: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#phx-search-table {
	border-collapse: collapse;
	margin: 5px !important;
}

#phx-search input {
	border: 1px solid #121212 !important;
	cursor: text !important;
	font-size: 1.2em;
	margin: 0;
	padding: 3px 3px 4px !important;
	width: 225px;
}

#phx-search button {
	background-color: #121212;
	border: none;
	color: #FFF;
	cursor: pointer;
	padding: 7px;
}


/* ------------------------ */
/* -----[ NAVIGATION ]----- */
/* ------------------------ */

#phx-navigation {
	background: #323232 url(http://www.phx2600.org/forum/custom/images/nav-bg.jpg) repeat-x top left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #FFF;
	font-size: .8em !important;
	height: 30px;
	position: relative;
}

#phx-navigation ul {
	bottom: 0px;
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	width: auto;
}

#phx-navigation ul li {
	display: inline-block;
	float: left;
	margin: 0 4px 0 0;
		
}

#phx-navigation ul li a {
	background: #000 url(http://www.phx2600.org/forum/custom/images/gradient-bg.jpg) repeat-x left top;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FFF;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}

#phx-navigation ul li a:hover {
	background: #000 url(http://www.phx2600.org/forum/custom/images/gradient-bg-red.jpg) repeat-x left top;
}

#phx-navigation ul li#current a,
#phx-navigation ul li.current_page_item a {
	background: #FFF none repeat left top;
	border: 1px solid #000;
	border-bottom: 1px solid #FFF;
	color: #000;
}

#phx-navigation ul li#current a:hover,
#phx-navigation ul li.current_page_item a:hover {
	background: #FFF none repeat left top;
	border: 1px solid #000;
	border-bottom: 1px solid #FFF;
	color: #000;
}

#phx-navigation #feed-icon {
	color: #FF9900;
	float: right;
	margin: 6px 10px;
	width: 16px;
}


/* ------------------ */
/* -----[ BODY ]----- */
/* ------------------ */

#phx-body {
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* --- NOTIFICATIONS --- */

.phx-notice {
	border-radius: 5px;
	font-size: .9em !important;
	margin-bottom: 10px;
	padding: 5px 5px 5px 26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.phx-info {
	background: #DDF url(http://www.phx2600.org/forum/custom/images/icons/information.png) no-repeat 5px 5px;
	border: 1px solid #AAC;
}

.phx-error {
	background: #FDD url(http://www.phx2600.org/forum/custom/images/icons/exclamation.png) no-repeat 5px 5px;
	border: 1px solid #CAA;
}

.phx-success {
	background: #DFD url(http://www.phx2600.org/forum/custom/images/icons/accept.png) no-repeat 5px 5px;
	border: 1px solid #ACA;
}

.phx-warning {
	background: #FFD url(http://www.phx2600.org/forum/custom/images/icons/error.png) no-repeat 5px 5px;
	border: 1px solid #CCA;
}

.phx-notice p {
	margin: 0;
}


/* --- CONTENT --- */

#phx-content {
	font-family: Verdana, Tahoma, Sans, Arial, Helvetica !important;
	font-size: 60%;
	padding: 10px;
}

#wrap {
	padding: 0 !important;
}


/* -------------------- */
/* -----[ FOOTER ]----- */
/* -------------------- */

#phx-footer {
	background: #323232 url(http://www.phx2600.org/forum/custom/images/footer-bg.png) repeat-x top left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #DEDEDE;
	font-size: .75em !important;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#phx-footer p {
	margin: 0;
}

#phx-footer a {
	color: #900000;
	text-decoration: underline;
}

#phx-footer .logo {
	float: left;
	margin-right: 10px;
}

#phx-footer .left {
	float: left;
	width: auto;
}

#phx-footer .right {
	float: right;
	text-align: right;
	width: auto;
}


/* ---------------------------- */
/* -----[ MISCELLANEOUS ] ----- */
/* ---------------------------- */

#phx-content div.hr {
  background-color: #CCC;
  border: 0;
  height: 1px;
  margin: 1em 0;
  width: 100%;
}

#phx-content div.hr hr {
  display: none;
}

.postbody .content {
	font-size: 1.4em !important;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
