/* SITE WIDE CSS
-------------------------------------------- */ 
 
 
/* DEFAULTS
-------------------------------------------- */

* {
   padding: 0;
   margin: 0;
}

html {
	color:#000;
	line-height: 1.2;
	}
body {
	
	}
	
a {
	color:#555;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
p {
	margin-bottom: 0.5em;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}


/* IMAGES 
-------------------------------------------- */
img {
	border: none;
	}
	img.right {
		float: right;
		margin-left: 20px;
	}
	img.left {
		float: left;
	}
	img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	img .scale_image {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
/* ALIGN
-------------------------------------------- */	
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
.fleft {
	float: left;
	}
.fright {
	 position:absolute;
	top:100px;
	left: 475px;
	/*float: right;
	margin-top:20px;
	margin-right:30px; */	
	}
	.loc {
	 position:absolute;
	top:110px;
	left: 340px;
	/*float: right;
	margin-top:20px;
	margin-right:30px; */	
	}
.clear {
	clear: both;
}

/* COMMON
-------------------------------------------- */			
.hide {
	display: none;
}
.bdr {
	border:1px solid #c00;
	}
	
.wh {
	color: #fff;
	}
.sm {
	font-size: 11px;
	margin:0;
}
.nowrap {
	white-space: nowrap;
}
.normal {
	font-weight: normal;
}

.error {
	color: #d00;
}

.padleft10 {
	padding-left:10px;
	}
	
ul.horizontal {
	margin:0;
	padding:0;
	/*display: block;*/
}
ul.horizontal li {
	/*list-style: none; */
	float: left;
}

/* OVERLAY
-------------------------------------------- */	

/* the overlayed element */
.simpleOverlay {
	
	display:none; /* must be initially hidden */
	z-index:10000; /* place overlay on top of other elements */
	
	background-color:#fff;
	width:500px;	
	min-height:300px;
	border:1px solid #fff;
	padding:10px;
	
	
	
	/* CSS3 styling for latest browsers */
	/*-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simpleOverlay .close {
	background-image:url(../images/btn-close.gif);
	position:absolute;
	right:-17px;
	top:-17px;
	cursor:pointer;
	height:34px;
	width:34px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	/*background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);*/
	color:#efefef;
	height:330px;	
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:300px;
	overflow-y:auto;
	color: #000;
	font-weight: normal;
	font-size: 13px;
}
.contentWrap h2 {
	font-weight: bold;
}
.contentWrap p {
	font-size: 13px;
	margin: 2px 10px 20px;
}
.contentWrap a {
	color: #707062;
}


/* LOOP
----------------------------------------------- */
ul.loop { 
	display: block;
	}

ul.loop li {
	padding-top:3px;
	list-style: none;
	}
	
	ul.loop .blog {
		font-size:11px;
		line-height: 0.9em;
		background:#333;
		}
		ul.loop .blog h4 {
			margin:2px 0;
			text-transform: uppercase;
			line-height: 1em;
			}
		ul.loop .blog p {
			margin:3px 0;
			}
		
		
			
/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1.2em;
	padding:0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	/*margin: 15px 10px 0 0;
	background: #E9E9E9;*/
	padding: 4px 4px 0 0;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	width: 300px;
	font: 14px bold arial,helvetica,clean,sans-serif; 
	/*background-color:#ebd9ba;*/
}

/* based on 300px */
input.half {
	width: 145px;
}
input.onethird {
	width: 95px;
}
input.twothird {
	width: 195px;
}

textarea {
	/*font-family: Verdana, Tahoma, sans-serif;*/
	font-size: 14px;
	padding:2px;
	font-weight: bold;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

.custompassword {
	float: left;
	width: 155px;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	/*display: block;*/
	margin: 5px 0 -10px 0;
	color: #000;
	font-size: 90%;
	/*font-size: 1em;*/
}

label.right {
	display:inline;
	vertical-align: bottom;
}
label.dark {
	color:#555555;
}


input.inputHints, textarea.inputHints {
	color: #aaa;
}

label {
	font-size: 90%;
}

label.error{
	display: block; /*none*/
	/*border: 1px solid #dd0000;
	background: #dd0000;*/
	color: #d00;
	padding: 5px;
	margin: 0;
	float: left;
	width: 400px;
}
input.error{
	border: 1px solid  #dd0000;
}
.error {
	color: #d00;
}


/*.typography * {
	font-family: "Trebuchet MS",arial,san-serif; 
}*/


