/*  
Theme Name: StudioPress
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.2
Tags:blue color, right sidebar, two columns, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #3366ff;
  text-decoration:none;
  }

a:hover {
  color: #008000;
  text-decoration:none;
  }

blockquote {
  margin: 5px 0px 0px 10px;
  padding: 5px 5px 5px 0px;
  background: #e6eed5;
  border: 1px solid #9bbb59;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0px;
    margin: 2px 0 2px 7px !important;
    display: inline;
}

img.alignleft {
    padding: 0; 
    margin: 2px 7px 2px 0px !important;
    display: inline;
}

.alignright {
    padding: 0px;
    margin: 0 0 2px 7px;
    float: right;
}

.alignleft {
    padding: 0px;
    float: left;
    margin: 0 7px 2px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body 
  {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 969px;
  font-family: tahoma,Gulim !important;
  font-size:9pt;
  text-align: center; /* IE Centering Technique */
  background:#cccccc;
  }

#wrapper {
  width: 1000px;
  border-top:2px #000000 solid;
  margin: -22px 0 0px 0;
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin-top: 14px;
  border-top:1px #000000 solid;
  height: 0px;
  background: #7cb385;
  }

.bottomcurvewhite {
  margin: 0;
  height: 5px;
  background: #7cb385;
  }

.topcurve {
  margin-top: 15px;
  height: 19px;
  background: #4ca656 url(http://sociallink.kr/img/footertop.png) top center no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 0px;
  background: #4ca656;
  }

#header {
  margin: 20px 0 0 0;
  padding: 0px 0 0 0; 
  }


#identity1 {height:52px;}
#identity2 {height:110px;}
#identity3 {height:50px;}
#navitable {height:34px;border-bottom:1px #000000;}


#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0px;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 0px;
  padding: 0 0 0px 0;
  }

#underheader h1.sitename {
  padding: 0 0 0px 0;
  position: relative;
  width: 650px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }

#identity{
  float: left;
  height:212px;
  background-image: url(http://sociallink.kr/img/top_20100125.jpg);
  position: relative;
  margin: 0px 0 0px 0;
  padding: 0;
  text-align: left;
  }

#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0px 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  clear: both;
  margin: -21px 0 -15px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #000;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #000;
  }

/* Main content */

#main {
  border: 7px solid #7cb385;
  clear: both;
  width: 961px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 20px 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 586px;
  }

.pageTitle {
  font-family:tahoma !important;
  padding: 5px 10px 25px 10px;
  font-size: 16pt;
  font-weight:bold;
  color: #000000;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.post {
  margin: 20px 0 35px 0;
  font-family:tahoma, gulim !important;
  font-size:9pt;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0px 0px 0 10;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  font-family:Dotum !important;
  }

#content h3 {
  font-size: 11pt;
  font-family:Dotum !important;
  }

#content h4, #content h5, #content h6 {
  font-size: 9pt;
  font-family:Dotum !important;
  }

h2.homeTitle {
  margin: 0px 0 15px 0;
  font-family:Dotum,tahoma,Gulim !important;
  }

h2.postTitle {
  margin: 0px 0 0px 10px;
  padding: 0px 10px 2px 0px;
  font-family:Dotum,tahoma,Gulim !important;
  font-size: 12pt;
  font-weight: bold;
  color: #181818;
  line-height:16pt;
  letter-spacing: -1px;
  border-bottom:3px #333333 solid;
  }

h2.postTitle a {
  font-family:Dotum,tahoma,Gulim !important;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  line-height:16pt;
  color: #181818;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  font-family:Dotum,tahoma,Gulim !important;
  color: #00a958;
  letter-spacing: -1px;
  }

.postMeta {
  padding: 3px 10px 10px 13px;
  font-size: 8pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount{
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent2 {
  margin-left: 15px;
  background: #ffffff url(http://sociallink.kr/img/line_bg.gif) bottom left repeat-x;
  }

.postContent img {
  margin: 10px;
  border: 0px solid #CCC;
  }

#content p, .postContent p {
  padding: 0px 0px 0 10px;
  font-size: 9pt;
  line-height: 20px;
  color: #666666;
  }

.postContent ul, ol {
  font-size: 9pt;
  line-height: 20px;
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 9pt;
  line-height: 20px;
  color: #666666;
  }


.comment {
  BORDER-TOP: #7f9db9 1px solid;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 5px 10px;
  font-family:tahoma, gulim !important;
  font-size:9pt;
  }

p.comments {
  clear: both;
  font-family:tahoma, gulim !important;
  font-size:9pt;
  padding: 5px 0px 5px 0px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-family:Dotum, tahoma, gulim !important;
  font-size: 9pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 9pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px 25px;
  width: 510px;
  font-family:Dotum, tahoma, gulim !important;
  font-size: 9pt;
  }

.commentlist cite {
  padding: 0px;
  font-size: 8pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 0px;
  }

.comment h3 {
  padding: 20px 0 0 0;
  font-family:tahoma !important;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 0px;
  font-family:Dotum, tahoma, gulim !important;
  font-size: 9pt;
  color: #000;
  }

.comment a {
  font-family:Dotum, tahoma, gulim !important;
  font-size: 9pt;
  text-decoration: none;
  }

.comment a:hover {
  font-family:Dotum, tahoma, gulim !important;
  font-size: 9pt;
  text-decoration: none;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.trackback {
  margin: 0px 0px 0px 0px;
  font-size: 8pt;
  line-height: 12pt;
  list-style: none;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#marginleft10 {
  margin:10px 0px 0px 10px;
}



/* Start of sidebar */

#allsidebars {
  font-family:tahoma, gulim !important;
  font-size:8pt;
  color:#336633;
  width:355px;
  float:right;
  }


.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-family: tahoma, gulim !important;
  font-weight: bold;
  font-size: 8pt;
  color: #336633;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-family:tahoma, gulim !important;
  font-size:8pt;
  color:#336633;
  }


.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


.sidebar_top {
  width:314px;
  height:211px;
  float: left;
  margin: 8px 0px 0px 8px;
  padding: 14px 0 15px 20px;
  background: url(http://www.sociallink.kr/img/tablebg_top_n.jpg) left top no-repeat;
}

#sidebar_top1  {width:270px; float: left;}
#sidebar_top2  {width:270px;float: left;}
#sidebar_top3  {width:270px;float: left;}
#sidebar_top4  {width:270px;float: left;}

/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 355px;
  margine: 0 0 0 2px;
  }

.sidebar2 {
  float: left;
  width: 355px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 9pt;
  font-family: tahoma;
  color: #000033;
  letter-spacing: 0px;
  background: url(img/images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 350px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 5px;
  font-family:tahoma, gulim !important;
  font-size:8pt;
  color: #336633;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-family:tahoma, gulim !important;
  font-size:8pt;
  color: #333333;
  }

.sidebarsB li ul {
  padding: 0;
  font-family:tahoma, gulim !important;
  font-size:8pt;
  color: #333333;
  }

.categoryjace ul ul li {
  margin: 0  0  0  20px;
  padding: 3px 2px 2px 20px;
  color: #003399;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 15px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.categoryjace a {
  display: block;
  padding: 3px 2px 2px 20px;
  color: #333333 !important;
  background: url(images/folder.gif) left no-repeat;
  font-size:8pt;
  text-decoration: none;
  display: inline;
  }

.categoryjace a:hover {
  color: #cc6600 !important;
  padding: 3px 2px 2px 20px;
  background: url(images/folder.gif) left no-repeat;
  font-size:8pt;
  text-decoration: none;
  }


.sidebarsB ul ul li {
  margin: 0  0  0  8px;
  padding: 3px 2px 2px 0px;
  font-family:tahoma, gulim !important;
  font-size:8pt;
  color: #666666;
  background: url(images/bullet3.gif) left 7px no-repeat;
  line-height: 15px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333333;
  font-size:8pt;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #009933;
  font-size:8pt;
  text-decoration: none;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 8pt;
  color: #006633;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#newfooter a {
  color: #333333;
  text-decoration: none;
  }

#newfooter a:hover {
  color: #000000;
  text-decoration: none;
  }

.navi {
font-family:tahoma; 
font-size:10pt !important; 
font-weight:bold;
color:#333333;
padding: 0 0 0 10px;
}

.navi_menu {
font-family:tahoma; 
font-size:9pt !important; 
color:#333333;
line-height:18pt;
padding: 15px 0 0 30px;
text-align: left;
}

.korean {
  font-family:tahoma, gulim !important;
  font-size:9pt !important; 
  color:#333333;
  line-height:14pt;
  padding: 15px 15px 15px 10px;
  text-align: left;
}

.foot_text {
  font-family:tahoma, gulim !important;
  font-size:8pt !important; 
  color:#333333;
  line-height:12pt;
  padding: 15px 15px 15px 10px;
  text-align: left;
}

.foot_text2 {
font-family:tahoma !important;  
font-size:8pt !important; 
color:#333333;
line-height:12pt;
padding: 15px 0px 15px 10px;
text-align: right;
}

.foot_ccl {
padding: 3px 0 0 0;
text-align: left;
}

#footer {
  clear: both;
  margin:0px 0px 0px 0px;
  padding-top: 0;
  color: #333333;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:9pt;
  font-weight:bold;
  }

.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }