/*
Theme Name: Flashy Web
Theme URI: http://www.freewpthemes.net/preview/flashyweb
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: dark, fixed width, two columns, widgets
*/

body {
	margin-top: 20px;
	padding: 0;
	background: #FDF9EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

h1, h2, h3 {
	margin: 0;
	/* text-transform: lowercase; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006EA6;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	font-size: 26px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 1.2em;
}

a:link {
	color: #0094E0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	background: #7ACF00 url(images/img03.jpg);
}

/* Header */

#header {
	width: 900px;
	height: 40px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

/* #logo { position: relative; width: 361px; } */
#logo { position: relative; width: 356px; }
.logo-lady, .logo-label { position: absolute; top: -12px; }
.logo-lady { left: 0px; }
/* .logo-label { left: 53px; } */
.logo-label { left: 0px; }

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

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

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px #F0E9D6 solid;
	padding: 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-left: 10px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*padding-left: 40px;
	background: url(images/img02.jpg) no-repeat left top;*/
	border-bottom: 1px dashed #D1D1D1;
	color: #8BCB2F;
}

.post .title a {
	color: #8BCB2F;
}

.post .title b, .post .title a b {
	font-weight: normal;
	color: #0094E0;
}

.post .title a {
	text-decoration: none;
}


.post .entry {
}

.post .entry blockquote.special {
	font-weight: bold;
	font-size: 14px;
	background-color: #ccff99;
	border: 1px; solid #8ac53e;
	padding: 10px;
}

.post .entry table {
	border-collapse:collapse;
}

.post .entry table td {
	border-bottom: 1px dashed #d8cfb7;
	border-top: 1px dashed #d8cfb7;
	vertical-align: bottom;
	padding: 4px;
}

.post .entry table td.c1 a.plain {
	text-decoration: none;
	color: #6D6D6D;
}

.post .entry table td.c1 {
	border-left: 1px dashed #d8cfb7;
	width: 365px;
}


.post .entry table tr td.c2 {
	width: 160px;
	text-align: center;
}
.post .entry table tr td.c2 span.CouponCode {
	display: none;
	font-weight: bold;
	font-size: 1.4em;
}

.post .entry table td.wStart {
	border-left: 1px dashed #d8cfb7;
	width: 290px;
}
.post .entry table tr td.cStart {
	width: 75px;
}


.post .entry table tr td.c3 {
	width: 75px;
	border-right: 1px dashed #d8cfb7;
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
	background: url(images/img04.jpg) repeat-x left 30%;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	background: #8BCB2F;
	border: 1px dashed #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

.post .meta .comments {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	font-size: 9px;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #FFFFFF;
}
.post .meta small a {
	color: #009EEB;
}

/* thumbnail (cgerikh) */
.cimg { margin:0 12px 0 0; }
.cimg, .cimg img { width: 200px; height: 150px; }
.cimg { float: left; position: relative; }
.cimg img { position: absolute; top:0px; left: 0px; }
.cimg-mask { z-index: 3; }
.cimg-thumb { z-index: 1; }
.ctitle { float: left; width: 350px; }

.ctitle h2  { color: #8BCB2F; }
.ctitle a { color: #8BCB2F; }
.ctitle b, .ctitle a b { font-weight: normal; color: #0094E0; }
.ctitle a { text-decoration: none; }
.ctitle p { margin: 8px 0 0 0; }

/* mid notice */
.mn { margin:0px auto 8px auto; position: relative; width: 520px; background: url(images/mid-bg.gif) repeat-y; }
.mnt { background: url(images/mid-t.gif) no-repeat; }
.mnb { background: url(images/mid-b.gif) no-repeat; }
.mnt, .mnb { height: 8px; font-size: 1px; width: 520px; }
.mn p { margin:0; padding:0 8px 0 8px; font-weight: bold; text-align: center; color:#d55e26; }
.mn img { position: absolute; bottom: 0px; right: -8px; }

/* bullet list */
.blist {
	margin:10px 0 0 0;
	padding:0;
}

.blist li {
	margin: 0;
	padding: 3px 0;
	/* border-bottom: 1px dashed #D1D1D1; */
	list-style-type: none;
}

.blist li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img01.jpg) no-repeat left 50%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img01.jpg) no-repeat left 50%;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #0094E0;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
}

/* sidebar letter links */
#sidebar li li.nolines {
	margin: 0;
	padding: 3px 0;
	border-bottom: none;
}
#shoppingaz td {
	width: 19px; 
	height: 17px;
	background:url(images/letter.gif) top left no-repeat;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#shoppingaz td.num {
	background:url(images/09.gif) top left no-repeat; 
	width: 40px; 
	height: 17px;
}

#shoppingaz a {
	color: #FFF;
}

/* Search */

#search {
}

#search h2 {
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #353535;
}

html>body #footer {
	height: auto;
}

#footer-menu {
}

#legal {
	clear: both;
	font-size: 11px;
	color: #6D6D6D;
}

#legal a {
	color: #0094E0;
}

#footer-menu {
	float: left;
	color: #353535;
	text-transform: capitalize;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	background: url(images/img03.jpg) no-repeat right 50%;
	text-decoration: none;
	font-size: 11px;
	color: #6D6D6D;
}

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

#footer-menu .active a {
	padding-left: 0;
}

#comment {
	width: 565px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.blogimage { border-style: none; margin: 3px; }


.popcode {
	width: 380px;
	height: 60px;
	padding-top: 12px;
	
	text-align: center;
	color: #8BCB2F;
	font-size: 26px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;

	background: url(/wp-content/themes/flashyweb/images/popcode.png) no-repeat;
	margin: 0 auto;
}


#searchResults dt {

}

#searchResults dd {
	padding-bottom: 6px;
}

#searchResults dd a {
	color: #8BCB2F;
}
