/*
Theme Name: Auliarezza
Theme URI: http://www.auliarezza.com/
Description: Template for Auliarezza.
Version: 1.0
Author: Aria Rajasa
Author URI: http://rajasa.com/
Tags: family, blue, soft
*/

body {
	background: url(images/bg_header.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
}

ul li {
	list-style: none;
	background: url(images/bullet.jpg) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 0.4em;
}

#sidebar li, .sidebar li {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia;
	color: #313131;
}

img.centered, .aligncenter, div.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 4px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.header {

}

.logo {
	background: url(images/logo.jpg) no-repeat;
	width: 190px;
	height: 40px;
}

.search {
	background: url(images/bg_search.jpg) no-repeat;
	width: 224px;
	height: 40px;
}

.search input {
	border: 1px solid #fff;
	margin: 6px 0 0 35px;
	padding: 2px;
}

.submenu {
	padding-bottom: 20px;
}

.submenu-left {
	float: left;
	height: 33px;
	width: 11px;
	background: url(images/bg_rounded_left.jpg) top left no-repeat;
}

.submenu-right {
	height: 33px;
	background: #e7f4f7 url(images/bg_rounded_right.jpg) top right no-repeat;
}

.submenu ul {
	float: left;
	margin: 0;
}

.submenu ul li {
	float: left;
	list-style: none;		
	background: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.submenu ul li a, .submenu ul li a:visited {
	font-family: "Georgia";
	font-size: 14px;
	color: #3995af;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 110px;
	margin: 5px 0 0 0;
	padding-top: 2px;
}

.submenu ul li.current a, .submenu ul li a:hover {
	background: url(images/submenu_hilite.png) no-repeat;
}

/* Alternate Color */
/* ==================== */
/* Header green			*/
/* ==================== */

body.green {
	background: url(images/header/green/bg_header.jpg) repeat-x;
}

.green .logo {
	background: url(images/header/green/logo.jpg) no-repeat;
	width: 190px;
	height: 40px;
}

.green .search {
	background: url(images/header/green/bg_search.jpg) no-repeat !important;
	width: 224px;
	height: 40px;
}

.green .submenu-left {
	background: url(images/header/green/bg_rounded_left.jpg) top left no-repeat;
}

.green .submenu-right {
	background: #e7fed7 url(images/header/green/bg_rounded_right.jpg) top right no-repeat;
}

.green .submenu ul li a, .green .submenu ul li a:visited {
	color: #778d00;
}

/* ==================== */
/* Header yellow		*/
/* ==================== */

body.yellow {
	background: url(images/header/yellow/bg_header.jpg) repeat-x;
}

.yellow .logo {
	background: url(images/header/yellow/logo.jpg) no-repeat;
	width: 190px;
	height: 40px;
}

.yellow .search {
	background: url(images/header/yellow/bg_search.jpg) no-repeat !important;
	width: 224px;
	height: 40px;
}

.yellow .submenu-left {
	background: url(images/header/yellow/bg_rounded_left.jpg) top left no-repeat;
}

.yellow .submenu-right {
	background: #fdf7d7 url(images/header/yellow/bg_rounded_right.jpg) top right no-repeat;
}

.yellow .submenu ul li a, .yellow .submenu ul li a:visited {
	color: #eb8a00;
}

/* Sidebar */
.sidebar .module {
	margin: 0 0 30px 0;
}

.sidebar h3 {
	font-family: Georgia;
	font-style: italic;
	font-size: 22px;
	color: #313131;
}

.sidebar li, #sidebar li {
  background: none;
  padding-left: 0;
}

.sidebar li li, #sidebar li li {
	background: url(images/bullet.jpg) 3px 6px no-repeat;
	padding-left: 20px;

}

.content {
	padding-bottom: 40px;
}

.content h2 {
	font-family: "Georgia";
	font-size: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}

.content .post h2 {
  margin-left: 60px;
}

.content h2.pagetitle {
  font-family: Arial;
  text-transform: uppercase;
  font-weight: bold;
  color: #c11d1d;
  font-size: 14px;
  border: 0;
}

.content h2 a, .content h2 a:visited {
  color: #333;
  text-decoration: none;
}

.content .cat-info {
  background: url('images/bg_cat.jpg') top left no-repeat;
  padding-left: 20px;
  float: left;
}

.content .cat-info a, .content .cat-info a:visited {
  text-decoration: none;
  color: #888;
}

.content .com-info {
  float: right;
  background: url('images/bg_com.jpg') top left no-repeat;
  padding-left: 20px;
}

.content .com-info a, .content .com-info a:visited {
  text-decoration: none;
  color: #888;
}

.content .entry {
  clear: both;
  padding-top: 20px;
}

.content .post-date{
  float: left;
  width: 51px;
  height: 54px;
  display: inline;
  background: url(images/bg_cal.jpg) no-repeat;
  text-align: center;
  margin: 0 10px 0 0;
}

.content .post-date .day {
  font-size: 18px;
  color: #444;
}

.content .post-date .month {
  color: #fff;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
}

.content .post a.more-link, .content .post a.more-link:visited {
  color: #666;
  text-decoration: none;
}

.content .page-nav {
	display: block;
	height: 21px;
	background: url(images/nav_left.jpg) top left no-repeat;
}

.content .page-nav span.inside {
	display: block;
	height: 21px;
	background: url(images/nav_right.jpg) top right no-repeat;
	margin-left: 10px;
	padding: 2px 0 0 2px;
}

.content .page-nav a {
	color: #fff;
	text-decoration: none;
}

.content .page-nav .previous-entries a {
	background: url(images/nav_prev.jpg) center left no-repeat;
	padding-left: 10px;
}

.content .page-nav .next-entries a {

}

ol.commentlist {
	margin:0;
	padding:0;
}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
}	

.commentlist a:link, .commentlist a:visited {
	color:#333;
}

.commentlist a:hover, .commentlist a:active {
	color:#b11d1d;
}

.commentlist cite img {
	padding:1px;
	border:1px solid #ccc;
	float:left;
	margin-right:9px;
}

.commentlist .author {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
  color: #333;
}

.commentlist .time {
	
}

.commenttext {
	background: #e7f4f7;
	border-top:1px solid #69f;
	padding: 10px 20px;
	color: #333;
}

#respond {
  background: #eee;
  padding: 10px;
  border-top: solid 1px #39f;
  border-bottom: solid 1px #39f;
}

hr.separator {
	background: none;
}

.footnote {
	padding: 20px 0;
	background: url(images/bg_footnote.jpg) repeat-x;
}

.footnote ul li {
	background: url(images/bullet_2.jpg) center left no-repeat;
}

.footnote h3 {
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}

.footnote a, .footnote a:visited {
	color: #2a3200;
	text-decoration: none;
}

.footnote a.readon {
	text-decoration: underline;
}

.footnote .module-big {
	background: url(images/module-big-bg.png) no-repeat;
	color: #fff;
	padding: 20px;
}

.footnote .module-big h3 {
	font-size: 24px;
}

.footnote .module {
	padding: 20px 0 10px 0;
}

.footnote.front {
  background: #cec579;
  border-top: solid 5px #e6dd80;
  padding: 0;
}

.footnote.front .module-big {
	background: none;
	color: #383838;
	padding: 20px 0 10px 0;
}

.footnote.front h3 {
	color: #a93c2e;
	border-bottom: 1px dashed #333;
}

.footnote.front .module-big h3 {
  color: #a11d1d;
}

.frontgallery {
  background: url('images/bg_frontgallery.jpg') top left repeat-x;
  padding: 15px 0;
}

.flickr-gallery {
  background: url('images/flickr-logo.jpg') top left no-repeat;
  padding-left: 20px;
}

.flickr-gallery img {
  margin-right: 5px;
}

.footer {
	display: block;
	background: #6e8202;
	text-align: center;
	font-size: 10px;
	padding: 8px 0;
	color: #fff;
}

/* Blueprint fix */
.container:after {
  content:"";
}

/* Flickr Gallery */
.content .flickr_gallery img {
  border: solid 2px #ddd;
  margin: 0 15px 15px 0;
}

.front .flickr_gallery img {
  width: 50px;
  height: 50px;
  margin: 0 5px 5px 0;
  border: solid 1px #ddd;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Unique Plugin Styling */
li.widget-item, li.categories {
  margin-bottom: 20px;
}

li.categories a, li.categories a:visited {
  text-decoration: none;
  color: #333;
}

li.widget-item a, li.widget-item a:visited {
  text-decoration: none;
  color: #333;
}

/* Menu Dapur styling */
.col3 {
  background: #eee;
  padding: 5px 0;
  margin-bottom: 10px;
  height: 350px;
}

.col3 .entry {
  margin: 0 5px;
  padding: 0;
}

.col3 .post-thumbnail {
  width: 220px;
  height: 220px;
}

.col3 h3 a, .col3 h3 a:visited {
  color: #000;
  text-decoration: none;
}

.col3 h3 a:hover {
  color: #d00;
}

/* Cerita Lainnya Styling */
ul.catlist-content li {
	list-style: none;
	background: url(images/bullet.jpg) 3px 6px no-repeat;
	padding-left: 20px;
	margin-bottom: 0.4em;
}

/* Header Banner Image */
img.header-img {
  border: solid 1px #ccc;
  background: #eee;
  margin-bottom: 15px;
}

/* Sidebar Calendar */
#wp-calendar caption {
	padding: 5px 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background: #adf;
	border-top: solid 3px #39c;
	border-bottom: solid 3px #39c;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #fc0;
	-moz-border-radius: 15%;
	/* -webkit-border-radius: 15%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: gainsboro;
}
#wp-calendar th {
	color: white;
	margin: 0;
	padding: 3px 6px;
	background-color: #173b6d;
	font-size: 10px;
	text-align: center;
	border: thin solid darkgray;
}
#wp-calendar td {
	border: thin solid darkgray;
	background-color: white;
	text-align: center;
}