/* 
----------------------------------------
Cambridge Security Programme styles
Author: Ben Mauer (ben@quilted.org)
Version: 5 January 2006
-----------------------------------------
*/


body 
	{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	}


/* =Structure
-------------------------------------- */

#wrapper 
	{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	}

#main
	{
	clear: both;
	background: url(../images/background.gif) repeat-y;
	/*border: 1px solid blue;*/
	}

#dom
	{
	float: left;
	width: 67%;
	margin-right: 17px;
	/*border: 1px solid red;*/
	}

#sub 
	{
	padding: 17px;
	margin-left: 64%;
	}

#footer 
	{
	clear: both;
	border-top: 1px solid #BFBFBF;
	padding: 10px;
	margin: 0;
	background: #EEEEEE;
	}

.conference #main
	{
	background: none;
	}

.conference #dom
	{
	width: 100%;
	margin-right: 0;
	}

.conference #sub
	{
	display: none;
	}




/* =Masthead 
---------------------------------*/

#masthead 
	{
	background: url(../images/masthead-bg-216x42.gif) top left no-repeat;
	background-position: 370px 42px;
	padding-top: 54px;
	padding-left: 10px;
	padding-bottom: 8px;
	overflow: hidden;
	}

#masthead h1 
	{
	margin: 0;
	padding: 0;
	}

#masthead a:hover
	{
	background: none;
	}


/* =Nav
------------------------------ */

#nav 
	{
	background: url(../images/nav-bg-77x22.gif) top left no-repeat;
	background-position: 596px 0;
	background-color: none;
	float: left;
	width: 100%;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	}

#nav ul 
	{
	margin: 0;
	padding: 0 0px;
	list-style-type: none;
	font-size: .93em;
	text-transform: uppercase;
	letter-spacing: .13em;
	}

#nav li 
	{
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style-type: none;
	text-indent: 0;
	}

#nav a 
	{
	display: block;
	padding: 10px 10px;
	border-width:0;
	border-bottom: 2px solid #FFFFFF;
	color: #374D1E;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	}

/*	Following rule allows entire region of link to to be 
	clickable in IE/Win. Holly Hack explained here:
	http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a 
	{
	width:1%;
	}

#nav a:hover 
	{
	background: #F0F7ED;
	}

.home #nav #home a,
.about #nav #about a,
.news #nav #news a,
.events #nav #events a,
.about #nav #about a,
.people #nav #people a,
.publications #nav #publications a,
.projects #nav #projects a,
.links #nav #links a
	{
	background: #F0F7ED;
	border-bottom: 2px solid #7D8B56;	
	}


/* MISC: =Headings
--------------------------------------- */

h2
	{
	font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
	font-size: 1.1em;
	color: #7C1208;
	}

#dom h2
	{
	font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
	font-size: 1.1em;
	color: #7C1208;
	padding-bottom: 6px;
	border-bottom: 1px solid #BFBFBF;
	padding-left: 10px;
	padding-top: .75em;
	}

#dom h2:first-child
	{
	padding-top: .3em;
	}

.home #dom h2
	{
	padding-bottom: 0;
	border-bottom: 0;
	padding-left: 0;
	color: #CCCCCC;
	padding-top: 0;
	}

.people #dom h2
	{
	padding-top: 0;
	}

.conference #dom h2
	{
	padding-top: 0;
	font-size: 1.3em;
	padding-bottom: 13px;
	}

h3 
	{
	font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	}

#dom h3
	{
	font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 10px;
	}

	}

h4 
	{
	font-size: 1em;
	}

#footer h4
	{
	margin: 0;
	padding: 0;
	}


/* MISC: =Paragraph styles
---------------------------------------- */

p 
	{
	line-height: 1.5em;
	}

#dom p
	{
	padding-left: 10px;
	padding-right: 20px;
	}

.description
	{
	color: #666666;
	}

#footer p
	{
	font-size: .93em;
	margin-top: .2em;
	margin-bottom: 0;
	color: #333333;
	}

p.description + p
	{
	clear: both;
	}


/* MISC: =Links
------------------------------------------ */

a 
	{
	color: #374D1E;
	text-decoration: underline;
	}

a:hover
	{
	background: #F0F7ED;
	}

.home #dom h2 a
	{
	color: #7C1208;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #BFBFBF;
	padding-left: 10px;
	text-decoration: none;
	}

.home #dom h2 a:hover
	{
	background: #F0F7ED;
	}


/* MISC: =Lists
-------------------------------------------- */

ul
	{
	list-style-type: square;
	}

li 
	{
	line-height: 1.5em;
	}

#dom li
	{
	padding-right: 20px;
	}

#sub .sidemenu>ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1.5em;
	}


#sub .sidemenu li
	{
	margin-left: 0;
	padding-left: 10px;
	padding-top: .93em;
	background: url(../images/smallbullet.gif) no-repeat 0 1.2em;
	}

#sub .sidemenu>ul>li>ul
	{
	padding: 0;
	margin: 0;
	}


#sub .sidemenu>ul>li:first-child
	{
	padding-top: 0;
	background: url(../images/smallbullet.gif) no-repeat 0 .3em;
	}


#sub .sidemenu ul li ul
	{
	margin-left: .5em;
	padding-left: 0px;
	list-style-type: none;
	}


/* People: =Peepsmenu
-------------------------------------------- */

#sub #peepsmenu ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	}


#sub #peepsmenu li
	{
	margin-left: 0;
	padding-left: 45px;
	padding-top: 1.4em;
	padding-bottom: .3em;
	}

#sub #peepsmenu>ul>li:first-child
	{
	padding-top: .2em;
	}

#sub #peepsmenu #mayall
	{
	background: url(../images/peepsmenu-mayall.jpg) no-repeat 0 0;
	}

#sub #peepsmenu #cavanagh
	{
	background: url(../images/peepsmenu-cavanagh.jpg) no-repeat 0 1.2em;
	}

#sub #peepsmenu #sinclair
	{
	background: url(../images/peepsmenu-sinclair.jpg) no-repeat 0 1.2em;
	}

#sub #peepsmenu #rohozinski
	{
	background: url(../images/peepsmenu-rohozinski.jpg) no-repeat 0 1.2em;
	}

#sub #peepsmenu #roxane
	{
	background: url(../images/peepsmenu-roxane.jpg) no-repeat 0 1.2em;
	}

#sub #peepsmenu #oliv
	{
	background: url(../images/peepsmenu-oliv.jpg) no-repeat 0 1.2em;
	}

#sub #peepsmenu #jones
	{
	background: url(../images/peepsmenu-jones.jpg) no-repeat 0 1.2em;
	}

#sub #peepsmenu #towle
	{
	background: url(../images/peepsmenu-towle.jpg) no-repeat 0 1.2em;
	}


/* =Conference table
------------------------------------ */

.conference table
	{
	margin-left: 10px;
	}

.conference table td {
	vertical-align: top;
	padding: 3px;
	margin: 0;
	}

.conference table .time {
	width: 10%;
	}

.conference table .event {
	padding-right: 2em;
	}


/* =Misc
------------------------------------- */

img 
	{
    border:0;
    }

.peepimage,
.headlineimage
	{
	float: left; 
	background: #FFFFFF; 
	margin-right: 13px; 
	margin-bottom: 3em; 
	padding: 3px; 
	border: 1px solid #999999;
	}

#sub :first-child
	{
	margin-top: 0;
	padding-top: 0;
	}

#sub
	{
	font-size: .93em;
	}

#dom .opener
	{
	font-size: 1.17em;
	color: #7D1301;
	}
	

.clear 
	{
	clear: both;
	height: 0px;
	}