/*----------------------------------------------------------------
paradigm_shift stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	1/10/08
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #ffbe00;
	font-size: small;
	font-family: "Andale Mono", Monaco, "Courier New", Courier, Helvetica, Verdana, sans-serif;
	color: #535252;
	border: 0px none;
}
	
	
/* Styles to format basic text */
a, a:link {
	color: #535252;
	text-decoration: underline;
	border: 0px none;
	background-color: transparent;
}
a:hover {
	background-color: #ffd200;
	text-decoration: none;
}
#read h1, #admin h1 { /* To be used for the logo only */
	position: absolute;
	top: 0px;
	right: 0px;
	width: 83px;
	height: 305px;
	background: url(../img/divider-top.gif) no-repeat;
	text-indent: -9000px;
	z-index: 100;
}
#view h1 { /* To be used for the logo only */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 83px;
	height: 305px;
	background: url(../img/divider-top.gif) no-repeat;
	text-indent: -9000px;
	z-index: 100;
}
h1 a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 83px;
	height: 305px;
	border: 0px none;
	background: url(../img/divider-top.gif) no-repeat;
}
h1 a:hover {
	border: 0px none;
	background: transparent url(../img/divider-top.gif) no-repeat;
}
h2 { 
	font-size: 140%;
	font-weight: normal;
	padding: 20px 0 3px 0;
}
h2.read { /*For the read pages header */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 60px;
	background: url(../img/read_title.gif) no-repeat;
	text-indent: -9000px;
	padding: 0;
}
h2.view { /*For the view pages header */
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 60px;
	background: url(../img/view_title.gif) top right no-repeat;
	text-indent: -9000px;
	padding: 0;
	text-align: left;
}
h2.admin { /*For the admin pages header */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 264px;
	height: 60px;
	background: url(../img/admin_title.gif) no-repeat;
	text-indent: -9000px;
	padding: 0;
}
h3 { 
	font-size: 130%;
	background: #ffd200;
	color: #535252;
	padding: 3px 5px;
}
h4 { 
	font-size: 120%;
	font-weight: bold;
	padding: 2px 35px 2px 5px;
	background: #ffd200;
	margin-bottom: 10px;
}
h4 .date, a .date {
	font-size: 90%;
	font-weight: normal;
	padding-left: 15px;
}
p {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	padding: 5px 15px 10px 15px;
	line-height: 1.5;
}
ul, ol {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	padding: 0px 15px 10px 40px;
	line-height: 1.5;
}
li {
	padding: 2px 5px;
}
ul.withheader {
	margin-top: -8px;
}
ul.nobullets {
	list-style: none;
	padding: 0 60px 10px 0;
}
.clear {
	display: block;
	clear: both;
}
.centered {
	text-align: center;
}
.toppadding {
	padding-top: 15px;
}
.textlogo {
	font-family: "Andale Mono", Monaco, "Courier New", Courier, Helvetica, Verdana, sans-serif;
	color: #ff9900;
	font-weight: bold;
}



	
/* Rules to position the page elements */
#container {
	width: 100%;
	position: absolute;
}
#read {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	min-height: 1000px;
	text-align: left;
	padding: 120px 0;
	background: url(../img/divider-tile.gif) repeat-y top right;
	z-index: 2;
}
#view {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55%;
	min-height: 1000px;
	text-align: right;
	padding: 120px 0;
	margin: 0;
	z-index: 1;
}
#admin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60%;
	text-align: left;
	padding-top: 100px;
	background: url(../img/divider-tile.gif) repeat-y top right;
}
#read.large, #view.large {
	width: 70%;
}
#read.small, #view.small {
	width: 31%;
}

/* Styles to format main navigation */
ul.nav {
	position: absolute;
	top: 60px;
	list-style: none;
	margin: 5px;
	padding: 0px;
	background: transparent;
	font-family: "Andale Mono", Monaco, "Courier New", Courier, Helvetica, Verdana, sans-serif;
}
ul.nav li {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}
ul#readnav {
	left: 10px;
	padding-right: 90px;
	width: 68%;
}
ul#readnav li {
	float: left;
	border-right: 1px solid #535252;
}
ul#viewnav {
	right: 10px;
} 
ul#viewnav li {
	float: right;
	border-left: 1px solid #535252;
}
ul#viewnav li.last, ul#readnav li.last {
	border: 0px none;
}
#read.small ul.nav li, #view.small ul.nav li {
	float: none;
	border: 0px none;
}
ul.nav li a {
	padding: 1px 5px;
	font-size: 90%;
	line-height: 13px;
	display: block;
	text-decoration: none;
}


/* Content Blocks formatting */
#view .content {
	margin: 10px 10px 10px 40px;
	padding: 10px;
	background: url(../img/content-bg.gif) repeat;
}
#read .content {
	margin: 10px 140px 10px 10px;
	padding: 10px;
	background: url(../img/content-bg.gif) repeat;
}
.innercontent {
	background: #ededed;
	margin: 10px 0 0 0;
	padding: 7px 10px;
	position: relative;
}
.tinylogo {
	position: absolute;
	top: 7px;
	right: 8px;
}
a.readmore {
	display: block;
	position: absolute;
	right: 2px;
	bottom: 3px;
	text-align: right;
	padding: 0 2px;
}
.thumblist {
	float: right;
}
ul.thumblist {
	list-style-type: none;
	padding: 0;
	margin: 2px -5px -5px -5px;
}
ul.thumblist li {
	float: right;
	margin: 6px;
	padding: 0;
	border: 0px none;
	position: relative;
}
ul.thumblist a {
	display: block;
	height: 112px;
	width: 147px;
	padding-top: 4px;
}	
ul.thumblist img {
	border: 1px solid #535252;
	margin: 0;
	padding: 0;
}
img.tinythumb {
	position: absolute;
	top: 4px;
	right: 0px;
	border: 1px solid #333; 
}


/*Styles to format the scroller element */
#scroller {
	position: relative;
	height: 110px;
	padding: 0;
	border: 1px solid #696C6E;
	margin: 10px 0;
	overflow: hidden;
	background: #fff;
}
#scroller ul {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 110px;
	list-style: none;
	text-align: center;
	width: 1000px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#scroller ul li {
	display: block;
	text-align: center;
	margin: 0 2px;
	padding: 0;
	height: 110px;
	float: left;
}
#scroller img {
	border: 0px none;
	position: relative;
	top: 4px;
}
#scroller ul li a {
	color: #fff;
	width: 145px;
	height: 110px;
	text-align: center;
	display: block;
	text-decoration: none;
}
#scroller #scroll_left {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 1000;
	padding-top: 20px;
	height: 90px;
}
#scroller #scroll_right {
	position: absolute;
	top: 0px;
	right: -1px;
	visibility: hidden;
	z-index: 1000;
	padding-top: 20px;
	height: 90px;
}
#scroller #scroll_left a, #scroller #scroll_right a {
	background: none;
	display: block;
	width: 12px;
	height: 110px;
	margin-top: -20px;
	background: #ffd200;
}
#scroller #scroll_left a:hover, #scroller #scroll_right a:hover {
	background: #ededed;
}
#scroller #scroll_left img, #scroller #scroll_right img {
	border: 0px none;
	position: relative;
	top: 20px;
}


/*AJAX "Thickbox" style display window styles */
#overlay {
	width: 100%;
	min-height: 1200px;
	z-index: 1010;
}
#infobox {
  	width: 512px;
  	background-color: #ededed;
  	padding: 20px 19px 50px 19px;
  	z-index: 1020;
}
#infobox.loading {
 	height: 200px;
	background: transparent url(../img/loading.gif) no-repeat center center;
}
#infobox h4 {
	background: transparent;
} 
.hidden {
	position: absolute;
	left: -9999px;
	margin: 0;
}
#overlay.popped { /*To fade out the rest of the page when the 'view' box is requested*/
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../img/seventy-five.png) repeat;
	z-index: 1010;
}
#infobox.popped {
	position: absolute;
  	left: 50%;
	margin-left: -275px;
  	top: 75px;
	z-index: 1020;
}
#infobox a.close {
	display: block;
	font: 14px bold Arial;
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	padding: 2px;
}
#infobox img.clientlogo {
	float: right;
	margin-left: 15px
}
#infobox img.siteimage {
	border: 1px solid #333;
	margin: 10px 0; 
}
	
	
	
/* Forms formatting */
form, #list {
	width: 470px;
	margin: 20px 0 20px 20px;
	padding: 15px;
	background: url(../img/content-bg.gif) repeat;
}
form h3, #list h3 {
	background: #ffd200;
	width: 100%;
	color: #535252;
	padding: 3px 0;
	margin: 0;
}
form p, #list p {
	display: block;
	background: #ededed;
	color: #535252;
	padding: 3px 10px;
	margin: 10px 0 0 0;
}
form a, #list a {
	color: #535252;
	text-decoration: none;
}
form a:hover, #list a:hover {
	background: #ffd200;
}
form h6 {
	width: 100%;
	clear: both;
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	color: #333;
	font-size: 100%;
}
form h6 label {
	float: left;
	width: 215px;
	text-align: right;
	margin-right: 10px;
	background: #ffd200;
}
/*form h6 input, form h6 textarea, form h6 select, form h6 file {
	float: right;
}*/	
input, select, file {
	width: 240px;
}
textarea {
	width: 465px;
}
input.checkbox {
	width: auto;
}
select.datetime {
	width: auto;
}
input#submit {
	width: auto;
	float: right;
	padding: 2px 5px;
	background: #ffd200;
	color: #535252;
	border: 1px solid #535252;
	margin: 0 0 0 10px;
}

#flashMessage {
	margin: 0 20px;
	width: 500px; 
	padding: 15px;
	background: url(../img/content-bg.gif) repeat;
}
#flashMessage p {
	color: #535252;
	padding-left: 10px;
	background: #ffd200;
}
ul#itemlist, ul#sortlist, ul#adminitemlist {
	list-style-type: none;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #ededed;
}
ul#itemlist li, ul#adminitemlist li {
	padding: 3px 0px;
	font-size: 100%;
}
ul#sortlist li {
	padding: 3px 5px;
	font-size: 100%;
	margin: 2px;
	border: 1px solid #CB842A;
	background:  #ffd200;
}
ul#sortlist li:hover {
	background: #ededed;
}
ul#itemlist li a {
	border: 1px solid #ffd200; 
	font-family: "Andale Mono", Monaco, "Courier New", Courier, Helvetica, Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
}
ul#itemlist li a:hover {
	border: 1px solid #333; 
	text-decoration: none;
}