/*
Theme Name: WordPress Teddy Bear
Theme URI: http://teddymetoyou.com.ua/
Description: Tatty Teddy Me to You WordPress theme
Version: 1.0
Author: Vasyl Bilokon
Tags: bear, light, two columns

Teddy Bear Theme
Special designed layout for eShop of Teddy Bears
*/
@import "layout.css";
@import "wp.css";

/* Typography */
HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	background: url('images/page.bg.png') #FFF repeat-x;
	font-family: Helvetica, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	color: #333;
	margin: 0;
	padding: 0;
}

H1, H2, H3 {
	color: #566770;
	margin: 0;
	padding: 0;
}
H1 {
	clear: both;
	font-family: Comic Sans MS, cursive;
	font-size: 14pt;
	line-height: 1.2em;
	margin: 0 0 7px 0;
}
H2 {
	font-family: Arial Narrow, Arial, Tahoma, Helvetica, Verdana, Sans-Serif;
	font-size: 13pt;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}
H3 {
	font-size: 11pt;
	margin: 0 0 3px 0;
}
H1 A, H2 A {
	font-weight: normal;
}
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
}
P {
	text-align: justify;
	letter-spacing: 0px;
}
A {
	color: #0066CC;
	text-decoration: none;
}
A:hover {
	color: #003366;
	text-decoration: underline;
}

UL {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}
UL.no-list {
	list-style-type: none;
}
UL, OL {
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
}
UL LI, OL LI {
	margin: 0 0 7px 0;
	padding: 0;
}
IMG {
	border: 0;
	margin: 0 0 5px 0;
}
FORM {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background: #FFF;
	width: 250px;
	color: #404040;
	border: 1px solid #E5E3D8;
	margin: 0;
	padding: 2px;
}


/* Colors */
.gray {
	color: #999;
}
.dark {
	color: #566770;
}
.blue {
	color: #3D6B99;
}
.red {
	color: #F33;
}
.normal {
	font-weight: 300;
}
.bold {
	font-weight: 600;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text {
	margin: 10px 0;
}
.text p {
	margin: 0;
}
p.small {
	font-size: 0.9em;
}

