/* start global */
body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    background-color: #CCFFFF;
    background-image: url("image/slash.png");
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
}

a {
    color: #006699;
    background-color: inherit;
    text-decoration: underline;
}

a:link {
    color: #006699;
    background-color: inherit;
}

a:visited {
    color: #006699;
    background-color: inherit;
}

a:active {
    color: #006699;
    background-color: inherit;
}

a:hover {
    color: #006699;
    background-color: #CCFFFF;
}

h1, h2, h3 {
    padding: 0px;
}

img {
    border: 0px solid #FFFFFF;
    margin: 0px;
}

/* end global */


/* start container */
#container {
    position: relative;
    line-height: 140%;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    width: 720px;
    
    color: inherit;
    background-color: #FFFFEE;
    border-top: 5px solid #006699;
    border-left: 5px solid #006699;
    border-right: 5px solid #006699;
}

/* end container */

/* start banner */
#banner-img {
    background-image: url("/image/banner_img.jpg");
    background-position: center center;
    text-align: left;
}

#banner {
    color: #000000;
    background-color: inherit;
    padding: 15px 15px 0px 15px;
    border-bottom: 0px;
    height: 100px;
}

#banner h1 {
    margin: 0px 0px 10px 0px;
    text-align: left;
    font-size: 160%;
    font-weight: bold;
}

#banner a {
    color: #000000;
    background-color: inherit;
}

#banner a:hover {
    color: inherit;
    background-color: #CCFFFF;
}

#banner p {
    margin: 0px;
    text-align: left;
    font-weight: bold;
}

.bloglink {
    padding: 0px 15px 0px 15px;
    text-align: right;
    background-color: transparent;
}

.bloglink a {
    color: #000000;
    background-color: inherit;
    font-weight: bold;
    font-size: 90%;
}

.bloglink a:hover {
    color: inherit;
    background-color: #CCFFFF;
}

.bloglink_text {
    font-size: 80%;
}

/* end banner */


/* start menu */
#menu {
    background-color: #006699;
    text-align: left;
    padding: 5px 15px 5px 15px;
    color: #FFFFFF;
    font-size: 90%;
}

#menu a {
}

#menu a:link {
    color: #FFFFFF;
    background-color: inherit;
}

#menu a:visited {
    color: #FFFFFF;
    background-color: inherit;
}

#menu a:active {
    color: #FFFFFF;
    background-color: inherit;
}

#menu a:hover {
    color: #FFFFFF;
    background-color: #003366;
}

.menu_spacer {
    margin: 0px  3px;
    padding: 0px   3px
}

.menu_selected {
    font-weight: bold;
}

/* end menu */

/* start round corner */

.r_topleft {
    width: 100%;
    height: 15px;
    background-image: url("image/r_topleft.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

.r_topright {
    width: 100%;
    height: 15px;
    background-image: url("image/r_topright.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

.r_bottomleft {
    width: 100%;
    height: 15px;
    background-image: url("image/r_bottomleft.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.r_bottomright {
    width: 100%;
    height: 15px;
    background-image: url("image/r_bottomright.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* end round corner */


/* start content */
#content {
    color: inherit;
    background-color: #FFFFEE;
    text-align: left;
    padding: 0px 15px 0px 15px;
    margin: 0px auto;
    width: 690px;
}

#content img {
    margin-right: 15px;
}

#content p { 
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 90%;
}

#content h2 {
    margin: 15px 0px 15px 0px;
    border-left: 5px solid #006699;
    padding-left: 5px;
    text-align: left;
    font-size: 110%;
    font-weight: bold;
}

#content h3 {
    margin: 15px 0px 0px 0px;
    text-align: left;
    font-size: 90%;
    font-weight: bold;
}

#page_header {
    color: inherit;
    background-color: #FFFFEE;
    margin: 15px 0px 15px 0px;
}

#page_header h3 {
    margin: 0px 0px 5px 0px;
    text-align: left;
    font-size: 150%;
    font-weight: bold;
}


.description {
    text-align: left;
    padding: 0px 0px 10px 0px;
    font-size: 90%;
    border-bottom: 1px dotted #006699;
}

.contentbody {
    clear: both;
    border-bottom: 1px dotted #006699;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.rate_table { 
    margin: 0px 0px 15px 20px;
    padding: 0px;
    font-size: 90%;
}

.rate {
    text-align: right;
}

#top_menu {
    padding: 15px 0px 0px 0px;
    text-align: left;
    float: left;
}

#top_menu h2 {
    margin: 0px 5px 30px 0px;
    padding: 5px;
    border-left: 5px solid #006699;
    font-weight: bold;
    font-size: 140%;
}

#top_img {
    padding: 15px 0px 15px 15px;
    float: left;
}

.contact {
    clear: both;
    border-top: 1px dotted #006699;
    border-bottom: 1px dotted #006699;
    padding: 15px 0px 15px 0px;
    font-size: 90%;
    margin-bottom: 30px;
}
/* end content */


/* start footer */
#footer {
    background-color: #006699;
    text-align: left;
    padding: 5px 10px 5px 15px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 90%;
}
/* end footer */

/* start google map */
#map {
    margin-left: 20px;
    height: 450px;
}
/* end google map */


/* start blog */
#center {
	margin: 0px;
	float: left;
	clear: left;
	width: 510px;
	background-color: #FFFFEE;
	}

.contentleft {
	margin: 0px;
	padding: 15px 15px 5px 15px;
	background-color: #FFFFEE;
	font-size: 90%;
	}


.entryTitle {
	/*font-size: medium;*/
    font-size: 110%;
	text-align: left;
	font-weight: bold;
	border-left: 5px solid #006699;
	/* border-bottom: 1px dotted #006699; */
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}
	

.entryTitle a,
.entryTitle a:link,
.entryTitle a:visited,
.entryTitle a.active {
	color: #000000;
	text-decoration: none;
	}

.entryTitle a:hover {
	text-decoration: underline;
	}


.entryDate {
	color: #006699;
	
	text-align: left;
	font-weight: bold;
	}

#right {
	float: right;
	width: 210px;
	background-color: #FFFFEE;
	}

.adsenceText{
	margin: 20px 0px 20px 0px;
}

.contentleft p {
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	}

.contentleft blockquote {
	border: 1px solid #006699;
	padding: 5px;
	background-color: #FFFFEE;
	line-height: 140%;
	}

.contentleft li {
	line-height: 140%;
	}


.contentleft p.posted {
	/*font-size: small;*/
    font-size: 85%;
	text-align: left;
	border-top: 1px dotted #006699;
	
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
	}

.commentList {
	margin: 0px;
	padding: 15px 15px 5px 15px;
	background-color: #FFFFEE;
	font-size: 95%;
	}

.commentList p {
	/*font-size: small;*/
    font-size: 85%;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	}

.commentList blockquote {
	border: 1px solid #006699;
	padding: 5px;
	background-color: #FFFFEE;
	line-height: 140%;
	}

.commentList li {
	line-height: 140%;
	}


.commentList p.posted {
	/*font-size: x-small;*/
    font-size: 75%;
	text-align: left;
	border-top: 1px dotted #FFFFEE;
	
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
	}

.commentCaption {
	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	border-bottom: 0px solid #006699;
	
	margin-bottom: 15px;
	}


.entryCategory {
	font-weight: bold;
	}

.sidebar {
	padding: 15px;
	}

.categoryRecentEntries ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.categoryRecentEntries ul ul {
	margin-bottom: 0px;
	}

.categoryRecentEntries li {
	/* font-size: small;*/
    font-size: 85%;
	text-align: left;
	line-height: 140%;
	
	margin-top: 10px;
	list-style-type: none;
	}

.catRecentCaption {
	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	border-bottom: 0px solid #006699;
	
	margin-bottom: 20px;
	}




#calendar {
	line-height: 140%;
	/*font-size: x-small;*/
    font-size: 75%;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	/*font-size: x-small;*/
    font-size: 75%;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebarTitle {
    /* border-left: 5px solid #006699; */
    border-bottom: 1px dotted #006699;
	background-color: inherit;
	color: #000000;
	padding-left: 0px;
	/*font-size: small;*/
	font-size: 85%;
	
	text-align: left;
	font-weight: bold;
	
	}

.sidebar p {
	/*font-size: small;*/
	font-size: 85%;
	text-align: left;
	line-height: 140%;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar ul {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar li {
	/*font-size: small;*/
	font-size: 85%;
	text-align: left;
	line-height: 140%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar img {
	border: 0px solid #FFFFFF;
	}

.ranking {
	text-align: left;
	margin: 20px 0px 20px 0px;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	/*font-size: x-small;*/
	font-size: 75%;
	line-height: 140%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.search {
	/*font-size: x-small;*/
	font-size: 75%;
	line-height: 100%;
	text-align: left;
	padding: 2px;
	}

#powered {
	/*font-size: x-small;*/
	font-size: 75%;
	line-height: 140%;
	text-align: left;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}


/* end blog */
