/*
 * openmaru blog
 */

div.article div.intro,
div.article div.activity,
div.article div.member,
div.article div.press,
div.article div.buzz,
div.article div.service-intro,
div.article div.friends,
div.article div.recruit,
div.article div.contact {
	margin-top: 3.333em;
}

/* base */
h1 { font-size:1.8em;}
h2 { font-size:1.4em;}
h3 { font-size:1.2em;}
h4,
h5,
h6 { font-size:1em;}


/* common list-section */
div.list-section {
	margin-top: 5px;
	height: 100%;
	padding: 0 1.333em;
	background-color: #F5F5F5;
	border-top: 1px solid #EBEBEB;
}
div.list-section ul {
	margin: 0;
	padding: 17px 0 12px;
	list-style: none;
}
div.list-section ul ul {
	margin: 0;
	padding: 12px 0 0 1px;
	list-style: none;
}
div.list-section li {
	margin-top: 14px;
}
div.list-section li.first-child {
	margin-top: 0;
}
div.list-section li li {
	padding: 0 0 0 1.583em;
	background: url(/skin/tistory/images/comment_2depth_bg.gif) no-repeat 0 0.333em;
}
div.list-section li li span.name {
	text-decoration: none;
}
div.list-section li span.name a {
	color: #000;
	text-decoration: underline;
}
div.list-section span.from,
div.list-section span.name {
	font-weight: bold;
	color: #000;
}
div.list-section ul li p span.date {
	padding-left: 0.416em;
	color: #A7A7A7;
}
div.list-section ul li p {
	clear: both;
	margin: -1px 0 0 ;
	padding: 0;
	font-size: 0.916em;
	line-height: 1.454em;
}
div.list-section span.control {
	font-size: 0.916em;
	margin: 0.083em 0 0 0.5em;
}
div.list-section span.control span {
	background: url(/skin/tistory/images/control_bg.gif) no-repeat 0 1px;
	padding: 1px 0 0 0.5em;
}
div.list-section span.control a.first-child span {
	background: none;
	padding-left: 0;
}

/* common input-section */
div.inputform {
	position: relative;
	height: 100%;
}
div.inputform p {
	margin: 0;
	padding: 0;
}
div.inputform p.homepage-field {
	margin-left: 11.083em;
	margin-top: -1px;
}
div.inputform p.homepage-field input {
	width: 209px;
	background: none;
	background: url(/images/share/general_input_bg03.gif) no-repeat 6px 5px;
	padding-left: 68px;
}
div.inputform label.chk {
	display: inline;
	padding-top: 4px;
}
div.inputform input {
	font-size: 1em;
}
div.inputform input.type-text {
	width: 95px;
	_width: 94px;
	margin-bottom: 6px;
	_margin-bottom: 5px;
	padding-left: 40px;
	background: url(/images/share/general_input_bg01.gif) no-repeat 6px 5px;
	/*background: url(/images/share/input_bg01.gif) no-repeat 6px 4px;*/
}
div.inputform input.password {
	width: 108px;
	padding-left: 28px;
	background: url(/images/share/general_input_bg02.gif) no-repeat 6px 5px;
}
div.inputform input.type-text.homepage,
div.inputform input.type-text.openid{
	width: 25em;
}
div.inputform input.type-checkbox {
	margin: 10px 0 ;
	font-size: 1em;

}
div.inputform textarea {
	height: 104px;
	width: 99.9%;
}
div.inputform p.button {
	text-align: right;
}
div.inputform p.button input {
	margin: 9px -1px 10px 0;
	padding: 0 ;
	height: 1.75em;
}
div.inputform div.input-section {
	height: 100%;
	overflow: hidden;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
	padding-top: 6px;
}
div.inputform div.input-section p.idchoice {
	width: 11.090em;
	float: left;
}
div.inputform div.input-section p.idchoice label {
	font-size: 0.916em;
}
div.inputform a.about-openid {
	background: url(/images/share/arrow03.gif) no-repeat 0 3px;
	padding: 0 0 0 5px;
	color: #ff6201;
	font-size: 0.916em;
	margin-left: 6px;
	text-decoration: underline;
	font-family: dotum;
}
div.inputform p.after-openid-login {
	padding-bottom: 6px;
}
div.inputform p.after-openid-login span {
	vertical-align: middle;	
	padding: 0 4px 2px 0 ;
}
div.inputform p.after-openid-login em {
	font-style: normal;
	font-weight: bold;
}
/* serch-list */
div.blog div.search-list {
	border: 5px solid #EEEEEE;
	padding: 20px 10px 10px;
	margin-bottom: 10px;
}
div.blog div.search-list h3 {
	margin: 0;
	padding: 0 0 5px;
	color: #333333;
	font-size: 1em;
	border-bottom: 1px solid #DDDDDD;
}
div.blog div.search-list ol {
	margin: 0;
	padding: 10px 0 0 ;
	list-style: none;
}
div.blog div.search-list a {
	color: #333333;
}
div.blog div.search-list li span.date {
	color: #666666;
	padding-right: 6px;
}
div.blog div.search-list li span.cnt {
	color: #8585B9;
	padding-left: 2px;
}
div.blog div.titleWrap {
	border-top: 2px solid #2F2F2F;
	border-bottom: 1px solid #2F2F2F;
	padding-bottom: 0.333em;
	margin-bottom: 1.416em;
 }
div.blog div.titleWrap h3 {
	font-size: 1.083em;
	font-weight: bold;
	margin: 0;
	padding: 0.538em 0 0;
	line-height: 1.230em;
}
div.blog div.titleWrap h3 a {
	color: #383838;
}
div.blog div.titleWrap span.date {
	font-size: 0.833em;
	font-family: verdana;
	background: url(/images/share/bg_bar01.gif) no-repeat 0 2px;
	padding: 0 0 0 8px;
}
div.blog .entry .admin{
	font-size: 0.916em;
	letter-spacing: -1px;
	color: #999;
}
div.blog .entry .article {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}
div.blog .entry .article blockquote {
	border-left: 7px double #ccc;
	margin: 0.833em 0.833em 0.833em 1.666em;
	padding-left: 10px;
}
div.blog .entry .article ul{
	padding: 0.833 2.5em;
	list-style-type: disc;
}
div.blog .entry .article ol{
	padding: 0.833em 2.5em;
	list-style-type: decimal;
}
div.blog .entry .article a {
	border-bottom: 1px dotted #999999;
	color: #333;
}
div.blog .entry .article a:hover,
div.blog .entry .article a:active {
	text-decoration: none;
}
div.tagTrail {
	background: url(/skin/tistory/images/entry_tag.gif) no-repeat 0 3px;
	padding: 0 0 0 4.25em;
	margin: -1em 0 1.416em 0;
}
div.tagTrail span {
	display: none;
}
div.trackback-comment {
	margin-top: 1.416em;
	border: 3px solid #EBEBEB;
	padding: 0.666em;
	margin-bottom: 30px;
	overflow: hidden;
}
div.trackback-comment h3 {
	display: none;
}
div.trackback-comment div.actionTrail {
	margin-left: 15px;
	margin-top: -1px;
}
div.trackback-comment div.actionTrail a {
	color: #787878;
}
div.trackback-comment div.actionTrail a span.cnt {
	color: #7798CA;
	font-weight: bold;
}
div.trackback-comment div.actionTrail a.comment {
	padding-left: 19px;
	margin-left: 12px;
	background: url(/images/share/bg_bar01.gif) no-repeat 0 1px
}
div.trackback p.address {
	border-bottom: 1px solid #EBEBEB;
	font-size: 0.916em;
	margin: 0 -1.333em;
	padding: 0.583em 2.083em 0.416em;
	background: url(/skin/tistory/images/trackback_bg01.gif) no-repeat 1.333em 50%;
}
div.trackback,div.comment {
	display: block;
}
div.trackback h4 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	float: left;
}
div.trackback h4 a {
	color: #000;
}
div.trackback a.delete {
	display: block;
	padding-left: 0.416em;
	float: left;
}
div.trackback span.from {
	float: right;
}
div.comment div.openid {
	position: relative;
	width: 100%;
	height: 1.666em;
	margin-bottom: 0.833em;
}
div.comment div.openid p#openid-login,
div.comment div.openid p.about-openid {
	float: left;
	background: url(/skin/tistory/images/icon_bar01.gif) no-repeat 0 4px;
	font-size: 0.75em;
	font-family: verdana;
	margin: 0;
	padding: 0 10px 0 18px;
}
div.comment div.openid p#openid-login {
	background: url(/skin/tistory/images/icon_openid.gif) no-repeat 0 4px;
}
div.comment div.openid p#openid-login a {
	color: #FF9933;
}
/* openId login popup */
#popup-openidLogin {
	border: 5px solid #D0D0D0;
	padding: 20px 20px 5px;
	background-color: #fff;
	width: 21.416em;
	clear: both;
	z-index: 99;
}
#popup-openidLogin p {
	margin: 0;
	padding: 0;
}
#popup-openidLogin p input.type-text {
	padding: 0.181em 1.666em 0.090em;
	background: url(/skin/tistory/images/icon_openid.gif) no-repeat 6px 50%;
	width: 14.333em;
}
#popup-openidLogin p input.type-image {
	height: 1.666em;
}
#popup-openidLogin p.remember {
	padding-top: 8px;
	font-size: 0.916em;
}

div.commentWrite {
	clear: both;
}


div.paging {
	margin-top: 10px;
	text-align: center;
	font-size: 0.916em;
}
div.paging span.numbox {
	letter-spacing: 4px;
	margin-left: 7px;
}
div.paging span.selected {
	font-weight: bold;
}
div.paging img {
	margin-bottom: 1px;
}
div.paging a.num {
	background: url(/images/share/bg_bar01.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	margin-left: 3px;
}

/* GuestBook */
div.guestbook h3 {
	display: none;
}
div.guestbook p.text {
	margin: 39px 0 20px;
}
div.guestbook div.input-section {
	margin-bottom: 10px;
	border: none;
}
div.guestbook div.guest-write {
	border: 3px solid #EBEBEB;
	padding: 10px 20px 0;
}
div.guestbook div.list-section {
	background: none;
	border-top: none;
	padding: 0;
	margin: 0;
}
div.guestbook div.list-section li {
	margin: 10px 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #EBEBEB;
}
div.guestbook div.list-section li li {
	border: none;
	background-image: none;
	margin: 0 0 13px;
	padding: 0 28px 0  0 ;
}
div.guestbook div.list-section li li span.name {
	padding: 0 0 0 17px;
	background: url(/skin/tistory/images/guestbook_comment_bg.gif) no-repeat;
}
div.guestbook div.list-section ul ul {
	background-color: #F5F5F5 !important;
	border-top: 1px solid #EBEBEB !important;
	border-bottom: 1px solid #EBEBEB !important;
	margin: 6px 0 -6px 22px !important;
	padding: 16px 0 3px 19px !important;
}
/*div.guestbook div.list-section ul ul li.openid {
	background-image: url(/skin/tistory/images/guestbook_openid_bg.gif);
}*/



