/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
	background:  #c1adff;
}
img {
	border: 0px
}

a {
	color: #614baa;
	text-decoration: none;
}

#containerAll {
	background:url(images/backgrounds/page.jpg) repeat-x top left;
}

/* Page Structure / Navigation */
#page {
	width:990px;
	background-color:#f4ffd2;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	background:url(images/backgrounds/header.jpg) no-repeat top left;
}
#page #header {
	position:relative;
	height:163px;
}
#page #header ul.nav-header {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	
	position: relative;
	top:132px;
	left:167px;
	width: 823px;
	height: 31px;
	
	background:url(images/backgrounds/navi.gif) repeat-x top left;
}
#page #header ul.nav-header li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#page #header ul.nav-header li a {
	text-decoration:none;
	color: white;
	font-weight: normal;
	font-size:14px;
	padding: 7px 21px;
	padding-top: 8px;
	border-right: 1px solid #FFF;
	background: url(images/backgrounds/navi_highlight.jpg) repeat 0 0;
	display: block;
}

#page #header ul.nav-header li.nav-selected a {
	background: url(images/backgrounds/navi_highlight.jpg) repeat -20px 32px;
}

#page #central {
	clear:both;
}
#page.no-sidebar {
	background-image: none !important;
	background-color:#f4ffd2;
}
/* body & sidebar */
#page #central #body {
	color: #2c2c2c;
	float:right;
	width: 787px;
	padding: 15px;
	background-color: #fdfdfe; 
	border: 3px solid #614baa;
	min-height: 400px;
}

#page.sidebar-left #central #body {
}

#page #central #sidebar {
	float:left;
	width:167px;
}
#page.sidebar-left #central #sidebar {
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {
	line-height:24px
}
#page #footerSidebar ul.nav,
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:20px;
	padding:0px;
	padding-left:0;
	font-size:14px;
}
#page #footerSidebar ul.nav li,
#page #central #sidebar ul.nav li {
	margin-bottom: 5px;
}
#page #footerSidebar ul.nav a,
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color: #2c2c2c;
	padding: 5px;
	display: block;
}
#page #footerSidebar ul.nav a {
	font-size: 13px;
	padding-bottom: 0px;
}
#page #footerSidebar ul.nav a.nav-selected,
#page #central #sidebar ul.nav a.nav-selected {
	background: #614baa;
	color: white;
}
#page #footerSidebar ul.nav ul,
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #footerSidebar ul.nav ul li,
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	/*border-left: 1px solid #69ab2b;*/
}
#page #footerSidebar ul.nav ul li ul li,
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #footerSidebar ul.nav ul li ul li,
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footerSidebar {
	padding:10px 0 10px 0;
	position:absolute;
	text-align:left;
	bottom:0;
}
#page #footer {
	height:10px;
	line-height:10px;
	clear:both;
	font-size:10px;
	text-align:center;
	padding:10px 0 10px 0;
	position:absolute;
	bottom:0;
	width:100%
}
#page #footer a {
	text-decoration:none;
}

span.sign-in {margin-left: 20px}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* Body image dropshadow */
 
 .wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(images/backgrounds/shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(images/backgrounds/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(images/backgrounds/corner_bl.gif) -16px 100% no-repeat;
  }
.wrap3 {
  padding:4px 6px 6px 4px;
  background:url(images/backgrounds/corner_tr.gif) 100% -16px no-repeat;
  }
.wrap3 img {
  display:block;
}


/* Flickr Photo Block */
.photoSummaryList .photoItem { text-align:center }
.photoSummaryList .photoItem .photoItemTitle{ }
.photoSummaryList .photoItem .photoItemSummary{}
.photoSummaryList .photoSummaryListTitle{ font-weight:bold }


.photoItem {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.photoItem .wrap3  {
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.photoSummaryListTitle {
	clear: both;
}
.photoSummaryList {
	clear: both;
}

