/* HumphreyLyttelton.com */
/* Dark Blue = Pantone 303 RGB=23,51,71 Hex=173347 */
/* Light Blue = Pantone 2975 RGB=181,217,230 */

body
{
	margin: 8px;
	/*background-color: #000033;*/
	background-color: #173347;
	background-image: url(/style/humph/back-blue.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

div#container
{
	width: 968px; /* 720px */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

div#logo
{
	padding-left: 12px;
	padding-bottom: 16px;
}

div#personal
{
	float: right;
	margin-right: 12px;
	margin-bottom: 4px;
}

div#search
{
	float: right;
	margin-bottom: 4px;
}

div#copyright
{
	display: none;
	text-align: center;
}

/* menu */ 

div#menu
{
	font-size: 11px;
	width: 124px;
	float: left;
	padding-bottom: 4px;
	margin-right: 4px;
}

div#menu a,
div#menu a.section
{
	display: block;
	padding: 2px;
	text-decoration: none;
	margin-left: 8px;
	margin-top: 4px;
}

div#menu a
{
	color: #ffffff;
}

div#menu a.section
{
	color: #77ddff;
}

div#menu a:hover
{
	color: #77ddff;
}

p.menu
{
	font-size: 12pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin: 0;
}

span.menuCurrent
{
	display: block;
	background-color: #dddddd;
}

/* breadcrumb */

div#breadcrumb p
{
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 4px;
}

div#breadcrumb span,
span.breadcrumb
{
	font-weight: normal;
	font-size: 70%;
}

/* content */

div#content
{
	background-color: #ffffff;
	margin-top: 0;
	overflow: auto;
	padding: 8px;
	width: 820px; /* 572px */
}

div#index-mailinglist
{
	display: none;
}

table
{
	border: 0;
}

td p
{
	margin: 0;
}

ul
{
	list-style-type: square;
}

li
{
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 0.5em;
	color: #000000;
}

h2
{
	margin: 1em 0 0.5em 0;
	font-size: 12pt;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #173347;
}

p
{
	margin: 0 0 1em 0;
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
}

a
{
	color: #000000;
}	

p a
{
	color: #000044;
}	

b
{
	font-weight: normal;
}

.small
{
	font-size: 70%;
}

.error
{
	color: red;
}

input,
select,
textarea
{
	color: #000000;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

/* tinemce */

select.mceSelectList
{
	color: #ffffff;
}

/* forms */

input.button
{
	color: #ffffff;
	background-color: #173347;
}

input.radio,
input.option
{
	border: 0;
}

a img
{
	border: 0;
	text-decoration: none;
}

img.icon
{
	padding-right: 2px;
	vertical-align: middle;
}

acronym
{
	cursor: help;
}

/* comments */

div.comment
{
	margin: 0 0 8px 0;
	padding: 8px;
}

/* media */

div.mediaItem
{
	float: left;
	width: 254px; /* 260px */
	margin: 7px;
	border: 0;
	padding: 1px;
	background-color: #ffffff;
}

div.mediaItem p
{
	height: 32px;
	overflow: auto;
}

div.mediaItemThumbnail
{
	width: 240px;
	height: 240px;
	overflow: hidden;
	padding: 7px 0 0 7px; /* 10px */
}

div.mediaItemThumbnail img.musicThumbnail
{
	border-style: solid;
	border-width: thin;
	border-color: #777777;
	padding: 110px;
}

div.mediaItemAudio
{
	width: 240px;
	height: 16px;
	overflow: hidden;
	padding: 8px 0 0 120px;
}

div#mediaPrevious
{
	float: left;
	width: 100px;
	height: 60px;
}

div#mediaNext
{
	float: right;
	width: 100px;
	height: 60px;
}

div#mediaDescription
{
	float: left;
}

/* vip */

div#vipInfo
{
	width: 180px;
	float: right;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-color: #dddddd;
	border-left-style: solid;
}

/* copyright */

div#copyright p
{
	font-size: 70%;
	text-align: center;
	color: #aaaaaa;
	background-color: transparent;
}

div#copyright a
{
	color: #aaaadd;
	background-color: transparent;
}

/* search */

span.highlight
{
	color: #77ddff;
}

