/*  
Theme Name: REProsumer
Theme URI: http://wpgpl.com/themes/reprosumer
Description: <p>REProsumer Theme is clean layout that build with 3 Columns Layout.</p><ul style="list-style:none;"><li>* Left and Right Sidebar</li><li>* Widget Ready</li><li>* Change About text via Admin Profile</li><li>* Custom Image Header</li></ul> <p>Visit the <a href="http://wpgpl.com/themes/prosumer">Theme Page</a> for theme update and other related information.</p><p>The CSS, XHTML and design is released under a <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a></p>
Version: 2011.11
Author: Nurudin Jauhari
Author URI: http://wpgpl.com/
Tags: three-columns,fixed-width, orange, green,threaded-comments,right-sidebar,left-sidebar

	This theme was designed and built by Nurudin Jauhari,
	Crafted on 06 June 2007
	ReCrafted on 30 October 2011
	Last Edit: 22 March 2009 8.29  +7 GMT

	The CSS, XHTML and design is released under a GPL:http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


hr
{
	display: none;
}
body
{
	background: #fff;
	color: #333;
	font: 72%/1.6em Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
	clear:both;
	line-height:1.5;
}

/* Etc
******************** */
br.clear {
	clear: both;
}
.skip-link {
	display: none;
}

/* Design 
******************** */
#top {
	margin: 0 auto;
	width: 974px;
	position: relative;
	height: 50px;
	background: #333;
	border-bottom: 2px solid #fff;
}
#page {
	text-align: left;
	width: 974px;
	background: #fff;
	margin: 20px auto 10px;
}
#header {
	background: #1BACF2;
	border-bottom: 5px solid #B98718;
}
#begel {
	position: relative;
	border-bottom: 2px solid #fff;
	width: 974px;
	margin: 0 auto;
}
.description {
	position: absolute;
	right: 20px;
	background: #fff;
	opacity: .6;
	padding: 5px 10px;
	bottom: 20px;
	text-align: right;
	width: 400px;
	box-shadow: 2px 2px 4px #222;
}

#headr {
	width: 974px;
	position: relative;
	margin: 0 auto;
	color: #C3EAFB;
	text-align: left;
}
#logo {
	font-size: 2em;
	padding-top: 15px;
	padding-left: 10px;
	font-family: Helvetica, Arial, Geneva, Arial, Helvetica, sans-serif;
}
#headr #logo a {
	color: #FFF;
	}
#headr #logo a:hover {
	color: #FFF;
	}
.area {
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50px;
	width: 100px;
}
.rss2 {
	position: absolute;
	right:10px;
	bottom: 11px;
}
.boxsearch {
	position: absolute;
	right:40px;
	bottom: 0;
}
#left {
	float: left;
	width: 680px;
}
#right {
	float: right;
	width: 294px;
}

#content {
	width: 500px;
	float: right;
}
	#content-wide {
		width: 974px;
	}
.post {
	margin-bottom: 10px;
}
.entry {
	margin-bottom: 10px;
	text-align: justify;
}
.entry img {
	max-width: 500px;
}
.entry  a {
	color: #AF8C00;
}
.sideleft {
	width: 160px;
	float: left;
	color: #000;
}
.sideright {
	width: 274px;
	float: right;
	color: #000;
}
.gap {
/*	padding: 10px; */
}
/*#out-foot {
	background: #ccc;
}
*/
#footer {
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 974px;
	position: relative;
}
#footer {
	color: #333;
	font-size: 0.9em;
}
#footer a {
	color: #333;
	text-decoration: underline
}
#footer a:hover {
	color: #06c;
	text-decoration: none;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}

/* Design 
******************** */
.sideleft  ul, .sideright  ul{
	list-style: none;
}
.sideleft  ul.children, .sideright  ul.children{
	margin-left: 16px;
}
.about, .boxy, .sideleft .categories, .sideright .categories, .widget, .sideleft .linkcat, .sideright .linkcat  {
	margin-bottom: 20px;
}
input#s {
	width: 258px;
	padding: 5px;
	margin-bottom: 10px;
	background: #F7F0D4;
	border: 2px solid #E2B400;
	color: #A73228;
}
.sideleft input#s {
	width:146px;
}
.area #s {
	width: 220px;
}

input#s:focus {
	background: #fff;
	color: #A73228;
}

input#searchsubmit
{
	margin: 0;
}
.about .lefy, .about .avatar {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}

/* Design  Typo
********************* */
.sideleft h2, .sideright h2,.widget-title {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 4px;
	background: #6F7374 url(images/bg-dark.gif) 0 0 repeat-x;
}
.sideleft h2 a, .sideright h2 a,.widget-title a {
	color: #fff;
} 
.sideleft ul li ul li a, .sideright ul li ul li  a {
	color: #333;
	background: url(images/star2.gif) left top no-repeat;
	padding-left: 18px;
}
.widget_get_recent_comments a:link, .widget_get_recent_comments a:visited, #recentcomments .recentcomments a:link, #recentcomments .recentcomments a:visited {
	background: none;
	padding-left: 0;
}
.sideleft ul li ul li  a:hover,.sideright ul li ul li  a:hover {
	color: #822601;
	background: url(images/star.gif) left top no-repeat;
}
.sideleft ul li ul li.current_page_item a,.sideleft ul li ul li.current-cat a, .sideright ul li ul li.current-cat a  {
	color: #822601;
	font-weight: bold;
	background: url(images/star.gif) left top no-repeat;	
}

h2.pagetitle, h2.page-title,.page-title {
	text-align: left;
	font: 1.5em Arial, verdana;
	border-bottom: 1px solid #ccc;
}

.post .entry-title {
	font: 2em Georgia, "Times New Roman", Times, serif;	

}
.post .entry-title a {
	color: #015D82;
	display: block;
}
.post .entry-title a:hover {	
	color: #980F1F;
}
.subtitle {
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
p.postmeta {
	margin-bottom: 10px;
	color: #A73228;
}

p.meta {
	font-size: 87%;
	border-top: 2px solid #822601;
	margin-bottom: 10px;
	color: #A73228;
}
p.meta a
{
	color: #A73228;
	text-decoration: none;
}
span.user
{
	padding: 3px 5px;
}

span.timr
{
	background: #822601;
	color: #fff;
	padding: 3px 5px;
}
span.catr
{
	padding: 3px 5px;
}
span.editr
{
	padding: 2px 2px 2px 18px;
}
span.commr
{
	background: url(images/ico/comment.gif) 0 0 no-repeat;
	padding: 0 2px 0 18px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	text-decoration: underline;
}
.post p a:hover {
	text-decoration: none;
}
.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;
}
.tags {
	margin-bottom: 10px;
	font-weight: bold;
}
	.tags a {
		font-weight: normal;
	}
	
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

.all img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

/* Comment Etc
********************* */
.navigation 
{
	margin-bottom: 20px;
	width: 500px;
	float: left;
}

.navigation a
{
	color: #666;
}
.navigation .alignleft
{
	float: left;
	width: 50%;
}
.navigation .alignright
{
	float: right;
	text-align: right;
	width: 50%;
}


.jarek {
	margin: 10px 0 30px !important;
	width: 100%;
	clear: both;
}


.ileft {
	float: left;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #333;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	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_add.png) no-repeat left center;
	padding: 3px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.gif) no-repeat left center;
	padding: 3px 20px;
}
input.textbox, textarea
{
	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
{
	padding: 3px 5px;
}
.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: #FFF2C3;
}
.postmetadata {
	padding: 6px;
}
.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;
}
.children {
	margin-left: 30px;
}
.trackbacklist {
	margin-left: 20px;
}
.trackbacklist span {
}

h3#respond, h3#comments, #respond h3 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 0 0 6px;
	border-bottom: 1px solid #ccc;
}

#comment {
	width: 98%;
}

#submit {
	background: green;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: 2px solid #045509;
	border-top: 2px solid #0bcd3b;
	border-left: 2px solid #0bcd3b
}
/* Top Navigation Style 
********************* */
/*  Menuv
******************** */
#topy {
	width: 974px;
	margin: 0 auto;
	background: #E2B400 url(images/bg-orange.gif) 0 0 repeat-x;
	position: relative;
	height: 40px;
	font-size: 1.2em;
}

/* =Menu
-------------------------------------------------------------- */
.wrop {
	width: 974px;
	margin: auto;
}


#access {
	background: #A62100;
	display: block;
	float: left;
	margin: 0 auto;
	width: 974px;
	text-align: left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 5px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	border-top: 1px solid #E2B400;
}
#access ul ul li {
	min-width: 180px;
	border-bottom: 1px solid #E2B400;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #A62100;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #F23000;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #A73228;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A73228;
	padding: 5px;
	background: #F7E2D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #A73228;
padding: 2px;
}


/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width:100%;
	}

#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; }


/* Captions */
/* WP */
img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:0px;
}

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

.alignright {
	float:right;
}

.alignleft {
	float:left;
}
.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption {
	border:1px solid #333;
	text-align:center;
	position: relative;
	margin-bottom: 15px;
}

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

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #000;
	color: #fff;
	padding: 4px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


img.centered,.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* End captions */

img.wp-smiley {
	vertical-align: -25%;
}

.avatar {
	float: right;
}
.commentlist li {
	position: relative;
}
.numero {
	font-size: 35px;
	position: absolute;
	right: 10px;
	font-style: italic;
	font-weight: normal;
	bottom: 15px;
	color: #ccc;
}
.odd .numero {
	color: #C9BE99;
}
.chead .comment-author {
	font-weight: bold;
}
.chead .commentmetadata {
	font-size: 11px;
}

#author-info {
	border-bottom: 5px solid #efefef;
	margin-bottom: 20px;
	padding: 15px 0 0;
}
#author-avatar {
	float: left;
	margin-right: 10px;
}
.more-more {
	margin-top: 10px;
	border-top: 1px solid #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
}
.green {
	border-top: 5px solid #98fab8;
	border-bottom: 5px solid #98fab8;
	padding: 15px 0;
	display: block;
	font-size: 1.5em;
	color: #067829;
}
.red {
	border-top: 5px solid #fab8aa;
	border-bottom: 5px solid #fab8aa;
	padding: 15px 0;
	display: block;
	font-size: 1.5em;
	color: #c00;
}
.yellow {
	border-top: 5px solid #faf1aa;
	border-bottom: 5px solid #faf1aa;
	padding: 15px 0;
	display: block;
	font-size: 1.5em;
	color: #e4c00c;
}

.blue {
	border-top: 5px solid #c4e4fa;
	border-bottom: 5px solid #c4e4fa;
	padding: 15px 0;
	display: block;
	font-size: 1.5em;
	color: #0075c7;
}


/* Change Log *** 
2011.11		: Initial Public Released
*** */

#content img { margin: 0; height: auto; max-width: 100%; width: auto; }
