/* File:			custom.css Description:	Custom styles for the Neoclassical Theme that you define  Use:  The <body> tag has been appended with the "custom" class, like so: <body class="custom">. You can use the "custom" class to overwrite *any* CSS declarations contained in this theme's style.css file.  For example, if you wish to change the default link color to green, you would add the  following declarations to this file:  	.custom a, .custom a:visited { color: #090; } <--- This makes links green 	 	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them  Why this works:  By using the "custom" class, you are creating more specific CSS declarations for HTML elements. CSS styling is applied through rules of specificity, and because declarations prepended with .custom are more specific, they get applied when the page is rendered! */ 


.custom a {color : #cc1c04;text-decoration : none;}

.custom a:visited { color : #861303; background-color:#fff;}
.custom a:hover { color : #861303;border-bottom : 1px dotted #861303;text-decoration:none;}

.custom #left_bar {border:0;}
.custom #right_bar {border:0;}

body.custom { background:#f0f0f0 url('http://rudyazhar.com/wp-content/uploads/2010/09/body-bg.jpg'); /*border:15px solid #44443f;*/}

.custom #container1{ width:880px; margin-top: 0em; margin-bottom: 0em; padding: 0.3em; }
.custom #container{ width:880px; margin-top: 0em; margin-bottom: 0em; padding: 0.3em; /*border: 1.5em solid transparent;*/}
.custom #page { background: #fafafa; }

.custom #masthead #logo a {width: 880px; height:53px; background:transparent; outline: none; margin:3px 10px 15px 0px;display: block; float: right;width: 242px; opacity: .75; }
.custom #masthead #logo a:hover, .custom #masthead #logo a:focus {opacity: 1;}
.custom #masthead p, #masthead #tagline { text-indent: -9999px;}
.custom #masthead #logo, .custom #header #tagline { }
.custom #masthead h1, #masthead #tagline { border-bottom:none ;text-indent: -9999px;}
.custom #masthead { padding:0px 0px 0px 0px; }

.custom #content { width: 600px; padding: 0px 10px 0px 0px;}
.custom #content_inner { width: 600px;}
.custom .sidebar { width: 250px; }
.custom #sidebox { width: 250px; }
.custom #footer { padding-top: 1.1em; padding-bottom: 1.1em; margin: 0 auto;  }

.custom #no_sidebar {width:870px; font-family: georgia, sans-serif; font-size: 1.1em;background-color:transparent;}
.custom #no_sidebar1 {width:870px; font-family: georgia, sans-serif; font-size: 1.1em;background: transparent;}

.custom .sidebar h2 {width:90%; border-left:14px solid #aab2c0; background:#eaeaec;padding:5px 0 5px 5px;font-variant: small-caps;}

.custom #commentform #submit { float:left; font: normal 1.2em/1.2em Candara, Verdana, sans-serif !important; padding: 0.231em 0.462em; text-transform: uppercase; letter-spacing: 1px; color: #f5f5f5; background: #444; border: 0.154em solid #111; border-top-color: #777; border-left-color: #777; cursor: pointer; width: auto; }

.custom #commentform #submit:hover { color: #fff; background: #d00; border-color: #9c0101; border-top-color: #fd4d4d; border-left-color: #fd4d4d; }

.custom #reply a{background-color: #c50a1f;color: #fff;cursor: pointer;font: italic bold 1em/1.2 Georgia, "Times New Roman", Times, Cambria, "Nimbus Roman No9 L", serif;border: 1px double #e35061;margin: 10px; padding: 5px 10px;width: auto;float:right;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: -moz-linear-gradient(top, #e1001a, #c50a1f);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1001a), color-stop(1, #c50a1f));
filter:	progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1001a', EndColorStr='#c50a1f');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1001a', EndColorStr='#c50a1f')";
-moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
-webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
text-shadow: 1px 1px 3px #333}

.custom #reply a:hover{background: #c50a1f;text-shadow: none;}

.custom .commentlist li .avatar {float: right;border:0;padding:5px; display: inline;margin: 0 0 5px 10px; background: url(http://www.chrisspooner.com/wp-content/themes/ChrisSpooner-V3/images/lines.png);}

.custom h2 a, h2 a:visited { color: #111; }
.custom h2 a:hover { border-bottom:0;}

.custom ul.children li{
background:transparent url(http://rudyazhar.com/wp-content/uploads/2010/09/reply.png) no-repeat scroll left 11px;border-left:none;border-bottom:2px solid:#ccc;margin-top:20px;margin-bottom:0px;padding:10px 10px 10px 30px;background-color:#f9f9f4;}

.custom .comment-reply-link { background: #ddd; color:#111; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.custom .comment-reply-link:hover {background:#B5CAD0 color:#111;-moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888;}
.custom .commentlist li { border-top:0px; }

.custom .commentlist li ul li {background-color:#f0f0f0; border:1px solid #d8d8d8;-webkit-border-radius: 2px;-moz-border-radius: 2px; border-radius: 2px;position: relative;}

.custom .commentlist li ul li:before, .custom .commentlist li ul li::after {
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
position: absolute;
bottom: 18px;
z-index: -1;
width: 50%;
height: 20%;content: "";
background: rgba(0, 0, 0, 0.7);
}

.custom .commentlist li ul li::after {-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
right: 5px;
left: auto;
}

.custom .navigation { border-left:18px solid #aab2c0; background:#eaeaec;border-top:0;}

.custom .commentlist li div.reply a:hover {border-bottom:none;}
.custom .komentar a {color:#333;}
.custom .komentar a:hover {background:#aab2c0; color:#f1f1f1;border-bottom:0;}
