/* BASICS */

body {
	background: #333 url(/images/bg_wash.jpg);
	color: #bbb;
	font-family: "Helvetica","Lucida Grande",Arial,sans-serif;
	margin: 0;
	padding: 0;
}

div.container {
	margin: 0 auto;
	text-align: left;
	width: 820px;
}

.fl_r { float: right; }
.fl_l { float: left; }
.pts { padding-top: 2px; }

a {
	color: #2895e4;
	outline: none;
	text-decoration: none;
	text-shadow: #000 0px 1px 2px;
}

a:hover {
	text-decoration: underline;
}

a.more {
	background: url(../more_arrow.png) no-repeat scroll right center;
	color: #2895e4;
	padding-right: 8px;
}

a.more:hover {
	color: #44a9f3 !important;
}

a img {
	border: 0px;
}

hr {
	background: none;
	border: 0px;
	border-bottom: 1px solid #444;
	border-top: 1px solid #222;
	height: 0px;
}

div.clearfix {
	clear: both;
	height: 1px;
	width: 100%;
}

strong {
	color: #fff;
	font-weight: normal;
	text-shadow: #000 0px 1px 2px;
}

p {
	color: #bbb;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 1.5em;
}

#left p { width: 570px; }

#right p { font-size: 11px; line-height: 15px; }

p.big {
	color: #ccc;
	font-size: 22px;
	text-shadow:#000 0px 1px 3px;
	line-height: 28px;
}

p.small {
	color:#777;
	text-shadow: #111 0px -1px 1px;
}

span.shadow {
	background: url(http://www.efishdesign.com/landscape-shadow.png) no-repeat right -2px;
	display: block;
	height: 18px;
	width: 190px;
}

img.typekit-badge {
	display: none !important;
}

/* LAYOUT */

#announce {
	background: #222;
	border-bottom: 1px solid black;
	color: white;
	font-size: 11px;
	padding: 8px 0;
	text-shadow: #111 0px 1px 1px;
}

.fcg { color: #999; }

#topbar {
	border-bottom: 1px solid #111;
	height: 102px;
}

	#topbar ul {
		float: right;
		list-style-type: none;
		margin: 0 -15px 0 0;
	}
	
	#topbar li {
		float: left;
		text-align: center;
	}
	
	#topbar li a {
		color: #777;
		display: block;
		font-size: 14px;
		font-weight: bold;
		padding: 61px 15px 20px 15px;
		text-decoration: none;
		text-shadow:#000 0px 1px 1px;
	}
	
	#topbar li a.active, #topbar li a.active:hover {
		background: none;
		color: white;
		text-shadow: #000 0px 1px 3px;
	}
	
	#topbar li a:active {
		color: #aaa;
		text-shadow: #000 0px -1px 1px;
	}
	
	#topbar li a:hover {
		background: none;
		color: #aaa;
	}
	
#logo {
	padding: 18px 0;
	width: 65px;
	}
	
	#logo a {
		background: url(/images/logo4lt.png) no-repeat 0px -65px;
		display: block;
		height: 65px;
		width: 65px;
	}
	
	#logo a:hover {
		background-position: 0px -65px;
	}
	
	#logo a:active {
		background-position: 0px -129px;
	}

	#logo img { border:0px; }

#banner {
	background: #292929 url(/images/black_bg_dk.png);
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #3c3c3c;
	height: 115px;
}

#banner.long {
	height: 175px;
}

#main {
	margin-top: -100px;
	padding-top: 0px;
}

#main.long {
	margin-top: -155px;
}

#main div.container {
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
}

#main p {
	text-shadow: #000 0px 1px 2px;
}

/* LEFT */

#left {
	position: relative;
	width: 590px;
}

#left div.website {
	background:url(/browser_reflect.png) no-repeat;
	padding:44px 22px;
	width:570px;
	position:relative;
	margin-left:-20px;
	margin-top:55px;
}

#left div.graphic {
	border-width:1px;
	border-style:solid;
	border-color:#222;
	background:white;
	padding:10px;
	width:570px;
	margin-top:60px;
	position:relative;
	min-height:380px;
}

	#left div.graphic img {
		border: 1px solid #333;
	}

#left div.shadow {
	background:url(/landscape-shadow.png) no-repeat top center;
	height:15px;
	width:590px;
}

#left img.iphone {
	position:absolute;
	top:305px;
	right:0px;
	width:140px;
}

#left img.iphone_icon {
	position:absolute;
	top:505px;
	right:105px;
	width:65px;
}

#left div.proj_div div.role p {
	color:#777;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:5px;
}

#left div.proj_div div.role p {
	border:0px;
	text-shadow:#222 0px -1px 1px;
}

#left div.proj_div div.role b {
	color:inherit;
}

#left div.proj_div h5 {
	font-size:34px;
	line-height:34px;
	font-weight:normal;
	letter-spacing:-0.05em;
	margin:12px 0 0 0;
	padding:0px;
	width:390px;
	color:#eee;
	text-shadow:#000 0px 1px 3px;
	font-style:normal;
}

#left div.proj_div h6 {
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	line-height:18px;
	width:270px;
	color:#999;
	text-shadow:#000 0px 1px 2px;
	font-size:15px;
}

body.dark #left #blog h5 {
	width:570px !important;
}

#left div#links p a {
	color:#2895e4;
	font-size:14px;
	text-decoration:none;
}

#left div#links a:hover {
	color:#44a9f3;
}

#left div#links a {
	color:#2895e4;
}

#left div.detail {
	float:right;
	font-size:11px;
	line-height:15px;
	color:#777;
	margin-right:10px;
	margin-top:10px;
}

body.dark #left div.detail {
	color:#aaa;
	text-shadow:#000 0px 1px 2px;
}

label {
	font-weight: bold;
	float: left;
	width: 60px;
}

#left div#links p {
	margin-top:20px;
}

#links {
	margin-top: 10px;
	position: relative;
}

/* RIGHT */

#right {
	float: right;
	width: 190px;
}

#sidebar {
	width:200px;
}

#right div.section {
	background: none;
	border-bottom: 1px solid #404040;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

	#right div.section.noborder {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

#right h4 {
	color: #bbb;
	font-size: 15px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin: 0 0 16px 0;
	text-shadow: #111 0px -1px 1px;
}

#right h5 {
	color: #555;
	font-size :10px;
	letter-spacing: 0.05em;
}

#right p {
	font-size:1 1px;
	line-height: 15px;
	text-shadow: #111 0px 1px 2px;
}

#right ul {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#right ul.big {
	font-size: 12px;
}

	#right li {
		background: url(http://www.macwebos.com/icons/bullet_blue.png) no-repeat left center;
		color: #999;
		line-height: 17px;
		padding-left: 20px;
		text-shadow: #000 0px 1px 2px;
	}
	
	#right li:hover span { color: #ddd; }
	#right li:hover a { color: #44a9f3; }
	
	#right li.red {
		background-image: url(http://www.macwebos.com/icons/bullet_red.png);
	}
	
	#right li.green {
		background-image: url(http://www.macwebos.com/icons/bullet_green.png);
	}
	
	#right li.yellow {
		background-image: url(http://www.macwebos.com/icons/bullet_yellow.png);
	}
	
	#right li.black {
		background-image: url(http://www.macwebos.com/icons/bullet_black.png);
	}
	
	#right li span {
		color: #666;
		float: right;
		margin-left: 5px;
	}

#right a img {
	background: #444;
	border: 5px solid #555;
	margin: 0 3px 1px 0;
	opacity: .8;
	padding:0px;
}

#right a img.border {
	border-color: #fff;
}

#right a:hover img {
	border-color: #2895e4;
	opacity: 1;
	-webkit-box-shadow: #000 0px 1px 3px;
}

#right a:active img, #right a.active img {
	opacity: 1;
	border-color: #2895e4;
}

/* FOOTER */

#footer {
	color: #999;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
	text-shadow: #222 0px -1px 1px;
}

#footer div.container {
	border-top: 1px solid #3e3e3e;
	padding: 12px 0px;
}

#footer.nobd div.container {
	border: 0px;
}

#footer span.links {
	float: right;
}

	#footer span.links a {
		color: #666;
		margin-left: 15px;
	}
	
	body.dark #footer span.links a:hover {
		color: #999;
		text-decoration: none;
	}
	
	body.dark #footer span.links a:active {
		color: #999;
		text-shadow: #222 0px 1px 2px;
	}

	#footer p {
		color: #777;
		font-size: 11px;
		line-height: 14px;
		margin: 0;
	}
	
/* TOOLTIPS */

/* Tooltip */

.tooltip_link {
	cursor: pointer;
	display: inline-block;
	outline: none;
	position: relative;
	text-decoration: none;
	zoom: 1;
}

a.tooltip_link:hover, .tooltip_link:hover {
	text-decoration: none;
}
	
span.tooltip_wrap {
	background:url(../images/tnu.png) no-repeat 8px top;
	left: 0px;
	padding: 4px 0px 0px;
	position: absolute;
}

	span.tooltip_wrap.top {
		background: url(http://www.lmtmag.com/static/images/tnd.png) no-repeat 8px bottom;
		bottom: 100%;
		padding: 0px 0px 4px;
	}
	
	span.tooltip_wrap.center {
		left: 50%;
		margin-left: -12px;
		margin-right: auto;
		margin-bottom: 1px;
		padding-left: 10px;
	}
	
		span.tooltip_wrap.right {
			background-position: 100% 100%;
			left: auto;
			right: 3px;
		}
		
			span.tooltip_wrap.right span.tooltip_text {
				margin-right: -12px;
			}
	
		div.pretty span.tooltip_wrap.center {
			margin-left: -13px;
		}
	
		span.tooltip_wrap.center span.tooltip_text {
			left: -50%;
			position: relative;
		}

	span.tooltip_wrap span.tooltip_text {
		background: #222;
		color: white;
		display: block;
		font-size: 11px;
		line-height: 14px;
		padding: 4px 8px;
		text-decoration: none;
		text-shadow: none;
		white-space: nowrap;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
a span.tooltip_wrap, span.tooltip_link span.tooltip_wrap {
	display: none;
}

a:hover span.tooltip_wrap, span.tooltip_link:hover span.tooltip_wrap {
	display: block;
	outline: none;
	z-index: 1;
}

	span.tooltip_link img {
		display: block;
		float: left;
		margin-bottom: -1px;
	}
	
i.elogo {
	background: url(/elogo_sm.png) no-repeat 0 0;
	display: block;
	height: 12px;
	width: 12px;
}

i.elogo:hover {
	background-position: 0px -12px;
}
