/*  
Theme Name: BdayParties
Theme URI: http://birthday-party-locations.com
Description: Custom WordPress theme designed for Birthday-Party-Locations.com
Version: 1.0
Author: Cristian Scutaru
Author URI: http://birthday-party-locations.com
*/

/* general ------------------------------------- */

body
{
	padding:0;
	margin:0;
	background-color:#006666;
	text-align: center;
}
h1, h2, h3, h4 { margin:10px 0px 14px 0px; color:#006666; }
h1 { margin:10px 0px 30px 0px; font-size:20px; text-align:center; }
h1 a, h2 a, h3 a, h4 a { color:#006666; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color:#44a1d0; }
h2 { margin:25px 0px 20px 0px; font-size:16px; text-align:left; }
h3 { margin:25px 0px 20px 0px; font-size:16px; text-align:left; }
h4 { font-size: medium;display:inline;padding: 0px; margin: 0px; margin-bottom: 4px; }

a { text-decoration:none; color:#0000ff; }
a:visited { text-decoration:none; color:#4169e1; }
a:hover { text-decoration:underline; }

a.command { text-decoration:none; color:#0000ff; }
a.command:visited { text-decoration:none; color:#0000ff; }
a.command:hover { text-decoration:underline; }

hr { color:#ffe4b5; background:#ffe4b5; border:0; height:1px; }
table { font-size:inherit; }
pre, code { font:115% monospace; }

form {margin:0; padding:0; display:inline; }

form.feed-burner { border:0px none #ccc; text-align:center; }

blockquote
{ 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #fdf5e6;
	border-left: 3px solid #ffe4b5;
	border-bottom: 1px solid #fdf5e6;
}

select, input, textarea { font:12px arial,helvetica,clean,sans-serif; }
input.btn
{
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#fed;
}
input.btn:hover { cursor: pointer; }

input.input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 100px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}

/* layout ------------------------------------- */

#page
{
	width: 728px;
	margin: 0;
	padding: 0;
	background-color:#006666;
	font:12px arial,helvetica,sans-serif;
	color: #ffffff;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height: 135px;
}

#content-area
{
	width: 728px;
	border: 0;
	background-color: #ffffff;
	color: #000000;
}
#content
{
	padding: 16px;
	width: 468px;
	vertical-align: top;
	text-align: left;
}

#footer
{
	padding: 10px 0 10px 0;
}
#footer a, #footer a:visited
{
	text-decoration: none;
	color: #fff
}
#footer a:hover
{
	text-decoration: underline;
}

#sidebar-left { background-position:top left; }
#sidebar-right { background-position:top right; }
#sidebar-left, #sidebar-right
{
	background-image:url(images/gen_leftimage.gif);
	background-repeat:repeat-y;
	vertical-align: top;
	width: 130px;
}

/* sidebar menus ------------------------------ */

.menu-left { background-image: url(images/gen_mmistar.gif); }
.menu-right { background-image: url(images/gen_mmistarr.gif); }
.menu-left, .menu-right
{
	width: 130px;
	height: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	font: bold 11px Tahoma, verdana, arial, helvetica, clean, sans-serif;
	text-align: center;
	vertical-align: top;
	color:#a0522d;
	margin:0;
	padding:0;
}
.menu-left a, .menu-right a
{
	display:block;
	margin:0;
	color:#a0522d;
	height:22px;
	padding-top:5px;
}
.menu-left a:link, .menu-left a:visited, .menu-right a:link, .menu-right a:visited
{
	text-decoration:none;
	color:#a0522d;
}
.menu-left a:hover, .menu-right a:hover
{
	color:#daa520;
	cursor: pointer;
}

/* posts ------------------------------------- */

.post
{
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .title {
	float: left;
	margin-left: 0px;
	width: 100%;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	float: left;
}
.postdata .comments{
	float: right;
}
.mini-add-comment {
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}

/* post title */
h2 {
	color: #006666;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: bold 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited, h3 a, h3 a:visited { color: #006666; text-decoration: none; }
h2 a:hover, h3 a:hover { color: #44a1d0; text-decoration: none; }

ul.sim-th { list-style: none; }
ul.sim-th li { padding-left: 18px; background: url(images/mini-category.jpg) no-repeat; }
ul.sim-th li a { font-size:16px; color:#006666; }
ul.sim-th li a:hover { color:#44a1d0; text-decoration: none; }

/* page&post navigation -------------------------------------- */

.page-nav
{
	clear: both;
	height: 22px;
	margin: 15px 0 5px 0;
}
.page-nav a, .page-nav a:visited { color: #ffffff; text-decoration: none; }
.page-nav a:hover { color: #000000; text-decoration: none; }
.previous-entries a
{
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	width: 60px;
	height: 20px;
	display: block;
	background: url(images/gen_prev.gif) no-repeat left center;
}
.next-entries a
{
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	width: 60px;
	height: 20px;
	display: block;
	background: url(images/gen_next.gif) no-repeat right center;
}

.post-nav
{
	clear: both;
	margin-top: 5px;
	padding-bottom: 35px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited { color: #999999; text-decoration: none; }
.post-nav a:hover { color: #44a1d0; text-decoration: none; }
.post-nav .previous a
{
	float: left;
	padding-left: 20px;
	display: block;
	height: 15px;
	background: url(images/gen_prev_post.gif) no-repeat left center;
	vertical-align: middle;
}
.post-nav .next a
{
	float: right;
	padding-right: 20px;
	text-align: right;
	display: block;
	height: 15px;
	background: url(images/gen_next_post.gif) no-repeat right center;
	vertical-align: middle;
}

/* comments ------------------------------------- */

h3#comments
{
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond
{
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}

#commentform { margin-top: 10px; }
#commentform label
{
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small { color: #999999; font-size: 90%; }
#commentform input
{
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 1px 3px 1px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 408px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 1px 3px 1px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 285px;
}
#commentform #submit:hover { background: url(images/submit-btn.gif) no-repeat bottom left; cursor: pointer; }
#commentform textarea:focus, #commentform input[type="text"]:focus { border: solid 1px #3b9acc; }

.comment-block { width: 426px; line-height: normal; overflow: hidden; }
.comment { padding: 10px 10px 20px 10px; background: url(images/comment.gif) #eeeeee no-repeat left bottom; overflow: hidden; }
.comment_body { padding: 10px 10px 0 10px; border-top: #bbbbbb 0px solid; border-right: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid; border-bottom: #bbbbbb 0px solid; background-color: #ffffff; overflow: hidden; }
.comment_body hr { color:#ffffff; background:#000000; border-color: #ffffff; border-style: dashed; border-width: 0 0 1px 0; }
.comment_bottom { height: 14px; margin: 0px; background: url(images/comment_bottom.gif) no-repeat top left; }
.spacer { height: 1px; width: 1px; overflow: hidden; }

.comment cite { font-weight: bold; font-style: normal; color: #669900; }
.comment cite a, .comment cite a:visited { color: #669900; }
.comment small { font-size: 87%; }
.comment small a, .comment small a:visited { color: #999999; }

#reply { width: 426px; border: 0; padding: 0; }
#reply-top { height: 65px; background:url(images/box30top.jpg) no-repeat; padding-left: 10px; }
#reply-body { background-color: #f1f1f1; padding: 0 5px 0 5px; }
#reply-bottom { height: 6px; background:url(images/box30bottom.jpg) no-repeat; }

/* widgets ------------------------------------- */

#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

ul.sim-th { }

/* ----------------------------------------- thumbnail image */

div.thumbnail {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
    overflow: hidden;
}
div.thumbnail div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 90%;
    text-align: center;
}
div.thumbnail div a img {
    border:1px solid #cccccc;
}
div.thumbnail div div.thumbcaption {
    border: none;
    padding: 0.3em 0 0.1em 0;
}
div.thumb_right {
    float: right;
    clear: right;
    border-width: 0.5em 0 0.5em 0.5em;
}
div.thumb_left {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 0.5em 0.5em 0;
}
div.thumbnail {
	margin-bottom: .5em;
	border-style: solid;
	border-color: White;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
}
.thumbimage {
	border: 1px solid #ccc;
}
.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 90%;
}

/* --------------------------------------- smallmenuitem */
table.smallmenuitem
{
    width:130px;
    background-image:url(images/gen_mi2.gif);
    border-style:none;
    border-width:0;
}
table.smallmenuitemleft
{
    width:130px;
    background-image:url(images/gen_mi22.gif);
    border-style:none;
    border-width:0;
}
td.smallmenuitem
{
    text-align: center;
    vertical-align: middle;
    height: 18px;
    font-size: x-small;
    font-family: Arial,Helvetica,sans-serif;
    color:#a5212a;
    font-weight: bold;
}
td.smallmenuitem a { display:block;margin:0; }
td.smallmenuitem a:link, td.smallmenuitem a:visited
{
    text-decoration:none;
    color:#a5212a;
    font-size: x-small;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
td.smallmenuitem a:hover { text-decoration:none;color:#daa520;font-weight: bold; }

/* --------------------------------------- sandboxinner/outer */
table.sandbox_outer
{
	width:124px;
	background-color:#ffe4b5;
	border-style:none;
}
table.sandbox_inner
{ 
    width:100%;
    background-color:#fdf5e6;
    border-style:none;
    font-size: x-small;
    font-family: Arial,Helvetica,sans-serif;
    text-align:left;
}
td.sandbox_content
{ 
    width:124px;
    background-color:#fdf5e6;
    font-size: x-small;
    font-family: Arial,Helvetica,sans-serif;
    text-align:left;
}

/* y box ---------------------------------- */

.yb { overflow:hidden; }
.yb11 { height:5px; padding:0 0 0 5px; background:url(images/yb11.gif) no-repeat left top; }
.yb1 { height:5px; background:url(images/yb1.gif) repeat-x; }
.yb12 { height:5px; padding:0 8px 0 0; background:url(images/yb12.gif) no-repeat right top; }
.yb32 { padding-right:4px; border-left:1px solid #fdd49e; background:url(images/yb32.gif) repeat-y right; }
.yb3 { padding:5px 5px 5px 5px; background:#fffdf8 url(images/yb3.gif) repeat-x bottom; }
.yb21 { height:9px; padding:0 0 0 5px; background:url(images/yb21.gif) no-repeat; }
.yb2 { height:9px; background:url(images/yb2.gif) repeat-x; }
.yb22 { height:9px; padding:0 8px 0 0; background:url(images/yb22.gif) no-repeat right top; }

