
/*
	 uroomtech.com
	 by Upper Room Technologies
	 http://www.uroomtech.com
	 
	 COLOR KEY:
	 	Gray: #353535;
		light blue: #78b9ec
		blue:#4089d8
		light gray: #cccccc
		orange: #f36b31

*/




/*
	RESET AND BASICS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #353535;
	
}
ol, ul {
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*end reset*/


body{ 
	
	line-height: 18px;
	color: #353535;
 
}


/*
	Some Basic, reusable styles
*/

a, a:visited						{ text-decoration: none; outline: none; color: #4089d8; }
a:hover								{ color: ; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }
fieldset							{ border: none; }
::selection                         { background: #83a4d3; /* Safari */ }
::-moz-selection                    { background: #83a4d3; /* Firefox */ }
.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }



/*
	MAIN STRUCTURE
*/

#wrapper {
	top: 30px;
	position: relative;
	padding: 0;
	background-color:#353535;
	overflow: hidden;
}

#header {
	padding-top: 15px;
	z-index: 10;
	min-height: 62px;

}

#header a.logo-link {
	width: 147px;
	height: 48px;
	background-position: 0px 0px;
	text-indent: -9999px;
}

.sprite {
	display: block;
	background: url(../../images/header/sprite.png) no-repeat;

}


#header .login {
	position: relative;
	float: right;
	top:45px;
	width: 85px;
	height: 25px;
	background-position: -158px 0px;
	text-indent: -9999px;
}
#header .logout {
	position: relative;
	float: right;
	top:45px;
	width: 105px;
	height: 25px;
	background-position: -358px 0px;
	text-indent: -9999px;
}

#header .signup {
	position: relative;
	float: right;
	top:45px;
	width: 105px;
	height: 25px;
	background-position: -240px 0px;
	text-indent: -9999px;
	height: 23px;
}
.next {
	float: right;
	top:45px;
	width: 105px;
	height: 25px;
	background-position: -454px 0px;
	text-indent: -9999px;
	height: 23px;
}
.gotologin {
	float: right;
	top:45px;
	width: 85px;
	height: 25px;
	background-position: -458px -27px;
	text-indent: -9999px;
	height: 25px;
}
#header .login:hover {
	background-position: -158px -27px;
}
#header .logout:hover {
	background-position: -358px -29px;
	height: 23px;
}
#header .signup:hover {
	background-position: -240px -29px;
	height: 23px;
}


#navigation {
	background: url(../../images/header/nav-back.png);
	height: 43px;
	color: #fff;
	padding-top: 0px;
	border-bottom: 1px solid #fff;
}

#navigation ul li {
	text-align: center;
	padding: 0;
	margin: 0;
	display: inline;

}

#navigation ul li a{
	display: block;
	height: 38px;
	padding: 4px 20px 0px 20px;
	float: left;
	background: url(../../images/header/nav-back.png);
	width: 100px;
	text-align: center;
	color: #fff;
	font: 14px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-right: 1px solid #353535;
	border-left: 1px solid transparent;
	text-align: center;

	
}

#navigation ul li a:hover{
	background: url(../../images/header/nav-over.png);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
	
}

#page-1 #navigation ul li.current a{
	background: url(../../images/header/nav-over.png);
	padding: 4px 30px 2px 30px;
	width: 150px;
	border-bottom: 1px solid #fff;
		
}

#navigation ul li.current a{
	width: 150px;	
}


#navigation ul li.current_page_item a {
		background: url(../../images/header/nav-over.png);
	padding: 4px 30px 2px 30px;
	width: 150px;
		border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#page-1 #article-top {
	display: block;
	height: 51px;
	background: url(../../images/middle-bar.png) repeat-x;
}

#article-top {
	display: block;
	height: 35px;
	background: #4089d8;
}

#white-content-wrapper {
	background: #fff;
	position: relative;
	border-bottom: 5px solid #353535;


}

#article-container {
		background-position: -65px -52px;
		background-color: transparent;
		position: relative;
		top: -30px;
		z-index: 10;
		min-height: 350px;

}

.demo #article-container {
	background-position: -22px -52px;
	}

#article {
	width: 570px;
	border-top: 10px solid #cccccc;
	border-right: 10px solid #cccccc;
	border-left: 10px solid #cccccc;
	padding: 10px 20px 0px 10px;
	margin-bottom: -30px;
	background-color: #fff;
	height: auto;
}

.demo #article {
	width:900px;
}

#sidebar ul {
	padding-top: 10px;
}

#sidebar ul li{
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	font: 15px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer-top {
	display: block;
	height: 20px;
	background-color: #4089d8;
	z-index: 20;
}

#footer {
	background-color: #353535;
	padding-bottom: 35px;
}

#usrfooter-top {
	display: block;
	height: 20px;
	background-color: #4089d8;
	z-index: 20;
	margin: 0px;
}

#usrfooter {
	background-color: #353535;
	padding-bottom: 35px;
	margin: 0px;
}

#footer-inside {
	border: 10px solid #cccccc;
	overflow: auto;
	padding:10px;
	background-color: #fff;
}

#footer-inside ul li a {
	display: block;
	color: #353535;
	padding: 3px;
	border-bottom: 1px solid #cccccc;
	width: 220px;
}

#footer-inside ul li a:hover {
		color: #4089d8;
}

/* My Comment */

/* My Comment */



/*text styles*/

h1 {
	font: 30px/ 40px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font: 22px/ 29px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	font: 13px/ 19px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

.demo #sidebar h3 {
	font: 18px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../../images/nav-back.png);
	padding-left: 20px;
	padding-bottom: 0;
	margin-left: -15px;
	width: 275px;
	height: 38px;
	color: #fff;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

#sidebar h3 {
	font: 18px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../../images/nav-back.png);
	padding-left: 20px;
	padding-bottom: 0;
	margin-left: -15px;
	width: 310px;
	height: 38px;
	color: #fff;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

h4 {
	font: bold 24px/32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h5 {
	font: bold 18px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h6 {
	font: bold 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

p {
	-x-system-font:none;
	font-family:"Helvetica",Arial,Helvetica,Geneva,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:19px;
}

.black {
	color: #000;
}

.gray {
	color: #353535;
}

.blue {
	color: #4089d8;
}

.orange {
	color: #f36b31;
}


/*padding styles*/

.pad-left {
	padding-left: 10px;
}

.pad-right {
	padding-right: 10px;
}

.pad-top {
	padding-top: 10px;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-all {
	padding: 10px;
}

div.post {
	padding: 10px 30px 10px 20px;
}

p.timedate {
	font-style: italic;
	color: #cccccc;
	margin-top: -10px;
}




.go {
	background: url(../../images/media/btn-go-gray-over.png) top center no-repeat;
	width: 42px;
	height:24px; 
}

