/* Some Global Styles */
body
{
	margin-top: 0px;
	font-size:85%;
}

a
{
	color: black;
	text-decoration: underline;
}

.smallBold
{
	font-size: 11px;
	font-weight: bold;
}

#pageHeader
{
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topContainer
{
	padding-top: 5px;
}

#indexBottom
{
	padding-top: 10px;
	padding-bottom: 30px;
}  

#pageFooter
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}

#pageFooter a
{
	font-weight: bold;
	color: black;
}

.title
{
	text-shadow: #808080 2px 2px 2px;
}

#activeLink
{
	color:#337FCD;
	font-weight: bold;
	background-color: inherit;
}

.textButton
{
	font-size: 200%;
}

.textButton a
{
	text-decoration: none;
}

.smallLink
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
}

.textLink
{
	text-decoration: none;
	border-bottom: 1px solid #cdcdcd;
}

.quietLink
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#tMessage
{
	width: 500px;
	background-color: #cdcdcd;
	font-size: 25px;
	text-align: center;
	font-style: italic;
	padding: 8px;
	display: none;
	z-index: 11000;
}

/* Basic Text Styles */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.strikethrough { text-decoration: line-through; }

.centerText { text-align: center; }
.rightText { text-align: right; }
.leftText { text-align: left; }
.noMargin { margin: 0px; }

/* Basic styles for Form Elements */
.textField
{
	border: 1px solid #808080; background-color: #efefef; 
	width: 100%;
	font-size: 15px;
	padding: 3px;
}

textarea.textField
{
	height: 105px;	
	
}

.fieldContainer
{
	margin-bottom: 10px;
}

label.formError
{
	font-size: 11px;
	color: #c3230f;
}

input.formError, textarea.formError
{
	border: 1px solid #c3230f;
}


/* Styles for Menu */
.navMenu
{
	padding-top: 15px;
}

.navMenu a
{
	color: white;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

.navMenu a:hover
{
	color: #337FCD;
}

/* Styles for photos */
.tapeContainer
{
	position: absolute;
	display:inline-block;
	margin-top: -15px;
	margin-left: 90px;
}

.galleryTable td
{
	text-align: center;
	padding-top: 25px;
}

.galleryTable img
{
	border: 1px solid #cdcdcd;
	padding: 3px;
}

.galleryTable span img
{
	border: 0px;
}

#photoIndexDiv
{
	margin-top: 50px;
}

#previousPhotosDiv, #nextPhotosDiv
{
	font-size: 150%;
}

#nextLink, #previousLink
{
	text-decoration: none;
}

#mainGalleryIndex td
{
	vertical-align: top;
	padding-bottom: 30px;
}

#mainPhotoContainer
{
	padding-top: 25px;
}

.photoTitle
{
	font-weight: bold;
}

.photoCommentsCnt
{
	font-size: 11px;
	color: #cdcdcd;
	background: url('/resources/images/icons/balloon_quote.png') center left no-repeat;
	padding-left: 18px;
}


#extraPhotoInfo
{
	background-color: #efefef;
	color: #808080;
	font-style: italic;
	font-size: 90%;
	padding: 15px;
}

#techList
{
	background: url('/resources/images/icons/camera.png') center left no-repeat;
	padding-left: 30px;
	padding-bottom: 15px;
}

#tagList
{
	background: url('/resources/images/icons/tag.png') center left no-repeat;
	padding-left: 30px;
}

#commentsList
{
	margin-top: 15px;
	padding-bottom: 20px;
}

#commentsList ul
{
	text-align: left;
	list-style: none;
	margin: 0;
}

.goFlickrComment
{
	font-size: 90%;
	background-color: #efefef;
	color: #808080;
	padding: 10px;
	font-style: italic;
	text-align: center;
}

.goFlickrComment a
{
	text-decoration: none;
	color: black;
}

#flickText
{
	color:#3993ff;
	font-weight: bold;
}

#rText
{
	color:#ff1c92;
	font-weight: bold;
}


/* Resume */
.resumeItem
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
}

.resumeItem p
{
	padding: 0;
	margin-top: 10px;
}

.interestList
{
	padding-bottom: 15px;
}

.currentPosition
{
	padding: 10px;
	background-color: #efefef;
}

.skillsTable td
{
	width: 33%;
	vertical-align: top;
}

.skillsHeader
{
	background-color: #efefef;
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
}

.skillsMidColumn
{
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
	
#resumeSideBar
{
	background-color:#efefef;
	text-align:center;
	margin-top: 25px;
	padding: 20px;
}

.resumeSideItem
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #cdcdcd;
}

.twitt
{
	border-bottom: 1px solid #efefef;
	padding: 12px;
}

.latest
{
	font-size: 24px;
	background-color: #efefef;
}

