/*
Theme Name: Lena Erziak by Social Ink
Theme URI: http://social-ink.net
Description: Custom WP theme for Lena Erziak
Version: 1
Author: yonatan reinberg
Author URI: http://social-ink.net
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


		/* COMMON TO ALL PAGES */

		body {
			font-family: Georgia, sans-serif;
			font-size:11.5px;
			color: #928552;
			background: white;
		}

		a {
			color: #4F310F;
			text-decoration:none;		
		}
		
		a:hover {
			text-decoration:underline;
		}		
		
		#container {
			width: 900px;
			margin-left: auto; margin-right: auto;
			min-height: 700px;
			margin-top: 80px;
		}

		
		/* SIDEBAR CLASSES */
		
		.sidebar_click{
			position: absolute;
			z-index: 0;
			}
		
		a#go_home { 
			height:190px;
			left:0;
			top:0;
			width:90px;
			}		
		
		
		/* SIDEBAR */
		
		#sidebar {
			float:left;
			width:100px;
			background:white url(images/sidebar-top.jpg) no-repeat;
			padding-top:200px;
			min-height:500px;
		}
		
		#sidebar ul {
			border-bottom:1px solid #928552;
			border-top:1px solid #928552;
			padding-bottom:5px;
			padding-top:5px;
		}
		
		#sidebar ul li {
			margin-bottom:5px;
			margin-top:5px;
		}
		
		
		#sidebar  ul  ul{
			border:none;
			display:none;
			margin-left:12px;
			padding:0;			
		}
		
		#sidebar ul ul.current {
			display:block;
		}
		
		
		#sidebar a {
			color: #928552;
			font-size: 11px;
			text-transform: lowercase;
			text-decoration:none;
		}
		
		#sidebar a:hover {
			text-decoration:underline;
		}
		

		
		#sidebar a.current_page_item  {
			font-style:italic;
			color:#2F2D23;
		}
		
		/* BASIC PAGES */
		
		#page-basic{
			float:left;
			margin-left:58px;
			width:650px;
			padding-top:194px;
		}		
		
		#page-basic .post {
			width:70%;
		}
		
		
		#page-basic h2 {
			margin-top: 15px;
			margin-bottom:15px;		
		}
		
		#page-basic h3 {
			margin-top: 15px;
			margin-bottom:15px;		
		}		
		
		#page-basic p {
			margin-top: 15px;
			margin-bottom:15px;		
			text-align:justify;
		}
		
		/* FOR THE BIG INDEX PAGES */
		
		#collection-index {
			float:left;
			margin-left:58px;
			width:560px;
			margin-top:-10px;
		}
		
		#collection-index .carousel-controls-inner {
			display:none;
		}

		#collection-index .cgj_image img {
			width:550px;
			height:550px;			
		}
				
		
		#collection-index a.cgj_next {
			color:#928552;
			font-size:34px;
			text-decoration:none;
		}
		
		#collection-index a.cgj_prev {
			color:#928552;
			font-size:34px;
			text-decoration:none;
		}				
		
		#collection-index .jcarousel-scroll {
			font-family:"Times New Roman";
			font-weight:normal;
			height:20px;
			margin-left:625px;
			margin-top:-300px;
			text-align:center;
			width:40px;
			z-index:4;
		}
		
		#collection-index .post {
			width:550px;height:550px;
			float:left;
		}		
		
		#collection-index .jcarousel-skin-neat {
			height: 550px;
		}
		
		#right-bar {
			float:left;
			height:200px;
			margin-left:54px;
			margin-top:290px;
			text-align:center;
			width:60px;
			z-index:3;
		}
		
		#right-bar a{
			color:#928552;
			font-size:34px;
			text-decoration:none;
		}
		
		#nav_left {
			float:left;
		}
		
		#nav_right {
			float: right;
		}
		
		.newrow {
			clear:both;
			height:15px;
		}
		
		#nav_grid {
			float:left;
		}
		#nav_grid img {
			width:26px;
			height:26px;
		}
		
		#nav_big {
			float: right;
		}		
		
		/* ARCHIVE PAGE */
		
		.thumbnail {
			float:left;
			margin-left:10px;
			margin-top:10px;
		}
		
		/* SINGLE PRODUCT PAGE */
		
		#single-product {
			border:1px solid #DCDBCF;
			float:left;
			height:500px;
			margin-left:58px;
			padding-left:50px;
			padding-top:60px;
			width:560px;
		}
		
		#single-product .jcarousel-skin-neat  {
			width:300px;height:400px;
		}
		#single-product .jcarousel-list li {
		height:400px;
		}
		
		#single-product a.cgj_next {
			color:#928552;
			font-size:34px;
			text-decoration:none;
		}
		
		#single-product a.cgj_prev {
			color:#928552;
			font-size:34px;
			text-decoration:none;
		}		
		
		#single-product .post {
			width:300px;height:400px;
			float:left;
		}
		
		#single-product .post-description {
			float:left;
			margin-left:40px;
			margin-top:230px;
			width:200px;
			z-index:5;
		}
		
		#single-product .post-description h2{
			margin-top: 15px;
			margin-bottom:15px;
		}		
				
		#single-product .post-description h3{
			margin-top: 15px;
			margin-bottom:15px;
			font-weight:normal;
		}		
		
		#single-product .carousel-controls-inner {
			display:none;
		}

		#single-product .cgj_image img {
=		
		}
				
		
		#single-product .jcarousel-scroll {
			height:20px;
			z-index:5;
			text-align:center;
		}
				
	
		
		/* FOOTER */
		
		#footer {
			margin-top:100px;
			clear:both;
			width:100%;
			height: 5%;
			text-align:center;
			text-transform: lowercase;
			font-size:9px;
		}
		
		#footer a {
			color: #928552;
			text-decoration:none;
			
			
		}
