/* @group General Styles */

body {
	background: #f2f2f2 url(images/background.png) repeat-x;
	color: #333333;
	font: 12px/2px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin: 20px;
	text-align: center;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #2060ff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2060ff;
	text-decoration: none;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

.clearer {
    clear: both;
}

/* @end */

/* @group Layout */

#container {
    width: 684px;
    margin: 0px auto;
    text-align: left;
	color: #3e3e3e;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 1.5em;
}

#pageHeader {
	width: 684px;
	height: 47px;
	text-align: left;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-left: -4px;
}

#pageHeader img {
}

#pageHeader h1 {
	color: #222222;
	margin: 0px;
	font-weight: bold;
	font-size: 24px;
	padding: 0px 0px 0px 28px;
	text-shadow: 2px 2px 10px #ffffff;
    text-align: center;
}

#pageHeader h2 {
	color: #333333;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 0px 28px;
	text-shadow: 0px 0px 100px #fff;
    text-align: center;
}

#contentContainer {
	position: relative;
	float: left;
	text-align: left;
	width: 700px;
    height: 450px;
	padding: 0px;
    overflow: auto;
}

#contentContainer #content {
    position: relative;
    height: 430px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
}

#contentContainer #Xtop {
	width: 684px;
	background: url(images/content_top.png) no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

#container #Xbottom {
	width: 684px;
	height: 8px;
	background: url(images/content_bottom.png) no-repeat;
	padding: 0px;
	position: relative;
	bottom: 0px;
	float: left;
}

#sidebarContainer {
	width: 206px;
	float: right;
	text-align: left;
	padding: 0px;
	margin-right: 10px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	font-size: 11px;
	color: #666666;
}

#footer {
	padding: 10px 0px 5px 24px;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding: 10px 0px 5px 24px;
	text-align: left;
	font-size: 11px;
	clear: both;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Parent - Level 0 */

#navcontainer {
	position: relative;
	width: 684px;
    height: 55px;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#navcontainer #current {
	font-weight: bold;
	color: #0066EE;
	text-shadow: 0px 1px 0px #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul {
	z-index: 2;
	margin: 0 0px 0px 10px;
	padding: 10px 0 0;
}

#navcontainer li {
	float: left;
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0px;
}

#navcontainer a {
	position: relative;
	height: 32px;
	text-decoration: none;
    color: #2080ff;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navcontainer a:hover {
	text-decoration: none;
	text-shadow: none;
	color: #0066EE;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 678px;
	left: 0;
	top: 40px;
	margin: 0 0px 0px 10px;
	padding: 0;
	white-space: nowrap;
	height: 1px;
	text-align: left;
}

#navcontainer ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul li a {
	border: 0;
	background: transparent none;
	margin: 0px;
	height: 15px;
	text-shadow: 0px 1px 0px #ffffff;
	color: #0066EE;
	text-indent: 35px;
	padding-top: 2px;
	font-weight: normal;
}

#navcontainer ul ul li a:hover {
	text-decoration: none;
	background: none;
	text-shadow:  none;
	font-weight: normal;
}

#navcontainer ul ul #current {
	font-weight: bold;
	color: #0066EE;
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: absolute;
	width: 678px;
	left: 0;
	top: 18px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 1px;
	text-align: left;
	font-size: 11px;
}

#navcontainer ul ul ul li {
	margin: 0;
	border: 0;
}

#navcontainer ul ul ul li a {
	border: 0;
	background: transparent none;
	margin: 0px;
	width: 9em;
	height: 15px;
	padding: 2px 0px 0px 35px;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}

#navcontainer ul ul ul li a:hover {
	text-decoration: none;
	background: none;
	text-shadow:  none;
	font-size: 11px;
	font-weight: normal;
}

#navcontainer ul ul ul #current {
	font-weight: bold;
	color: #333333;
	background: none;
}
	
/* @end */

/* @group Global Classes */

.standout, blockquote {
	color: #000000;
	border: 1px solid #adadad;
	padding: 10px;
}

h1 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h5 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

table {
    margin-top: 10px;
    border: 2px solid;
    border-collapse: collapse;
    border-color: #666666;
} 

th {
    border: 2px solid;
} 

td {
    border: 1px solid;
} 

.imageStyle {
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
    color: #000000;
    text-align: center; /* To Make Content Centered */
    font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-archive-link { 
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	padding-top: 5px;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

.album-description {
	margin-bottom: 10px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 50px;
	margin-right: 12px;
}

.thumbnail-frame {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: transparent repeat url(images/sidebar_bg.png);
	border: 0 none;
}

.thumbnail-caption {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: -2px;
	font-size: 11px;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	text-align: center;
	background: #4379c5;
	color: white;
	margin: 0 0px 10px;
	padding: 10px;
	border-style: double;
}

.photo-navigation a {
	color: white;
	text-decoration: none;
	text-shadow: 0px 1px 0px #333333;
}

.photo-navigation a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

.photo-frame{
	margin: 0px;
	padding: 0;
}

.photo-links {
	margin: 15px 0 5px;
}

.photo-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0px 0;
	padding: 0;
	text-shadow: 0px 2px 0px #333333;
}

.photo-caption {
	font-size: 13px;
	color: white;
	margin: 15px 0px 0px;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #333333;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/* @end */

/* @group extras */

#ray-image {
    float: right;
    padding: 0;
    margin: 0 10px;
    border: 1px dotted #000000;
}
#skinny {
    position: absolute;
    bottom: 0;
    width: 150px;
    background: #f0ffff;
    border: 1px dotted #40c0ff;
}
#skinny-header {
    text-align: center;
    background: #40c0ff;
    color: white;
    font-weight: normal;
}
#skinny-content {
    padding: 10px;
}

.just {
    text-align: justify;
}
.title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#cv {
    text-align: justify;
}
#cv h1 {
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
#cv h2 {
    padding: 20px 0 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
#cv h3 {
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 14px;
}
#cv h3>.job {
    float: left;
}
#cv h3>.date {
    float: right;
    font-weight: normal;
    font-style: italic;
}
#cv p, #cv li { 
    clear: both;
    padding: 0;
    margin: 0;
}
#cv ul { 
    clear: both;
    text-align: left;
}

#livid dt {
    font-weight: bold;
    margin-left: 20px;
}

#livid dd {
    margin-left: 40px;
}

/* @end */
