/* CSS Document */

*
{
    margin:0px;
    padding:0px;
}



body	{
	text-align:center;
	font-size: 11px;
	line-height: 16px;
	color:#333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color:#e2dcce; 
	scrollbar-track-color:#fbf8f8; 
	scrollbar-arrow-color:#999999; 
	scrollbar-shadow-color:#999999; 
	scrollbar-dark-shadow-color:#333333; 
	scrollbar-3dlight-color:#e2dcce; 
	scrollbar-highlight-color:#ffffff;


	}
	
img	{
	border: 0px;
	}



#wrapper	{
	text-align: center;
	width: 850px;
	margin:0px auto;
	background-image: url(images/bg-1.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
	
	

	
#leftcontent {
	color: #777777;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0px;
	width: 299px;
	padding-top: 60px;
	height: 350px;
	}
	
.clients	{
	background-image: url(images/clients-left.jpg);
}

.newmedia	{
	background-image: url(images/newmedia-left.jpg);
}

.workmain	{
	background-image: url(images/ourwork-left.jpg);
}

.workdetail	{
	background-image: url(images/ourwork-left.jpg);
}

.home	{
	background-image: url(images/home-left.jpg);
}
	
	
	
#content	{
	text-align: left;
	margin: 0px;
	/*padding: 0px 90px 0px 299px;*/
    padding: 20px 51px 0px 299px;
	}
	


#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;
	}
	
	
#footer p {
	padding: 55px 50px 0px 0px;
	text-align: right;
	font-size: 10px;
	color: white;
	}

h1	{
	color: #8c8672;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 20px;
	}
	
	
h2	{
	color: #000;
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	}
	
h3	{
	font-size: 12px;

	}
	
h4	{
	color: #8c8672;
	font-size: 11px;
	font-weight: 200;
	margin-top: 5px;
	}
	
h5.latest	{
	height: 25px;
	background-image:url(images/the_latest.gif);
	background-repeat:no-repeat;
	margin-left: 90px;
	
	}
	
	
h6	{
	margin-top: 20px;
	padding-bottom: 5px;
	color: #8c8672;
	font-size: 12px;
	font-weight: normal;
	}

a, a:visited {
	color: #000;
	text-decoration: underline;
	}
	

a:hover	{
	color: #8c8672;
	}
	
	
p	{
	margin-bottom: 8px;
	}
	
.podcasting	{
	background-image: url(images/header-podcast.gif);
	margin:10px 0px 0px -25px;
	padding: 10px 0px 10px 25px;
	background-repeat: no-repeat;
	background-position: left;
}

.mobile	{
	background-image: url(images/header-mobile.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:10px 0px 0px -25px;
	padding: 10px 0px 10px 25px;
}

.bluetooth	{
	background-image: url(images/header-bluetooth.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:10px 0px 0px -25px;
	padding: 10px 0px 10px 25px;
}

	
	

	
#navigation {
	background-image: url(images/bg-header-default.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 120px 50px 10px 0px;
	margin: 0px 0px 0px 0px;
		}
	
	
#navigation ul	{
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding-top:13px;
	}
	
	
#navigation li	{
	padding-bottom: 2px;
	padding-right: 1px;

	}
	
#navigation li a	{
	font-size: 11px;
	color: #000;
	margin: 0px;
	text-decoration: none;
	padding: 3px 6px;
	border-right: solid 1px black;

	}
	
	
	
#navigation li a:hover	{
	color: #fff;
	background-color:#000;
	}
	
		



	
#news	{
	overflow: auto;
	background: none;
	padding: 0px 10px 20px 10px;
	margin: 5px 55px 10px 35px;
	text-align: left;

	}

#news a, a:visited {
	color: #8c8672;
	text-decoration: underline;
	}
	

#news a:hover	{
	color: #d1cfc7;
	}
	
	
	
#content #summaries img {
	border: solid 5px #d1cfc7;
	float: right;
	margin-left: 5px;
	}
	
	
#content #summaries p	{
	padding: 5px 0px;
}

#content #summaries a	{
	padding: 1px 3px;
	margin-left: 5px;
	background-color:#d1cfc7;
	color: white;
	text-decoration: none;
	}
	
#content #summaries a:hover	{
	background-color: white;
	color: #d1cfc7
	}
	
	
/* form on index page */

#Login	{
	padding-bottom: 30px;
	}

.formLabel {
	text-align: right;
	padding: 3px 3px 3px 5px;
	background-image:url(images/formlabel_bg.gif);
	margin-right: 5px;
	color: #8c8672;
}

.formComponent {
	text-align: left;
}

div.inputRow	{
text-align: right;
padding: 5px;
margin-right: 80px;

}

input
{
color: black;
background: #e0dccd;
/*width: 90px;*/
border: 1px solid #ffffff;
}

#email
{
    width: 90px;
}

#password
{
    width: 90px;
}

#login
{
	color: #8c8672;
	border: 0px;
	background: none;

}


.formComponent #login	{
	width: 40px;
	padding: 0px;
	margin: 0px 50px 0px 0px;
	}




/* form on login page */


#clientlogin	{
	width: 200px;
	border: solid 1px #d1cfc7;
	margin-top: 20px;
	background-color: #FFFFFF;
	}
	
#clientlogin #Login	{
	margin-top:20px;
	margin-bottom: 0px;
	}


#clientlogin .formLabel {
	text-align: right;
	padding: 3px 3px 3px 5px;
	margin-right: 5px;
	color: black;
	background: none;
}



#clientlogin div.inputRow	{
text-align: right;
width: 180px;

}

#clientlogin input
{
color: black;
background: #e0dccd;
width: 90px;
border: 1px solid #d1cfc7;
	
}



#clientlogin #login
{
	color: #ffffff;
	border: 0px;

} 


/* thumbnail movies on work page */


ul.thumbnails	{
	width: 435px;
	font-size: 10px;
	line-height: 13px;
	margin-top: 20px;
/*    padding-top: 15px;*/
	}
	
ul.thumbnails li	{
	padding: 0px;
	position:relative;
	display:inline;
	float:left;
	width:100px;
	margin-left: 5px;
	margin-bottom: 10px;
	}
	
ul.thumbnails li img	{
	float: left;
	margin-bottom: 5px;
	border: 1px solid #d1cfc7;
	padding: 0px;

}

ul.thumbnails li a:hover img	{
	border: 1px solid #000000;
	}
	
	
	

ul.thumbnails li p	{
	color: #666666;
	padding-left: 4px;
        height:100px;
}

ul.thumbnails li a	{
	text-decoration: none;
	color: #666666;
	
}

ul.thumbnails li a:hover	{
	text-decoration: none;
	color: #000000;
}

ul.thumbnails li.thumbheader	{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	}


	

div.clearer {clear: left; line-height: 0; height: 0;}



/* logos on clients page */

ul.clientlogos	{
	width: 435px;
	margin-top: 20px;
	padding-top: 15px;
	}
	
ul.clientlogos li	{
	padding:0px 15px 5px 0px;
	display:inline;
	float:left;
	margin: 0px;
	background-image:url(images/logos/logo_bg.gif);
	background-repeat:no-repeat;
	}
	
ul.clientlogos li img	{
border: 1px solid #d1cfc7;
}

ul.clientlogos li a:hover img	{
	border: 1px solid #000000;
	}
	
.receiverInUse
{
    padding:10px;
    border:1px solid black;
    overflow:auto;
    height:300px;
    width:450px;
}

.emptyReceiver
{
    border:1px solid black;
    height:20px;
    padding:10px;
    width:100px;
}

#news_items li,
#work_items li
{
    background:blue;
    margin:5px;
    padding:5px;
    cursor:pointer;
    color:white;
    width:100px;
}

ul#richieRichContextMenu
{
    position:absolute;
    width:100px;
    margin:0px;
    padding:0px;
    list-style:none;
    background:#fdfdfd;
}

ul#richieRichContextMenu li
{
    width:100px;
    padding:5px;
    background:#fdfdfd;
    cursor:pointer;
    border:1px solid black;
    font-size:1em;
}

#cursor
{
    color:red;
}

pre
{
    width:800px;
    background:#f3f3f3;
    font-size:1.6em;
    display:block;
}

quote
{
    padding:40px;
    margin-left:40px;
    margin-right:40px;
    width:800px;
    font-size:1.6em;
    display:block;
    align:justify;
    background:#f1f1f1;
}

ul#clientFiles
{
    list-style:none;
}

ul#clientFiles li
{
    padding:10px;
}

ul#blogCommands
{
    list-style:none;
}

ul.formList,ul.blogFormList
{
    list-style:none !important;
}

.error
{
    color:red;
}

ul#clogSearchFormList
{
    float:right;
}

ul#clogSearchFormList li
{
    float:left;
    display:inline;
}

ul#searchResultsList
{
    list-style:none;
}

#entry_body
{
    width:500px;
    height:300px;
}

input#vodcast_file
{
    width:250px !important;
}

ul#workDetailsList,
ul#workDetailsList li
{
    float:left;
}

ul#workDetailsList label
{
    width:200px;
    float:left;
}

ul#vodcastDetailsFormList,
ul#workDetailsList
{
    width:500px;
}

ul#vodcastDetailsFormList label
{
    float:left;
    width:200px;
}

ul#vodcastDetailsFormList li,
ul#workDetailsList li
{
    padding-top:10px;
}

li#vodcastSubmitItem
{
    clear:both;
}

li.errorItem,
li.formError
{
    color:red;
}

ul#workDetailsList span.fileInputCluster
{
    clear:both;
    float:left;
    width:500px;
}

ul#workDetailsList span.fileInputObject
{
    float:left;
    clear:both;
}

ul#workDetailsList span.existingFile
{
    clear:both;
    display:block;
    width:500px;
}

ul#workDetailsList span.existingFileObject
{
    height:10px;
    display:block;
    width:500px;
    margin-top:10px;
}

input#delete_work_media,
input#delete_work_still
{
    float:left;
}

label#delete_work_mediaLabel,
label#delete_work_stillLabel
{
    float:left;
    width:100px !important;
    margin-left:5px;
}

li#workSubmit
{
    clear:both;
}


textarea#work_description
{
    width:40em;
    height:20em;
}
