/* CSS Document */


/*** CONTENT SECTIONS ***/

#content {}

#contentpages
{
	width: 529px;
	padding: 0;
	margin-left: 220px;
	border-left: 1px solid #999;
/*	border-bottom: 1px solid #c1c1c1; */
}

/*** END CONTENT SECTIONS ***/


/*** START GENERAL CONTENT SECTION ***/

#content h3
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

.page { padding-left: 15px; }

.page ul
{
	margin: 0;
	padding-left: 15px;
}

.page h3
{
	margin: 10px 0;
	padding: 10px 7px 3px 0;
	text-align: right;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.page .smaller { font-size: 0.6em; }

.page h4
{
	margin-bottom: 8px;
	padding: 3px 0 0 7px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

/*** END GENERAL CONTENT SECTION ***/

/*** START CONTACT ***/

#contact #contact_form { font-size: 0.7em; }

#contact #contact_form .form 
{ 
	width: 250px;
	border: 1px solid #c1c1c1;
}

#contact .formerror { color: #f00; }

/*** END CONTACT ***/

/*** START UPDATES ***/

#updates a:link, #updates a:visited { color: #0066FF; font-weight: normal; }
#updates a:hover, #updates a:active { color: #FF9900; }

#updates p
{
	padding: 0 5px;
	margin: 15px;
	line-height: 1.2em;
	text-align: justify;
	background-color: #fff;
/*	border-color: #ccc;
	border-style: solid;
	border-width: 0px 3px;*/
}

/* #updates p:hover { border-color: #666; } */

#updates .message
{
	padding: 8px 5px;
	display: block;
	border-bottom: 1px solid #333;
}

#updates .date,
#updates .share
{
	color: #000;
	display: block;
	font-size: 0.7em;
	border-bottom: 1px dotted #333;
}

#updates .share
{
	margin: 0; 
	padding: 0;
	border: none;
	text-align: right;
}

#updates .date:hover
{
	color: #000;
}

/*** END UPDATES ***/

/*** START RESUME ***/

#resume .short { 
	line-height: 1.2em;
}

#resume ul,
.preview
{
	font-size: 0.8em;	
}

#resume ul li,
.preview li
{
	color: #666;	
	padding: 8px 0 5px 0;
	border-bottom: 1px dotted #c1c1c1;
}

#resume ul li:hover
{
	color: #333;
	border-color: #666;
}

#resume ul li.job
{
	cursor: help;
	text-indent: 12px;
	background: no-repeat url('../img/carrow.gif');
	background-position: center left;
}

#resume ul li.description,
.preview li.description
{
	color: #444;
	text-align: justify;
	margin: 0 0 5px 0;
	padding-left: 8px;
	padding-right: 8px;
	border-width: 0 1px 1px 3px;
	border-style: solid;
	border-color: #4b4b4d;
	background-color: #eee;
}

#resume ul li.description {  
	display: none; 
	background-color: #f9f9f9; 
}

/* * First listing for drop down example to visitors
 * Notice, the following is hardcoded in pages/resume.php
 * in the span tag: style = color: #333; border-botom: 1px solid;
 */
#resume ul li.fjob { background-image: url('../img/oarrow.gif'); }
#resume ul li.fdes { display: block; }

.preview li span.left,
#resume ul li span.left
{ 
	font-weight: bold;
}

.preview li span.right,
#resume ul li span.right
{
	width: 100%;
	float: right;
	margin-top: -1em;
	text-align: right;
}

.preview .image
{
	display: block;
	text-align: center;
	border-bottom: none;
}

.preview .image img
{ 
	padding: 5px;
	border: 1px solid #c1c1c1; 
}

.history .task { margin-left: 20px; }

/*** END RESUME ***/


/*** GENERAL PROJECTS STYLE ***/

.projects #graphics li,
.projects #websites li,
.projects #photographs li 
{ 
	display: inline; 
}

.projects a img 
{	
	margin: 0 2px;
	padding: 2px;
	border: 1px solid #74a8f5; 
}

.projects a img:hover,
.projects #selected 
{ 
	border-color: #f60; 
}

.projects #fineprint { font-size: 0.6em; }
.projects #offline { font-weight: bold; }

/*** END GENERAL ***/


/*** START PROJETS PAGE ***/

#projects .all
{
	width: 100%;
	display: block;
	font-size: 0.7em;
	text-align: right;
}

#projects .all a:link,
#projects .all a:visited
{
	color: #444;
	font-weight: normal;
}

#projects .all a:hover,
#projects .all a:active
{
	color: #000;
}

/*** GRAPHICS SECTION ***/



/*** END GRAPHICS SECTION ***/