
/* $Id: styles_experience.css 5 2009-01-11 06:01:16Z john $ */


/* BLOG - GENERAL */
.seExperienceTable
{
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  /* border: 1px solid #909090; */
  width: 100%;
}

.seExperienceColumnLeft
{
  padding: 0px 10px 0px 0px;
}

.seExperienceColumnRight
{
  width: 250px;
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
  border-left: 1px solid #BBBBBB;
}
.seExperienceColumnRightPadding
{
  padding: 10px;
}


/* BLOG - SIDE BAR */

.seExperienceLinkList,
.seExperienceArchiveList,
.seExperienceCategoryList
{
  margin-top: 0px;
  margin-left: 0px;
  list-style: none;
  padding-left: 15px;
}

.seExperienceLinkList li,
.seExperienceArchiveList li,
.seExperienceCategoryList li
{
  padding-left: 0px;
}



/* BLOG - ENTRIES */

.seExperienceEntry
{
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #DDDDDD;
}

div.seExperienceEntry1
{
	/* padding: 8px 10px 10px 10px; */
}

div.seExperienceEntry2
{
	/* padding: 8px 10px 10px 10px; */
}

.seExperienceEntryTable
{
	margin: 8px 10px 10px 10px;
  width: 630px;
}

div.seExperienceEntryTitle
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 24pt;
	color: #242424;
	font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -2px;
line-height: 1.1em;
}


div.seExperienceEntryTitle a
{
	color: #242424;
}


div.seExperienceEntryDate, div.seExperienceEntryCategory
{
	font-size: 7pt;
	color: #777777;
}

div.seExperienceEntryBody
{
	padding-top: 5px;
}

div.seExperienceEntryBody p
{
	padding: 5px;
	margin: 5px;
}

.seExperienceComments
{
  margin-top: 10px;
}

.seExperienceTrackbackList
{
  list-style: none;
  padding-left:10px;
}



/* BROWSE BLOGS */
div.experiences_browse_item
{
	border: 1px solid #CCCCCC; 
	/* padding: 10px; */
  
}

div.experiences_browse_item_left
{
	margin-right: 5px;
}

div.experiences_browse_item_right
{
	margin-left: 5px;
}

div.experiences_browse_date
{
	font-size: 7pt; 
	color: #777777;
}

div.experiences_browse1
{
	background: #F2F2F2;
}

div.experiences_browse2
{
	background: #FFFFFF;
}



/* BLOG */
div.experience_search
{
	width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;
}

table.experience_table
{
	border: 1px solid #CCCCCC;
}

td.experience_header
{
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
  padding: 5px;
}

td.experience_entry {
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	padding: 5px;
	vertical-align: middle;
}
td.experience_comment_author {
	margin-bottom: 5px;
	background: #F1F1F1;
	padding: 5px 7px 5px 7px;
}
td.experience_comment_body {
	padding: 5px 7px 0px 7px;
}
div.experience_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.experience_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.experience_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
td.experience_options {
	padding: 5px 5px 5px 5px; 
	font-weight: bold; 

}
div.experience_settings {
	padding: 10px;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
}
td.experience_postcomment {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-top: none;
	background: #F5F5F5;
}
td.experience {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
div.experience_headline {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
div.experience_archive {
	font-size: 10pt;
	font-weight: bold;
}

/* EDIT BLOGS */
div.experience_list {
	border: 1px solid #DDDDDD; 
	border-top: none;
}
div.experience_list1 {
	border-top: 1px solid #DDDDDD; 
	background: #F2F2F2;
	padding: 10px;
}
div.experience_list2 {
	border-top: 1px solid #DDDDDD; 
	background: #FFFFFF;
	padding: 10px;
}
div.experience_subscription {
	border: 1px solid #CCCCCC; 
	margin-bottom: 10px; 
	padding: 10px; 
	background: #F2F2F2;
}

/* BLOG ON PROFILE */
div.profile_experienceentry {
	border-top: 1px solid #DDDDDD;
	padding: 7px 2px 0px 2px;
}
div.profile_experienceentry_date {
	color: #777777;
	font-size: 7pt;
}
div.profile_experienceentry_title {
	font-weight: bold;
}
div.profile_experienceentry_body {
	margin: 5px 0px 10px 5px;
}
