@charset "utf-8";
@import url("reset.css");
@import url("defaults.css");

/*
 * media/base.css
 * Created by KIM Kyung-Heon on 2009-08-21.
 *
 */

html {
/*	background: #efecca;*/
	background: #40627c;
}

body {
	width: 800px;
	margin: 0 auto;
	line-height: 1.3em;
}

a {
	text-decoration: none;	
}
a:link, a:visited {
	color: #046380;
}
a:hover, a:active {
	text-shadow: 1px 1px 1px #333;
}

#header h2 {
	margin: -0.5em 0 0 -0.5em;
	padding: 0.5em 1em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}
#header h2#site_title {
	float: left;
}
#header h2#site_url {
	float: right;
}
#header h2 a:link, #header h2 a:visited {
	color: #eee;
	text-shadow: -1px -1px 3px #2a2a2a;
}
#header h2 a:hover, #header h2 a:active {
	color: #aaa;
	text-shadow: none;
}

h1 {
	clear: both;
	font-size: 2.2em;
	text-align: center;
/*	text-shadow: 1px 1px 1px #333;*/
}

address, strong, em {
	font-style: inherit;
	font-weight: bold;
}
blockquote {
	font-style: inherit;
	font-weight: normal;
	color: #aaa;
}

.locked, .locked a {
	color: #aaa;
}

.shadow {
  box-shadow: 5px 5px 5px #333;
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
}
img.shadow {
  box-shadow: 2px 2px 2px #333;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;	
}

/* --- Layout ------------------------------------------------------------ */
#header, #content, #footer {
	background: #fff;
}
#header, #footer {
	float: none;
	clear: both;
	padding: 0.5em;
}
#header {
	margin-bottom: 0.5em;
}
#content, #footer {
	margin: 0.5em 0;
}

#content {
	padding: 1em;
}

#footer #about {
	float: left;
}
#footer blockquote {
	float: right;
}
#footer #about, #footer blockquote {
	width: 26em;
	line-height: 1.8em;
	margin: 0 1em;
}
#footer #about img {
	float: left;
	padding: 0;
	margin-right: 1.5em;
}
#footer blockquote p {
	margin: 0;
	padding: 0;
}
#footer blockquote p.cite {
	margin-top: 1em;
	text-align: right;
}
#footer #copy {
	position: relative;
	top: -1em;
	clear: both;
	margin: 0;
	text-align: right;
}

#content #note {
	color: #aaa;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
}
	#content #note dd {
		margin-left: 2em;
	}
	#content #note dd ul {
		margin: 0;
	}
	#note {
		margin-top: 1em;
		float: none;
		clear: both;
	}

p.control_buttons {
	width: 100%;
	text-align: center;
	margin: 1em 2em;
}

/* Clear Float */
#header, #footer, #location, .control_buttons, #members {
	/* for IE */
	*zoom: 1;
}
#header:after, #footer:after, #location:after, .control_buttons:after, #members:after {
	/* for other browsers */
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* --- Buttons ----------------------------------------------------------- */
a.button:hover {
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
a.button:active {
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

span.fancy_button em {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
span.button_back em {
	background: url("icons/back.png") no-repeat left center;
}
span.button_reload em {
	background: url("icons/return.png") no-repeat left center;
}
span.button_up em {
	background: url("icons/up.png") no-repeat left center;
}
span.button_pointer em {
	background: url("icons/pointer.png") no-repeat left center;
}

/* --- List Items -------------------------------------------------------- */
li.face_angry, li.face_annoyed, li.face_happy, li.face_sad, li.face_suprise {
}
li.face_angry { list-style-image: url("icons/angry.png"); }
li.face_annoyed { list-style-image: url("icons/annoyed.png"); }
li.face_happy { list-style-image: url("icons/happy.png"); }
li.face_sad { list-style-image: url("icons/sad.png"); }
li.face_suprise { list-style-image: url("icons/suprise.png"); }

/* --- Announce & Error -------------------------------------------------- */
.notice_messages, .error_messages {
	clear: both;
	width: 85%;
	margin: 1em auto;
	padding: 20px 10px 20px 80px;
	border: 3px solid #eee;
	text-align: left;
	font-weight: bold;
}

.error_messages {
	color: #f00;
	font-size: 1.5em;
	background: url("icons/x.png") no-repeat 20px 50%;
}

.notice_messages {
	color: #00f;
	font-size: 1.2em;
	background: url("icons/point.png") no-repeat 20px 50%;
}

.error_messages p.normal, .notice_messages p.normal {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.5em;
}

/* --- Location ---------------------------------------------------------- */
#location {
	list-style: none;
	padding: 0;
	margin: 0.5em 0;
	border: 1px solid #dedede;
	height: 2.3em;
	background: #fff;
}
	#location li {
		float: left;
		line-height: 2.3em;
		padding-left: 1em;
		color: #777;
		background: url("location_sep.png") no-repeat right center;
	}
		#location li a {
			display: block;
			padding: 0 1.5em 0 0;
		}
		#location li.current {
			font-weight: bold;
		}

/* --- Appleforum members on Twitter ------------------------------------- */
#search_form {
	float: left;
	display: block;
}
	#search_form input {
		float: left;
		display: block;
		font-size: 1.2em;
	}

#members_notice {
	font-size: 1em;
	line-height: 1.5em;
	width: 40em;
	margin: 1em auto;
	padding-left: 125px;
	background: url("appleforum_on_twitter-trans.png") no-repeat left center;
}

ul#members {
	margin: 1em auto;
	padding: 0;
	width: 57em;
}
	ul#members li {
		list-style: none;
		margin: 0.25em;
		float: left;
		border: 1px solid #aaa;
		width: 13em;
		padding: 0.25em;
	}
		ul#members li ul {
			margin: 0;
		}
			ul#members li ul li, ul#members li ul li a {
				width: 8em;
			}
				ul#members li ul li a {
					display: block;
				}
			ul#members li ul li {
				list-style: none;
				margin: 0;
				float: left;
				line-height: 1.5em;
				border: none;
				text-align: left;
				padding: 0.25em;
			}
			ul#members li ul li.twitter_avatar {
				float: left;
				width: 4em;
				height: 4em;
				line-height: 1em;
				text-align: center;
			}
			ul#members li ul li.twitter_avatar a {
				display: inline;
			}
			ul#members li ul li.twitter_avatar img {
				width: 48px;
				height: 48px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}

				ul#members li ul li.appleforum_id a {
					text-shadow: none;
				}
			ul#members li ul li.twitter_id, ul#members li ul li.twitter_id a {
				color: #aaa;
			}

	ul#members li:hover {
		background: #046380;
		color: #fff;
	}
	ul#members li:hover a {
		font-weight: bold;
		color: #fff;
	}

#members.loading {
	margin: 3em auto;	
	width: 50em;
	border: none;
}
	#members.loading li {
		border: none;
		width: 45em;
		height: 100%;
		padding: 1em;
		padding-left: 50px;
		background: url("icons/ajax-loader.gif") no-repeat left center;
	}
	#members.loading li:hover {
		background: url("icons/ajax-loader.gif") no-repeat left center;
		color: inherit;
		font-weight: inherit;
	}
	#members.loading li:hover a {
		font-weight: inherit;
		color: inherit;
	}
	#members.loading p {
		color: #000;
		font-size: 1em;
		margin: 0.2em;
		line-height: 1.5em;
	}
	#members.loading p:first-child {
		font-size: 2em;
	}
	#members.loading a {
		display: inline;
		padding: 0;
	}

p.page_notice {
	text-align: center;
	font-weight: bold;
}

#amot_card { *zoom: 1; }
#amot_card:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#amot_card {
	width: 300px;
	margin: 0 auto;
	background: #fff;
}
	#amot_card li {
		list-style: none;
	}

	#amot_card #appleforum_link {
		float: right;
		right: 0;
		background: url("icons/appleforum.png") no-repeat left center;
		font-weight: bold;
		font-size: 1em;
		padding: 0.3em 0;
		padding-left: 18px;
	}

#twitter_info dl {
	margin: 0;
	padding: 0;
}
	#twitter_info dl dt, #twitter_info dl dd {
		margin: 0.2em 0;
		padding: 0;
		float: left;
		line-height: 1.3em;
	}
	#twitter_info dl dt, #self_intro dl dt {
		font-weight: normal;
		color: #aaa;	
	}
	#twitter_info dl dt {
		margin-right: 0.5em;
		clear: left;
		width: 80px;
		text-align: right;
	}
	#twitter_info dl dd {
		width: 200px;
		color: #000;
		word-wrap: break-word;
		overflow: hidden;
	}

	#twitter_info dl dt.twitter_image, #twitter_info dl dt.twitter_link, #twitter_info dl dt.twitter_name {
		display: none;
	}
	#twitter_info dl dd.twitter_link, #twitter_info dl dd.twitter_name {
		font-weight: bold;
		font-size: 1.1em;
	}
	#twitter_info dl dd.twitter_link {
		width: 150px;	
	}
	#twitter_info dl dd.twitter_image {
		margin: 0;
		margin-right: 0.5em;
		width: 48px;
		height: 48px;
	}
		#twitter_info dl dd.twitter_image a {
			display: block;
			margin: 0;
			padding: 0;
		}
		#twitter_info dl dd.twitter_image img {
			display: block;
			margin: 0;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			width: 48px;
			height: 48px;
		}

#twitter_info dl { *zoom: 1; }
#twitter_info dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#twitter_info ol {
	margin-bottom: 0;
}
	#twitter_info ol li {
		list-style-type: decimal;
	}

#self_intro {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dotted #aaa;
}
	#self_intro dl {
		margin: 0;
	}
		#self_intro dl dt {
			height: 1em;
		}
		#self_intro dl dd {
			margin: 0;
			margin-top: 0.5em;
			line-height: 1.5em;
		}

ul.normal {
	list-style: disc;
}

/* --- External Service Icons -------------------------------------------- */
.external_service {
	display: block;
	float: right;
	overflow: hidden;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url("icons/service_icons-16x20.png") no-repeat scroll left top;
	margin: 0 2px;
}
.external_service_inline {
	background: transparent url("icons/service_icons-16x20.png") no-repeat scroll left top;	
	padding-left: 18px;
}
.external {
	background-position: left top; /* c01 (common, 000px) */
}
.email {
	background-position: left -20px; /* c02 */
}
.openid {
	background-position: left -40px; /* c03 */
}
.rss {
	background-position: left -60px; /* c04 */
}
.cyworld {
	background-position: left -100px; /* k01 (korean, 100px) */
}
.daum {
	background-position: left -120px; /* k02 */
}
.egloos {
	background-position: left -140px; /* k03 */
}
.naver {
	background-position: left -160px; /* k04 */
}
.textcube {
	background-position: left -180px; /* k05 */
}
.tistory {
	background-position: left -200px; /* k06 */
}
.clien {
	background-position: left -220px; /* k07 */
}
.me2day {
	background-position: left -240px; /* k08 */
}
.digg {
	background-position: left -300px; /* g01 (global, 300px) */
}
.delicious {
	background-position: left -320px; /* g02 */
}
.facebook {
	background-position: left -340px; /* g03 */
}
.flickr {
	background-position: left -360px; /* g04 */
}
.friendfeed {
	background-position: left -380px; /* g05 */
}
.google {
	background-position: left -400px; /* g06 */
}
.lastfm {
	background-position: left -420px; /* g07 */
}
.linkedin {
	background-position: left -440px; /* g08 */
}
.myspace {
	background-position: left -460px; /* g09 */
}
.orkut {
	background-position: left -480px; /* g10 */
}
.picasa {
	background-position: left -500px; /* g11 */
}
.technorati {
	background-position: left -520px; /* g12 */
}
.tumblr {
	background-position: left -540px; /* g13 */
}
.twitter {
	background-position: left -560px; /* g14 */
}
.vimeo {
	background-position: left -580px; /* g15 */
}
.wikipedia {
	background-position: left -600px; /* g16 */
}
.wordpress {
	background-position: left -620px; /* g17 */
}
.yahoo {
	background-position: left -640px; /* g18 */
}
.youtube {
	background-position: left -660px; /* g19 */
}
