/*                                --- Generic Styles ---*/

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	background: #fff;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
li{
	list-style-type:none;
}
/*#title, #content div{
	width: 700px;
}*/
/*                               ---  HEAD ---             */

#top {	
	font: italic 1.1em "Times New Roman", Times, serif;
	margin: 0 0 4em 2em;
	color:#930;
}
/* gives error when validating
*html body div#top {
	font-size: smaller;
}
*/
#top p{
	padding: 0 2em;
	margin: 0.5em;
	text-align:justify;	
}
#top img {
	display:none;
}


/*                               ---  TITLE ---             */
#title h2 {
	text-align: right;
	display:block;
	margin: -2.6em 0 0.9em;
	padding: 0;
	color:#FC0;
}
#title h3 {
	text-align: right;
	display:block;
	margin: 2.2em 0 0;
	padding: 0;
	color:#993300;
	font-variant: small-caps;
}
#title ol{
	text-align:right;
	margin: -12em 0 0;
}
#title li {
	display: inline;
	font-weight: bold;
	font-size:x-small;
	margin: 0 0.5em 0 0;
	padding-right: 0.75em;
	border-right: 1px solid #f00;
}
#title li.last {
	border-right: 0;
}
#slide img{
	margin: 0;
	height: 200px;
}

#sidebar ol {
	margin: 10em 1em 1em 30%;
	padding: 1em;
	font-size:x-small;
	font-style: italic;
	font-weight: bold;
	color:#930;
}
#sidebar li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding-right: 0.75em;
	/*border-right: 1px solid #996;*/
}
#sidebar li.last {
	border-right: 0;
}

/*                               ---  SHOWROOM ---             */

#left {
	display:none;
}
#right {
	display:none;
}
#title a {
	color:#500;
}
#title a:hover {
	color: #550;
}
	
/*                               ---  CV ---             */
#content {
	clear: both;	
	margin-top: 3em;
}

#content div {
	/*center the div*/
	margin: 0 auto 0 auto;
	padding: 0.75em 1.5em 2em;
}
#content div.titlebar {
	padding-top: 0;
	padding-bottom: 0;
	/*create gap between the sections*/
	/*margin-top: 0.8em;	*/
}
#content h3  {
	/*background-color: #B30;*/
	border-bottom: 2px solid #B30;
	color:#F70;
	margin: 0 -1.3em;
	padding: 0.1em 1.5em;	
}
#content h3 img{
	display:none;
}

/*other qualifications*/
#content h4 {
	color:#B30;
	margin: 1.2em 5em 0.5em 0.8em;
	padding: 0.1em 1.5em;
	border-bottom: 2px solid #F70;	
}
#content h6 {
	display: inline;
	font-size:smaller;
}
#content p {
	margin: -1.2em auto 0em 9em;
	font-size:smaller;
}

#content ol {
	margin: 0 3em 2em 4.1em;
	font-size: smaller;
	line-height: 1.2em;
}
* html body #content ol {
	margin-bottom: 0.5em;
	margin-left: 8em;
}
#content ol li {
	padding: 0 1em;
}
/*two columns layout*/
#content ol.leftColumn {
	border-right: 2px solid #B30;
	margin-left: 5em;
	float: left;
}
#content ol.rightColumn {
	padding-left: 10em;
}
#content ol.oneColumn {
	margin-left: 4.5em;
}
* html body #content ol.oneColumn {
	margin-left: 8em;
}
* html body #content ol.leftColumn{
	margin-left: -0.5em;
}
* html body #content ol.rightColumn {
	padding-left: 5em;
	margin-top: 0;
}
#content ol.leftColumn li {
	/*margin-right: 1em;*/
}
* html body #content ol.leftColumn li {
	margin-right: 1em;
}

#content ol.rightColumn li {
	/*padding-left: 2em;*/
}
#content ol.achieve {
	list-style-image:  url("../pic/devPf/white_tickicon.gif");
}
#content ol.skill li {
	display: inline;	
	border-right: 1px solid #CF6;	
	padding-right: 0.3em;
}
#content ol.skill li.last {
	border-right: none;
}
#employment ol {
	border-bottom: 1px solid #F70;
	padding-bottom: 1.5em;
}
/*                               --- toggleMenu  ---             */
#employment, #qualifications {
	display: block;
}

/*                               ---  FOOTER ---             */
#footer {
	padding: 0em 2em;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #069; 
}
/*get the pic to the right*/
#footer img{
	display: none;
}
#footer p {
	margin: 0;
	padding-top: 2em;
	vertical-align: middle;	
}
* html body #footer p {
	padding-top: 0em;
}