/*
Theme Name:CSS3sederhana
Theme URI:http://www.indaam.com/wpthemes/CSS3sederhana
Description:The simple CSS3 theme from (Bontang)Indonesia and use CSS3 for layoust. Features : five color scheme, left or right sidebar, pavicon url, flexible or fixed width, custom css, suport ads, post excerpts(auto read more) with wp thumbnails, customizable font styles and font size to single and page, suport social (facebook, twitter), text or logo header, custom background, suport wp nav menu, load image == disable image. Tested with WP 3 and browsers - Firefox, IE7, IE8, Opera and Chrome. Happy blogging :)
Author:<a href="http://www.indaam.com/">Indam</a> &amp; <a href="http://www.salsabeela.com/">Ollie</a>
Author URI:http://www.indaam.com
Version:0.1
Tags:silver, white, two-columns, fixed-width, theme-options, custom-header, custom-background, threaded-comments, right-sidebar
License:GNU General Public License v3.0 
License URI:http://www.opensource.org/licenses/gpl-3.0.html
*/

/* wp */
.aligncenter, div.aligncenter {
margin:0 auto;
text-align:center;
display:block;
padding:5px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}

.navigation{
margin:0;
padding:0;
clear:both;
font-size:120%;
}

img{
max-width:100%;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
padding:7px;
}

p img{
padding:0;
max-width:100%;
}

img.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}

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

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

.wp-caption {
text-align:center;
padding:5px 0;
-moz-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 {
line-height:110%;
margin:0;
padding:5px 0;
}

.hidden {
display:none;
visibility:hidden;
}

.gallery-caption{
margin:5px auto;
padding:2px;
}

.sticky{font-weight:bold;}

/* //end wp */

a:focus{
outline:none;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color:red!important;
}

input {
padding:4px;
margin:4px 2px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
input[type="submit"]{
padding:5px 6px;
/*  */
}
input[type="submit"]:hover{
/* */
}
input:focus{
background:#fffff1;
}
input[type="submit"],
input[type="reset"],
option,
select{
cursor:pointer;
}

select{
padding:2px;
margin:4px 0;
min-width:100%;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

/*
wp-calender */
#wp-calendar #prev a, #wp-calendar #next a{
font-size:16px;
}

#wp-calendar a{
text-decoration:none;
font-weight:bold;
}

#wp-calendar thead{
}

#wp-calendar caption{
font:bold 19px times;
text-align:center;
}

#wp-calendar th{
font-weight:bold;
text-transform:capitalize;
width:7%;
}

#wp-calendar td{width:7%;
text-align:center;
}

#wp-calendar #prev{
text-align:left;
}

#wp-calendar #next{
text-align:right;
}
/*
end wp-calender */
.entty h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
padding:0!important;
margin:5px 0 !important;
font-family:arial!important;
font-weight:bold!important;
text-transform:capitalize!important;
}
.entry h1{
font-size:24px;font-family:arial!important;
padding:0!important;
margin:5px 0 !important;
}

.entry h2{
font-size:22px!important;
}

.entry h3{
font-size:20px;
}

.entry h4{
font-size:19px;
}

.entry h5{
font-size:18px;
}

.entry h6{
font-size:17px;
}

.entry p{
line-height:120%;
}

.entry blockquote{
margin:30px 10px 30px 25px;
padding:5px 5px 5px 10px;
text-align:left;
}

.entry code{
font-style:italic;
font-size:80%;
font-family:courier;
}