/*
Theme Name: The Mom's Guide to San Diego
Author: Zee Studio
Author URI: http://zee-studio.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #4F4B45;
	margin: 0;
	text-align: center;
	background: #6BD5DD url('images/bluebg.gif') repeat-y top center;
	}

a{
text-decoration: none;
color:#FC990B;
}

.archive .category-articles .entry{
font-size:1.25em;
line-height:1.75em;
text-align:justify;
}

.post h2{
margin:15px 0 5px;
}

.post h2 a{
color: #EF166F;
font-weight: normal;
font-family: Georgia, "Times New Roman", serif;
font-size: 1.25em;
}
	
#page{
width: 1000px;
margin: auto;
}

#sidebar{
width: 275px;
float: left;
}

#wide_content{
float:left;
text-align:left;
width:855px;
}

#content{
float:left;
padding-right:22px;
text-align:left;
width:558px;
}

.entry{
font-size: 1.25em;
line-height: 1.5em;
}

.green{
color:#8ECC36;
}

#featuredbiz{
float: left;
width:100%;
background: url('images/pinkdot.gif') repeat-x top left;
text-align: center;
padding-top: 10px;
margin-top: 20px;
}

.byline{
color:#4F4B45;
margin: 0;
}

.byline a{
color:#4F4B45;
}

#markyourcalendar .calnk a span{
text-transform: none;
width:300px;
}

.visit{
font-size:1.35em;
float: left;
text-align: center;
width: 100%;
}

.visit a{
font-style: italic;
color:#8ECC36;
}


.welcome{
color:#FC990B;
font-size: 1.8em;
line-height: 1.5em;
text-align: left;
font-family: Helvetica;
background: bottom left repeat-x url('images/pinkdot.gif');
padding-bottom: 20px;
}

#right_col{
float: right;
width: 175px;
}

#kidseatfree{
background: url('images/yellowbg.gif') repeat-y top center;
width: 252px;
float: left;
margin-bottom: 20px;
}

#kidseat_inner{
background:url("images/kidseatfree.gif") no-repeat scroll center top transparent;
float:left;
font-size:1.25em;
min-height:155px;
padding:55px 0 15px;
text-align:left;
width:252px;
}

#kidseatfree a{
color: #EF166F;
font-weight: bold;
}

#kidseatfree a:hover{
border-bottom: 1px dotted #999;
}

#markyourcalendar{
background: url('images/greenbg.gif') repeat-y top center;
width: 252px;
float: left;
}

#navigation{
width: 1000px;
background: bottom left repeat-x url('images/pinkdot.gif');
margin-bottom: 20px;
padding: 8px 0 12px 0;
}

#kidseat_inner p{
margin:15px 20px 0 13px;
}

.ieimg{
display: block;
margin: 0;
}

#footer{
background: top left repeat-x url('images/pinkdot.gif');
float: left;
width: 1000px;
margin-top: 20px;
padding-top: 10px;
font-size:0.9em;
letter-spacing:0.05em;
text-transform:uppercase;
}

.single .entry p{
line-height:1.75em;
text-align:justify;
}

.readmore{
float: right;
}

.readmore img{
border: none !important;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {

border-bottom:1px solid #DDDDDD;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	height:auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
margin:0 0 2px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


#commentform input {
border:1px solid #999999;
font-size:1.25em;
margin:5px 5px 1px 0;
padding:2px;
width:200px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
background:none repeat scroll 0 0 orange;
border:0 none;
color:#FFFFFF;
float:right;
font-size:1.2em;
letter-spacing:1px;
margin:0 0 5px auto;
text-transform:uppercase;
	}
	
#respond{
width: 500px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
font-size:1.25em;
margin:0;
padding:0;
text-align:justify;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
display:block;
float:left;
margin-bottom:10px;
margin-top:10px;
text-align:center;
width:100%;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.featured_pod{
padding: 0;
margin:15px 0 0 0;
font-size: 1.1em;
line-height: 1.5em;
}

.featured_pod a{
color:#4F4B45;
}

.featured_pod h3{
font-size:1.2em;
font-weight:normal;
letter-spacing:0.1em;
margin:0;
text-transform:uppercase;
}

.cat_bpe, .cat_r{
color: #FC990B;
}

.cat_kp{
color: #EF166F;
}

.cat_bct{
color: #772F8E;
}

.cat_ac{
color:#8ECC36;
}

.cat_kh{
color:#6BD5DD;
}

#inner_padding{
padding: 0 25px;
}

.cat-item-11 a, .cat-item-13 a, .cat-item-19 a, .cat-item-20 a{
color:#EF166F;
}

.cat-item-7 a, .cat-item-59 a, .cat-item-14 a{
color: #FC990B;
}

.cat-item-6 a, .cat-item-68 a, .cat-item-9 a{
color: #6BD5DD;
}

.cat-item-18 a, .cat-item-17 a, .cat-item-49 a{
color: #8ECC36;
}

.cat-item-15 a, .cat-item-16 a, .cat-item-10 a{
color:#772F8E;
}

#listform{
float: right;
width: 400px;
}

#featured_ul{
float:left;
font-size:1.2em;
letter-spacing:1px;
padding:0;
}

.cat-item{
display:list-item;
list-style:disc inside none;
margin:10px 0;
padding:4px;
text-transform:uppercase;
width:500px;
}

.cat-item ul .cat-item{
margin: 0;
}

#upcoming-events, #todays-events{
padding:0 20px 0 13px;
list-style:none outside none;
}

#todays-events {
    float: left;
    margin-bottom: 10px;
    margin-top: 0;
}

#upcoming-events ul li{
float:left;
font-size:1.25em;
letter-spacing:1px;
padding:0 0 10px;
text-transform:uppercase;
text-align:left;
width:100%;
}

#todays-events ul li{
float:left;
font-size:1.25em;
letter-spacing:1px;
padding:0;
text-transform:uppercase;
text-align:left;
width:100%;
list-style: disc inside none;
}

#upcoming-events ul li a, #todays-events ul li a{
border:medium none !important;
color:#4F4B45 !important;
font-size:0.95em;
letter-spacing:0;
line-height:1.5em;
text-decoration:none !important;
text-transform:none;
}

#upcoming-events ul li ul, #todays-events ul li ul{
float: left;
padding: 0 0 0 10px;
}

.LE-date{
font-family:Georgia;
font-size:1.25em;
letter-spacing:0;
}

#markyourcalendar p{
font-size:1.1em;
line-height:1.5em;
margin:15px 20px 5px 13px;
text-align:justify;
}

#upcoming-events h2{
display: none;
}

#todays-events h2{
margin-bottom:5px;
text-align:left;
font-family:Georgia, Times, "Times New Roman", serif;
}

#upcoming-events ul, #todays-events ul{
padding: 0;
margin: 0;
}

#upcoming-events li, #todays-events li{
list-style: none;
padding: 0;
margin: 0;

}

.category-kids-eat-free .post{
border-left:1px solid #999999;
float:left;
margin:0 2px;
width:110px;
}

.category-kids-eat-free .entry{
font-size:1.2em;
line-height:1.5em;
padding:0 5px;
}

#post-26 h2, #post-36 h2{
background:none repeat scroll 0 0 #EF166F;
color:#FFFFFF;
font-weight:normal;
letter-spacing:1px;
padding:20px 5px 3px 6px;
text-transform:uppercase;
margin-top:0;
text-align: center;
}

#post-28 h2, #post-38 h2{
background:none repeat scroll 0 0 #FC990B;
color:#FFFFFF;
font-weight:normal;
text-align: center;
letter-spacing:1px;
padding:20px 5px 3px 6px;
text-transform:uppercase;
margin-top:0;
}

#post-30 h2{
background:none repeat scroll 0 0 #772F8E;
color:#FFFFFF;
font-weight:normal;
letter-spacing:1px;
padding:20px 5px 3px 6px;
text-transform:uppercase;
text-align: center;
margin-top:0;
}

#post-32 h2{
background:none repeat scroll 0 0 #A8DD28;
color:#FFFFFF;
font-weight:normal;
letter-spacing:1px;
padding:20px 5px 3px 6px;
text-transform:uppercase;
margin-top:0;
text-align: center;
}

#post-34 h2{
background:none repeat scroll 0 0 #6BD5DD;
color:#FFFFFF;
font-weight:normal;
letter-spacing:1px;
padding:20px 5px 3px 6px;
text-transform:uppercase;
margin-top:0;
text-align: center;
}

.category-kids-eat-free #inner_padding{
float:left;
}

.day-with-date, .current-day{border:1px solid #999999;
height:110px;
padding:5px;
text-align:left;
vertical-align:text-top;
width:60px;}

.no-events{
background: #fff !important;
color: #4F4B45 !important;
}

.day-with-date{
background:none repeat scroll 0 0 #FFFFFF;
color:#EF166F;
}

.day-with-date a{
color: #EF166F !important;
}

.current-day{
background-color:#D8D8D8 !important;
color:#4F4B45 !important;
}

.weekend-heading, .normal-day-heading{
background-color:#FC990B;
border:medium none;
color:#FFFFFF;
font-size:0.8em;
height:25px;
letter-spacing:1px;
text-align:center;
text-transform:uppercase;
width:25px;
}

#rotating_ads{
float:left;
width:125px;
}

#rotating_ads img{
max-width: 125px;
max-height: 125px;
width: auto;
height: auto;
}

#rotating_ads a {
float:right;
padding-bottom:10px;
padding-left:10px;
}

.calendar-heading{
font-size:1.5em;
font-weight:lighter;
height:65px;
letter-spacing:2px;
text-align:center;
text-transform:uppercase;
}

#cforms2form{
background:none repeat scroll 0 0 transparent !important;
float:none;
margin:25px 0 10px 10px !important;
width:500px !important;
}

.page-id-2 div.failure, .page-id-2 div.success  {
float:left;
}

#cforms2form #li-2-6 {
color:#EF166F;
float:left;
font-size:0.8em;
font-weight:normal;
letter-spacing:1px;
text-transform:uppercase;
}

#cforms2form label.cf-after, #cforms2form label.cf-after span{
margin-top:7px;
width:25px;
}

#cforms2form #li-2-6items input{
margin-top:10px
}

#cforms2form p.cf-sb  {
margin:0;
padding:0 !important;
text-align:center;
width:415px
}

#cforms2form input.backbutton, .cform input.resetbutton, .cform input.sendbutton, #cformsform input.sendbutton  {
background:none repeat scroll 0 0 #FC990B !important;
border:none;
color:#FFFFFF;
font-size:1em;
letter-spacing:2px;
margin:5px;
padding:5px;
text-transform:uppercase;
width:100px;
}

#cforms2form label, #cforms3form label{
color:#EF166F !important;
display:inline-block;
font-size:0.8em;
letter-spacing:1px;
margin:4px 10px 0 0;
text-align:right;
text-transform:uppercase;
vertical-align:top;
width:130px;
}

.archive .featured_pod{
border:1px dotted #6BD5DD;
float:left;
font-size:1.1em;
min-height:132px;
line-height:1.5em;
margin:10px 5px 0;
padding:10px;
width:370px;
}

#featured_ul li ul li{
letter-spacing:0;
line-height:1.5em;
list-style:none outside none;
padding-left:25px;
text-transform:none;
}

#featured_ul li ul li a{
color: #4F4B45;
}

#cforms2form label span{
display:block;
width:130px;
}
.category-family-friendly-businesses #wide_content{
width: 1000px;
}

.category .post-categories{
padding: 0;
}

.archive h2{
background:none repeat scroll 0 0 #EF166F;
color:white;
font-size:1.5em;
letter-spacing:2px;
list-style:none outside none;
padding:5px;
text-align:center;
font-weight:normal;
text-transform:uppercase;
}

ol.cf-ol li#li--1{
font-size:1.5em;
letter-spacing:1px;
line-height:1.5em;
margin:10px 0 !important;
padding:20px;
text-align:center;
text-transform:uppercase;
background: none !important;
}

.category-articles h2{
background: none;
letter-spacing: normal;
text-transform: none;
text-align: left;
padding: 0;
}

.page-id-2 .entry{
line-height:1.75em;
}

#rotating_ads br{
display: none;
}

.category .post-categories li a{
color: #fff;
}

.single .entry{
background:url("images/pinkdot.gif") repeat-x scroll left bottom transparent;
margin-bottom:20px;
padding:0 0 10px;
}

.category-articles .entry{
margin-bottom:20px;
padding:0 0 10px;
float:left;
}

#cforms2form{
border: none;
}

.besure{
font-style: italic;
font-size: 1.15em;
font-weight: bold;
}

#cforms3form{
float: left;
width: auto;
border: none;
}

#sendbutton3{
position:relative;
right:120px;
}

.home .kef-ad{
display: none;
}

.kef-ad{
text-align:right;
}

.kef-ad img{
height:auto;
padding-top:20px;
position:relative;
right:3px;
width:110px;
}

.calnk{
margin-bottom: 5px;
line-height:14px;
}

#homebanner {
background:url("images/pinkdot.gif") repeat-x scroll left top transparent;
clear:both;
padding:24px 0 0;
text-align:center;
}

.excerpt-img{
   float: right;
    margin-left: 10px;
    width: 200px;
}

.excerpt-img img{
    height: auto;
    max-height: 115px;
    max-width: 175px;
    width: auto;
}

.cat-excerpt-img{
    float: right;
    width: 132px;
}

.cat-excerpt-img img{
    height: auto;
    max-height: 132px;
    max-width: 132px;
    padding-right: 10px;
    width: auto;
}
