@font-face {font-family: "malgun gothic"; src:url(images/malgun.ttf);}
@font-face {font-family: "century gothic"; src:url(./images/century gothic.ttf);}
@charset "utf-8";

/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:0.8em/1.8 malgun gothic, century gothic, Verdana, AppleGothic, Sans-serif;
		background-color:#0D0D0D
		color:#666;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#94b3c5;     text-decoration:none;}
a:hover         { color:#c59496;  text-decoration:none;}
a:active        { color:red;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
    .selected               { text-align:center;   font: bold malgun gothic, century gothic;  color:#94b3c5;} 
	.no-more                { color:#ccc;}

/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.8em century gothic;  color:#b5b4a0;}


	
/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { background-color:#403f3e; }
    .rp_admin               { }
    .rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { }	
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { }
	
/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}	
/* 그림 */
    .imageblock             {  padding:0;  margin:5px 0;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}
	
/* 본문 - more / less */
    .moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;} 

/* 키워드 */ 
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; } 

/* 반드시 들어가야하는 스타일 끝 */

/* 공통영역 */
 * { margin: 0; padding: 0; }
hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
input           { border:0px solid #aaa;}
textarea        { border:1px solid #aaa;}
ol, ul, li { list-style:none;}

/* 블로그 레이아웃 */
body {margin-top:40px; 
		background:/*@background-image=url(images/bg.jpg)*/ url("images/bg.jpg") /*@*/ /*@background-image-position=center top*/ center top /*@*/ /*@background-image-repeat=no-repeat*/ no-repeat /*@*/ /*@background-color=#0d0d0d*/ #0d0d0d /*@*/;
}
#header { }
#container { background:url(images/conetenBg0.gif); clear:both;}
	#content { overflow:hidden; padding:0px;}
	#content .inner { background:#403f3e; padding:10px; }
	#sideinfo {width:335px; display:block; overflow:hidden;padding:0 0 0 11px; background:url(images/bgBoxLine.gif) 170px 0 repeat-y; float:right; margin-right:4px;}
	#sideinfo .left { float:left; width:160px; overflow:hidden;}
	#sideinfo .right { float:right; width:160px; overflow:hidden;}

#containerTop div.inner { background:url(images/bg1l.png) left bottom no-repeat; height:15px; width:35px; float:left; clear:both;}
#containerTop div.inner2 { background:url(images/bg1.png) right bottom repeat-x; height:15px;  float:left;}
#containerTop div.inner3 { background:url(images/bg1r.png) right bottom repeat-x; height:15px; width:35px; float:left;}

#containerBottom {background:url(images/bgBox3.gif) top left no-repeat; }
#containerBottom div.inner {background:url(images/bgBox4.gif) top right no-repeat; }

/* ***** Header ******/
#header .title { width:/*@post-width:-57=*/ 413px /*@*/; margin:5px 0 0 -11px; padding:14px 0 0 12px; background:none; z-index:100;}
#header .title span { padding:5px 0 0 0; display:block; font:1em malgun gothic; letter-spacing:-1px;}
#header .menu { position : relative;}
#header .menu ul   {display:none;}
#header h2 {font:1em malgun gothic; letter-spacing:-1px; padding:10px 0 5px 0; font-weight:bold; color:white;}
#header h2 a { color:white; padding-right:6px;}
#header .desc {height:15px; padding-top:2px; width:300px; color:#ccc;}
#header { padding:0 9px;}
#header .bloginfo { float:left; width:173px; height:130px; overflow:hidden; display:block; background:black; margin-right:15px;}
#header .bloginfo img { min-width:173px;}

.blogMenu { height:40px; margin-left:4px; margin-top:-14px; overflow:hidden;}
.blogMenu a { color:#ccc; padding:40px 0 0 0; height:0; overflow:hidden; display: block; float:left;}
.blogMenu .desc  { margin-top:-4px;  font:0.9em malgun gothic; letter-spacing:-1px; display:none;}

.blogMenu li { float:left;}
.blogMenu .tab_home a { background:url(images/menu_01.gif); width:88px;}
.blogMenu .tab_medialog a  { background:url(images/menu_02.gif); width:68px;}
.blogMenu .tab_localog a  { background:url(images/menu_03.gif); width:79px;}
.blogMenu .tab_taglog a  { background:url(images/menu_04.gif); width:55px;}
.blogMenu .tab_guestbook a  { background:url(images/menu_05.gif); width:389px;}


.copyright {margin-top:60px; color:#94b3c5; font:0.9em malgun gothic, century gothic; letter-spacing:normal; clear:both; padding:3px 0 6px 0px;}
.copyright a:link, .copyright a:visited, .copyright a:hover { color:#94b3c5 !important;}

/* ***** content ***** */ 

#content .titleWrap { clear:both; }
#content .titleWrap .category a { font:0.9em century gothic; letter-spacing:-1px; color:#a6a69b; }
#content .titleWrap .date { font:0.9em malgun gothic; margin-left:5px; color:#8D7E7F; letter-spacing:normal;}
#content .titleWrap .admin {  padding:8px 0; margin-left:10px ; font:0.9em malgun gothic; color:#666;}
#content .titleWrap .admin a{ color:#C59496; font:1em malgun gothic;}

#content .entry { margin:0 0 40px 0; color:#a6a69b; padding:0; }
#content .entry h1, #content .entry h4, #content .entry h5, #content .entry  h6 { border-bottom:1px solid #ccc;  margin-bottom:3px; padding-bottom:1px;  color:#222; font:1.1em malgun gothic; font-weight:bold;}
#content .entry a { color:#94b3c5;}

#content .article { font-family:/*@post-body-font-family=font-family:malgun gothic*/ font-family: inherit /*@*/ /*@post-body-font-size=12px*/ 12px /*@*/ /*@post-body-color=color:;*/ color: ; /*@*/;  padding:20px 0px 15px 0px; margin-bottom:5px; margin-left:10px; margin-right:10px; overflow-x: hidden; }

#content .entry .tagTrail { margin:5px 5px 0 10px; padding-left:50px; height:20px; background:url(images/entryTag.gif) center left no-repeat;  clear:both; letter-spacing:normal; font:1em malgun gothic;}
#content .entry .tagTrail span { display:none; }
#content .entry .tagTrail a{ color:#8D7E7F;}
#content .entry .actionTrail  { font:0em tahoma; letter-spacing:normal; color:#909090; padding: 15px 0 0px 0; border-top:1px dashed #8d7e7f;  margin-top:15px; height:20px; clear:both;}
#content .entry .actionTrail a{color:#9abe56;}
#content .entry .actionTrail .cnt { font-weight:bold;}

.btnTB { background:url(images/btnBg_tb.gif); height:15px; display:block; width:58px; text-align:center; float:left; overflow:hidden; padding-top:5px; margin-left:10px; margin-right:3px;}
.btnComment { background:url(images/btnBg_ct.gif); height:15px; display:block; width:58px; text-align:center; float:left; overflow:hidden; padding-top:5px; }

#content .guestList {margin:0 0 40px 0;}

#content .article h2, #content .article h3 { color:#222; font:1.1em "굴림"; font-weight:bold;}

#content .article ol, #content .article ul { margin:10px 0; padding:0 0 0 30px;}
#content .article ol li { list-style:decimal outside; margin:0; padding:0;}
#content .article ul li { list-style:circle outside; margin:0; padding:0;}
#content .article dt { font-weight:bold;}
#content .article dd { margin-left:10px;}
#content .article BLOCKQUOTE { margin:10px 0 10px 20px; padding-left:6px; border-left:3px solid #eee;}

.author { display:block; color:#8d7e7f;  font:0.9em malgun gothic; letter-spacing: 0.08em; background:#403f3e; height:15px; padding-top:5px; padding-left:30px;}
.author .owner { height:0; padding:11px 0 0 0; width:35px; background:url(images/iconOwner.gif);  float:left; margin:1px 3px 0 0; overflow:hidden;}
.author.inbox { color:#ccc;}
.admin { letter-spacing:-1px; padding-left:10px;}

.categoryBtn { background:url(images/iconCategory.gif) 0 0 no-repeat; margin-left: 15px; padding-left:13px; padding-top:3px; height:16px;}
a.categoryBtn {color:#c59496 !important; }
.author .date { background:url(images/iconClock.gif) 0 0 no-repeat; padding-left:20px; padding-top:3px; height:16px;}
.author .ownerBtn { background:url(images/iconOwner.gif) 0 0 no-repeat; margin-left:1px; padding-left:10px; padding-top:0px; height:16px;}

/* 코멘트 */
.commentWrite { padding:7px 0;}
.commentWrite label { display:none;}
.commentWrite input, .commentWrite textarea { width:361px; border:3px solid #403f3e; margin:5px 0; padding-left:80px; padding-top:3px; color:#94b3c5; font:1em malgun gothic; height:15px;}
.commentWrite textarea  { height:150px; background:url(images/bgComment.gif) 0 0 no-repeat #595857; padding:12px 8px 9px 50px; }
.commentWrite input.name { background:url(images/bgName.gif) 0 0 no-repeat;}
.commentWrite input.home { background:url(images/bgHome.gif) 0 0 no-repeat; font:0.8em tahoma;}
.commentWrite input.pass { background:url(images/bgPass.gif) 0 0 no-repeat; }
.commentWrite p { border:0px solid white;}
.commentWrite .submit { border:0; padding:10px; margin:0; width:58px; height:20px; margin-top:-5px;}
.comment .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:124px 0 0 328px;}
.comment .secretWrap label { font:0.8em tahoma; letter-spacing:normal; display:block; position:absolute;  margin:128px 0 0 348px; cursor:pointer;}


.comment {position:relative; clear:both;}
.comment h3 { display:none;}
.commentList {background:#403f3e;}
.commentList li { overflow:hidden; width:100%; margin-top:6px; border-bottom:0px solid #e6e6e6; padding:5px 0 8px 0;}
.commentList li .date { font:0.8em malgun gothic; letter-spacing:normal; color:#8d7e7f;}
.commentList li .name { float:left; font-weight:bold; margin-right:7px;  color:black;}
.commentList li .name img { vertical-align:middle;}
.commentList li p { clear:left; padding-top:4px; padding-bottom:3px; overflow:hidden;}
.commentList li ul { margin:0; padding:0 !important;}
.commentList li ul li { border-bottom:none; margin-top:15px; border-top:1px solid #e6e6e6; padding-left:30px; width:auto;  background:url(images/bgReply.gif) 4px 3px no-repeat;}

.commentList li .control { float:right;}
.commentList li .control a { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:left; margin-top:4px; margin-right:3px;}
.commentList li .control .address { background:url(images/iconAdd.gif); width:30px; }
.commentList li .control .modify { background:url(images/iconModify.gif); width:30px;}
.commentList li .control .write { background:url(images/iconReply.gif); width:30px; }

.guestbook .commentWrite { border-bottom:0px solid #e6e6e6;background:url(images/titlebg.gif) top repeat-x; margin-bottom:5px;}

.trackback { border-bottom:1px dashed #8d7e7f; padding-bottom:3px;}
.trackback h3 {margin-top:6px; border:0px solid #403F3E !important; background:#403f3e;  padding:8px 10px !important; display:block; font:0.8em malgun gothic !important; color:#A6A69B !important; letter-spacing:normal;}
.trackback h3 span { border:0 !important; font-weight:normal;}
.trackback li {margin:5px 0; border-top:1px solid #e6e6e6;  padding:10px 0 8px 0; width:100%; overflow:hidden;} 
.trackback li h4 { font:1em malgun gothic; border-bottom:none !important; letter-spacing:normal; font-weight:bold;}
.trackback li p {clear:left; padding-top:7px; margin-top:4px; padding-bottom:3px; font:0.9em malgun gothic; border-top:1px dashed #ccc;}
.trackback li .date { font:0.8em tahoma; letter-spacing:normal; color:#ccc;}
.trackback li .delete {  display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:right; margin-top:-33px;  background:url(images/iconDelete.gif); width:22px;}

/* 공지 */
.entryNotice { margin-bottom:40px;}

/* 비밀글 */
.entryProtected { margin-bottom:50px;}
.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px; margin-bottom:10px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}


/* 태그로그 */
.taglog .tagbox { padding:10px 0 30px 0;}
.taglog .tagbox .cloud1, .sidebarCenter .tagbox a.cloud1:visited{font-size:14px; color:#f2ebc7;}
.taglog .tagbox .cloud2, .sidebarCenter .tagbox a.cloud2:visited {font-size:13px; color:#962d3e;}
.taglog .tagbox .cloud3, .sidebarCenter .tagbox a.cloud3:visited {font-size:12px; color:#348899;}
.taglog .tagbox .cloud4, .sidebarCenter .tagbox a.cloud4:visited {font-size:12px; color:#979c9c;}
.taglog .tagbox .cloud5, .sidebarCenter .tagbox a.cloud5:visited {font-size:11px; color:#8d7e7f;}
.taglog .tagbox li { display:inline; margin-right:5px;}
.taglog .tagbox a:hover { text-decoration:underline; }	

/* 위치로그 */
.localog { padding-bottom:20px;}
.localog .spot              { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  padding-left:20px;  margin-top:5px;}
.localog .info              { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  padding-left:15px;  margin-top:2px; font-weight:bold;}
.localog a:link             { color:#ff6600;}
.localog a:visited          { color:#ff6600;}
.localog a:hover            { color:#ff6600;  text-decoration:underline;}

/* 검색 리스트 */
.searchList ol, 
.searchRplist ol            { list-style:none;  padding:10px 10px 10px 10px; margin:0; margin-bottom:30px; }
.searchList li, 
.searchRplist li            { border-bottom:1px dashed #8d7e7f;  padding-bottom:2px;  margin-bottom:4px; letter-spacing:normal;}
.searchList .date, 
.searchRplist .date         { font:0.8em malgun gothic;  margin-right:10px; color: #8d7e7f }
.searchList .cnt            { font:0.75em century gothic, malgun gothic, Helvetica, Arial, sans-serif; color:#8d7e7f;} 
.searchRplist .name         { font:0.95em malgun gothic, Arial, sans-serif;    color:#999;  padding-left:8px;}

/* 페이징 */
#paging { text-align:center; font:9px malgun gothic; font-weight: normal; letter-spacing:normal; padding-bottom:15px;}
.number { margin:0px; padding:0px 2px 0px 3px; font:11px malgun gothic; font-weight: normal;}
a.number:link, a.number:visited  { background:#595857; color:#8d7e7f;}
a.number:hover {background:#c59496; text-decoration:none;}

/* 사이드바 센터 */
.counter {  color:#68818d; font:0.9em tahoma; letter-spacing:normal; clear:both; padding:4px 0 0 0; }
.counter .total { color:#68818d; argin-left:0px;}


/* 사이드바 공통 스타일 */
.sideinfo {   font:1.0em malgun gothic;}
.sideinfo a:link, .sideinfo a:visited{color:#c59496; }
.sidebarBox { background:url(images/bgLine.gif) center top repeat-y; padding-top:10px;}

.sideinfo .category h3 { background:url(images/barCategory.gif) !important; }
.sideinfo .recentPost h3 { background:url(images/barRecentPost.gif);}
.sideinfo .recentComment h3 { background:url(images/barRecentComment.gif);}
.sideinfo .recentTrackback h3 { background:url(images/barRecentTrackback.gif);}
.sideinfo .link h3 { background:url(images/barLink.gif);}

.sideinfo .tagbox h3 { background:url(images/barTagcloud1.gif);}


.sideinfo ul{margin:0 2px 15px 2px;}
.sideinfo li { font-size: 0.9em; line-height:120%; padding-bottom:3px; padding-left:3px; margin-bottom:3px; border-bottom:0px solid #e8dee4; text-align: right;}
.sideinfo li .cnt { color:#8d7e7f; font:80% malgun gothic;}
.sideinfo li .name { color:#999;}
.sideinfo li .date { color:#8d7e7f; font:80% malgun gothic;}
.sideinfo li a:hover { color:#94b3c5; text-decoration:none;}

.sideinfo h3{width:182px; height:0; padding:50px 0 0 0; margin:0 0 10px 0 !important; padding-bottom:0 ; border-bottom:0 !important; overflow:hidden;}
.sideinfo.right h3 { width:177px;}

.sideinfo .calender,
.sideinfo .category,
.sideinfo .calender,
.sideinfo .link,
.sideinfo .notice,
.sideinfo .search,
.sideinfo .banners { margin-bottom:13px;}

.sideinfo .title { font:12px malgun gothic; font-weight:bold;  display:block; color:black;} 
.sideinfo .blogdesc { padding:6px 0 15px 0; color:#A6A69B;}
.sideinfo .blogimage img { width:146px; border:0px solid #f2f2f2; margin-bottom:15px;}

.sideinfo .banners { border-top:0px solid #ddd; float:right; padding:0px;}
.sideinfo .banners img { display:block; margin:4px auto;}

/* 태그 클라우드 */
.sideinfo .tagbox { margin-top:-1px;}
.sideinfo .tagbox .cloud1, .sideinfo .tagbox a.cloud1:visited {font-size:14px; color:#ffffcc;}
.sideinfo .tagbox .cloud2, .sideinfo .tagbox a.cloud2:visited {font-size:13px; color:#94b3c5;}
.sideinfo .tagbox .cloud3, .sideinfo .tagbox a.cloud3:visited {font-size:12px; color:#c59496;}
.sideinfo .tagbox .cloud4, .sideinfo .tagbox a.cloud4:visited {font-size:11px; color:#8c8b83;}
.sideinfo .tagbox .cloud5, .sideinfo .tagbox a.cloud5:visited {font-size:11px; color:#8d7e7f;}
.sideinfo .tagbox li { margin:0 3px -1px 0; display:inline; border:none;}
.sideinfo .tagbox a:hover { text-decoration:underline; }  


/* 공지 */
.sideinfo .notice h3{ display:none;}
.sideinfo .notice { border-top:0px solid #ddd; padding-top:4px;}
.sideinfo .notice li { background:url(images/iconNotice2.gif) 0 1px no-repeat; padding-left:12px; }

/* 하단 배너  */
.sideinfo .search { text-align:center;}
.sideinfo input {width:120px; padding-left:40px; padding-top:6px; color:#626262; font:1em malgun gothic; height:35px; background:url(images/bgSearch.gif); margin-top:3px; }
.sideinfo .search .submit { display:none;}


/* 카테고리 */
#treeComponent { float:none !important;}
#treeComponent table { float:none !important;}
#treeComponent div { float:none; margin-left: 5px !important;}

/* 사이드바 태그 */
.sideinfo .tag a{ text-decoration:none; font-family:malgun gothic;}
.sideinfo .tag { display:inline; padding:0; text-align:justify;}
.sideinfo .tag .cloud1 { font-weight:bold; font-size:130%; color:#222; background-color:#b0aba1; }
.sideinfo .tag .cloud2 { font-weight:bold; font-size:120%; color:#333; background-color:#b0aba1; }
.sideinfo .tag .cloud3 { font-weight:bold; font-size:110%; color:#555;}
.sideinfo .tag .cloud4 { font:100% malgun gothic; color:#666;}
.sideinfo .tag .cloud5 { font:90% malgun gothic; color:#666;}	
.sideinfo .tag a:hover{ background-color:#a09b91; color:#000;}	
.sideinfo .tag li{ background:none; display:inline; padding:0;}


.sideinfo .calender{font:100% malgun gothic;}
.sideinfo .archive{font-family: malgun gothic,;}
.sideinfo .archive ul{ padding: 0 20px 0 10px; }
.sideinfo .archive .cnt{ padding-left:5px;}
#treeComponent  * { font-family: malgun gothic; letter-spacing: 1px; width:auto !important;}



/*  footer */
#footer { clear:both; text-align:left; position:relative; margin:0 0 0 0; padding:20px 0 0 0;  font:11px malgun gothic; letter-spacing:-1px; color:#8d7e7f;}
#footer .menu { border:none;}
#footer a { color:#68818d;}
#footer a:hover  { color:#333; background:white;}
.copyright { padding-bottom:120px; margin:0; text-align:left; color:#68818d; position:relative; }
.copyright a:link, .copyright a:visited { font-weight:bold; color:#94b3c5 !important;}
.copyright a:hover {color:#94b3c5 !important;}


/* for Skin Wizard */

#containerTop { width:/*@post-width:400=*/ 870px /*@*/;  margin:0 20px;}
#containerTop div.inner2  { width:/*@post-width:330=*/ 800px /*@*/;}
#container { width:/*@post-width:372=*/ 842px /*@*/; padding:0 10px;  margin:0 24px; }
#content { width:/*@post-width=*/ 470px /*@*/; float:left; margin-left:0;}
#content .commentWrite textarea { width:/*@post-width:-48=*/ 385px /*@*/;}
#containerBottom {width:/*@post-width:392=*/ 862px /*@*/;  margin:0 24px;}

#containerTop h1 {font:/*@title-font-size=1.1em*/ 1.1em /*@*/ /*@title-font-family=malgun gothic*/ malgun gothic /*@*/;  font-weight:bold;  letter-spacing:-1px; padding:/*@title-height:-19=padding-top:*/ 190px /*@*/ 0 0 5px; background:/*@title-background-image=url(images/logo.gif)*/ url("images/logo.gif") /*@*/ /*@title-background-image-position=0 0*/ 0 0 /*@*/ /*@title-background-image-repeat=no-repeat*/ no-repeat /*@*/; /*@title-background-color=background-color:;*/ background-color: transparent; /*@*/}
#containerTop h1 a { color:/*@title-color=black*/ black /*@*/; }
#containerTop h1 a:hover { color:red;  text-decoration:none;}

#content .titleWrap h2, #content .titleWrap h3,
#content .guestbook h2, #content .guestbook h3,
#content .taglog h2, #content .taglog h3,
#content .localog h2, #content .localog h3,
#content .searchRplist h3,
#content .searchList h2, #content .searchList h3
{   font:1.0em malgun gothic; font-weight:normal; color:#c59496; letter-spacing:normal; padding:18px 0 8px 45px; background:url(images/iconPost.gif) -3px -3px no-repeat;}

#content .titleWrap h2 a { font:/*@post-title-font-size=24px*/ 24px /*@*/ /*@post-title-font-family=malgun gothic, century gothic*/ malgun gothic, century gothic /*@*/; color:/*@post-title-color=#94b3c5*/ #94b3c5 /*@*/; font-weight:normal; letter-spacing: -1px; line-height: 12px; margin-left: 1px;}
#content .titleWrap h2 a:hover { text-decoration:none;}



















.demo p, .demo ul {
margin-right:0;
}

.image-grid {
margin:-20px 0 0 -40px;
padding-left:45px;
width:840px;
}
.image-grid li {
color:#686F74;
float:left;
font-family:"Helvetica Neue",sans-serif;
height:177px;
line-height:17px;
margin:20px 0 0 35px;
overflow:hidden;
text-align:center;
width:128px;
}
.image-grid li img, .image-grid li strong {
display:block;
}
.image-grid li strong {
color:#FFFFFF;
}