/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for Visual Intelligences
	DATE:			30/08/07
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */

body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
	background: #7a7a7a url(../images/background-blot.gif) no-repeat 650px 5px;
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */

html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 62.5%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%;	
}
/* [ links ] ------------------------------------------ */
a 
{
	cursor: pointer;
	font-weight: bold;
}
a:link, a:visited
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	text-decoration: underline;
}
/* [ headings ] ------------------------------------------ */

h1
{
	margin: 0 0 1px 0;
	font-size: 1.1em;
	font-family: Times New Roman;
}
h2
{
	margin: 0 0 0.5em 0;
	font-family: Times New Roman;	
	font-size: 1.3em;
	color: #33ffff;
}
h3, h4
{
	margin: 0 0 0.5em 0;
	font-family: Times New Roman;	
	font-size: 1.2em;
}
h5
{
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-style: italic;
}
h6
{
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}
em
{
	font-style:italic;
}
strong
{
	font-weight:bold;
}
/* [ other ] --------------------------------------------- */
.hide
{
	
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
.clear
{
	clear: both;	
}
a img
{
	border: 0;
}
/* ==========================================================
	JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #EEE;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 10020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #999;
	color: #999;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}
/* ==========================================================
	PAGE
========================================================== */
#VI-Designs
{
	position: relative;
	float: left;
	margin: 0;
	width: 1450px;
	text-align: left;
}
#header 
{
	margin: 0;
	width: 760px;
	height: 100px;
}

#header img
{
	margin: 45px 0 0 80px;
}
#VI-Designs p
{
	text-indent: 46px;
	margin: 0 0 10px 0;
}
/* ==========================================================
	Navigation
========================================================== */

#main-navigation
{
	float: left;
	margin: 0;
	width: 278px;
	text-align: left;
	display: inline;
	font-family: Times New Roman;
	font-size: 1.2em;	
}
#main-navigation ul
{
	list-style: none;	
	margin: 0;
	padding: 0;
}
#main-navigation li
{
	display: block;
}

#main-navigation a
{
	background: transparent url(../images/grey_line_image.gif) repeat-x 0 0.9em;
	padding: 0 0 0 80px;
	text-decoration: none;
	display:block;
	font-weight: normal;
}

#main-navigation a:link, #main-navigation a:visited
{
	color: #fff;
}
#main-navigation a:hover, #main-navigation a.current,  #main-navigation a.current:link,  #main-navigation a.current:visited,  #main-navigation a.current:hover
{
	color: #33ffff;
	background-image:url(../images/green_active_line_image.gif);
}
#main-navigation a span
{
	background-color: #7a7a7a;
	padding-bottom: 2px;
	width: 100%;
	display:block;
}

/* ==========================================================
	main navigation, 2nd level
========================================================== */

#main-navigation ul ul a
{
	padding: 0 0 0 96px;	
}

#main-navigation ul ul ul a
{
	padding: 0 0 0 112px;	
}

/* ==========================================================
	CONTENT
========================================================== */
#content
{
	float: left;
	margin: 0;
	padding: 0;
	width: 367px;
	display: inline;
}
#content h1 
{
	background: transparent url(../images/heading_grey_line_img.gif) no-repeat 0 1em;
	margin-bottom:0;
	padding-bottom:0;
}
#content h1 img
{
	margin-bottom:0;
	padding-bottom:0;
}
#content h1 span
{
	margin-bottom:0;
	padding-bottom:0;
}
#content h2
{
	background: transparent url(../images/green-line-img.gif) no-repeat 0 0.8em;
	padding: 0 0 0 30px;
}
#content h3
{
	padding: 0 0 0 30px;
}
#content h2 a
{
	font-weight: normal;
}
#content h2 a:hover
{
	color: #33ffff;
	text-decoration: none;
}
#content h2 span
{
	background-color: #7a7a7a;
}
.content-wrap
{
	float: left;
	margin: 0;	
	display: inline;
}
#content p
{
	background: transparent url(../images/grey-line-img.gif) no-repeat 0 1em;
	padding: 0 0 0 30px;
}
#content ul, #content ol
{
	margin: 0 0 5px 15px;
}
#content li
{
	background: transparent url(../images/bullet.gif) no-repeat 0 1em;
	padding: 0 0 5px 15px;
}
#content img
{
	margin: 0 0 5px 30px;
}
#content .edit-item img, #content .add-element img, #content .edit-element img
{
	margin: 3px;
}
#content a.back-link
{
	margin: 0 0 5px 30px;
	display: block;
}

/* ==========================================================
	CONTENT-[line indent styles]
========================================================== */
.grey-line-image
{
	background: transparent url(../images/grey-line-img.gif) no-repeat 0 0.2em;
}
/* ==========================================================
	QUESTION AND ANSWER
========================================================== */

#content div.question p
{
	background: transparent url(../images/question_bg_img.gif) no-repeat 0 0.3em;
	padding: 0 0 0 30px;
}
#content div.answer p
{
	background: transparent url(../images/answer_bg_img.gif) no-repeat 0 0.3em;
	padding: 0 0 0 30px;
}

.media-wrap
{
	float: left;
	margin: 10px 0 0 30px;
	display: inline;
}
/* ==========================================================
	PEOPLE
========================================================== */
#content .person
{
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	width: 360px;
}
#content .person p
{
	text-indent: 0;
	background-image: none;
	margin-left: 80px;
	padding-bottom: 20px;
}
#content .person p strong
{
	color: #33FDFF;
	font-weight: normal;
}
#content .person p a
{
	font-weight: normal;
}
#content .person img
{
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	border: solid 1px #999;
	border-top: none;
}
#content div.thumbnail
{
	float: left;
	width: 120px;
	border-top: solid 1px #999;
	margin-top: 1em;
}
#content div.thumbnail img
{
	border: solid 1px #999;
	border-top: 0;
	margin: 0;
}
/* ==========================================================
	ASSETS
========================================================== */
div.clear
{
	clear: both;
}
#assets
{
}
#content .asset
{
	margin-bottom: 10px;
	width: 370px;
	clear: left;
}
#content .asset p
{
	text-indent: 0;
	background-image: none;
	margin-left: 120px;
	padding-left:0;
}
#content #flash-video
{
	width: 400px;
	margin: 0 0 5px 30px;
}
#content .asset p strong
{
	color: #33FDFF;
	font-weight: normal;
}
#content .asset p a
{
	font-weight: normal;
}
#content img.asset-image
{
	margin: 0 0 5px 30px;
}
