/*
Theme Name: Starfish Patisserie
Theme URI: http://www.starfishpatisserie.com
Description: Custom WordPress Theme
Author: Christina Lannen
Author URI: http://www.lannendesigns.com


/*-----------Block Level Elements--------------*/
*{margin:0; padding:0;} /* removes all margins and padding */
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 10px;
font-size: 10pt;

}
td {vertical-align: top;}
td p {margin: 0 30px 10px 0;}

img a {border: none; text-decoration: none;}
img {border: none;}

#page {

}

#topNav {display: none;}

#topNav a {color: #fff; text-decoration: none;
}
#header {
display: none;
}

#headerimg {
display: none;
}

.description {
display: none;
}

/* main menu */


#menu {

display: none;

}

#menu ul {
display: none;
        
}

#menu ul li {
display: none;
}

#menu ul li a.nobrdr {
display: none;
}

#menu ul li a {
display: none;
}


/*#menu ul li a:hover {
	
}*/


#wrapper {
	width: 100%;

}

#homecontent {width: 100%;}
#content {
	float: left;
	width: 70%;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
}

#footer {
clear: both;
width: 100%;
margin: 0 auto;

}

#footer p {color: #000;
padding: 10px 20px 0px 20px;
font-size: 9pt;
font-weight: bold;}

.copyright {float: left;}
.credit {float: right;}
/*-------------Headings-------------*/

h1 {
font-size: 22px;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
padding: 30px 30px 30px 60px;;
}

.post h1 {color: #898989; font-weight: lighter;font-size: 24px;}
.post h1 a {color: #898989; font-weight: lighter;font-size: 24px;}
.post h2 {color: #898989; font-weight: lighter; font-size: 18px;}
.post h2 a {color: #898989; font-weight: lighter; font-size: 18px;}
.post h3 {color: #5D63FB;  font-size: 14px;}

.post p {
color: #000;
padding: 5px 0 5px 0;
}

.post a {
font-weight: bold;
color: #000;
text-decoration: none;
border-bottom: 1px dashed #000;
}

.post ul {

}

.post li {

}

.entry {

}

div.cakes {clear: both;}

div.cakes h3 { margin-top: -10px !important; }

div.cakes img {padding: 5px; border: 1px solid silver;}
.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.center {
text-align: center;
}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

#sidebar h3 {color: #5D63FB; font-size: 10pt; margin: 5px 0px;}

/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}




/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid silver;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
		border: 1px solid silver;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* 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 cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */
