/* COMMON */

.red {
	color:#ff0000;
}

.blue {
	color:#0000ff;
}

.ct {
	text-align:center;
}


/* BASIC LAYOUT */


#search {
	background-image:url(/ariga//img/bg_ariga04.gif);
	background-repeat:no-repeat;
	padding:40px 20px 0px 20px;
	height:98px;
}

.bottom {
	background-image:url(/ariga//img/bg_ariga06.gif);
	background-repeat:no-repeat;
}

.sidebar table {
    margin-bottom:25px;
}


#maplink {
	margin:0px 0px 15px;
}

#banner h1 {
	margin:0px 0px 15px;
}

#m_table {
	background-image:url(/ariga//img/bg_ariga01.gif);
	background-repeat:no-repeat;
}


/* MAIN */

#line {
     background-image:url(/ariga//img/bg_ariga02.gif);
	 background-repeat:repeat-y;
}

#line_small {
     background-image:url(/ariga//img/bg_ariga05.gif);
	 background-repeat:repeat-y;
}

#entry {width:470px;margin-left:auto;margin-right:auto;}

.entry a {
	text-decoration:underline;
}

h3 {
	text-align:right;
	margin-top:28px;
	margin-right:48px;
	margin-bottom:3px;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

.entry h2 {
	margin:0px 0px 10px;
	border-bottom:solid 2px #ca9f74;
	padding:6px 0px 4px 0px;
	font-size:16px;
	color:#782e01;
}

.entry .entrybody {
	margin-bottom:10px;
	font-size:12px;
	line-height:150%;
}

.entry p {
	font-size:12px;
}

.entry p.posted {
	font-size:10px;
	margin:0px 0px 0px;
	border-top:solid 2px #c99e71;
	padding:3px 0px;
	text-align:right;
}

.entrybody a {
	color:#ff0000 !important;
}

.entry h4 {
	border-top:dotted 2px #7f2822;
	font-size:14px;
	color:#7f2822;
}


/* COLUMNS */

.sidebar a {
	text-decoration:underline;
}

#profile {
	margin-bottom:15px;
}

#profile h2 {
	margin-bottom:10px;
}

#profile p {
	padding:10px;
}

#calendar {
	margin-bottom:15px;
}

#calendar h2 {
	margin-bottom:5px;
}

#calendar table {
	width:165px;
	margin:0px auto 10px;
}

#calendar td {
	text-align:right;
}

#calendar caption {
	text-decoration:none;
}

#calendar a {
	color:#ff0000 !important;
}

#archive {
	margin-bottom:15px;
}

#archive ul {
	margin-right:10px;
}

#recentcomment {
	margin-bottom:15px;
}

#recentcomment ul {
	margin-right:10px;
}

#recenttrackback {
	margin-bottom:10px;
}

#recenttrackback ul {
	margin-right:10px;
}

#categories {
	margin-bottom:15px;
}

#categories ul {
	margin-right:10px;
}

#recententry {
	margin-bottom:15px;
}

#recententry ul {
	margin-right:10px;
}


/* COMMENT FORM */

#commentform {
	width:749px;
	border-right:solid 1px #999999;
	padding:0px 15px;
	border-left:solid 1px #999999;
}

#commentform h4 {
	margin:20px 0px 10px;
	border-top:dotted 2px #7f2822;
	padding-top:5px;
	font-size:12px;
	color:#7f2822;
}

#commentform p {
	font-size:12px;
}

#commentform p.posted {
	margin:0px 0px 50px;
	border-top:dotted 1px #7f2822;
	padding-top:3px;
	text-align:right;
}

