@import 'reset.css';
@import 'common.css';

body{
  font-family:Georgia;
  font-size:15px;
  line-height:1.4;
}

a:link, a:visited, a:active {
	color: black;
}


img{
  vertical-align:bottom;
}

#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;
}

#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:24px;
}

#divBy{
  width:100px;
  height:40px;
  line-height:40px;
  border-bottom:1px dotted black;  
  margin:auto;
}

#spanAuthor{
	font-weight:bold;
  height:30px;
  line-height:30px;
font-size:10px;
letter-spacing:1px;
text-transform: uppercase;
}

#divComment{
  border:1px solid #808080;
  width:225px;
  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;  
} 

#tblArticle td{
  vertical-align:top;
}

.divPage{

}

.divTitle{
	font-size:10px;
	font-weight:bold;
  text-transform:uppercase;
  height:30px;
  line-height:30px;
  margin-top:10px;
  margin-bottom:5px;
}

.divPageContent{
	width:420px !important;
	border-top:1px solid black;
	padding-top:20px;
}

.divPageContent a{
	text-decoration: underline;
}

.divNext{
  padding-top:16px;
}

#divFooterWrapper{
  padding-top:40px;
  margin: 0px auto;
  text-align:center;
  width:1000px;
}



/*@@ 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 */
#frmComment 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;
}

/* == Scrollable == */
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;	
	/* custom decorations */
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;
	
	/* decoration */
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	/* custom decoration */
	width:450px;	
}
/* == End of Scrollable == */


/* == Latest articles section == */
.articleList {
margin-right:10px;
}

.articleList .article {
	padding: 8px;
	margin: 0 5px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	margin:3px 0px;
}

.articleList .article a {
	font-style: normal;
}

.articleList .article .commentCnt {
	text-align:center;
	display:inline-block;
	width: 28px;
	line-height: 15px;
	font-size: 9px;
	font-weight: bold;
	position:absolute;
	margin-left:-35px;
	z-index: 100;
	background:url(../img/ttl_rec.gif);
}


/* == End of Latest articles section == */
