@import 'reset.css';
@import 'common.css';

body{
  font-family:Georgia;
  font-size:13px;
  line-height:1.4;
}

h1.mainTitle{
	font-size:18px;
	background-color:#000000;
	color:#FFFFFF;
	padding:7px;
}

a img{
	border: 0px;
	vertical-align:bottom;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active{
	font-weight:bold;
	background-color:#ffff00;
	padding:2px 0px 2px 0px;
}

img{
  vertical-align:bottom;
}

.w300px{
	width:300px;
}

.w800px{
	width:800px;
}

.left{
	float:left;
}

.right{
	float:right;	
}

.clearBoth{
	clear:both;
}

#divPageWrapper{
  width:1200px;
  margin-left: auto; 
margin-right: auto;  
}

#menubar {
	width: 1200px;
	height: 45px;
	margin: 0 0;
}

#divHeaderWrapper{
  padding-bottom:25px;
}

.divBlackLine{
  height:0px;
  background-color:#000000; 
  font-size:0;
}

.divLogo{
  float:left;
  width:174px;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;    
}

.divAdvertisement{
  width:796px;
  height:136px;
  float:left;  
  padding-left:68px;
}

.divTranslate{
  float:right;
  padding-top:10px;    
}


.dailyNews{
	text-align: center;
}

.dailyNews  .date {
	background:url(../img/news-header-date.gif) no-repeat;
	width:125px;
	height:41px;
	line-height:41px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:auto;
	margin-top:100px;
}

.dailyNews .newsList {
	text-align:left;
	padding:10px;
	margin-top:100px;
}

/*
.dailyNews .newsList a {
	border-left: 1px dotted #BFBFBF;
	text-align:left;
	padding:10px;
	margin-top:20px;
	font-size:14px;
	text-decoration: none;
}
*/

.dailyNews .newsList .ttlRec2{
	width:28px;
	height:15px;
	font-size:9px;
	font-weight:bold;
	background:url(../img/ttl_rec.gif);
	line-height:15px;
	text-align:center;
	display:inline-block;
	position:absolute;
	margin-left:-30px;
	margin-top:12px;
	z-index: 100;
	cursor:pointer;
}

.dailyNews .news {
	padding: 10px 2px;
	border-bottom: 1px solid #c0c0c0;
}

.dailyNews .first {
	color: #050505;
	font-size: 18px;
}

.newsWrapper{
	width:550px;
	float:left;
	margin-top:20px;
	padding:20px 20px 20px 0;
}

.newsWrapper a{
	text-decoration:none;
}

.newsWrapper .newsItem{
	border-left:1px dotted #808080;
	padding:0 20px 20px 20px;
}

.newsWrapper .newsItem .headline{
	font-size:24px;
	margin-bottom:30px;
}

.newsWrapper .newsItem .content{
	font-size:15px;
	margin-bottom:30px;
}


.newsWrapper .newsItem .content a{
	text-decoration:underline;
}

.newsWrapper .newsItem .pressrelease{
	font-size:18px;
	font-weight:bold;
}

.newsWrapper .newsItem .newsdate{
	margin-bottom:20px;
	font-weight:bold;
}

.newsWrapper .newsItem .ttlRec{
	width:28px;
	height:15px;
	font-size:9px;
	font-weight:bold;
	background:url(../img/ttl_rec.gif);
	line-height:15px;
	text-align:center;
	display:inline-block;
}

.newsWrapper .wodDate{
	width:136px;
	height:26px;
	color:#FFFFFF;
	line-height:26px;
	text-align:center;
	background-color:#000000;
	cursor:pointer;
}

.extraWrapper {
	width:300px;
	float:right;
	margin-top:20px;
	padding-top:20px;
}

#divSearch{
  float:left;
  width:230px;
  padding-left:28px;  
}

#spanSearch{
  font-family:Georgia;
  font-style:italic;
  font-size:12px;
  font-weight:bold;
}

.txtBox{
  border:0;
  background-color:#000000;
  color:yellow;
  padding:3px; 
}

.divClear{
  clear:both;
}

#tblSearch{
  height:82px;
}

#tblSearch td{
  vertical-align:bottom;
}

#divContentWrapper{
  
}

#divLeftContent{
  float:left;
  width:240px;  
  padding-left:20px;
} 

.tdAuthor{
  text-align:center;    
}

#spanTitle{
  font-size:25px;
}

#divTitle{
	font-size:25px;
	text-align:center;
	margin-bottom:50px;
}

#divBy{
  width:100px;
  height:40px;
  line-height:40px;
  border-bottom:1px dotted black;  
  margin:auto;
}

#spanAuthor{
  height:30px;
  line-height:30px;
}

#divComment{
  border:1px solid #808080;
  width:380px;
  height:250px;
  margin:auto;
  margin-bottom:20px;
  text-align:left;
  padding:5px;
  overflow:auto;
}

#divComment .commentItem{
	padding:5px;
	margin-bottom:5px;
	background:#f2f2f2;
}

#divComment .commentAuthor{
	border-bottom:1px dotted #BFBFBF;
	padding:5px 5px 5px 0px;
	margin-bottom:5px;
	color:#666666;
	font-size:11px;
}

#commentDiv table.commentTbl td{
	text-align:left;
}

#commentDiv table.commentTbl td.label{
	text-align:left;
	font-weight:bold;
}


#divRightContent{
  float:left;
  width:900px;
  padding:0 20px;  
} 

#divRightContent .navigation{
	margin: 0px 0px 0px 22px;
}

#tblArticle td{
  vertical-align:top;
}

.divPage{
  padding-right:25px;  
  line-height:16px;
}

.divTitle{
  text-transform:uppercase;
  height:30px;
  line-height:30px;
  border-bottom:1px solid black;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:25px;
}

.divNext{
  padding-top:16px;
}

#divFooterWrapper{
  padding-top:40px;
}

.dateTable td{
	color:#868686;
}

.dateTable td select{
	background: #E5E5E5;
	color: #666666;
	font-size: 13px;
	font-family: georgia;
	border: 0;
	padding: 4px 2px;
	width: 100px;
	display: block;
	margin-top: 2px;
	margin-bottom: 4px;
}

/*@@ portfolio  @@*/
#tblGallery td{
  vertical-align:top;
}

.tblPicture td{  
  padding-right:20px;
  padding-bottom:10px;
  padding-top:10px;
}

.divResume{
  padding-right:30px;
}

#divRecommend{
  font-family:Arno Pro, Georgia;
  font-size:20px;
  font-weight:bold;
}

.divDotted{
  width:95px;
  margin:10px auto;
  font-size:0;
  border-bottom:1px dotted black;
}

#divAddress{
  width:180px;
  margin:auto;
  font-weight:bold;
}

.divAction{
  padding-top:25px;
  text-align:center;
  width:225px;
}

/* == Notice / Error == */
div.error {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../asterik/img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

div.notice {
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #2E6D29;
	border: 1px solid #2E6D29;
	background: url(../asterik/img/tiny-icons/tick.gif) no-repeat 4px 2px #E9FFE4;
	margin: 4px 0;
}
/* == End == */

/* Form */
label.error{
	display:block;
  font-family: Arial;
  font-size: 12px;
  padding:4px 6px;
	padding-left:23px;
  color: #CE4141;
	border: 1px solid #CE4141;
	background: url(../asterik/img/tiny-icons/cross.gif) no-repeat 4px 2px #FFF1F1;
	margin: 4px 0;
}

/* == Year List == */
.yearList {

}

.yearList .year {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
}
/* == End of Year List == */


/* == relatedNews == */
.relatedNews {
	margin: 20px 0;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #111;
	padding: 10px 0;
}

.relatedNews .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.relatedNews ul {
	margin-left: 0;
	padding-left: 15px;
}
/* == relatedNews == */

div.thecreativefinder {padding:10px 10px 0px 10px; background-color:#eee; color:#333; margin-bottom:20px; border-bottom: solid 1px #e2e2e2; border-right: solid 1px #e2e2e2;}
div.thecreativefinder .clear {clear:both;}
div.thecreativefinder .caption {float:left; text-transform:uppercase; font-size:11px; font-weight:bold;}
div.thecreativefinder a.link {
	float:right; display:block; padding:0px 4px; background-color:#888; text-decoration:none; font-family:Arial; font-weight:bold;font-size:11px; color:#fff;
}
div.thecreativefinder a.link1 {
	float:right; display:block; padding:0px 4px; background-color:#000; text-decoration:none; font-family:Arial; font-weight:bold;font-size:11px; color:#fff;
}
div.thecreativefinder h2 {
	margin-top:5px; border-top:solid 1px #ccc; padding:5px 0px; font-size:18px; font-weight:normal; font-style:italic;
}
div.thecreativefinder .creative {width:122px; padding:6px; background-color:#fff; margin-bottom:10px;}
div.thecreativefinder .artworks {width:120px; height:120px; border:solid 1px #ccc; position:relative; overflow:hidden;}
div.thecreativefinder .wrapper {position:absolute; width:999999px;}
div.thecreativefinder .wrapper img {
	float:left; width:120px; height:120px; background:url(../img/loadingAnimation.gif) center center no-repeat;
}

div.rightadvertisement {padding:24px 24px 24px 24px; background-color:#FFFFFF; color:#333; margin-bottom:20px; border-top: solid 1px #ccc; border-left: solid 1px #ccc; border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; text-align:center;}

div.topNews {border:solid 1px #ccc; padding:15px; font-size:12px; margin-bottom:20px;font-family:Arial;}
div.topNews h2 {
	font-size:11px; color:#333; text-transform:uppercase; padding-bottom:5px; border-bottom:solid 1px #ddd;
	font-family:Arial, Helvetica, sans-serif;
}
div.topNews ol {margin:5px 0px; padding-left:20px;}
div.topNews li {color:#666; margin-top:10px;}
div.topNews li a {color:#333; text-decoration:none;}
div.topNews li a:hover {text-decoration:underline;}

a.sbutton0 {display:inline-block;}
a.sbutton0, button.sbutton0 {
	color:#666666; text-decoration:none; border:solid 1px #bbb; padding:3px 7px; font-size:13px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; margin-top:8px;
	background: #2bc359;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#fefefe),to(#dddddd));
	background: -moz-linear-gradient(#fefefe,#dddddd);
	background: linear-gradient(#fefefe,#dddddd);
	-pie-background: linear-gradient(#fefefe,#dddddd);
	behavior:url(/css/PIE.htc);
	vertical-align:middle; font-family: Helvetica, sans-serif;
	line-height:17px; /* Firefox Default - can't change */
}
a.sbutton0:hover, button.sbutton0:hover { background:#fefefe; -pie-background: linear-gradient(#fefefe,#fefefe); }
a.sbutton0:active, button.sbutton0:active { background:#dddddd; -pie-background: linear-gradient(#dddddd,#dddddd); }
