/* CSS Document */

body {
	margin:      	0px;
	padding:     	0px !important;
}

img {
	border: 0;
}

#headerL {
 	position:	relative;
  	width:		400px;
  	height: 	170px;
  	border:	 	0px;
  	margin-top:	20px;
	margin-left: 20px;
  	float: 		left;
	z-index:	1;
}

#header {
	position: 		relative;
	width:			100%;
	height:      	190px;
	background: 	url("/layout/img/headerBg.png") repeat-x;
	margin:      	0;
	padding:     	0;
	border:     	0;
	color: 			#fff;
	text-align: 	right;
	font-size: 		12px;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	z-index:		1;
}

/* menu */
#menu {
	position:		absolute;
	top: 			170px;
	z-index:		4;
	left:			0px;
	margin-left:	23px;
	border:			0;
	float:			right;
	height:			300px;
	width:			170px;
	font-size: 		13px;
	font-family: 	Verdana;
}

#menuLinks {
	padding-top: 	15px;
	padding-bottom: 15px;
	padding-left:	15px;
	padding-right:	30px;
	background:		#fff;
	border:			1px solid #c4dfff;
	/* rounded corners for modern browsers */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#socialLinks {
	margin-top:		25px;
	margin-left:	35px;
	margin-bottom:	18px;
}

#main {
	width: 100%;
	min-height: 500px;
	background:	transparent url(/layout/img/mainBg.jpg) repeat-x;
	overflow: hidden;
}

/* for Internet Explorer */
/*\*/
# html #main {
	height: 500px;
}
/**/

/* for understanding browsers */
#main-body {
	width: 			100%;
	min-height:		400px;
	z-index:		3;
	font-size: 		12px; 
	font-family: 	Verdana;
	position:		absolute;
	top:			130px;
}

/* for Internet Explorer */
/*\*/
* html #main-body {
height: 400px;
}
/**/

/* for understanding browsers */
#main-content {
	height: 		auto;
	width:			770px;
	min-height:		380px;
	margin:     	0px 30px 10px 217px;
	padding-top:	10px;
	padding-left:	10px;
	padding-right:  30px;
	padding-bottom: 10px;
	background:		#FFFFFF;
	border:			1px solid #c4dfff;

	/* rounded corners for modern browsers */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/* for Internet Explorer */
/*\*/
* html #main-content {
	height: 380px;
}
/**/

#footer {
	color:      	#666;
	text-align: 	left;
	padding-top:    20px;
	padding-right:	5px;
	height:			170px;
	font-size: 		12px; 
	font-family: 	Arial;
	font-wight:		bold;
	background: 	url("/layout/img/footerBg.jpg") repeat-x;
	background-color: #282924;
}

.footerRow {
    overflow: hidden;
    width: 1024px;      
}

.footerLabel {
    font-weight:    bold;
    color:          #fff;
    width:          70px;
    padding-bottom: 3px;
    margin-bottom:  10px;
    font-size:      14px;
    font-family:    Arial;
    border-bottom:  2px solid #666;
}

#sponsors {
	padding-left:	20px;
	width:			850px;
    float:          left;
}

#sponsorsImages  img{
	padding-right: 10px;
}

#sponsorsImages  a:hover {
	text-decoration: none;
}

#footerFriends {
    float:          left;
}

#footerFriendsList {
    list-style-type: none;
    padding-left: 0;
}

#copyright {
	padding-top:	10px;
	padding-right:	10px;
	text-align: 	right;
}

#burtonText {
	margin-left: 15px;
}

a {
	text-decoration: none;
	color: #008BB9;
}

a:hover {
	text-decoration: underline;
}

.textButton {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.textButton:hover {
	color: #FF00FF;
	cursor: pointer;
	text-decoration: none;
}

.menuHeader {
	font-weight: 	bold;
	font-size: 		13px;
	padding-bottom:	3px;
	margin-bottom:	5px;
	font-family: 	Verdana;
	color:			#ccc;
	border-bottom: 	1px solid #ccc;
}

.pageHeader {
	font-weight: 	bold;
	font-size: 		20px;
	padding-bottom:	8px;
	margin-bottom:	10px;
	font-family: 	Verdana;
	border-bottom: 	1px solid #ccc;
}

.textLabel {
	font-weight: bold;
}

/* career highlights */
.pinkCareerList {
	list-style-type: circle;
	color: #FF00FF;
}

.blackCareerList {
	list-style-type: circle;
}

.careerImage {
	position:absolute;
	top:130px;
	left:720px;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.pink {
	color: #FF00FF;
}

/* biography */
.bioLabel {
	font-weight: bold;
	padding-right: 5px;
}

/* Blog */
div.post {
	background-color:#ffffff;
	border:0px;
	padding:7px;
	margin:10px 0;
}

.post img{
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

span.date {
	color:#666666;
	font-size:0.7em;
	text-transform:uppercase;
}

div.navigation p a {
	font-size:1.2em;
}
div.navigation p.previous-link {
	width:48%;
	float:left;
	text-align:left;
}
div.navigation p.next-link {
	width:48%;
	float:right;
	text-align:right;
}
div.post-content {
	padding-top:4px;
}
div.clear { 
	clear:both;
}

/* Photos */

/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

#photoCreditsLabel {
    font-weight:    bold;
    width:          70px;
    padding-bottom: 3px;
    margin-bottom:  10px;
    font-size:      14px;
    font-family:    Arial;
    border-bottom:  2px solid #666;
}

#photoCreditsList {
    list-style-type: none;
    padding-left: 0;
}