/*
Theme Name: Indonesia Canadian Congress Theme
Theme URI: http://www.indonesiacanada.org/
Description: The current Indonesia Canadian Congress theme.
Version: 1.0
Author: Pande Hartana
Author URI: http://www.kanasolution.com/
Tags: icc

*/
@charset "utf-8";

/* CSS Document */

/*////////// GENERAL //////////*/

body {
	background:#ccc url(images/html_back.png) repeat;
	margin:0px;
	padding:5px;
}

#container {
	width:955px;
	border:1px solid #000;
	margin:0 auto;
	position:relative;
}

#content_container {
	background:#fff url(images/content_back.png) repeat-y;
}

#main_container {
	width:745px;
	float:right;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#000;
}

#side_container {
	width:210px;
	float:left;
}

/*////////// TYPEOGRAPHY //////////*/
		


/*////////// HEADERS //////////*/

#header {
	height:218px;
	background:#666 url(images/header_small.png) no-repeat;
}

#header p,
#header h1,
#header h2 {
	display:none;
}

#breadcrumb {
	position:absolute;
	top:180px;
	left:210px;
	width:725px;
	border-bottom:1px dotted #999;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#999;
	margin-bottom:10px;
	padding-bottom:5px;
}

#breadcrumb a {
	color:#5e6c9d;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#900;
	text-decoration:underline;
}

/*////////// CONTENT //////////*/

#content {
	margin-right:20px;
}

/*////////// SIDEBARS //////////*/

#main_menu {
	width:198px;
	background-image:url(images/menu_back.png);
	background-repeat:repeat-y;
}

#main_menu_bottom {
	width:198px;
	height:49px;
	background:#900 url(images/menu_bottom_small.png) no-repeat;
}

#side_search {
	width:198px;
	background:url(images/search_back.png) repeat-y;
}

#side_search h2 {
	margin:0 10px 10px 0px;
	height:25px;
	padding:0px 10px 0px 10px;
	color:#960404;
	font:italic normal 25px Georgia, "Times New Roman", Times, serif;
	border-bottom:0px;
	display:none;
/*	:1px dotted #960404;
*/}

#side_search #searchform .hidden {
	display:none;
}

#side_search #searchform .search_input {
	font:normal 12px Tahoma, Geneva, sans-serif;
	border:1px solid #5c5c5c;
	width:160px;
	padding-right: 3px;
	padding-left: 3px;
}

#side_search #searchform #searchsubmit {
	font-size:11px;
	border: 1px solid #5c5c5c;
  color:#5f677b;
	background-image:url(images/elements/btn_bg.gif);
	padding: 2px 10px 2px 10px;
	margin-top:2px;
	cursor: pointer;
	font-weight:normal;
	text-decoration:none;
}

#sidebar {
	width:198px;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:left;
}

#sidebar h2 {
	height:30px;
	font:italic normal 22px Georgia, "Times New Roman", Times, serif;
	background:url(images/side_header_back.png) no-repeat;
	color:#fff;
	padding:17px 10px 0 10px;
	margin:0;
	border-bottom:0px;
}

#sidebar h2 a {
	color:#fff;
	text-decoration:none;
}

#sidebar ul {
	margin:0;
	padding:10px 0;
	list-style:none;
	background:url(images/search_back.png) repeat-y;
}

#sidebar .side_bottom {
	height:20px;
	background:url(images/side_bottom.png) no-repeat;
}

#sidebar li {
	list-style:none;
	margin:0px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	padding:4px 15px 4px 10px;
	color:#660101;
}

#sidebar li:hover {
}

#sidebar li a {
	color:#ccc;
	text-decoration:underline;
}

#sidebar li a:hover {
	color:#fff;
}

/* Calendar */
#calendar_wrap {
	width:198px;
	background:url(images/search_back.png) repeat-y;
}

#wp-calendar {
	margin:0px 18px 10px 10px;
	width:170px;
}

#wp-calendar caption {
	font-weight:bold;
	font-size:12px;
	padding:2px;
	border-bottom:1px solid #ccc;
	color:#ccc;
}

#wp-calendar th {
	text-align:right;
	color:#ccc;
}

#wp-calendar td {
	text-align:right;
	color:#660101;
}

#wp-calendar td a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#ccc;
}

#wp-calendar td a:hover {
	color:#fff;
}

#wp-calendar tfoot #prev {
	text-align:left;
}

#wp-calendar tfoot #next {
	text-align:right;
}

.side_link_event {
	width:180px;
	margin:10px auto;
	text-align:center;
}

/*////////// NAV //////////*/

#top_nav_menu {
	position:absolute;
	top:96px;
}

#cur_date {
	position:absolute;
	top:134px;
	padding-left:10px;
	color:#333;
	font:bold 10px Arial, Helvetica, sans-serif;
}

#sign_box {
	position:absolute;
	top:134px;
	width:955px;
	text-align:right;
	color:#333;
	font:bold 10px Arial, Helvetica, sans-serif;
}

#sign_box h2 {
	display:none;
}

#sign_box ul,
#sign_box li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}

#sign_box ul {
	padding-right:5px;
}

#sign_box li {
	display:inline;
	border-right:1px dotted #b8b8b8;
}

#sign_box li:first-child {
	border-right:none;
}

#sign_box li span {
	padding:1px 10px 3px 10px;
	color:#ccc;
}

#sign_box a {
	color:#333;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:1px 10px 3px 10px;
}

#sign_box a:hover {
	color:#fff;
	background-color:#424242;
}

.page_navigation {
	padding:10px;
	background-color:#fafafa;
	border:1px solid #ccc;
	font-size:11px;
	text-align:center;
}

/*////////// BLOG ELEMENTS //////////*/

#searchform {
	margin:0px 10px;
}

#searchform .hidden {
	display:none;
}

#searchform .search_input {
	font:normal 12px Tahoma, Geneva, sans-serif;
	border:1px solid #5c5c5c;
	width:170px;
	padding-right: 3px;
	padding-left: 3px;
}

#searchform #searchsubmit {
	font-size:11px;
	border: 1px solid #5c5c5c;
  color:#5f677b;
	background-image:url(images/elements/btn_bg.gif);
	padding: 2px 10px 2px 10px;
	margin-top:2px;
	cursor: pointer;
	font-weight:normal;
	text-decoration:none;
}

.doc_title h1 {
	color:#555;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	margin:10px 0 25px 0;
	padding:0;
}

.page_title h1 {
	color:#555;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0 0;
	padding:0;
}

.page_title h1 a {
	color:#555;
	text-decoration:none;
}

.page_title p {
	color:#999;
	font:normal 10px Arial, Helvetica, sans-serif;
	margin:0 0 25px 0;
	padding:0;
}

.page_entry {
	color:#282727;
	padding-left:50px;
	margin-bottom:60px;
	font:normal 12px/17px Georgia, "Times New Roman", Times, serif;;
}

.page_entry p.more-link {
	font-size:11px;
	text-align:right;
	color:#c30;
}

.page_entry p.more-link a {
	color:#c30;
	text-decoration:none;
}

.page_entry p.more-link a:hover {
	color:#cc9933;
}



/*////////// FOOTER //////////*/

.pushbottom {
	clear:both;
}

#footer {
	height:100px;
	background:#666 url(images/footer.png) no-repeat;
}

#copyright {
	padding:58px 0 0 10px;
	color:#b6b6b6;
	font:normal 11px Arial, Helvetica, sans-serif;
}

#copyright a {
	color:#b6b6b6;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

/*////////// IMAGES //////////*/		

img {
	border:0px;
}

a img.links {
  border: 1px solid #e0dfdf;
}

a:hover img.links {
  border: 1px solid #900;
}

/*////////// HOME PAGE //////////*/		

#news_event {
	margin-bottom:30px;
}

#event_box {
	width:360px;
	float:left;
}

#event_box h2 {
	height:20px;
	padding:10px 10px 0px 10px;
	margin-right:10px;
	color:#555;
	font:italic normal 20px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #727272;
}

#event_box ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:15px;
}

#event_box li {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff url(images/elements/list_dot.gif) no-repeat;
	background-position:0px 7px;
	font:normal 12px/14px Georgia, "Times New Roman", Times, serif;;
	padding:4px 5px 4px 15px;
}

#event_box h2 a {
	color:#555;
	text-decoration:none;
}

#news_box {
	width:360px;
	float:right;
}

#news_box h2 {
	height:20px;
	padding:10px 10px 0px 10px;
	margin-left:10px;
	color:#555;
	font:italic normal 20px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #727272;
}

#news_box h2 a {
	color:#555;
	text-decoration:none;
}

#news_box ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:15px;
}

#news_box li {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff url(images/elements/list_dot.gif) no-repeat;
	background-position:0px 7px;
	font:normal 12px/14px Georgia, "Times New Roman", Times, serif;
	padding:4px 5px 4px 15px;
}

#home_blog h1 {
	height:20px;
	padding:30px 10px 0px 10px;
	margin-left:0px;
	color:#555;
	font:italic normal 20px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #727272;
}

#home_blog h1 a {
	color:#555;
	text-decoration:none;
}

#home_blog h2 {
	color:#555;
	font:normal normal 16px Georgia, "Times New Roman", Times, serif;
	border-bottom:0px;
	margin-left:10px;
}

#home_blog .home_entries {
	color:#606060;
	font:normal 12px/17px Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
}

#home_blog .home_entries li {
	color:#606060;
	font:normal 12px/17px Georgia, "Times New Roman", Times, serif;
}

#home_blog .home_entries .more-link {
	text-align:right;
}

/*////// COMMENT FORM ///////////*/

#respond h3 {
	font:italic normal 17px Georgia, "Times New Roman", Times, serif;
	color:#555;
}

#respond p {
	font-size:11px;
	color:#999;
}

.input-text {
	font-size: 11px;
	border:1px solid #9baaaf;
	border-bottom:1px solid #aabbbf;
	padding-right: 3px;
	padding-left: 3px;
}

.input-textarea {
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #9baaaf;
	border-bottom:1px solid #aabbbf;
	padding-right: 3px;
	padding-left: 3px;
}

.input-button {
	font-size:11px;
	border: 1px solid #a1a8ba;
	color:#5f677b;
	background-image:url(images/elements/btn_bg.gif);
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	font-weight:normal;
	text-decoration:none;
	margin-top:2px;
}

.input-button:hover {
	color:#b8161f;
	text-decoration:none;
	background-image:url(images/elements/btn_bg_hover.gif);
}

#commentform label {
	font-style:italic;
	font-size:10px;
	color:#999;
}

#commentform .required {
	border:2px solid #9baaaf;
}


/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design 
elements you want to add can go here*/
