/* @override 
	http://clewell.net/css/main.css
	http://www.clewell.net/css/main.css
*/

/*ff9900=OrangeLT*/
/*ff3400=OrangeDK*/

/* @group Global */
* {
  margin: 0;
  padding: 0;
}

body {
	background: #ff3400;
	padding: 0px;
	text-align:center;
	font-family: "Helvetica Neue", Helvetica, sans-serif;;
}

#background {
	background: url(/images/global/background2.jpg) repeat-x;
	height: 980px;
	text-align: left;
	border-top: 3px solid #ca4001;
}

#wrap {
	background: url(/images/global/laptop.gif) no-repeat 40px 33px;
	margin: 0px auto;
	width: 840px;
	position: relative;
}

h1 {
	color: white;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	color: white;
	font-size: 20px;
	padding-bottom: 5px;
}


ul {
	list-style: none;
}

a {
	color:  #6d1d00;
}

p a:hover {
	color: white;
}

p {
	color: #700;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.half_page_col {
	width: 400px;
	float: left;
	margin: 0 20px 20px 0;
}

.onecol {
	width: 270px;
	float: left;
	display: inline;
}

.twocol {
	width: 550px;
	float: left;
	display: inline;
}

.float {
	float: left;
	display: inline;
}

img {
	border: 0px;
	border-color: transparent;
}


/* @end */

/* @group Flickr */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#CCCCCC;}

#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}

#flickr_icon_td {padding:0 4px 0 0 !important;}

.flickr_badge_image {text-align:center !important;}

.flickr_badge_image img {border: 2px solid #3d322c;}

#flickr_www {display:block; text-align:left; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}



#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#FF9900;}

#flickr_badge_wrapper {background-color:#51423a;}

#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#CCCCCC !important;}


/* @end */


/* @group Family & Friends */
#hidden {
	height: 150px;
	background: #51423a url(/images/global/greyshadow.gif) repeat-x bottom;
	display: none;
}

#wrap2 {
	margin: 0px auto;
	width: 840px;
}

#polaroid {
	width: 262px;
	height: 256px;
	background: url(/images/global/polaroid.jpg) no-repeat center;
	padding: 50px 0 0 0;
	float: left;
	display: inline;
}

#login {
	float: left;
	display: inline;
	text-align: left;
	padding: 30px 0 0 40px;
}

#login input {
	margin-bottom: 5px;
}

h3 {
	color: #cdc3b3;
	font-weight: normal;
	padding-bottom: 5px;
}

.label {
	color: #ff9900;
	margin-bottom: 3px;
}

#hidden a {
	color: #ff9900;
}

#hidden a:hover {
	color: white;
}

#hidden p {
	color: #cdc3b3;
	padding-top: 10px;
}

/* My Comment */

.submit {
	padding: 5px 0 5px 0;
}

#postit {
	width: 254px;
	height: 188px;
	background: url(/images/global/postit.gif) no-repeat bottom;
	margin-left: 623px;
	padding-top: 112px;
}


/* @end */

/* @group Header */
#nav {
	padding: 150px 0 140px 350px;
}

#nav li {
	display: inline;
}

#nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 25px 30px 25px 30px;
	text-align: center;
}

#nav a:hover {
	background: url(/images/global/glow.jpg) no-repeat center center;
}

#postit_link {
	margin-left: 623px;
}

/* @end */

/* @group Home */
#home .entry {
	width: 418px;
}

#home .gallery_images {
	
	margin-bottom: 9px;
}

#twitter_div {
	background: url(/images/global/bubble.gif) top left no-repeat;
	width: 271px;
	height: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #740d00;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 270px;
}

#twitter_div li {
}

#twitter_div li a {
	display: none;
}

#twitter_div a {
	float: right;
	padding: 0 15px;
	font-size: 10px;
	color: #740d00;
}

#twitter_update_list {
	width: 220px;
	height: 62px;
	margin: 8px 0 5px 40px;
}


/* @end */




/* @group Portfolio */
.entry {
	width: 638px;
	float: right;
	background: #cc0000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #930000;
}

.entry img {
	padding: 15px 14px 4px 14px;
}

.gallery_images {
	float: right;
	margin-right: 18px;
	text-align: right;
}

.gallery_images li {
	display: inline;
	padding-left: 5px;
	font-size: 12px;
}

.gallery_images li a {
	color: white;
}

.gallery_images li a:hover {
	color:  #4d0000;
}

.details {
	padding-left: 15px;
}

.details li {
	padding-bottom: 3px;
	border-bottom: 1px solid #4d0000;
	margin-bottom: 6px;
	color: #4d0000;
	font-weight: normal;
}

.details li a {
	color: #4d0000;
}

.details li a:hover {
	color: white;
}

.details li span {
	color:  white;
	font-weight: bold;
}

.nav_categories {
	float: left;
	display: inline;
}

.nav_categories li {
	margin-bottom: 5px;
}

.nav_categories a{
	color: white;
	font-size: 24px;
	text-decoration: none;
}

.nav_categories a:hover {
	color: #cc0000;
}

/* @end */


/* @group Resume */
.resume h1 {
	font-size: 18px;
	font-weight: bold;
}

.resume h1 a {
	color: white;
}

.resume h2 {
	font-size: 16px;
	font-weight: normal;
}

.resume p.last {
	border-bottom: 2px solid #700;
	margin-bottom: 10px;
}

#skillset li, #tools li {
	color: #700;
	padding-bottom: 3px;
}

#skillset {
	margin-bottom: 20px;
}

#legend {
	font-size: 14px;
	margin-top: 8px;
	color: #700;
}

#legend li {
	margin-right: 8px;
}

.master {
	background: url(/images/resume/master.png) center left no-repeat;
	padding-left: 13px;
}

.pro {
	background: url(/images/resume/pro.png) center left no-repeat;
	padding-left: 13px;
}

.newbie {
	background: url(/images/resume/newbie.png) center left no-repeat;
	padding-left: 12px;
}

.skill {
	color: white;
	font-weight: bold;
}

/* @end */


/* @group Footer */
#footer {
	width: 840px;
	background: #cc0000;
}

.three_col_top {
	width: 840px;
	height: 8px;
	background: #ff3400 url(/images/global/threecoltop.gif) bottom center no-repeat;
}

.three_col_bottom {
	width: 840px;
	height: 8px;
	background: #ff3400 url(/images/global/threecolbottom.gif) top no-repeat;
	padding-bottom: 10px;
}

#contact {
	width: 160px;
	float: left;
	display: inline;
	padding: 15px 20px 15px 20px;
}

#recommendations {
	width: 400px;
	float: left;
	display: inline;
	padding: 0 10px;
	margin: 15px 8px 15px 8px;
	border-right: 2px solid #a90000;
	border-left: 2px solid #a90000;
}

#blogroll {
	width: 160px;
	float: left;
	display: inline;
	padding: 20px;
}

#footer li, #footer a, #footer p {
	color: #4d0000;}
	
#footer p {
	font-size: 15px;
}

.vcard {
	float: left;
	padding-right: 4px;
	padding-top: 5px;
}

#footer li {
	padding: 2px 0;
}

.download_vcard {
	display: inline-table;
	margin: 0 0 0 4px;
}

.linkedin, .pownce {
	clear: both;
	margin-top:8px;
}
	
#blogroll a {
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: white;
}

.icons li {
	float: right;
	padding: 0 0 20px 15px;
	font-size: 12px;
}

/* @end */


