@CHARSET "UTF-8";

@import"reset.css";

@font-face {
	font-family: "PetitaBold";
	src: url("fonts/PetitaBold.ttf");
}

@font-face {
	font-family: "PetitaLight";
	src: url("fonts/PetitaLight.ttf");
}

/*MAIN CSS*/

body {
	color: black;
	font-family: PetitaLight, Arial;
	font-size: 12pt;
}

/*Site frame*/

#site_frame {
 	width: 960px;
 	margin: auto;
}

/*Background*/

.clear {
	clear: both;
}

#background_top {
	background-image:url(backgroundtop.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#background_bottom {
	background-image:url(backgroundbottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/*Header*/

header {
	padding: 36px 0 0 90px;
}

/*Content background*/

#content_background {
	background-image:url(content_background.png);
	margin: 0 70px 0 70px;
	padding: 20px;
}

/*Content*/

#content {
	background-color: white;
	width: 540px;
	float: left;
}

/*Side bar*/

#sidebar section {
	clear: both;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #808080;
}

#sidebar section:last-of-type {
	border-bottom: inactiveborder;
}

#sidebar {
	width: 220px;
	float: right;
	font-family: PetitaBold;
	font-style: normal;
	color: black;
}

	/*Side bar - Search*/

	#sidebar_search input {
		width: 180px;
		height: 20px;
		margin: auto;
		border:1px solid #808080;
		background: url(magnifying_glass.png) white right center no-repeat;
		display: block;
	}

	/*Side bar - Sections*/

	.widget_categories h1, .widget_pages h1, .widget_nav_menu h1 {
		margin-bottom: 15px;
		font-size: 15pt;
		color: black;
	}

	.widget_categories li a, .widget_pages li a, .widget_nav_menu li a {
		text-decoration: none;
		color: #94b010;
		font-size: 13pt;
	}

	.widget_categories li, .widget_pages li, .widget_nav_menu li {
		margin-bottom: 10px;
	}

	/*Side bar - Tags*/

	.widget_tag_cloud h1 {
		margin-bottom: 15px;
		font-size: 15pt;
		color: black;
	}

	.widget_tag_cloud ul {
		text-align: justify;
	}

	.widget_tag_cloud li {
		display: inline-block;
		margin: 0 10px 5px 0;
	}

	.widget_tag_cloud a {
		text-decoration: none;
		color: #94b010;
	}

	.widget_categories li.current-menu-item a, .widget_pages li.current-menu-item a, .widget_nav_menu li.current-menu-item a {
		color: #808080;
	}
	/*Side bar - social links*/

	#sidebar_social_links li {
		display: inline-block;
		margin-right: 15px;
		text-align: center;
	}

	/*Side bar - footer*/

	#sidebar_footer {
		color: #808080;
		font-size: 10pt;
		margin-bottom: 5px;
	}


/********************************************************/

/*FRONT PAGE - Content*/

article {
	margin: 15px;
	padding-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #808080;
}

article:last-of-type {
	border-bottom: inactiveborder;
}

article img {
	float: left;
	margin-right: 15px;
	border:1px solid #808080;
}

article h1 a {
	text-decoration: none;
	color: black;
	font-family: PetitaBold;
	font-style: normal;
	font-size: 14pt;
}

article h1{
	margin-bottom: 15px;
}

article p {
	color: black;
	font-family: PetitaLight,arial;
	font-style: normal;
	font-size: 12pt;
	margin: 0 15px 0 0;
	line-height: 15pt;
}

article p a {
	text-decoration: none;
	color: #94b010;
}

.article_footer {
	font-family: PetitaBold;
	font-style: normal;
	font-size: 10pt;
	color: #808080;
	padding-top: 15px;
	clear: both;
}

.article_section a {
	text-decoration: none;
	color: #94b010;
}

.article_comments a {
	text-decoration: none;
	color: #94b010;
}

.share a {
	text-decoration: none;
	color: #94b010;
}

	/*Content - paging*/

	.paging {
		text-align: center;
		margin-bottom: 30px;
	}

	.paging a {
		width: 10px;
		height: 10px;
		line-height:8px;
		background: url(grey_button.png);
		display: inline-block;
		text-decoration: none;
	}

	.paging span.selected {
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(green_button.png);
	}

	/*Content - Ad*/

	.ads {
		text-align: center;
		margin: auto;
		margin-bottom: 15px;
	}

/********************************************************/

/*ABOUT PAGE - Content*/

.main_header {
	color: #94b010;
	font-family: PetitaBold;
	font-style: normal;
	font-size: 16pt;
}

.description {
	font-family: PetitaLight,arial;
	font-style:italic;
	font-size: 12pt;
	line-height: 20pt
}

#sidebar_pages .selected {
	color: #808080
}

	/*Form*/

	#form, #respond {
		background-image:url(form_background.png);
		margin: 0 70px 0 20px;
		padding: 15px;
		font-family: PetitaBold;
		font-style: normal;
		font-size: 10pt;
		margin: 15px 15px 30px 15px;
	}
	#form p, #respond p {
		font-family: PetitaBold;
		font-style: normal;
		font-size: 10pt;
	}

	#form #usr, #respond #author,
	#form #url, #respond #url,
	#form #mail, #respond #email {
		width: 300px;
		height: 15px;
	}

	#form #message, #respond #comment {
		width: 300px;
		resize: none;
	}

	#form .submit, #respond #submit {
		text-align: right;
		width:375px;
	}
	#form #submit, #respond #submit {
		border: none;
		background-color: transparent;
		font-family: PetitaBold;
		font-style: normal;
		font-size: 10pt;
		color: #94b010;
	}
	#commentform .form-allowed-tags {
		display: none;
	}

	form label {
		display: inline-block;
		width: 60px;
		vertical-align: top;
	}

/********************************************************/

/*DESIGNERS PAGE - Content*/

.main_header {
	margin: 15px 0 15px 15px;
}

article h2 a {
	text-decoration: none;
	color: black;
	font-family: PetitaBold;
	font-style: normal;
	font-size: 14pt;
}

article h2 {
	margin-bottom: 15px;
}

#sidebar_pages .selected {
	color: #808080
}

/********************************************************/

/*PRODUCT PAGE - Content*/

.desc_product {
	line-height: 20pt;
	padding-bottom: 15px;
}

table {
	line-height: 20pt;
	text-align: left;
}

table thead th {
	font-family: PetitaLight,arial;
	font-weight: bold;
	font-size: 13pt;
}

table tbody th {
	font-family: PetitaLight,arial;
	font-weight: bold;
	font-size: 12pt;
	padding-right: 5px;
}

table  tbody td a {
	text-decoration: none;
	color:#94b010;
}

	/*Comments*/

	#comments {
		border-top:1px solid #808080;
		line-height: 20pt;
		margin-top: 15px;
	}

	#comments article, #comments div.comment {
		margin: 0;
		padding: 15px 0 15px 0;
		clear: both;
		border-bottom: 1px solid #808080;
	}

	#comments article:last-of-type,
	#comments div.comment:last-of-type{
		//border-bottom: 1px solid #808080;
	}

	#comments h2 {
		font-family: PetitaBold;
		font-size: 14pt;
		margin: 15px 0 0 0;
	}

	#comments h3 a,
	#comments .fn a {
		font-family: PetitaLight,arial;
		color: #94b010;
		text-decoration: none;
	}

	#comments h3 span,
	#comments .fn {
		font-family: PetitaLight,arial;
		color: #808080;
	}

	#comments h4,
	#comments .comment-meta a {
		text-decoration: none;
		font-family: PetitaLight,arial;
		font-size: 10pt;
		color: #808080;
	}

	#comments p {
		font-family: PetitaLight,arial;
		font-style: italic;
		font-size: 12pt;
		margin-right: 0;
	}

	/*Form*/

	#form #form_tittle {
		font-family: PetitaBold;
		font-size: 12pt;
	}

	#form #website {
		width: 300px;
		height: 15px;
	}

/********************************************************/

/*STORES PAGE - Content*/

#stores_list li {
	margin: 0 15px 15px 15px;
	font-family: PetitaLight, arial;
	line-height: 20px;
}

#stores_list li a {
	text-decoration: none;
	color: #94b010;
	font-family: PetitaBold;
}

@CHARSET "UTF-8";

@import"reset.css";

@font-face {
	font-family: "PetitaBold";
	src: url("fonts/PetitaBold.ttf");
}

@font-face {
	font-family: "PetitaLight";
	src: url("fonts/PetitaLight.ttf");
}

@font-face {
	font-family: "PetitaLight";
	font-style: italic;
	src: url("fonts/PetitaLightItalic.ttf");
}

@font-face {
	font-family: "PetitaLight";
	font-weight: bold;
	src: url("fonts/PetitaLightBold.ttf");
}

@font-face {
	font-family: Fontin;
	font-style: italic;
	font-weight: bold;
	src: url("fonts/PetitaLightBoldItalic.ttf");
}

/*MAIN CSS*/

body {
	color: black;
	font-family: PetitaLight, Arial;
	font-size: 12pt;
}

/*Site frame*/

#site_frame {
 	width: 960px;
 	margin: auto;
}

/*Background*/

.clear {
	clear: both;
}

#background_top {
	background-image:url(backgroundtop.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#background_bottom {
	background-image:url(backgroundbottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/*Header*/

header {
	padding: 36px 0 0 90px;
}

/*Content background*/

#content_background {
	background-image:url(content_background.png);
	margin: 0 70px 0 70px;
	padding: 20px;
}

/*Content*/

#content {
	background-color: white;
	width: 540px;
	float: left;
}

/*Side bar*/

#sidebar section {
	clear: both;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #808080;
}

#sidebar section:last-of-type {
	border-bottom: inactiveborder;
}

#sidebar {
	width: 220px;
	float: right;
	font-family: PetitaBold;
	font-style: normal;
	color: black;
}

	/*Side bar - footer*/

	#sidebar_footer {
		color: #808080;
		font-size: 10pt;
		margin-bottom: 5px;
	}


/********************************************************/

/*FRONT PAGE - Content*/

article {
	margin: 15px;
	padding-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #808080;
}

article:last-of-type {
	border-bottom: inactiveborder;
}

article img {
	float: left;
	margin-right: 15px;
	border:1px solid #808080;
}

article h1 a {
	text-decoration: none;
	color: black;
	font-family: PetitaBold;
	font-style: normal;
	font-size: 14pt;
}

article h1{
	margin-bottom: 15px;
}

article p {
	color: black;
	font-family: PetitaLight,arial;
	font-style: normal;
	font-size: 12pt;
	margin: 0 15px 0 0;
	line-height: 15pt;
}

article p a {
	text-decoration: none;
	color: #94b010;
}

.article_footer {
	font-family: PetitaBold;
	font-style: normal;
	font-size: 10pt;
	color: #808080;
	margin-top: 15px;
}

.article_section a {
	text-decoration: none;
	color: #94b010;
}

.article_comments a {
	text-decoration: none;
	color: #94b010;
}

.share a {
	text-decoration: none;
	color: #94b010;
}

