/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		HigherGround
   TEMPLATE CODE: 	S-0014
   VERSION:          1.0
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #f0f0f0;
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 0.725em;
	color: #666666;
	text-align: center;
	margin: 0 0;
	/*
		background: #fff;
		background-image: url(../images/bg1a.gif); background-repeat: repeat-x;
	*/
	/*background-image: url(../images/bgmain.gif); background-repeat: repeat-x;
	background-attachment: fixed;*/
}

/* links */
a, a:visited {
	color: #5A93C9;
	/*background: inherit;*/
	text-decoration: none;
}
a:hover {
	/*color: #88ac0b;*/
	color: brown;
	/*background: inherit;*/
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 160%;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
/*
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
*/

img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;
   	/*background: url(../images/post.jpg);*/
	border-left: 1px solid #E0DBC9;
	border-right: 1px solid #E0DBC9;
	/*font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;*/
	/*color: brown;*/
}


/* start - table */
/*
table {
	border-collapse: collapse;
	margin: 5px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
*/


table.classic {
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: auto;

}
table.classic tr {
	line-height: 18px;
}

table.classic th.rowTitle {
	background-color: #CFD8DA;
	border-left:12px solid #666699;
	font-weight:bold;
	padding: 4px;
	line-height: 15px;
}

table.classic th.cellTitle {
	background-color: #DCDEF2;
	border-bottom:1px solid #F5C4BC;
	font-weight:bold;
	padding: 4px;
	line-height: 15px;
}

table.classic th {
	background-color:#D3DAF1;
	font-size:8pt;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	line-height: 15px;
}

table.classic td {
	padding-left:8px;
	padding-right:8px;
	line-height: 18px;
}

table.classic .row1 {
	background-color: #eceff0;
}

table.classic .row2 {
	background-color: #f3f8fa;
}
table.classic .row3 {
	background-color: #f0f0f0;
}
table.classic .row4 {
	background-color: #E6E6E6;
}
table.classic .row5 {
	background-color: #F2F2F2;
}

table.classic th a {
	color: #000;
	text-decoration: none;
}
table.classic th a:hover {
	text-decoration: underline;
}

.loginBox {
	background-image: url(../images/lock.gif);
	background-repeat: no-repeat;
	background-position: -40% 0%;
	/*
	font-family: Georgia, Tahoma, Verdana, arial, sans-serif;
	font-size: 120%;
	*/

}

.loginBoxInput {
	font-family: georgia;
	font-size:120%;
	font-weight:bold;
	width:135px;
}
/* end - table */

/* form elements */
/*
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5;
	background-color: #DADADA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}
*/

form { margin: 0; padding: 0; }
input {
	border:1px solid #ccc;
	font-family: inherit;
	font-size: inherit;
	color:#777;
	padding:1px;
	margin: 1px;
	height: 18px;
}
textarea {
	width:400px;
	padding:2px;
	font-family: inherit;
	font-size: inherit;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
select {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: inherit;
}
.checkbox {
	border: 0px;
}
.buttons {
	border:1px outset #ccc;
	background-color: #f0f0f0;
	font-family: inherit;
	font-size: inherit;
	color:#777;
	height: 21px;
}
/* search form */
/*
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 5px 0 15px 0;
	width: 190px;
}
.searchform p { margin: 0; padding: 0; }
	.searchform input.textbox {
	width: 120px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
*/
/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 900px;
	/*background: #CCC url(../images/content.jpg) repeat-y center top;*/
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#top-bg {
   position: absolute;
	width: 900px;
	height: 19px;
	/*background: #CCC url(../images/top-bg.jpg) repeat-y center top;	*/
	top: 0; left: 0;
	z-index: 2;
	border: 1px solid red;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;

	margin: 0 0px 0 5px;
	padding: 0;

	width: 888px;
	padding: 0;
	/*background: #E8E8E8;	*/
	background: #fff;
	border-top: 5px solid #000;
	border-bottom: 2px solid #D0D0D0;
	margin: 0px 5px;
	display: inline;
	border: 0px solid brown;

	/* min height hack from dustin diaz http://www.dustindiaz.com/min-height-fast-hack */
	min-height:500px;
	height:auto !important;
	height:500px;
}
#header {
	border-top: 3px solid #fff;
	width: 900px;
	position: relative;
	height: 81px;
	background: #CCC url(../images/header-bg.jpg) repeat-y center top;
	padding: 0;
	color: #FFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #6E486F;
	text-transform: none;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 15px; left: 30px;
}
#header h1#logo-text span {
	color: #A623C7;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 50px; left: 100px;
}

#header h2#network {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #6E486F;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 17px; left: 33px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 2px; right: 20px;
	color: #838181;
	font-size: 10px;
	border: 0px solid red;
}
#header #header-links a {
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;
	text-decoration: underline;
}

/* header-photo */
#header-photo {
	clear: both;
	/*height: 95px;*/
	height: 135px;
	width: 890px;
	margin: 0 auto;
	/*background: #FFF url(../images/header-photo.jpg) no-repeat center center;*/
	background: #FFF url(../images/bg2.jpg) no-repeat center center;
	border: 0px solid red;
}
/* header-photo for logged in users*/
#header-photo-auth {
	clear: both;
	/*height: 95px;*/
	height: 135px;
	width: 890px;
	margin: 0 auto;
	background: #FFF url(../images/bg1.jpg) no-repeat center center;
	border: 0px solid red;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	height: 38px;
}
#nav ul {
	float: left;
	list-style: none;
	/*background: url(../images/nav.jpg) repeat-x;	*/
	background: url(../images/nav_bg.gif) repeat-x top left;
	width: 890px;
	margin: 0 0px 0 5px;
	padding: 0;
	display: inline;
	border: 0px solid blue;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	/*padding: 0 14px;*/
	padding: 5px 10px 11px;
	font-size:110%;
	font-family: inherit;
	font-weight: bold;
/*	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
*/
	border-bottom: none;
	color: #FFF;
	/*font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;*/
	text-decoration: none;
	letter-spacing: 1px;
}
#nav ul li a:hover,
#nav ul li a:active {
	background: url(../images/nav_bg_o.gif) repeat-x 50% 0;
	color: #000;
}
#nav ul li#current a {
	background: url(../images/nav_bg_o_sel.gif) repeat-x 50% 0;
	color: #fff;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 5px 0 1px 5px;
	display: inline;
	border: 0px solid blue;
}
#main h1 {
	margin-top: 10px;
	font: normal 1.6em Tahoma, Verdana, arial, sans-serif;
	color: #8C9F0D;
	padding: 5px 0 5px 5px;
}
#main ul li {
	/*list-style-image: url(../images/bullet.gif);*/
}

.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 20px 10px 0 10px;
	font-size: 95%;
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 28%;
	padding: 0 0px 0 0; margin: 5px 1px 0 0;
	border: 0px solid red;
}
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px;
	font: bold 1.4em Tahoma, Verdana, arial, sans-serif;
	color: #8C9F0D;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666666;
}
#sidebar ul.sidemenu li a:hover {
	color: #1773BC;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0 5px 0;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	/*background: url(../images/footer-bottom.jpg) no-repeat center bottom;	*/
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}

#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 890px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center {
	margin: 0 15px;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 820px;
	padding: 10px 0 1px 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


.bold {
	font-weight: bold;
}







/* http://www.freecsstemplates.org/templates/previews/baseline/ */
.box-pink {
	width: 300px;
	background: url(../images/img17.gif) repeat-x;
	margin: 5px;

}

.box-pink .section {
	background: url(../images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.box-pink .section span {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 5px;
}




/*box-orange*/
.box-orange {
	width: 300px;
	background: url(../images/img09.gif) repeat-x;
	margin: 5px;

}

.box-orange .section {
	background: url(../images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.box-orange .section span {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 5px;
}






.box-blue {
	width: 300px;
	background: url(../images/img13.gif) repeat-x;
	margin: 5px;
}

.box-blue .section {
	background: url(../images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.box-blue .section span {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 5px;
	min-height:50px;
	height:auto !important;
	height:50px;
}

.box-blue .entryFooter {
	margin:0px;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
	text-align: right;
}

.box-blue .toolsBox {
	float: right;
	width: 100px;
	border-left: 1px solid #ccc;
	margin: 0px 3px 0px 5px;
	text-align: right;


}


/*
#headerPanelfast{width:246px; height:263px; position:relative; top:0; left:0; margin:10px 0 0; padding:0px; background:url(../images/orange-normal.jpg) no-repeat 0 0 #FC5F00; color:#fff;}
#headerPanelfast a{width:246px; height:263px; display:block; text-decoration:none; }
#headerPanelfast h2{display:block; width:90px; height:47px; margin:54px 0 0 120px; font:28px/28px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; position:absolute; top:0px; left:0px; z-index:1;}
#headerPanelfast p{width:163px; display:block; font:12px/18px Arial, Helvetica, sans-serif; font-weight:bold;  position:absolute; top:0px; left:0px; z-index:1; padding:0; margin:105px 50px 0 38px;}
				<div id="headerPanelfast">
					<h2>success</h2>
						<p>Lorem Ipsum is simply try's standard dummy text ever since the 1500s,Lorem Ipsimply try's </p>
					<a href="#">&nbsp;	</a>
				</div>

*/

a[href^='http:'] {
	padding-right:8px;
	background-image: url("../images/icons/ext-link-icon.gif");
	background-position: 100% 30%;
	background-repeat: no-repeat;
	/*color: brown;*/
}
a[href^='http:']:visited {
	color: #BF8F5F;
}

a[href^='http:']:hover {
	/*color:#f30;*/
}
a[href^='http:']  {
	background: none;
	padding-right:0px;
}

abbr {
	border-bottom: 1px dashed silver;
	cursor:help;
	}


div.blockTitle {
	margin-top: 5px;
	background-color: #DCDEF2;
	border-bottom:1px solid #F5C4BC;
	font-weight:bold;
	padding: 4px;
	line-height: 15px;
	font-size: 130%;
}
div.blockText {
	margin: 0px;
	text-align: justify;
	background-image: url("../images/gradientbg.jpg");
	background-repeat: repeat-x;

}



.resMsgError {
	color: red;
	font-weight:bold;
	padding: 8px;
	margin: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;

  	background-image:url('../images/icons/exclamation.gif');
  	background-position: 8px 8px;
  	background-repeat:no-repeat;
  	padding-left: 30px;

}
.resMsgSuccess {
	color: green;
	font-weight:bold;
	padding: 8px;
	margin: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;

  	background-image:url('../images/icons/check.gif');
  	background-position: 8px 8px;
  	background-repeat:no-repeat;
  	padding-left: 30px;

}

.resMsgInformation {
	color: #003366;
	font-weight:bold;
	padding: 8px;
	margin: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;

  	background-image:url('../images/icons/information.gif');
  	background-position: 8px 8px;
  	background-repeat:no-repeat;
  	padding-left: 30px;

}

.resMsgWarning {
	color: brown;
	font-weight:bold;
	padding: 8px;
	margin: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;

  	background-image:url('../images/icons/warning.gif');
  	background-position: 8px 8px;
  	background-repeat:no-repeat;
  	padding-left: 30px;

}

.failureText {
	font-weight: bold;
	color: red;
}
.successText {
	font-weight: bold;
	color: green;
}





		#cssForm { position:relative;}
		#cssForm fieldset {
		    _position : relative;  /* The underscore means only IE will see it */
		    _padding-top : 20px;  /* Stupid IE */
		    _padding-bottom : 15px;
		    _display : block;

			border:1px solid #ccc;
			background-color: #FAFEF3;
		    margin-bottom : 15px;
			margin-top:20px;

		}
		#cssForm legend {
		    _position : absolute;
		    _top : -10px;
		    _left: 10px;
		    font-weight : bold;
		    font-size : 120%;
		    margin: 0px 10px;
		    padding : 0px 10px 0px 10px;
		}
		#cssForm label { float: right; }
		#cssForm h5 { padding: 12px; font-size: 11pt; }

		#cssForm label {
			margin-bottom: 10px;
			display: block;
			float: left;
			text-align: right;
			width: 150px;
			padding-right: 20px;
			font-weight:bold;
		}

		#cssForm br {
			clear: left;
		}

		#cssForm input, #cssForm textarea {
			float: left;
			display: block;
			width:300px;
			font-family: inherit;
			font-size: inherit;
			color:#333;
			padding:1px;
			margin:1px 0;
			border:1px solid #ccc;
		}
		#cssForm .submitButton {
			border:1px outset #ccc;
			background-color: #f0f0f0;
			width: auto;
			padding: 1px;
			font-family: inherit;
			font-size: inherit;
		}
		#cssForm .captchaInput {
			width:50px;
			padding:3px;
			margin:1px 0;

		}
		#cssForm .captchaImg {
			padding:3px;
			margin:3px;

		}

.redstar {
	font-weight: bold;
	color: red;

}


/* LOADING MSGS NOTIFIER */
/* FROM http://www.pointwriter.com/blog/index.php?/archives/2-A-GMail-like-Loading-Notifier.html */
#rc_notify{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none; visibility: hidden;
	background-color: white;
	color: #3578E5;
	font-weight: bold;
	margin: 1px; padding: 3px;
	padding-left: 20px;
	width: 100px;
	text-align: center;
	border-bottom: 1px solid #3578E5;

	background-image: url(../images/icons/ajax-loader-smaller.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	z-index: 1000;

}
span > div#rc_notify {
  position: fixed;
}


#entryDetails {

}
#entryDetails .header {
	font-weight: bold;
	font-size: 15pt;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 1px 3px;
	background-image: url("../images/gradientbg.jpg");
	background-repeat: repeat-x;
}
#entryDetails .body {
	padding: 5px 3px;
	margin: 10px 0px;
	text-align: justify;
}
#entryDetails .footer {
	padding: 5px 3px;
	margin: 10px 0px;
	border-bottom: 1px double #ccc;
	background-color: #f0f0f0;
}


.commentArea {
	border-top:1px solid #ccc;
	border-bottom:1px solid #f0f0f0;
	background-color: #F8FCFB;
	padding:5px;
	margin: 0px 5px 12px 5px;
	background-image: url("../images/gradientbg.jpg");
	background-repeat: repeat-x;
}
.commentArea .commentDate {
	float:right;
	color: #999;
	font-weight: bold;
}
.commentArea .commentAuthor {
	font-weight: bold;
	padding-left:3px;
}
.commentArea .commentText {
	text-align: justify;
	padding:12px;
}


.photosArea {
	border-top:1px solid #ccc;
	border-bottom:1px solid #f0f0f0;
	/*background-color: #F8FCFB;*/
	background-color: transparent;
	padding:5px;
	margin: 0px 5px 12px 5px;
	background-image: url("../images/gradientbg.jpg");
	background-repeat: repeat-x;
	display:block;
}


.subTitleHeaders {
	margin: 12px 5px 1px 5px;
	background-color: #CFD8DA;
	border-left:12px solid #666699;
	font-weight:bold;
	padding: 4px;
	line-height: 15px;
	font-size: 115%;
}




/* http://css.maxdesign.com.au/listamatic/horizontal29.htm */
#userTabs {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#userTabs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#userTabs ul li {
	float: left;
	font-weight: bold;

}

#userTabs ul li a {
	text-decoration: none;
	background: url(../images/folderOFF.gif) no-repeat top left;
	font-size: 10px/12px;
	float: left;
	margin: 0px;
	height: 67px;
	width: 75px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#userTabs li #current {
	background: url(../images/folderON.gif) no-repeat left top;
	color: #000000;
}
#userTabs li a:hover {
	background: url(../images/folderON.gif) no-repeat left top;
	color: #000000;
}


/* http://css.maxdesign.com.au/listamatic/vertical08.htm */
#userMenuListContainer {
	margin:10px 5px 10px 15px;
	text-align: left;
}

#userMenuListContainer a {

	display: block;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	text-decoration: none;

	margin: 2px;
	padding:1px;
	padding-left: 6px;

	background:#FFF url(../images/icons/menu-item-icon.gif) no-repeat 0 50%;


}
#userMenuListContainer span.title {
	font-weight: bold;
	display: block;
	background-color: #f0f0f0;
	border-bottom: 1px solid #eee;

	padding: 1px;
	margin: 1px;

	margin-top: 2px;

}

#userMenuListContainer a:link, #userMenuListContainer a:visited {
}

#userMenuListContainer a:hover {
	background-color: #f0f0f0;
	background:#FFF url(../images/icons/menu-item-icon.gif) no-repeat 2px 50%;
}


/*  PAGINATION LISTS */

#paginationNav {
	color:#fff;
	font-weight:bold;
	/*background-color: #435D6A;*/
	background:#435D6A url(../images/pagination_nav_bg.gif) repeat-x top left;
	width: 90%;
	padding-left:45px; margin-top:15px;
	margin-left: auto;
	margin-right: auto;
}

#paginationNav ul {
	margin:0; padding:0;
	height:31px;
}

#paginationNav li {
	display:inline;
}


#paginationNav li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:10px 10px 11px;
	font-size:11px;
}

#paginationNav li.sel a, #paginationNav li a:hover {
	background:#FFF url(../images/pagination_nav_bg_o.gif) repeat-x 50% 0;
	color: #000;
}

#paginationNav li.passive a, #paginationNav li.passive a:hover {
	background:#FFF url(../images/pagination_nav_bg.gif) repeat-x 50% 0;
	color: #FFF;
}

/*http://www.alistapart.com/articles/cssdropshadows/*/
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  background-color: inherit;

  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: inherit;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }





  .background_a1 {
	  	background-image:url('../images/banner_buttons_a1.gif');
  		background-repeat: repeat-x;
  	}

  .background_a2 {
	  	background-image:url('../images/banner_buttons_a2.gif');
  		background-repeat: repeat-x;
  	}

  .background_a3 {
	  	background-image:url('../images/banner_buttons_a3.gif');
  		background-repeat: repeat-x;
  	}

  .background_a4 {
	  	background-image:url('../images/banner_buttons_a4.gif');
  		background-repeat: repeat-x;
  	}
  .background_a5 {
	  	background-image:url('../images/banner_buttons_a5.gif');
  		background-repeat: repeat-x;
  	}
  .background_a6 {
	  	background-image:url('../images/banner_buttons_a6.gif');
  		background-repeat: repeat-x;
  	}
  .background_a7 {
	  	background-image:url('../images/banner_buttons_a7.gif');
  		background-repeat: repeat-x;
  	}

  .banner_box {
	margin-top: 4px;
  	font-weight: bold;
  	height:30px;
  	width:248px;
  	font-family: georgia;
  	font-size:12pt;
  	color: #38888f
  }

  .banner_box div {
   	padding-left:23px;
  	padding-top:6px;

  }
  .banner_box a {
  	color: #fff;
  	text-decoration: none;
  }

  .banner_box a:hover {
  	color: #fff;
  	text-decoration: none;
  	border-bottom: 1px dotted #ccc;
  }
  .banner_box a:visited {
  	color: #fff;
  }




  .entriesTitleIcon {
  	background-position: left;
  	background-image:url('../images/icons/map_magnify_small.gif');
  	background-position: 0px 5px;
  	background-repeat:no-repeat;
  	padding-left: 16px;
  	padding-top: 2px;

  }

.tagLink {
	padding-left: 12px;
	background:#FFF url(../images/icons/tag_red.gif) no-repeat 0 50%;
}

