/*
Theme Name: ReWardRobe
Theme URI: http://www.rewardrobe.eu
Description: The ReWardRobe Web Site Theme
Author: Tony Camaiani
Author URI: http://tony.camaiani.it/

*/

* {
	margin: 0px;
	padding: 0px;
}

html { overflow-y: scroll; }

body {
	font-family: “Trebuchet MS”, Arial, sans-serif;
	color:#3F515A;
	}

#page {
	text-align: left;
	}

#header {
	width: 950px;
	height: 120px;
	margin: 0 0 0 1px;
	}

#headerimg 	{
	display: none;
	}

#header img {
	float: left;
}

#header .description {
	font-size: 1.2em;
	float: left;
	color: #9fa8ac;
	margin: 10px 0px 0px;
}

#header .prizes {
	float: right;
	margin: 40px 0 0 10px;
}

#header .prizes img{
	margin: 0 0 0 10px;
}


#menu {
	width: 950px;
	border-top: 1px solid #ADB175;
	border-bottom: 1px solid #3F515A;
	margin: 0px 0px;
	text-transform: lowercase;
	height: 24px;
}

#menu li{
	list-style-type: none;
	float: left;
/*	padding: 0px 24px; menu con testimonials */
	margin: 0;
	padding: 0;
}

#menu li a{
	font-size: 16px;
	color: #ADB175;
	line-height: 24px;
	padding: 0 16px;
	margin: 0;
	height: 24px;
	display:block;
	text-decoration: none;
	_display: inline-block;
}


#menu li.page-item-29 {
/*	margin: 0px 0px 0px 78px; menu con testimonials */
	margin: 0px 0px 0px 18px;
	float: right;
	

}

#menu li.page-item-29 a{
	color: #b45c36;
	font-weight: bold;
	padding: 0 22px;
}

#menu li.page-item-29 a:hover,
#menu li.page-item-29.current_page_item a{
	background-color: #b45c36;
	color: #fff;
	font-weight: bold;
}



#menu li a:hover,
#menu li.current-cat a,
#menu li.current_page_item a{
	color: #FFF;
	background-color: #3F515A;
}






#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	width: 450px;
	float: left;
	color: #3F515A;
	text-align: justify;
	}

.widecolumn .entry p{
	color: #3F515A;
	padding: 0px 0px 20px 0px;
	}


.widecolumn .photo {
	width: 450px;
	float: right;
	padding-top: 60px;
	text-align: center;
	}

.page-id-5 .widecolumn .photo { padding-top: 0px; }
.page-id-460 .widecolumn .photo { padding-top: 20px; }


/*
#post-5 .entry,
#post-9 .entry,
#post-13 .entry,
#post-17 .entry {
	float: right;
	text-align: right;
}

#post-5 .photo,
#post-9 .photo,
#post-13 .photo,
#post-17 .photo {
	float: left;
}
*/



#post-2 .entry {
	width: 390px;
}

#post-2 .photo {
	width: 550px;	
}

#post-5 .entry {
	width: 500px;
}

#post-9 .entry {
	width: 520px;
}

#post-9 .photo {
	width: 410px;
	padding-top: 90px;	
}

#post-15 .entry {
	width: 540px;
}

#post-15 .photo {
	width: 410px;
	text-align: right;	
}

#post-17 .photo {
	padding-top: 90px;	
}

#post-153 .entry {
	width: 900px;
	padding-left: 25px;
}

.widecolumn .entry table{
	line-height: 1.4em;
	width: 520px;
	margin: 20px 0;
	border-spacing: 0 10px;
	}

	.widecolumn .entry table tr{
		vertical-align: top;
		}

	.widecolumn .entry table td{
		width: 50%;
		}

.narrowcolumn .entry {
	line-height: 1.4em;
	color:#3F515A;
	}

.narrowcolumn .post .entry {
	line-height: 1.4em;
	color:#3F515A;
	padding-top: 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
/*	background-color: #9fa8ac;*/
	background: url(images/dot.png) repeat;
	color: #3F515A;
	margin: 0;
	padding: 0;
	width: 950px;
	clear: both;
	}

#footer a{
	color: #3F515A;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}

#footer p {
	padding: 5px 10px 5px 5px;
	font-size: 13px;
	}

#footer p.left {
	float: left;
	padding: 5px 5px 5px 10px;
	width: 33%;
	}

#footer p.center {
	float: left;
	padding: 5px 5px 5px 10px;
	width: 33%;
	}

#footer p.right {
	float: right;
	text-align: right;
	font-size: 11px;
	width: 28%;
	}

 .social{
	text-align: center;
	width: 950px;
	/*float: right;*/
}

 .social a img{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

 .social a.social_icon img{
	/*padding: 5px 0px 5px 20px;*/
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

 .social a.right{
float: right;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}



h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	color: #3F515A;
	}

h3 {
	font-size: 26px;
	}

h1, h1 a, h1 a:hover {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h3, h3 a{
	color: #3F515A;
	}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color:#3F515A;
/*	text-decoration: none;
	font-weight: bold;
*/	}

a:hover {
	text-decoration: underline;
	}

.search a, .search h2 a:hover, 
.tag a, .tag h2 a:hover, 
.category a, .category h2 a:hover, 
.single a, .single h2 a:hover, 
.page-template-blog-php a, .page-template-blog-php h2 a:hover,
#sidebar a, #sidebar h2 a:hover, #sidebar h3 a:hover {
		color: #b45c36;
		text-decoration: none;
		}


.search h3 a, 
.tag h3 a, 
.category h3 a, 
.single h3 a, 
.page-template-blog-php h3 a{
/*		color: #ADB175;
		color: #3F515A;
*/		color: #b45c36;
		text-decoration: none;
		}

	.search a:hover,
	.tag a:hover,
	.category a:hover,
	.single a:hover,
	.page-template-blog-php a:hover,
	#sidebar a:hover {
		text-decoration: underline;
	}
		


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

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 970px;
	}



.narrowcolumn {
	float: left;
	padding: 20px 0 20px 25px;
	margin: 0px 0 0;
	width: 660px;
	}

.widecolumn {
	padding: 30px 0 20px 0;
	margin: 5px 0 0;
	width: 950px;
	}

.post {
	margin: 0 0 60px;
	text-align: left;
	font-size: 14px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 0;
	margin: 6px;
	}
	
.single .narrowcolumn .postmetadata {
	margin: 20px 6px 6px 6px;
	padding:10px 5px 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	margin-top: 20px;
	clear: both;
	border-bottom: 1px solid #ADB175;
}

.bottom_tags {
	float: left;
	width: 65%;
	padding-left: 10px;	
}

.bottom_comments {
	float: right;
	text-align: right;
	width: 25%;
	padding-right: 10px;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.single	h2 {
		margin: 30px 0 20px;
		font-size: 30px;
		}

h2 {
	margin: 30px 0 0;
	}

h2.center,
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	background:transparent url(images/dot.png) repeat scroll 0 0;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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.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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 35px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* sidebar elems */

.st-tag-cloud {
	padding: 5px;
	background:transparent url(images/dot.png) repeat scroll 0 0;
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
	float: right;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin-top: 5px;
	float: right;
	clear: right;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.single_comments {
	width: 645px;
	margin-top: 30px;
}

.single_comments .navigation {
		display: block;
		text-align: center;
		margin-top: 1px;
		margin-bottom: 5px;
		font-size: 11px;
}

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

.single_comments ol li{
	margin:0;
	padding:5px;
}

.single_comments h3{
	font-size: 16px;
	padding: 5px;
}

.single_comments #respond #commentform {
	width: 545px;
	margin: 10px;
	text-align:left;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	
.comment-author	{
	width: 400px;
	float: left;
	margin-bottom: 20px;
}

.commentmetadata	{
	width: 200px;
	float: right;	
	margin:0;
	margin-bottom: 20px;
	display:block;
	font-size:12px;
	text-align:right;
}

.commentlist p {
	clear:left;
}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 40px 0 10px 0;
	margin-left: 710px;
	width: 220px;
	text-align: right;
	}

#sidebar form {
	margin: 0;
	height: 60px;
	}
/* End Sidebar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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

.more_link {
	float: right;
    margin: 0 10px 20px 0;
}



/* 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 */

	
/*	Vertical Accordions	*/

.box_accordion {
	float: left;
	padding: 40px 10px 20px;
	
}

.service .box_accordion {
	float: left;
	padding: 10px 0;
}
	
	.accordion_toggle {
		display: block;
		height: 30px;
		width: 435px;
		padding: 0 10px 0 10px;
		line-height: 30px;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 28px;
		color: #3F515A;
		border-bottom: 1px solid #ADB175;
		cursor: pointer;
		margin: 0 0 0 0;
	}

	.service .accordion_toggle {
		display: block;
		height: 30px;
		width: 480px;
		padding: 0 10px 0 10px;
		line-height: 30px;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 16px;
		color: #3F515A;
		border-bottom: 1px solid #ADB175;
		cursor: pointer;
		margin: 0 0 0 0;
	}

	.accordion_toggle:hover,
	.accordion_toggle_active {
		background: url(images/dot.png) repeat;
		color: #3F515A;
		border-bottom: 1px solid #fff;
	}
	
	.accordion_content {
		background-color: #ffffff;
		color: #3F515A;
		overflow: hidden;
		width: 420px;
		padding: 15px 10px;
	}
		
	.service .accordion_content {
		background-color: #ffffff;
		color: #3F515A;
		overflow: hidden;
		width: 480px;
		font-size: 13px;
	}
		
		.accordion_content p {
			line-height: 150%;
			padding: 0px 0px 5px 0px;
		}
		
/*	.vertical_accordion_toggle {
		display: block;
		height: 30px;
		width: 200px;
		background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
		padding: 0 10px 0 10px;
		line-height: 30px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		color: #000000;
		border-bottom: 1px solid #cde99f;
		cursor: pointer;
		margin: 0 0 0 0;
	}

	.vertical_accordion_toggle_active {
		background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
		color: #ffffff;
		border-bottom: 1px solid #f68263;
	}

	.vertical_accordion_content {
		background-color: #ffffff;
		color: #444444;
		overflow: hidden;
	}

		.vertical_accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}

		.vertical_accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}
		*/
		

		#shoutme_ok, #shoutme_ko {
			display: none;
		}

/* new classes */

html > body .entry ul.social_share {
	margin: 10px 5px;
	padding: 0;
	display: block;
}

html > body .entry ul.social_share li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type:none;
}

html > body .entry ul.social_share li.fb { margin: 0 0 0 15px;}
html > body .entry ul.social_share li.tw { margin: 0 0 0 15px;}


/* mailing list box */

#join_box {
	padding: 20px 120px 0;
}

#join_box input[type=text] {
	height: 11px;
}

#join_box fieldset {
	background: url(images/dot.png) repeat;
	border: 0!important;
	}

#join_box.sidebar {
	padding: 0;
	margin-bottom: 20px;
}

#join_box.sidebar form{
	padding: 0;
	height: auto;
}

/* press page */

.press_block {display: block; overflow: hidden;}
.press_block li { list-style-type: none; width: 300px; float: left;}
.press_block li img { margin: 0 10px 10px 0; padding: 3px; border: 1px solid #3F515A;}
.press_block li h3 { margin: 0 0 5px 0; font-size: 16px; line-height: 16px; }
.press_block li .desc { font-size: 13px; line-height: 15px;}


#gallery-1{
	width: 950px;
}
#gallery-1 .gallery-icon{
	padding: 20px;
	width: 154px;
	float: left;
	text-align: center;
}
.entry #gallery-1 .gallery-item{
	width: 25%;
}




/*new press page*/

#about-rewardrobe, #comment, #veronica{
	width: 950px;
	float: left;
}
#press-content{
	width: 200px;
	padding-right: 50px;
	float: left;
	height: 300px;
}
.section-title{
	font-size: 16px;
	width: 100%;
	float: left;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}
#about-rewardrobe > div:nth-child(4n+2), #comment > div:nth-child(4n+2), #veronica > div:nth-child(4n+2){
	padding-right: 0;
}
#press-content .magazine-title, #press-content .article-date{
	font-size: 12px;
	line-height: 20px;
	float: left;
	height: 20px;
	width: 200px;
	padding-bottom: 10px;
}
.magazine-title{
	font-weight: bold;
}
.gallery.gallery1{
	width: 950px;
}
.gallery-item{
	width: auto !important;
	text-align: center;
	float: left;
	padding: 10px;
}
/*.thumbnail.full{
	display: none;
}
.gallery img{
	height: 200px;
	width: auto;
	border: none;
}*/
.veronica-gallery.gallery-item{
	width: 230px !important;
	float: left;
}
#each-gallery .title{
	font-size: 16px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-left: 10px;
	text-decoration: underline;
}
#each-gallery{
	padding-bottom: 30px;
}
#gallery-item. div{
	display: none;
}

/*>>> Rob Calvert - Green Shoots Design | Edits, 14/10/11 <<<*/
#each-gallery span.title, #press-page .section-title {
    border-bottom: 1px solid #ADB175;
    color: #3F515A;
    display: block;
    font-size: 28px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    padding: 0 10px;
    text-decoration: none;
    width: 930px;
}
#press-page .section-title {
    margin: 20px 0;
}
.bottom_tags {
    display:none;
}


