/*
Theme Name: Sound@Media
Theme URI: http://som.saii.or.kr/
Description: 
Version: 1.0
Author: Taehan Lee
Author URI: http://urlless.com/
Tags: 
*/

@import url('reset.css');
/*
@font-face {
	font-family: 'MyriadWebBold';
	src: url('font/myriadwebbold-webfont.eot');
	src: local('☺'), url('font/myriadwebbold-webfont.woff') format('woff'), url('font/myriadwebbold-webfont.ttf') format('truetype'), url('font/myriadwebbold-webfont.svg#webfontOHAx4pkL') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'MyriadProCondRegular';
	src: url('font/myriadpro-cond-webfont.eot');
	src: local('☺'), url('font/myriadpro-cond-webfont.woff') format('woff'), url('font/myriadpro-cond-webfont.ttf') format('truetype'), url('font/myriadpro-cond-webfont.svg#webfontYmP2HOAL') format('svg');
	font-weight: normal;
	font-style: normal;
}





/* base *********************/
/* type */
body, input, textarea {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif; 
	font-size: 12px;
	color: #333;
}
a {
	color:#4781d1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.external { 
	background: url(images/external.png) no-repeat right 2px; 
	padding-right: 12px;
}
/* clear */
.clear { clear:both; }
.clearer { clear:both; display:block; height:0; line-height:0; font-size:0; }
.self-clear:after { content: "."; clear: both; display: block; height: 0; visibility: hidden;}
.self-clear { display: inline-block;}
* html .self-clear {height: 1%;} 
.self-clear {display: block;} 
/* etc */
.alignleft { float: left}
.alignright { float: right}


/*
#page {border: 1px dashed blue}
#header,
#content-wrap,
#content,
#content .entry,
#sidebar,
#sidebar2,
#footer {
	border: 1px dashed red;
}
#footer {
	display: block !important;
}
*/


/* layout ***************************/
body {
	/*background: #c8c6c1 url(images/banner_back.png) repeat-x center top;*/
	background: #e5e5e5 url(images/banner_back.png) repeat-x center top;
}
#page { 
	width: 1000px;
	margin: 0 auto 20px auto;
}
#header {
	height: 210px;
}
#content-wrap {
	width:790px;
	float: left;
}
#content {
	width: 580px;
	float: right;
}
#content .entry {
	
}
#sidebar {
	width: 200px;
	float:left;
}
#sidebar2 {
	width: 200px;
	float: right;
}






/* page, header, gnb ************************/
#page {
	position: relative;
}
#header {
	position: relative;
	overflow: hidden;
}
#header h1 a {
	display: block;
	background: #bfbdb7 url(images/banner_fore.png) no-repeat center top;
	padding-top: 180px;
	height: 0;
	overflow: hidden;
}
#header .description {
	display: none;
}

#gnb li {
	display: inline;
}

#gnb a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 15px;
	float: left;
	color: white;
	position: relative;
	/*text-shadow: 0 -1px #333;*/
}
#gnb a:hover {
	color:#febde0;
}
#gnb a .shadow {
	color: #333;
	top:-1px;
}
#gnb em {
	font-style: normal;
}
body.pagename-feature #gnb a.feature,
body.pagename-project #gnb a.project,
body.pagename-campaign #gnb a.campaign,
body.pagename-blog #gnb a.blog,
body.pagename-som_bbs_community #gnb a.community {
	background: url(images/gnb_selected.png) repeat-x;
	color:#febde0;
}
body.pagename-about #cnb a.about,
body.pagename-newsletter #cnb a.newsletter,
body.pagename-submission #cnb a.submission,
body.pagename-links #cnb a.links {
	color: #eb6161;
	background-image:url(images/arrow_pink.png)
}


/* content ******************************/
#content {
	overflow: hidden;
}
#content h2.pagetitle {
	display: none;
}
#content .post {
	background: white;
	margin-bottom: 10px;
	position: relative;
}
#content .post .posttitle {
	padding: 15px 20px;
	background: #edf8ff;
	border-bottom:1px solid #cee1fa;
	font-size: 24px;
	font-family: Dotum, Arial;
	line-height: normal;
}
#content .post .posttitle,
#content .post .posttitle a {
	font-weight: normal !important;
	color: #353b4a;
}
#content .post .posttitle a:hover {
	text-decoration: none;
	color: #e66a6a;
}
#content .post a {
	font-weight: bold;
}
#content .post .entry {
	padding: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}
#content .post .entry p {
	margin-bottom: 10px;
}
#content .post .entry em,
#content .post .entry i {
	font-style: italic;
}
#content .postmetadata {
	padding: 0 20px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #666;
}
.single #content .postmetadata {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.search #content .postmetadata {
	border-bottom: 1px dashed #ddd;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
}


/* content - author info */
#content .author-info .hd {
	padding: 0 20px;
}
#content .author-info .hd em {
	display: block;
	background: #a2bed0;
	width: 70px;
	line-height: 18px;
	margin-bottom: -1px;
	color: white;
	text-align: center;
	font-size: 11px;
}
#content .author-info .bd {
	padding: 20px 20px 20px 85px;
	font-family: Dotum, Arial;
	font-size: 11px;
	background: #f3f5f6;
	border-top: 1px solid #d6dfec;
	border-bottom: 1px solid #d6dfec;
	color:#7886a0;
	position: relative;
	line-height: 16px;
	min-height: 50px;
	*height: 1%;
}	
#content .author-info .avatar {
	position: absolute;
	top: 20px;
	left: 20px;
}
#content .author-info .name {
	font-weight: bold;
	font-size: 12px;
}


/* content - fontsizer */
#content .fontsizer {
	float: right;
	border:1px solid #cee1fa;
	border-top: none; 
	border-right: none; 
	background: #fff;
	padding: 2px 2px 2px 4px;
}
#content .fontsizer a {
	padding: 2px;
	color: #aaa;
}
#content .fontsizer a.selected {
	color: #000;
}
/* content - pager */
#content .pager { 
	padding: 20px; 
}
#content table.paginatable tr.break {
	
}
#content .pager a.p { 
	padding:3px 5px; 
	background-color:#EDF8FF; 
	border: 1px solid #CEE1FA;
	margin-right:2px;
	font-size: 11px;
}
#content .pager a.p:hover { 
	background-color:#CEE1FA;
}
#content .pager a.p.selected {
	background-color:#353B4A; 
	border: 1px solid #353B4A;
	color:#FFF;
}
/* bbs */
#content .bbs #UBoard {
	padding: 20px;
}
#content .bbs #UBoard .entry {
	padding: 0;
}


/* comment: list ****************************************/
#respond-list .hd {
	border-bottom: 1px solid #d6dfec;
	padding: 0 20px;
}
.single #respond-list .hd {
	background: #f3f5f6;
	position: relative;
	margin-top: -1px;
}
#respond-list .hd em {
	display: block;
	background: #a2bed0;
	width: 90px;
	line-height: 18px;
	color: white;
	text-align: center;
	font-size: 11px;
}
#respond-list .commentlist {
	padding: 20px;
	padding-bottom: 5px;
	background: #f3f5f6;
}
#respond-list .comment-body {	
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 65px;
	line-height: 18px;
	position: relative;
	border-bottom: 1px solid #d6dfec;
	color: #666;
	*height: 1%;
}
#respond-list .avatar {
	width: 50px;
	height: 50px;
	position: absolute;
	top:0;
	left: -65px;
}
#respond-list .children {
	margin-left: 65px;
}
#respond-list .comment-meta,
#respond-list .comment-meta a{
	font-size: 11px;
	color: gray;
	
}
#respond-list a.comment-reply-link {
	position: absolute;
	top: 0;
	right:0;
	border: 1px solid #d6dfec;
	font-size: 10px;
	line-height: normal;
	padding: 2px 5px;
}
#respond-list a.comment-reply-link:hover {
	border: 1px solid #4781d1;
	text-decoration: none !important;
}

/* comment: write *******************************************/
#respond {
	padding: 20px;
	position: relative;
	background: #f3f5f6;
}
#respond.has-respond {
	padding-left: 85px;
}
#respond-list #respond {
	padding: 0 0 20px 65px;
}
#respond h3 {
	margin-bottom: 10px;
}
#respond input,
#respond textarea {
	border: 1px solid #ccc;
	margin: 2px 0;
	padding: 5px;
}
#respond textarea {
	width: 90%;
}
#respond input.submit {
	border: 1px solid #999;
	color: black;
	background: #eee;
	font-weight: bold;
	font-size: 11px;
}
#respond .cancel-comment-reply {
	margin-bottom: 10px;
}
#respond label {
	font-size: 11px;
	color: gray;
}

/* sidebar1: left ****************************************/
#sidebar .widget {
	margin-bottom: 10px;
}
#snb {
	background: white;
	padding-bottom: 5px;
}
#snb .hd {
	background: #ffedf0;
	border-bottom: 1px solid #facece;
	position: relative;
	height: 46px;
}
#snb .hd em {
	position: absolute;
	bottom:-1px;
	left: 20px;
	width: 170px;
	height: 37px;
	font-family: 'MyriadProCondRegular', sans-serif;
	font-size: 44px;
	color: #e78888;
	font-style: normal;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: -1px;
}
#snb .description {
	margin: 5px 5px 0 5px;
	padding: 10px;
	border: 1px solid #facece;
	background: #fff9fa;
	color: #e78888;
	font-size: 11px;
	font-family: Dotum, Arial;
	line-height: 15px;
	position: relative;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	*height: 1%;
}
#snb .description em {
	position: absolute;
	top:-6px;
	left: 50%;
	background: url(images/pin_pink.png) no-repeat;
	width: 10px;
	height: 6px;
	margin-left: -5px;
}
#snb .list {
	padding: 10px;
	line-height: normal;
}
#snb .list a {
	color: #666;
}
#snb .list a.selected {
	color: #e66a6a !important;
	text-decoration: underline;
	background: none;
}
#snb .list .root a {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 3px;
	line-height: 20px;
}
#snb .list .more {
	font-style: italic;
	color: #999;
}

/* cnb */
#cnb {
	padding: 15px 20px;
	background: #fff;
}
#cnb a {
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	background: url(images/arrow_blue.png) no-repeat left 4px;
	padding-left: 10px;
}

/* search */
#searchform input {
	margin: 0;
	margin-bottom: 8px;
	border: 1px solid #bcd2dd;
	padding: 2px;
	font-size: 12px;
	line-height: normal;
	width: 154px;
}

/* last updated */
#execphp-7 {
	background: white;
}
#execphp-7 h2 {
	background: #6a96d3;
	padding: 10px 20px;
	color: white;
}
#execphp-7 .execphpwidget {
	padding: 15px 20px;
}
#execphp-7 li {
	margin-bottom: 10px;
	line-height: normal;
	color: #999;
	font-size: 11px;
}
#execphp-7 li em {
	font-weight: bold;
	display: block;
	color: #333;
}
#execphp-7 li a {
	display: block;
	font-size: 12px;
}
/* post it */
.postit {
	display: block;
	width: 206px;
	height: 55px;
	margin-top: -5px;
}
.postit table {
	height: 100%;
	margin: 0 15px 0 10px;
	line-height: 14px;
}
.postit table td {
	padding-top: 2px;
}
.postit.yellow {
	background: url(images/postit-yellow.png);
	color: #c87f00;
}
.postit.blue {
	background: url(images/postit-blue.png);
	color: #5d8299;
}
.postit.red {
	background: url(images/postit-red.png);
	color: #ff6600;
}
a.postit:hover td {
	text-decoration: underline;
}




/* sidebar2: right *********************************/
#sidebar2 .widget {
	margin-bottom: 10px;
}



/* soundcloud */
#sidebar2 .soundcloud {
	overflow: hidden;
	background: #e8e8e8;
}
#sidebar2 .soundcloud object {
	margin:;
}
#sidebar2 .soundcloud a {
	display: block;
	font-size: 10px;
	text-align: center;
	color: #fb7272;
	margin: 4px 0 6px 0;
}
/* audioboo */
#sidebar2 #execphp-3 h2 {
	background: #6a96d3;
	padding: 10px 20px;
	color: white;
}
#sidebar2 #execphp-3 ul {
	padding: 10px 20px;
	color: gray;
}
#sidebar2 #execphp-3 li {
	margin-bottom: 10px;
	line-height: 13px;
	font-size: 11px;
	font-family: Dotum, Arial;
}
#sidebar2 #execphp-3 a {
	font-size: 12px;
}

/* twitter */
#sidebar2 #twitter {
	background: white;
	height: 1%;
}
#sidebar2 #twitter h2 {
	background: #9de0e3;
	padding: 10px 20px;
	color: #2d83a3;
}
#sidebar2 #twitter #twitter_div {
	padding: 10px 20px 20px 20px;
	color: gray;
	font-size: 11px;
	font-family: Dotum, Arial;
	line-height: 14px;
}
#sidebar2 #twitter li {
	margin-bottom: 10px;
	width: 160px;
	overflow: hidden;
}
#sidebar2 #twitter a {
	color: #56c3dc;
}
#sidebar2 #twitter a.follow {
	display: block;
	font-weight: bold;
	font-size: 11px;
	background: url(images/twitter_icon.png) no-repeat;
	padding-left: 22px;
	line-height: 16px;
}

/* site info *****************/
#site-info {
	line-height: 17px;
	font-size: 11px;
	font-family: Dotum, Arial;
	color: #555;
}
#site-info a{
	color: #666;
	text-decoration: underline;
}
#site-info a.rss {
	background: url(images/feed-small.png) no-repeat 0 2px;
	padding-left: 13px;
}
#wp-login a {
	color: #eee;
	font-size: 10px;
	line-height: 15px;
}
#wp-login a:hover {
	color: #333;
}


/* footer ***************************/
#footer {
	display: none;
}