body, table, tr, td {
    font-family: "Calibri", tahoma, arial, verdana, helvetica, sans-serif;
    font-size:13px;
    cursor:default;
    background-color:#FFFFFF;
		background-image: url(../images/bg.gif);
		background-repeat:repeat-x;
}
* {
    margin: 0px;
    padding: 0px;
}
html {
    height:100%;
    margin-bottom:1px;
}
#container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #FFFFFF;
		border-bottom: solid 1px #D7D1C0;
		border-left: solid 1px #ABABAB;
		border-right: solid 1px #ABABAB;
}
.headerTop {
  background: url(../images/alberrob_topbar.jpg) left top no-repeat;
  height: 14px;
  border-bottom: solid 2px #a58a61;
}
.headerMid {
  background: url(../images/alberrob_midbar.jpg) left top no-repeat;
  height: 25px;
  border-bottom: solid 1px #151020;
	border-right:1px solid #1E1A29;
}
.header {
  height: 126px;
  border-top: solid 1px #d7d1c0;
  border-bottom: solid 2px #a58a61;
}
.spacer {
    width:100%;
    height:15px;
}
img {
    border: none;
}
dt {
  margin-left: 10px;
}

hr {
    border:0px;
    color:#B4BDC2;
    background-color:#B4BDC2;
    height: 1px;
    width: 100%;
    text-align: left;
    margin-top: 2px;
    padding-top: 0px;
    margin-bottom: 2px;
    padding-bottom: 0px;
}
h1 {
    font-size:28px;
    color:#151020;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-weight:300;
}
h2 {
    font-size:15px;
    color:gray;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-weight:300;
}
h3 {
    color:#151020;
    font-size:15px;
    text-align:left;
    font-weight:300;
    padding:5px;
    margin-top:5px;
}
#main h3 {
	border-bottom: solid 1px #ABABAB;
}
.resume-container  .resume { margin: 1px 5px; padding: 2px 5px; }

#left, #left_codeview {
    float: left;
    width: 195px;
    color:black;
		padding: 0 0 25px 5px;
}
#left h3 {
  padding:0;
}
#left h3 a {
  display: block;
  font-weight: bold;
  font-variant: small-caps;
  padding: 2px;
	font-size: 19px;
}
#left h3 a div{ background-image: url(../images/alberrob-sprite.png); width: 25px; height: 25px;  float:left; }
#left h3 a div.about{ background-position: 25px 0; }
#left h3 a div.myresume{ background-position: 25px -25px; }
#left h3 a div.portfolio{ background-position: 25px -50px; }
#left h3 a div.webdev{ background-position: 25px -75px; }
#left h3 a div.blog{ background-position: 25px -100px; }
#left h3 a div.contacts{ background-position: 25px -125px; }
#left h3 a div.bookmarks{ background-position: 25px -150px; } 
#left h3 a:hover div.about, #left h3 a div.aboutcurrent{ background-position: 0 0; }
#left h3 a:hover div.myresume, #left h3 a div.myresumecurrent{ background-position: 0 -25px; }
#left h3 a:hover div.portfolio, #left h3 a div.portfoliocurrent{ background-position: 0 -50px; }
#left h3 a:hover div.webdev, #left h3 a div.webdevcurrent{ background-position: 0 -75px; }
#left h3 a:hover div.blog, #left h3 a div.blogcurrent{ background-position: 0 -100px; }
#left h3 a:hover div.contacts, #left h3 a div.contactscurrent{ background-position: 0 -125px; }
#left h3 a:hover div.bookmarks, #left h3 a div.bookmarkscurrent{ background-position: 0 -150px; }

#left h3 a, #left h3 a:hover{
	text-decoration: none;
}

#left p {
	padding-top: 0px;
}

#main, #main_codeview {
  margin: 5px;
  padding: 15px 0 0 0;
  border-left: 1px solid #B4BDC2;
	width: 685px;
	float: right;
}
#left_codeview {
    width:150px;
}
#main_codeview {
    height: 425px;
    width: 790px;
    overflow: scroll;
    margin-left: 0px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

div.details {
    display: none;
    margin-left: 20px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
p {
    color:black;
    background:none;
    line-height:20px;
    padding:5px;
}
div.aboutme-container,
div.resume-container,
div.blog-container,
div.contacts-container {
  margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}

p.resume {
    line-height: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
ul {
    margin-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

span.jobTitle, jobTitle{
    font-weight: bold;
    display: inline;
}
span.jobTime, jobTime {
    margin-left: 20px;
    display: inline;
}
span.jobLocation, jobLocation {
    margin-left: 10px;
    display: inline;
}

a {
    color:#151020;
}
a:hover {
    color:#151020;
    text-decoration:underline;
}
.footer {
    clear:both;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 42px;
	border-top: solid 3px #151020;
	border-bottom: solid 4px #A58A61;
	background: url(../images/alberrob_bottombar.jpg) left top no-repeat;
}
.footer a, .footer a:hover{
  color: #fff;
}

.right {
    color:gray;
    float:right;
    font-size:100%;
    margin-top:5px;
}
.left {
    color:gray;
    float:left;
    font-size:100%;
    margin-top:5px;
}
blockquote
{
  background: url(../images/quote.jpg) top left no-repeat;
  margin: 5px 20px;
  padding: 5px 5px 5px 25px;
}
.input-field {
  font-size: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  width: 500px;
	padding:5px;
  border: solid 1px #B4BDC2;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

.corner_all {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

label
{
  font-weight: bold;
}

.clearBoth {
	clear:both;
}

/* - - - - - - - - - - - - - - - 
CodeSample Styles
 - - - - - - - - - - - - - - - */

#menu {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 12px;
    margin-top: 0.3em;
    margin-right: .5em;
    margin-left 0em;
}

#menu ul li a:link,
#menu ul li a:visited {
    color: #000;
    text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active {
    color: #000;
    text-decoration: none;
}

.dir {
    text-decoration: none;
    color: #666699;
}

.file {
    text-decoration: none;
    color: #000;
}

#filelist {
    height: 400px;
    width: 135px;
    overflow: auto;
}

#menu ul, #filelist ul{
    list-style: none;
    padding: 0em;
    padding-left: 1em;
    padding-top: 1em;
    margin: 0em;
}
#filelist ul {
    padding-top: 0;
}

#padding {
    background-color: #000000; 
    height: 550px;
}

#innerpage {
    height: 20em;
}
/* - - - - - - - - - - - - - - - */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:506px; 
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.ss-controls {
	float: left;
}
div.ss-controls span {
	color: #666666;
	cursor: pointer;
}
div.nav-controls {
	float: right;
}
div.nav-controls a {
	padding: 5px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download a{
  background: none;
}
div.download {
	margin-top: 10px;
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	margin-left: 25px;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div.navigation ul {
    margin-left: 0px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a {
	background: #151020;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #ffc;
	text-decoration: none;
}
div.pagination strong {
	background-color: #B4BDC2;
}


