/* CSS Document */

/* FILENAME:		screen.css */
/* AUTHOR:			Kal and Jennifer Sabir (One Soul Web Studios lLP) */
/* CREATED:			June 2007 */
/* CLIENT:			1968filmgroup.net */
/*LAST MODIFIED:	29 January 2010 */




/* DEFAULTS ############################################ */

* {
	margin: 0;
	padding: 0;
}

html {font-size: 100%;}

body {
	background-color:#000000;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70.5%;
	background-image:url(../assets/bodyBG.jpg);
	background-attachment:fixed;
	background-position: top center;
	background-repeat:no-repeat;
}


h1 {
		/*font: bold 1.6em/100%  Verdana, Arial;*/
		font: bold 1.8em/100% Arial, sans-serif;
		margin-bottom: 10px;
		text-transform:uppercase;
		color:#CCC;
}

h2 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 1.3em/100% Arial, sans-serif;
		margin-bottom: 10px;
		text-transform:uppercase;
		text-decoration:underline;

}

h3 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 1.2em/100% Arial, sans-serif;
		margin-bottom: 5px;
		color:#AAA;
}


p {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
}

ul {
		
		list-style-type: square;
}

ol {
	margin-bottom: 20px;
	margin-left:10px;
	list-style-position:outside;
	list-style-type: square;
}

li {
		/*font: 1.1em/1.4em Verdana, Arial, sans-serif;*/
		margin-left: 1.3em;
}

/* IMAGES ----------------------------------- */

img { border: 1px solid #999; }

a img {
	border: 1px solid #999;
}
a:link img{
	border: 1px solid #999;
}
a:visited img{
	border: 1px solid #999;
}
a:hover img{
	border: 1px solid white;
}
a:active img{
	border: 1px solid #999;
}

/* STRUCTURE ------------------------- */


#wrapper {
	margin: 0 auto;
	width: 750px;
	background:none;
	
}		


/* HEADER ------------------------------------------------- */

#header {
	background:none;
	height:100px;
	padding-left:15px;
}

#header img {border: none; }

/* TOPNAV -------------------------------------------------*/

#topNav {
	text-align:right;
	background-color:#ffffff;
	padding-right:20px;
}

#topNav ul {
		list-style-type: none;
}

#topNav li {
		font: bold 1.0em/100% Arial, Verdana;
		display:inline;
}

#topNav a {
		color:#000000;
		text-decoration: none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:95%;
}

#topNav a:hover {
		text-decoration: none;
		color:#ffffff;
		background-color:#000000;
		border-bottom:20px;
}

/* MAIN CONTENT ------------------------------------------*/

#mainContent {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #ffffff; /* #444444;*/
	border-right:1px solid #ffffff; /* #444444;*/
	padding:30px 20px;
	
}

#mainContent a {
	text-decoration:underline;
	font-style:normal;
	font-weight: bold;
	color: #AAA;
}

#mainContent a:hover {
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
}


#mainContent img {
	float:right;
	margin:0 0 10px 10px;
}

/* SECTION NAV -------------------------------------------*/

#sectionNav {
	margin-bottom:25px;
}
#sectionNav li {
	display:inline;
	margin-left:0;
	margin-right:10px;
}

/* FOOTER ------------------------------------------------- */

#footer {
	clear:both;
	margin-bottom: 5px;
	
}

/* BOTTOM NAVIGATION -----------------------------------------*/

#bottomNav {
		float:right;
		text-align:right;
}

#bottomNav ul {
		list-style-type: none;
}

#bottomNav li {
		font: bold 1em/100% Verdana, Arial;
		padding-bottom: 2px;
		display:inline;
}

#bottomNav a {
		color: #FFFFFF;
		background-color:#000000;
		text-decoration: none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:85%;
}

#bottomNav a:hover {
		text-decoration: none;
		color:#000000;
		background-color:#FFFFFF;
}

/* COPYRIGHT ------------------------------------------------------*/

#copyright {
		float:left;
		text-align:left;
		font: bold 0.9em/100% Arial, Verdana;
		text-transform:uppercase;
}

#copyright a {
		text-decoration:none;
}

/* SIGNATURE --------------------------------------------- */


#signature {
		clear:both;
		width:750px;
		margin: 10px auto;
		text-align:right;
		font-style:italic;
		font: bold 0.65em/100% Verdana;
}

#signature a {
		color:#0099ff;
		text-decoration: underline;
}

#signature a:hover {
		text-decoration: overline;
}

/* --------------------------------------------------------*/


.imageViewer {
	width:300px;
	height:400px;
	overflow:auto;
	float:right;
	margin:0 0 20px 25px;

}

.rotater {
	float:right;
	margin:0 0 20px 25px;
}


.seperator {
		clear: both;
}

.separatorInvisible {
		clear: both;
		height: 1px;
}

.hidden {
	display:none;
}

table.accessKeys td {
	padding-right:20px;
}


table.accessKeys th {
	text-align:left;
}

table.enquiry {}

td.tag {
	width:30%;
	vertical-align:top;
	font-size:100%;
}

.bookContainer {
	width: 180px;
	height:270px;
	float:left;
	margin:0 20px 10px 0;
}

.scrollBox {
	overflow:auto;
	height:200px;
	padding-right:10px;
}

.column {
	float:left;
	width:200px;
	margin:20px 10px 10px 0;
}
	


a.pageTop {float:right;}
		

input, textarea {
	background:none;
	color:#ffffff;
}

textarea {}

/* FONTS --------------------------- */



.bookContainer h2 {
	float:left;
	font-size:95%;
	height:30px;
}


.break {
		display: none;
}

hr {
	border: 1px #CCCCCC dashed;
	margin-bottom: 20px;
	clear:both;
}

.alert {
	color:red;
}


.imageViewer img {
		float:none;
}

#projectViewer img {
	float:right;
	margin:0 0 20px 25px;
}

.bookContainer img {
	/*float:left;*/
	margin:0;
	padding:0;
}



.rotater img {float:none; margin:0;padding:0;}