/*  
Theme Name: Ayumi
Theme URI: http://www.jauhari.net/themes/ayumi
Description: <p>Ayumi Theme is clean layout that build with 3 Columns Layout. And this Theme I dedicated to Ayumi Hamasaki. </p><ul style="list-style:none;"><li>* Right Sidebar</li><li>* Widget Ready</li><li>* Change About text via Admin Profile</li><li>* Tested on WordPress 2.1.x</li></ul> <p>Visit the <a href="http://www.jauhari.net/themes/ayumi">Theme Page</a> for theme update and other related information.</p><p>The CSS, XHTML and design is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a></p>
Version: 1.2
Author: Nurudin Jauhari
Author URI: http://www.jauhari.net/

	This theme was designed and built by Nurudin Jauhari,
	whose blog you will find at http://jauhari.net/themes/ayumi
	Crafted on 19 July 2007
	Last Edit: 24 August 2007 15.00  +7 GMT

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
}


img
{
	border: 0;
}
.entry img { }


p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 0 0;
}
hr
{
	display: none;
}
body
{
    background: url("images/body-bg.gif") repeat scroll 0 0 transparent;
    color: #333333;
    font: 90%/1.6em "Lucida Sans Unicode","Lucida Grande",LucidaGrande,"Lucida Sans",Geneva,verdana,tahoma,arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#top {
    background: url("images/top-bg.gif") repeat scroll 0 bottom transparent;
    border-bottom: 1px solid #FFFFFF;
    height: 70px;
    margin-bottom: 20px;
}
#page {
	text-align: left;
	width: 950px;
	border-top: none;
	margin: 0 auto;
	overflow: hidden;	
	/*background: url("images/bg-gradient.gif") 0 bottom repeat-x; */
}
#headr {
	width: 950px;
	margin: 0 auto 5px;
	color: #C3EAFB;
	position: relative;
	text-align: left;
	height: 70px;
}
#logo h1 {
	margin: 5px 0 0;
	font-size: 2.5em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#logo h1 a {
	color: #fff;
	}
#logo h1 a:hover {
	color: #D7F7D4;
	}
#logo .description {
	color: #E9FFFF;
	font-size: 1.2em;
	margin-top: 0px;
	}

#logo {
   	background: url("images/logo.gif") no-repeat scroll 0 0 transparent;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
	z-index:100;
}

#top-rss {
	position: absolute;
	right: 0;
	top: 0;
}
#top-img {
	width: 930px;
	margin: 20px auto;
	background: #F7FFFF;
	height: 90px;
	border: 10px solid #BBC5C6;
	display: none;
}
#headr #top-menu {
	position: absolute;
	left: 0;
	bottom: -1px;
}
/* Menu */
ul#menuv {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
ul#menuv li {
	float: left;
	margin-right: 4px;
}

ul#menuv li a {
	background: url("images/items-bg.gif") repeat-x scroll 0 -35px transparent;
	padding: 6px 10px;
	display: block;
	color: #fff;
	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	
	text-shadow: -1px -1px 1px #96b395;
	filter: dropshadow(color=#96b395, offx=-1, offy=-1); 
	
	behavior: url("/pie/PIE.htc");
	
}

ul#menuv li a:hover {
	background: url("images/items-bg.gif") repeat-x scroll 0 -70px transparent;
	color: #fff;
}

ul#menuv li.current_page_item a {
	background: url("images/items-bg.gif") repeat-x scroll 0 0 transparent;
	color: #6bb9fe;
	font-weight: bold;
	
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1); 
}

#content-wrap {
	float: left;
	width: 100%;
}

#content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BFCBDB;
    margin: 0 300px 0 0;
}
.post {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
}
.post2 {
}

.side {
    float: left;
    margin-left: -300px;
    width: 220px;
}
.side1 {
	width: 280px;
	float: left;
	color: #333;
	margin-left: -0px;
	color: #498EB8;
    margin-left: 10px;	
}
.side2 {
	color: #498EB8;
	width: 220px;
	float: left;
	color: #333;
}
#content .gap {
	padding: 20px;
}
.side1 .gap {
}
.side2 .gap  {
	margin: 0 0 0 10px; 
}
#out-foot {
	width: 100%;
	float: left;
}

#footer {
	margin: 0 auto 0;
	width: 950px;
	color: #666;
	font-size: 11px;
	text-align: left;
}
#footer a {
	color: #4D71A5;
	text-decoration: underline
}
#footer a:hover {
	color: #4D71A5;
	text-decoration: none;
}
/* Design 
******************** */
.side1  ul, .side2  ul, .side ul{
	list-style: none;
}
.about a:link, .about a:visited {
	background: #D7F7D4;
	color: #34B027;
	padding: 0 2px;
}
.about a:hover {
	background: #34B027;
	color: #D7F7D4;
	padding: 0 2px;
}


.linkcat, .widget, .boxy, .categories {
	padding: 0 8px;
	background: url(images/widget-bg.gif) repeat-y center top;
	width: 264px;
	position:relative;
}

.widgettitle {
	background: url(images/widget-title-bg.gif) no-repeat center top;
	height:44px;
	font: bold 1.4em/46px "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #ffffff;	
	text-align: center;
}

.widget.ilwp_widget_tag_cloud  .widgetbody { padding:0 15px; }

.widget .widgetfooter { 
	background: url("images/widget-footer.gif") no-repeat scroll center bottom transparent; 
	display:block;
	height:20px;
	width: 280px;
	position:absolute;
	bottom:-10px;
	left:0;
}
    

.boxi {
	padding: 10px;
	border: 1px solid #3AC52C;
	/*background: url(images/bg-gradient.gif) 0 bottom repeat-x;*/
}

.boxi  ul li {
	padding: 2px 0;
	margin-left: 15px;
	list-style: square;
	color: #C20F0F;
}
.side1  ul li ul li, .side2  ul li ul li {
    background-color: #E9F0FA;
    color: #C20F0F;
    margin-bottom: 2px;
    padding: 0 10px;
}

.side1  ul li ul li:hover, .side2  ul li ul li:hover {
    background-color: #e2f8e0;
}

.side1  ul li ul li ul li{
	border: none;
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat, .about  {
	margin-bottom: 20px;
}
.side2 .boxy, .side2 .linkcat {
}
.side1 h2, .side2 h2{

}
.side1 ul li ul li a:link, .side1 ul li ul li a:visited,.side2 ul li ul li a:link, .side2 ul li ul li a:visited{
	color: #4d71a5;
}

.side1 ul li ul li  a:hover,.side2 ul li ul li  a:hover{
	color: #b4362d;
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #FFC757;
	font-weight: bold;
}

/* Search
************************ */

input#searchsubmit
{
	margin: 0;
}

input.email, input#s { 
	background:url(images/input_mail_bg.gif) no-repeat left center; 
    padding: 4px 4px 4px 30px;
    width: 174px;
	border: none; 
	height:22px;
	color: #555555;
}

input#s {
	background:url(images/input_search_bg.gif) no-repeat left center; 
}

input.widgetsubmit {

	
}


/* Design  Typo
********************* */
h1.pagetitle {
	text-align: left;
	font: 1.5em Arial, verdana;
	border-bottom: 1px solid #ccc;
}

.post h1 {
	font: bold 1.7em Arial, "Trebuchet MS", Verdana, sans-serif;	
	color: #C20F0F;
}
.post h1 a:link, .post h1 a:visited {
	color: #2E9B22;
	padding: 0 5px;
	background: #D7F7D4;
}
.post h1 a:hover {	
	color: #fff;
	background: #498EB8;
}

h2.pagetitle {
	text-align: left;
	font: 1.2em Arial, verdana;
	border-bottom: 1px solid #ccc;
}

.post h2 {
	font: bold 1.2em Arial, "Trebuchet MS", Verdana, sans-serif;	
	color: #C20F0F;
}
.post h2 a:link, .post h2 a:visited {
	color: #2E9B22;
	padding: 0 0px;
}
.post h2 a:hover {	
	color: #4d71a5;
}
.post a:hover {
}
.date, .catr {
    color: #666;
    font-size: 75%;	
	padding-left: 20px;
}

.date { background: url("images/ico/date.gif") no-repeat 0 2px }
.catr { background: url("images/ico/category.gif") no-repeat 0 2px }

p.meta {
	font-size: 100%;
	color: #4D7E8F;
}	
p.meta2 {
	text-align: right;
	font-size: 100%;
	color: #498EB8;
	border-top: 2px solid #D4EAF7;
	padding: 5px 0 0 0;
}
p.meta2:hover {
	border-top: 2px solid #D7F7D4;
}
p.meta a:link, p.meta a:visited, p.meta2 a:link, p.meta2 a:visited {
	color: #498EB8;
	padding: 2px 4px;
	background: #D4EAF7;
}
p.meta a:hover,p.meta2 a:hover {
	color: #2E9B22;
	background: #DAF7D4;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.entry p a:link, .entry p a:visited {
	border-bottom: 1px solid #4D71A5;
	color: #4D71A5;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
/* Comment Etc
********************* */
.navigation 
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #3AC52C; 
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	font-size: 11px;		
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed.png) no-repeat left center;
	padding: 2px 2px 2px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.png) no-repeat left center;
	padding: 2px 2px 2px 20px;
}
input.textbox, textarea, textarea, input#url, input#email, input#author
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit {
	background: #2E9B22;
	color: #fff;
	padding: 3px 5px;
	border: #227118 solid 2px;
	border-top: 2px solid #34B027;
	border-left: 2px solid #34B027;
}
#submit:focus, #submit:hover {
	background: #227118;
	color: #fff;
	border: #000 solid 2px;
	border-top: 2px solid #2E9B22;
	border-left: 2px solid #2E9B22;
}


.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #f9f9f9;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #2E9B22;
	text-transform: uppercase;
}

#comment {
	width: 98%;
}

.commr {
	background: url(images/commr.gif) no-repeat center center; 
	width:118px; height:25px;
	font-size:12px; 
	text-align:center;
overflow:hidden;
}

.commr a { color:#b4362d; }
.commr a:hover { color:#4d71a5; }

.akpc_pop { color:#CCC; font-size:10px; float:right; }


fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #921A14;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #921A14;
	padding: 5px;
	background: #F7D5D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #921A14;
padding: 2px;
}

/* Change Log *** 
1.0	: Public Releaed
1.1	: Fixed Sidebar and Footer Issue
1.2	: Fix Comments and Background Overlap
*** */

/* plexan */


    #main {
      width: 650px;
      margin: 0 auto;
    }

    #content-slider {
		background: none repeat scroll 0 0 #DEDEDE;
		border: 1px solid #C4C4C4;
		border-radius: 2px 2px 2px 2px;
		height: 2px;
		margin: 5px;
		position: relative;
		width: 615px;
    }

    .ui-slider-handle {
		background:url(/images/ui-slider-handle.png) no-repeat center center;
	    width: 25px;
		height: 25px;
		position: absolute;
		top: -10px;
		margin:0;
		padding:0;
    }

    #content-scroll {
		height: 240px;
		margin-left: 10px;
		margin-top: 10px;
		overflow: hidden;
		width: 630px;
    }

    #content-holder {
      width: 1500px;
      height: 270px;	  
    }

    .content-item {
	  	float: left;
		height: 240px;
		margin-right: 12px;
		padding: 0;
		width: 200px;
  	}
  
	.recent_post {
		height:328px; 
		width:648px; 
		border:1px solid #ccc; 
		border-radius: 10px 10px 0 0; 
		background: url(/images/bg_top_pop.png) repeat scroll 0 0 transparent;
		display:none;
	}

	.recent_post.tw {
		background: url(/images/top_pop_tw_bg.gif) repeat scroll 0 0 transparent;		
	}
	
	.recent_post.fb {
		background: url(/images/top_pop_fb_bg.gif) repeat scroll 0 0 transparent;
	}

	.recent_post.active {
		display:block;		
	}

	.top_comm {
		background: url(/images/top_pop_comm_bg.gif) no-repeat center center;	
		text-align:center;
		padding:5px;
		color:#FFF;
	}
	
	.tw .top_comm {
		background: url(/images/top_pop_twit.png) no-repeat center center;	
	}
	
	.fb .top_comm {
		background: url(/images/top_pop_recomend.png) no-repeat center center;	
	}	
	
	.top_link {
		display:block;
		overflow:hidden;
		height:50px;
		text-align:center;
		color: #333333;
	}
	
	.top_link a	{ color: #333333; }
	.top_link a:hover 	{ color: #4d71a5; }
	
	.rp_header {
		background: none repeat scroll 0 0 #F9F9F9;
		border-bottom: 3px solid #99CD60;
		border-radius: 10px 10px 0 0;
		display: block;
		height: 45px;
		line-height: 45px;
		margin-bottom: 10px;
		padding-left: 250px;
		vertical-align: middle;		
		color:#99cd60; font-size:16px;
	}
	
	.fb .rp_header {
		border-bottom: 3px solid #6783b8;
		color:#6783b8;	
	}
	
	.tw .rp_header {
		border-bottom: 3px solid #56c8ed;
		color:#56c8ed;	
	}	
	
	.image_wrapper {
		background:#FFF; 
		width:200px; 
		height:140px; 
		overflow:hidden; 
		text-align:center; 
		border: 2px solid #ccc; 
		vertical-align:middle;	
	}
	
	.social_tabs {
		height: 45px;
		width: 230px;		
		position:absolute;
		top:1px; left:1px;
	}
	
	.social_tabs .tab {     
		/*border: 1px solid #CCCCCC;*/
		background: url(/images/social_tabs_icons.png) no-repeat;
	    display: block;
    	float: left;
	    height: 45px;
	    width: 74px; 
		cursor:pointer;
	}
	
	.social_tabs .tab#tw { background-position: -74px 0 } 
	.social_tabs .tab#fb { background-position: -148px 0 } 
	
	.social_tabs .tab.active {     
		background-position: 0 -44px;
	}
	
	.social_tabs .tab.active#tw {     
		background-position: -74px -44px;
	}

	.social_tabs .tab.active#fb {     
		background-position: -148px -44px;
	}
	
	.social_tabs .tab.first { border-radius: 10px 0 0 0; }
	
	.toggler { 
	    display: block;
    	float: right;
	    height: 40px;
		width: 32px;
		margin-right:20px; margin-top:3px;
		background: url(/images/top_toggler_bg.gif) no-repeat; 
		cursor:pointer;
	}
	
	.toggler:hover { background-position: 0 -43px;}
	
	#eq.closed { height:48px; }
	
	
.widget_info a { color:#2E9B22; font-size:13px }
.widget_info a:hover { color:#4D71A5; }	







/* seolib informer */

#seolib_upstat
{
        text-align:center;
        width: 264px;
        font-family: tahoma;
        font-size: 11px;
}
#seolib_upstat a
{
        color:#000;
        text-decoration:none;
}
#seolib_upstat a:hover
{
        color:#00A;
        text-decoration:underline;
}
.seolib_table
{
    border-collapse: collapse;
    font-family: tahoma;
    font-size: 11px;
    margin: 0px auto auto 0px;
    width: 264px;
}

.seolib_table th {
    background-color: #EEE;
    border:1px solid #CCC;
    font-weight: bold;
    padding:3px;
    text-align: center;
}

.seolib_table td {
    border:1px solid #CCC;
    padding: 3px;
    text-align: center;
}


.seolib_table .podsv1 {
    background-color: #E3F9E3;
}
.seolib_table .podsv2 {
    background-color: #FFFDBD;
}
.seolib_table .podsv3 {
    background-color: #F3E2E2;
}

