/* -----------------------------------------------------------------
	GENERAL
----------------------------------------------------------------- */

* { margin: 0; padding: 0; outline: none; }

body {
	background: url('../images/pcc_bg.gif') top repeat-x;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: small;
	color: #444;
	line-height: 1.4em;
	text-align: left;
}

p { padding: 0.3em 0; }

/* -----------------------------------------------------------------
	LINKS
----------------------------------------------------------------- */

a { 
	color: #6e6548;
	outline: none;
	text-decoration: none;
}

a:hover { color: #666; }

a img { border: none; }

/* -----------------------------------------------------------------
	MAIN NAVIGATION
----------------------------------------------------------------- */

#top-nav {
	list-style: none;
	font-size: 1.4em;
}

#top-nav li {
	background: url('../images/pcc_navdivider.gif') right no-repeat;
	float: left;
	text-align: center;
}

#top-nav li a {
	display: block;
	height: 51px;
	line-height: 2.8em;
	color: #fff;
}

#top-nav li a:hover {
	text-decoration: underline;
}

#top-nav li.pcc {
	width: 19%;
}

#top-nav li.alloy {
	width: 23%;
}

#top-nav li.caldo {
	width: 19%;
}

#top-nav li.tube {
	width: 20%;
}

#top-nav li.mini {
	width: 18%;
	background-image: none;
}

#top-nav li.currentsite {
	background: #6e6548;
}

/* -----------------------------------------------------------------
	STRUCTURE AND TYPOGRAPHY
----------------------------------------------------------------- */

#login {
	text-align: right;
	width: 910px;
	position: absolute;
	top: 5px;
	color: #ffee00;
}

	#login a { color: #fff; }

#wrap {
	margin: 0 auto;
	width: 910px;
}

#header {
	height: 150px;
}

	.logo {
		float: left;
	}
	
	.large {
		font-size: 1.4em;
	}
	
	.highlight {
		color: #ffee00;
	}

#content {
	clear: both;
	margin-top: 20px;
}

#content p {
	margin-bottom: 10px;
}


#content ul li {
	padding: 0 0 12px 12px;
	line-height: 1.4em;
	background: url(../images/icon-bullet.gif) no-repeat 0 4px;
	}

#content ul li.no_bullet {
	list-style: none;
	}

#content ul li.file {
	padding-left: 18px;
	background: url(../images/file.gif) no-repeat 0 0;
    }

#content ul li.video {
    padding-left: 22px;
	background: url(../images/video.gif) no-repeat 0 0;
    }

#mainContent {
	float: left;
	width: 620px;
	padding-right: 20px;
	border-right: 1px #ccc solid;
}

	#mainContent ul {
		list-style: none;
		margin-left: 30px;
	}

#sidebar {
	float: right;
	width: 250px;
	font-size: 0.9em;
	margin-top: 9px;
}

	#sidebar ul {
		list-style: none;
	}

	#sidebar ul li {
		padding: 3px 0;
	}

#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 14px;
	background: url(../images/icon-bullet.gif) no-repeat 0 4px;
	}
#sidebar ul.articles li {
	padding-left: 16px;
	background-image: url(../images/icon-doc.gif);
	background-position: 0 4px;
	}
#sidebar ul.folders li {
	padding-left: 22px;
	background-image: url(../images/folder.gif);
	background-position: 0 4px;
	}
#sidebar ul li.last {
	margin-bottom: 0;
	}
#sidebar ul li.vevent {
	margin-bottom: 0.1em;
	padding-left: 0;
	background: 0;
	}
#sidebar ul li.vevent abbr.dtstart {
	padding: 0 0 0 17px;
	background: url(../images/icon-cal.gif) no-repeat 0 0;
	}

	.search {
		font-family: "Times New Roman", "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
		color: #6e6548;
		font-size: 1.3em;
	}

	.search-input {
		width: 145px;
		height: 16px;
		padding: 2px;
		border: 1px #999 solid;
		vertical-align: middle;
		margin-bottom: 5px;
	}

	.search-button {
		vertical-align: middle;
		margin-bottom: 5px;
	}

/* -----------------------------------------------------------------
	HEADINGS, etc.
----------------------------------------------------------------- */

h1,h2,h3,h4,h5 {
	font-family: "Times New Roman", "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-weight: bold;
	padding: .4em 0;
}

h1 {
	font-size: 1.5em;
}

	#header h1 {
        font-size: 1.3em;
		font-weight: normal;
		color: #fff;
		font-style: italic;
		float: right;
		margin-top: 55px;
	}

h2 {
	font-size: 1.4em;
}

	#content h2 {
		font-weight: normal;
		color: #6e6548;
	}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.0em;
    font-weight: bold;
}

	#sidebar h3 {
		font-family: Helvetica, Arial, Tahoma, sans-serif;
		font-weight: bold;
		color: #999;
		font-size: 1.2em;
		margin-top: 10px;
	}
/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* kuno customizations */

img.image_left {
	float: left;
	margin: 0 0 5px 10px;
}

img.image_right {
	float: right;
	margin: 0 0 5px 10px;
}

img.image_left_border {
	float: left;
	padding: 4px;
	margin: 0 15px 5px 0;
	padding: 1px;
	border: 2px solid #9FB496;
}

img.image_right_border {
	float: right;
	padding: 4px;
	margin: 0 0 5px 15px;
	padding: 1px;
	border: 2px solid #9FB496;
}

img.image_center_border {
	text-align: center;
	padding: 4px;
	margin: 5px 0 5px 0;
	padding: 1px;
	border: 2px solid #9FB496;
}

.image_clear {
	clear: both;
	display: block;
	padding-top: 12px;
}

.add_item {
	padding-left: 18px;
	background: url(../images/add.gif) no-repeat 0 0;
}

.back {
	padding-left: 18px;
	background: url(../images/back.gif) no-repeat 0 0;
}

.bookmark {
	padding-left: 18px;
	background: url(../images/bookmark.gif) no-repeat 0 0;
}

.calendar {
	padding-left: 18px;
	background: url(../images/calendar.gif) no-repeat 0 0;
}

.camera {
	padding-left: 18px;
	background: url(../images/camera.gif) no-repeat 0 0;
}

.check {
	padding-left: 18px;
	background: url(../images/check.gif) no-repeat 0 0;
}

.close {
	padding-left: 18px;
	background: url(../images/close.gif) no-repeat 0 0;
}

.comment {
	padding-left: 18px;
	background: url(../images/comment.gif) no-repeat 0 0;
}

.disk {
	padding-left: 18px;
	background: url(../images/disk.gif) no-repeat 0 0;
}

.document {
	padding-left: 18px;
	background: url(../images/document.gif) no-repeat 0 0;
}

.download {
	padding-left: 18px;
	background: url(../images/download.gif) no-repeat 0 0;
}

.edit {
	padding-left: 18px;
	background: url(../images/edit.gif) no-repeat 0 0;
}

.email {
	padding-left: 18px;
	background: url(../images/email.gif) no-repeat 0 0;
}

.exclamation {
	padding-left: 18px;
	background: url(../images/exclamation.gif) no-repeat 0 0;
}

.favorite {
	padding-left: 18px;
	background: url(../images/favorite.gif) no-repeat 0 0;
}

.feed {
	padding-left: 18px;
	background: url(../images/icon-rss.gif) no-repeat 0 0;
}

#feeds li.feed, #friends li.friend {
  background: none;
  padding: 0;
  float: left;
}

.fforward {
	padding-left: 18px;
	background: url(../images/fforward.gif) no-repeat 0 0;
}

.file {
	padding-left: 18px;
	background: url(../images/file.gif) no-repeat 0 0;
}

.flag {
	padding-left: 18px;
	background: url(../images/flag.gif) no-repeat 0 0;
}

.folder {
	padding-left: 18px;
	background: url(../images/folder.gif) no-repeat 0 0;
}


.home {
	padding-left: 18px;
	background: url(../images/home.gif) no-repeat 0 0;
}

.info {
	padding-left: 18px;
	background: url(../images/info.gif) no-repeat 0 0;
}

.ipod {
	padding-left: 18px;
	background: url(../images/ipod.gif) no-repeat 0 0;
}

.locked {
	padding-left: 18px;
	background: url(../images/locked.gif) no-repeat 0 0;
}

.music {
	padding-left: 18px;
	background: url(../images/music.gif) no-repeat 0 0;
}

.new {
	padding-left: 18px;
	background: url(../images/new.gif) no-repeat 0 0;
}

.new_file {
	padding-left: 18px;
	background: url(../images/new_file.gif) no-repeat 0 0;
}

.new_window {
	padding-left: 18px;
	background: url(../images/new_window.gif) no-repeat 0 0;
}

.next {
	padding-left: 18px;
	background: url(../images/next.gif) no-repeat 0 0;
}

.pause {
	padding-left: 18px;
	background: url(../images/pause.gif) no-repeat 0 0;
}

.pdf_file {
	padding-left: 18px;
	background: url(../images/pdf_icon.gif) no-repeat 0 0;
}

.phone {
	padding-left: 18px;
	background: url(../images/phone.gif) no-repeat 0 0;
}

.play {
	padding-left: 18px;
	background: url(../images/play.gif) no-repeat 0 0;
}

.previous {
	padding-left: 18px;
	background: url(../images/previous.gif) no-repeat 0 0;
}

.print {
	padding-left: 18px;
	background: url(../images/print.gif) no-repeat 0 0;
}

.question {
	padding-left: 18px;
	background: url(../images/question.gif) no-repeat 0 0;
}

.refresh {
	padding-left: 18px;
	background: url(../images/refresh.gif) no-repeat 0 0;
}

.rewind {
	padding-left: 18px;
	background: url(../images/rewind.gif) no-repeat 0 0;
}

.search_left {
	padding-left: 18px;
	background: url(../images/search_left.gif) no-repeat 0 0;
}

.search_right {
	padding-left: 18px;
	background: url(../images/search_right.gif) no-repeat 0 0;
}

.shopping_cart {
	padding-left: 18px;
	background: url(../images/shopping_cart.gif) no-repeat 0 0;
}

.signal {
	padding-left: 18px;
	background: url(../images/signal.gif) no-repeat 0 0;
}

.time {
	padding-left: 18px;
	background: url(../images/time.gif) no-repeat 0 0;
}

.trash {
	padding-left: 18px;
	background: url(../images/trash.gif) no-repeat 0 0;
}

.unlocked {
	padding-left: 18px;
	background: url(../images/unlocked.gif) no-repeat 0 0;
}

.upload {
	padding-left: 18px;
	background: url(../images/upload.gif) no-repeat 0 0;
}

.user {
	padding-left: 18px;
	background: url(../images/user.gif) no-repeat 0 0;
}

.video {
	padding-left: 20px;
	background: url(../images/video.gif) no-repeat 0 0;
}

.warning {
	padding-left: 18px;
	background: url(../images/warning.gif) no-repeat 0 0;
}

.website {
	padding-left: 18px;
	background: url(../images/website.gif) no-repeat 0 0;
}

.word_file {
	padding-left: 18px;
	background: url(../images/word_icon.gif) no-repeat 0 0;
}

.wrench_left {
	padding-left: 18px;
	background: url(../images/wrench_left.gif) no-repeat 0 0;
}


/* block layouts */ */
.block {
  float: left;
  width: 100%;
  margin: 0pt 0pt 8px;
  padding-bottom: 8px; }

.blockPhoto {
  float: left;
  padding-left: 7px; }

.blockContent {
  position: relative;
  float: left;
  margin: 0 0 0 8px;
  padding: 0;
  width: 350px;
  z-index: 1; }

.blockContent div {
  margin: 8px 0; }

/* posts */ */
.post {
  float: left;
  margin: 4px 0 0 0; }

.post .blockContent {
  width: auto; }

.post .blockContent div {
  margin: 2px 0; }

/* profile */

.profile_photo {
  float: left; }

.profile_info {
  width: 300px;
  float: right; }


.profile_clear {
  clear: both; }

.profile_actions {
  padding: 5px 10px 5px 10px;
  float: left;
  width: 100%; }

.profile_bio {
  margin-top: 5px;
  float: left;
  width: 100%; }

.profile_friends {
  margin-top: 10px;
  float: left;
  width: 100%; }

.profile_feeds {
  margin-top: 10px;
  float: left;
  width: 100%; }

.profile_articles {
  float: left;
  width: 100%; }

/* sections */
.sectionheader {
  margin: 4px 0;
  margin: 0;
  font-weight: bold; }

.sectioncontent {
  margin-bottom: 4px; }

.sectioncontent ul {
  margin-top: 4px; }

#sites, #sites li {
  float: left;
}

.sectioncontent dt, .messages {
  float: left; }

.sectioncontent li {
  margin: 2px 0;
  width: 100%;
  list-style: none; }

.sectioncontent dd {
  float: right; }

.friends .sectionheader {
  padding-left: 18px;
  background: url(../images/user.gif) no-repeat 0 50%;
  }

.feeds .sectionheader, .feeds .sectioncontent, .messages .sectionheader, .messages .sectioncontent, .friends .sectionheader, .friends .sectioncontent {
  float: left;
  width: 350px }

.feeds .sectionheader {
  padding-left: 16px;
  background: url(../images/icon-rss.gif) no-repeat 0 50%;
  }

.profile_articles .sectionheader {
  padding-left: 18px;
  background: url(../images/folder.gif) no-repeat 0 50%;
  }

.events .event-time {
  float: right;
  font-size: 0.9em;
  }

/* ERRORS AND NOTICES */

#flash-errors, #errorExplanation {
  margin: 0 auto;
  background: #F69A91;
  padding: 10px;
  color: #510;
  text-align: center;
}

#flash-notice {
  background: #cfc;
  padding: 10px;
  color: #051;
  text-align: center;
}

#errorExplanation ul,
#flash-notice ul,
#flash-errors ul,
#flash-notice li,
#flash-errors li {
  list-style: none;
}

#errorExplanation {
  text-align: left;
  border: 1px solid #F99;
  background: #fdd;
}

#errorExplanation h2 {
  border: none;
  margin: 0;
  padding: 0;
}

div.emaillink, div.deletelink, div.addfavoritelink, div.photoalbumlink  {
  float: left;
  margin-right: 4px;
}

#site_article-list {
  width: 540px;
}

#site_article-list td.article_date {
  width: 120px;
}

.article_block {
  margin: 0 0 10px 0;
}

.blogtextimgleft img, .blogtextimgright img {
display: block;
padding-bottom: 4px;
}

.blogtextimgright img {
float: right;
padding-left: 10px;
}

.blogtextimgleft img {
float: left;
padding-right: 10px;
}

.video_thumbnail {
  float:left;
  margin: 0 4px 4px 0;
}

.article_with_thumbnail {
  float:left;
  margin: 0 0 4px 0;
}

.video_thumbnail p {
  margin: 0;
}

.home_list_section {
  float:left;
}

.thumbnail_td {
  width: 70px;
}
/* -----------------------------------------------------------------
	CLEARFIX
----------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */
