/* Global */

body, p, div, h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: normal;
	color: #444;
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
	display: block;
}

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	background: #c6c6c6 url(style/bg.gif) top center repeat-y;
}

a:link,
a:visited,
a:active,
a:visited {
	color: #4a75bb;
	text-decoration: none;
}

img {
	border: 0;
}



#error {
	background: #fff url(style/bg_1px.png) repeat-x;
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	color: #444;
}
#error div {

	margin: 100px auto 0;
	padding: 10px 20px 15px;
	width: 300px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #aaa;
	background: #fff;
	}
#error h1 {
	line-height: 30px;
	font-size: 14px;
	}
#error h2 {
	color: #810;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	}
#error h3 {
	line-height: 20px;
	padding: 0 30px 10px;
	font-size: 10px;
	}
#error h4 {
	line-height: 20px;
	padding: 10px 30px 0;
	font-size: 10px;
	}
#error a:link,
#error a:visited,
#error a:active,
#error a:visited {
	color: #395a90;
	text-decoration: none;
}
#error a:hover {
	color: #395a90;
	text-decoration: underline;
}



#adam ul { /* Default Unordered List */
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#adam li { /* Default List Items */
	display: block;
	margin: 0;
	padding: 0;
}

#adam li a { /* Default Anchors in List Items */
	display: block;
	white-space: nowrap;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center left;
}



/* #adam - main wrapper, keeps things centered */

#adam {
	margin: 0 auto;
	padding: 0;
	width: 668px;
}

#adam div.wrapper {
	width: 668px;
	margin: 0 auto;
	background: #fff url(welcome.jpg) no-repeat center top;
}

#adam h1 { /* Adam Chalemian heading */
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 338px 0 0 34px;
	display: block;
	float: left;
	width: auto;
}

#adam h1 a,
#adam h1 a:hover,
#adam h1 a:visited { /* remove any color, or text-decorations */
	color: #ccc;
	text-decoration: none;
}

#adam ul.welcome { /* AIM, Email, Cell Phone */
	float: right;
	margin: 338px 34px 0 0;
	width: 400px;
}

#adam ul.welcome li {
	float: left;
}

#adam ul.welcome li a {
	line-height: 30px;
	margin: 0 0 0 20px;
	padding: 0 0 0 35px;
	color: #ccc;
	clear: both;
}
#adam ul.welcome li a:hover {
	text-decoration: underline;
}

#adam li a.aim        { background-image: url(icons/aim.png); }
#adam li a.email      { background-image: url(icons/email.png); }
#adam li a.call       { background-image: url(icons/call.png); }
#adam li a.silhouette { background-image: url(icons/silhouette.gif); }
#adam li a.vcard      { background-image: url(icons/vcard.gif); }
#adam li a.atom       { background-image: url(icons/atom.gif); }
#adam li a.resume     { background-image: url(icons/resume.gif); }
#adam li a.cal        { background-image: url(icons/cal.gif); }
#adam li a.ldif:visited,
#adam li a.ldif,      
#adam li a.foaf:visited,
#adam li a.foaf       { padding: 0; margin: 0; display: inline; }
#adam li a.vcard      { width: auto; display: inline; }


/* Former Blast text - Not used
#adam h2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	display:block;
	text-align: center;
	color: #ccc;
	line-height: 40px;
	font-size: 20px;
	display: none;
}
*/

#adam div.content {
	clear: both;
	float: left;
	width: 400px;
	margin: 10px 0 0 34px;
	font-size: 13px;
	line-height: 20px;
}

#adam p {
	clear: both;
	width: 400px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}

#adam h2 {
	float: left;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #333;
	width: 280px;
	margin: 10px 0 0 0;
}

#adam h2 a {
	color: #810;
	text-decoration: none;
}
#adam h2 a:visited {
	color: #333;
}
#adam h2 a:hover {
	text-decoration: underline;
}

#adam h3 {
	float: right;
	clear: right;
	font-family: Geneva, sans-serif;
	display: block;
	line-height: 20px;
	color: #810;
	font-size: 10px;
	padding: 0 0 0 20px;
	width: 100px;
}

#adam h3.date {
	background: url(icons/date.gif) no-repeat center left;
	margin: 10px 0 0 0;
}
#adam h3.time {
	background: url(icons/time.gif) no-repeat center left;
}

#adam p a {
	color: #395a90;
	text-decoration: none;
	border-bottom: 1px dotted #395a90;
}

#adam p a:visited {
	color: #445;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

#adam p a:hover {
	/* color: #810; */
	text-decoration: none;
	border-bottom: 1px solid;
}

#adam p img.left {
	float: left;
	clear: none;
	padding: 0 7px 3px 0;
	width: 100px;
}



/* .sidebar - right side column */

.sidebar {
	clear: right;
	float: right;
	width: 180px;
	margin: 20px 34px 0 0;
}
.sidebar .top {
	background: transparent url(style/box_top_bg.gif) top;
}
.sidebar .bot {
	background: transparent url(style/box_bot_bg.gif) bottom;
}
.sidebar h5 {
	color: #555;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 15px 6px;
	margin: 0 0 0 0;
}
.sidebar h5 a:link,
.sidebar h5 a:visited,
.sidebar h5 a:hover {
	color: #555;
	text-decoration: none;
}
.sidebar ul {
	width: 180px;
	padding: 0 0 10px 0;
}
.sidebar li a,
.sidebar li a:visited {
	color: #4a75bb; /* a little lighter than #395a90; */
	padding: 0 0 0 25px;
	margin: 0 0 0 15px;
	width: 140px;
	line-height: 24px;
}
.sidebar li a:hover {
	/* color: #810; */
	text-decoration: underline;
}
.sidebar .syndicate li a {
	padding: 0;
}
.sidebar span {
	display: block;
	width: 150px;
	padding: 5px 15px 15px;
	margin: 0 auto;
}
.sidebar span input.query {
	color: #555;
	display: block;
	clear: left;
	float: left;
	width: 120px;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar span input.button {
	display: block;
	clear: right;
	float: right;
	width: 20px;
	height: 20px;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar span p {
	display: inline;
	clear: both;
	font-size: .8em;
	line-height: 1.5em;
}

#adam h6 { /* footer */
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 5px;
	text-align: center;
	/* background: url(style/footer_bg.png) no-repeat bottom center; */
}


#resume {
	width: 600px;
	margin: 30px auto 0;
	font-size: 13px;
	/*border: 5px solid #00f; /* debug */
}

#resume img.photo {
	float: left;
	clear: none;
}

#resume h1, #resume h2, #resume h3, #resume h4, #resume li, #resume div {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	clear: both;
	float: none;
	color: #444;
	text-align: left;
	background: none;
	text-transform: none;
	width: auto;
}

#resume h1 {
	font-size: 1.6em;
}

#resume h3 {
	color: #aaa;
}

#resume ul {
	float: right;
	clear: right;
	width: 400px; /* Can't add up to 600px because padding nor margin are included in width */
	margin: 1.4em 0 0 0;
	padding: 0 0 0 15px; /* Must be in padding for IE to pick up bullets */
	display: block;
	list-style: square outside;
	/* background-color: #ccf; /* debug */
}

#resume ul li {
	display: list-item;
}
#resume div.company {
	float: left;
	clear: both;
	width: 185px;
	margin: 1.4em auto 0;
	text-align: left;
	/*background-color: #fcc; /* debug */
}

#resume div.company img {
	display: none;
	padding: 10px 0 0 0;
}

#resume div.contact_block {
	width: 400px;
	float: right;
	clear: right;
	text-align: right;
}

#resume div.contact_block h3 {
	text-align: right;
}

#resume h1.name {
	width: 400px;
	float: right;
	clear: right;
	font-size: 2.8em;
	text-align: right;
}

#resume h1.objective, #resume h3.objective {
	width: 400px;
	float: right;
	clear: right;
}

#resume h3.objective {
	color: #444;
}

#resume div.skills_block {
	page-break-before: always;
}

#resume div.skills_block,
#resume div.additional_block,
#resume div.education_block,
#resume div.enclosures_block {
	margin-top: 20px;
	width: 285px;
	float: left;
	clear: both;
}

#resume div.skills_block ul,
#resume div.additional_block ul,
#resume div.education_block ul,
#resume div.enclosures_block ul {
	width: 270px;
}

#resume div.education_block,
#resume div.enclosures_block {
	float: right;
	clear: right;
}

#resume div.skills_block ul li,
#resume div.additional_block ul li,
#resume div.education_block ul li,
#resume div.enclosures_block ul li {
	margin-bottom: 6px;
}

/* Resume Links */
#resume ul li a, #resume ul li a:visited {
	display: inline;
	color: #810;
	font-size: 1em;
	border-bottom: 1px dotted #ddd;
}

#resume h3 a, #resume h3 a:visited,
#resume li h3 a, #resume li h3 a:visited {
	display: inline;
	color: #aaa;
	font-size: 1em;
	border-bottom: 1px dotted #ddd;
}

#resume h3 a:hover, #resume ul li a:hover {
	border-bottom: 1px solid #ddd;
}

#resume div.temp_hack { /* Temporary Hack to solve IE's dicked up floating */
	clear: both;
	float: none;
}





#album {
	margin: 10px auto 0;
	padding: 0;
	width: 668px;
	text-align: center;
}

#album div.site_nav {
	float: left;
	line-height: 23px;
	text-align: left;
	margin: 0 0 0 34px;
	width: 400px;
}

#album div.search_input {
	float: right;
	text-align: right;
	width: 200px;
	margin: 0 34px 0 0;
}

#album h1 {
	font-size: 1.6em;
}

#album h2 {
	font-size: 1.2em;
}

#album h3 {
	font-size: 1em;
	color: #999;
}
/* delete
#album #thumbs {
	background: #000;
}
*/

#album #thumbs {
	clear: both;
	background: #000;
}

#album #thumbs img {
/*	border: 2px solid #fff;
	border-left: 2px solid #c6c6c6;
	border-right: 2px solid #c6c6c6;*/
	border-right: 1px solid #000;
	width: 70px;
	height: 70px;
	display: block;
	float: left;
}

#album #thumbs img.active {
/*	border: 2px solid #4a75bb;*/
	opacity: .7;
}

#album #thumbs div.previous_more {
	clear: left;
	float: left;
	width: 200px;
	text-align: left;
	line-height: 30px;
	margin: 0 0 0 34px;
}

#album #thumbs div.next_more {
	float: right;
	width: 200px;
	text-align: right;
	line-height: 30px;
	margin: 0 34px 0 0;
}

#album #thumbs div.previous {
	clear: none;
	float: left;
	width: 100px;
	text-align: left;
	line-height: 30px;
}

#album #thumbs div.next {
	float: right;
	clear: none;
	width: 100px;
	text-align: right;
	line-height: 30px;
}