/*
Theme Name: Pink Express
Description: Pink Express is a simple and stylish, fixed-width WordPress theme designed by <a href="http://miamiyellowpages.org" target="_blank">Miami Yellow Pages</a> and <a href="http://bizlot.com" target="_blank">Business Forum</a>. Attached is the .psd file of the photo area which you can change.
Author: Miami Yellow Pages
Author URI: http://miamiyellowpages.org
Version: 1.0
Tags: pink, black, with image, seo-friendly, fixed-width, right sidebar

*/

/* PINK DARK 5b703c = 5b703c */
/* PINK LIGHT a3c76d = a3c76d */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #000000;
	font-family: Courier;
	font-size: 11pt;
	color: #ffffff;

}
#wrapper {
	background: url(images/background.gif) repeat-x;
}
#wrap {
	width: 900px;
	text-align: left;
}
#header {
	height: 307px;
}
#title {
	padding-top: 90px;
	float:left;
	background: url(images/background_description.gif) no-repeat right top;
	height: 168px;
	width:569px;
}
.description {
	color: #333333;
		font-family: 'Courier';
				font-style: bold;
	font-size: 18pt;
}

  
#photo {
	width: 331px;
	float:right;
	height: 258px;
}
#navigation {
	height: 49px;
	background: url(images/background_main.gif) no-repeat;
	clear: both;
	font-size: 14pt;
		font-family: 'Courier';
	font-weight: bold;
}


#sidebar {
	margin: 0px 0px 0px 10px;
	float: right;
	width: 240px;
	color: #f7f7f7;
	padding: 10px 0px 20px 20px;
}
#content {
	margin: 0px 10px 0px 0px;
	padding: 10px 10px 20px 0px;
}
#footer {
	color: #333333;
	padding: 15px 0px;
	width: 900px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}

.postmetadata {
	padding: 10px 0px 30px 0px;
	color: #cccccc;
}
.postmetadata a {
	color: #cccccc;
	text-decoration: none;
}
#title h1 {
	font-size:44pt;
	color: #ffffff;
			font-weight: bolder;
}

/* LIST */
li {
	padding-bottom: 5px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.searchform {
	margin-bottom: 20px;
}

#sidebar h2 {
		font-size: 11pt;
color: #000000;
	padding: 3px 4px;
	background-color: #a3c76d;
	border: 3px solid #5b703c;
	margin-bottom: 8px;
	margin-top: px;
}

/* POST TITLE HERE!!! */

#content h1 {
	color: #5b703c;
	font-size: 18pt;
						margin-top: 15px;


}

p, #content h1, #content h2, h3, h4, ul, ol, post {
	padding-bottom: 10px;
}
th, td {
	padding: 2px 3px;
}
small {
	color: #a3c76d;
	font-size: 11pt;
}
#sidebar ul li {
	list-style: none;
	margin-left: 15px;
}


#calendar_wrap {
	margin-left: 15px;
	margin-bottom: 10px;
}
#sidebar ul li ul li {
	margin-left: 10px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}


#navigation ul li {
	list-style: none;
	display: inline;
}
#navigation li a {
	padding-right: 50px;
	color: #ffffff;
	text-decoration: none;
	
}
#navigation li a:hover {
	color: #a3c76d;
}
.navigation a,
.entry a {
	color: #5b703c;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover,
.entry a:hover {
	color: #ffffff;
}
#sidebar a {
	color: #f7f7f7;
	text-decoration: none;
}

#sidebar a:hover {
	color: #a3c76d;
}

h1, h2, h3 {
	color: #ffffff;

}

/* H1 = Post Title*/

h1 a {
	color: #ffffff;
	text-decoration: none;
}

h1 a:hover {
	color: #a3c76d;
		text-decoration: none;

}

h2 {
	font-size: 12pt;
}
h2 a {
	color: #cccccc;
	text-decoration: none;
}

h3 {
	font-size: 11pt;
}
blockquote {
	margin: 10px 10px 10px 20px;
	color: #cccccc;
	font-family: 'Courier';
	font-size: 9pt;
}
blockquote a {
	color: #cccccc;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #111111; 
	padding: 5px;
	font-size: 8pt;
	background-color: #000000;
	color: #5b703c;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}

/* PINK 5b703c */

#submit, .searchsubmit {
	background-color: #5b703c;
	color: #ffffff;
	border: 1px solid #111111; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}
#commentform a {
	color: #5b703c;
	text-decoration: none;
}
#commentform a:hover {
	color:#ffffff;	
	text-decoration: none;
}
/* default */
.navigation {
	margin: 10px;
	clear: both;
}
.navigation a {
	color: #999999;
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
		vertical-align: middle;

	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-text {
	color: #333;
	font-size:11px;
	margin: 5px 7px 5px 7px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/images/feed-icon-14x14_19.png") no-repeat 0 50%;
} 

.feed-list {
  margin: 0 0 5px 0px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("/images/feed-icon-14x14_19.png") no-repeat 0 50%;
  list-style-type: none;
} 
