/*
Theme Name: PublicityAssociates2
Theme URI: 
Description: Publicity Associates 2 Theme
Version: 1.0
Author: Stacey Krejci
Author URI: 
Tags: widgets

*/



/* Begin Typography & Colors */


/* LAYOUT */

body {
	padding: 0px;
	margin: 0px;
	background-color: #999999;
	font: small Verdana, Arial, sans-serif;
	text-align: center;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #A8241E;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #A8241E;
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-size: 90%;
	line-height: 1.4em;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #F8981D;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #BD7E29;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
#container {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* ------------------------------------------------------- */
/* HEADER */

#header {
	width: 800px;
	height: 150px;
	margin: 0px;
	padding: 25px 0 0 70px;
	text-align: left;
	background: url(images/topcurve.jpg) top left no-repeat #FFFFFF;
}

#header h1 a {
	font-size: 2.1em;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #555;
}

#header .description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 55px;
	padding: 0;
	line-height: 1em;
	color: #666;
}



/* ------------------------------------------------------- */
/* TOP PRESS COVERAGE BAR */

#pressBar {
	height: 28px;
	text-align: left;
	margin: 0px;
	padding: 12px 24px;
	background-color: #C5C19D;
}

#pressBar p {
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 1em;
	color: #555;
}

#pressBar li {
	margin: 0;
	padding: 0;
}


/* ------------------------------------------------------- */
/* TOP NAVIGATION BAR */

#topNav {
	height: 24px;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	background-color: #999999;
}

#topNav ul {
	margin: 0 0 0 50px;
	padding: 4px 0 0 0;
}

#topNav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.7em;
}

#topNav li.current_page_item a {
	background-color: #96CEDD;
}

#topNav a {
	margin: 10px 20px 0 0;
	padding: 7px 5px 4px 5px;
	font-weight: normal;
}

#topNav a:link {
	color: #444;
	text-decoration: none;
}

#topNav a:visited {
	color: #444;
	text-decoration: none;
}

#topNav a:hover {
	background-color: #ccc;
	text-decoration: none;
	font-weight: normal;
}


/* ------------------------------------------------------- */
/* CONTENT BODY */

#content {
	float: right;
	width: 540px;
	padding: 15px 30px 0 10px;
}


/* Begin Sidebar */
#sidebar
{
	background: url(images/bluegradient.jpg) bottom center no-repeat #96CEDD;
	min-height: 400px;
	float: left;
	margin: 0 0 0 45px;
	padding: 15px 30px 10px 15px;
	width: 200px;
	
	}

#sidebar li {
	list-style-type: none;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #444;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* ------------------------------------------------------- */
/* FOOTER BAR*/

#footer {
	clear: both;
	height: 40px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #333333;
}
#footer p {
	font-size: 75%;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	color: #333333;
	text-decoration: none
}
#footer a:visited {
	color: #333333;
	text-decoration: none
}
#footer a:hover {
	color: #B5121B;
	text-decoration: underline
}
#footer a:active {
	color: #B5121B;
	text-decoration: underline
}


#bottomNav {

}

#bottomNav ul {
	margin: 0 0 0px 0;
	padding: 0;
}

#bottomNav li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 0.8em;
}

#bottomNav li.current_page_item a {
	font-weight: bold;
}

#bottomNav a {
	margin: 0;
	padding: 0;
}

#bottomNav a:link {
	color: #444;
	text-decoration: none;
}

#bottomNav a:visited {
	color: #444;
	text-decoration: none;
}

#bottomNav a:hover {
	text-decoration: underline;
	font-weight: normal;
}




















.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



#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 */




.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.clear {
	clear: both;
}

/* End Structure */









#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#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 {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 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 */






