/*
Theme Name: Audience Engagment Platform - Updated
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #363636;
}

/*
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
*/

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: url(http://99files.files.wordpress.com/2009/11/bg_body.gif) repeat-x left top;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	/* list-style: none; */
	padding: 5px 10px;
}

li {
	/* list-style: none; */
        margin: 0px 5px;
	padding: 2px 10px;
}


small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #006612;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

.hidden {
	display: none;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 0px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

#wrap {
	width: 1100px;
	position: relative;
}

/* Top */

#top {
	width: 1100px;
	background: url(http://99files.files.wordpress.com/2009/11/logo.png) no-repeat left top;
}

#title {
	width: 100%;
	height: 196px;
}

/* Menu */

#menu {
	width: 752px;
	height: 55px;
	border-bottom: #0096FC 1px solid;
	text-transform: uppercase;
	overflow: hidden;
}

#menu a {
	color: #000;
}

#menu ul {
	padding: 28px 0 0 28px;
}

#menu ul li {
	display: inline;
	text-transform: uppercase;
}

#menu ul li a {
	float: left;
	text-decoration: none;
	padding: 0 0 0px 5px;
	line-height: 28px;
	margin-right: 8px;
}

#menu ul li a span {
	display: block;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 1px;
}

#menu ul li.current_page_item a {
	background: url(http://99files.files.wordpress.com/2009/11/bg_link_left.gif) no-repeat left top;
	color: #fff;
}

#menu ul li.current_page_item a span {
	background: url(http://99files.files.wordpress.com/2009/11/bg_link_right.gif) no-repeat right top;
}

#menu ul li a:hover {
	background: url(http://99files.files.wordpress.com/2009/11/bg_link_left.gif) no-repeat left top;
	color: #fff;
}

#menu ul li a:hover span {
	background: url(http://99files.files.wordpress.com/2009/11/bg_link_right.gif) no-repeat right top;
}

/* Content */

#content_wrap {
	width: 100%;
	background: url(http://99files.files.wordpress.com/2009/11/bg_sidebar.gif) repeat-y 807px 0;
}

#content {
	width: 725px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .featured h2 {
	background: url(http://99files.files.wordpress.com/2009/11/bg_h2_featured.gif) no-repeat bottom right !important;
	height: 75px !important;
	padding: 41px 0 0 30px !important;
}

#content .featured .body p.date {
	padding: 0 0 0 0 !important;
}

#content .featured .body p.cr {
	padding: 0 0 5px 0 !important;
}

#content .post h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia;
	width: 722px;
	height: 23px;
	background: #E1E1E1 url(http://99files.files.wordpress.com/2009/11/bg_h2.gif) no-repeat bottom right;
	padding: 12px 0px 45px 30px;
}

#content .post h2 a {
	color: #000;
	text-decoration: none;
}

#content .post h2 a:hover {
	text-decoration: underline;
}

#content .post {
	margin-bottom: 15px;
	position: relative;
}

#content .post .body {
	padding-left: 30px;
	padding-top: 10px;
	margin-top: -30px;
	width: 670px;
}

#content .post .body a {
	font-weight: bolder;
}

#content .post .body p {
	padding: 7px 0;
}

#content .post .body p.date {
	color: #003495;
	font-weight: bolder;
	padding: 0;
	margin-top: -5px;
}

.more-link {
	display: block;
	width: 150px;
	margin-top: 5px;
}

#content .post .body p.date a {
	color: #003495;
	text-decoration: none;
}

#content .post .body img {
	padding: 6px;
	border: #989898 1px solid;
}

#content .post .body p.date a:hover {
	text-decoration: underline;
}

#content .post .body p.cr {
	padding-top: 0;
}

.date-day {
	display: block;
	-webkit-transform: rotate(40deg); 
	-moz-transform: rotate(40deg);
	position: absolute;
	right: 0;
	top: 41px;
	font-size: 18px;
	text-align: center;
}

.date-month {
	display: block;
	-webkit-transform: rotate(40deg); 
	-moz-transform: rotate(40deg);
	position: absolute;
	right: -16px;
	top: 27px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
}

.date-day {
	width: 20px;
}

.date-month {
	width: 25px;
}

.featured .date-day {
	top: 77px;
}

.featured .date-month {
	top: 63px;
}

* html .date-day {
	right: 25px;
}

* html .date-month {
	right: 10px;
}

.more_entries {
	padding-left: 30px;
}

.more_entries h2 a {
	text-decoration: none;
	font-size: 15px;
	color: #003495;
}

.more_entries h2 a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	width: 302px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	background: url(http://99files.files.wordpress.com/2009/11/bg_sidebar.gif) repeat-y right top;
	margin-top: -20px;
	margin-bottom: 150px;
	display: block;
	z-index: 1000;
	position: relative;
}

#sidebar .inside {
	background: url(http://99files.files.wordpress.com/2009/11/bg_sidebar_top.gif) no-repeat right top;
	padding-top: 40px;
}

#sidebar li {
	left: 15px;
	padding: 2px 0;
}

#sidebar li a {
	color: #000;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	width: 270px;
	height: 49px;
	padding: 13px 32px 0px 0;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	background: Yellow;
}

#sidebar h2.category {
	background: #000 url(http://99files.files.wordpress.com/2009/11/bg_sidebar_h2.gif) no-repeat left top;
}

#sidebar h2.comments {
	background: #000 url(http://99files.files.wordpress.com/2009/11/bg_sidebar_h2_comments.gif) no-repeat left top;
}

#sidebar h2.associations {
	background: #000 url(http://99files.files.wordpress.com/2009/11/bg_sidebar_h2.gif) no-repeat left top;
}

#sidebar ul {
	padding: 10px 15px 30px 30px;;
}

#sidebar ul li {
	padding: 2px 0;
	line-height: 15px;
}

#sidebar .advert {
	padding-right: 15px;
	padding-top: 10px;
}

#sidebar .advert img {
	margin-bottom: 5px;
}

/* Rss */

.rss {
	width: 302px;
	height: 83px;
	margin-top: 90px;
	background: url(http://99files.files.wordpress.com/2009/11/bg_rss.gif) no-repeat right bottom;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
}

.rss form {
	text-transform: uppercase;
	font-size: 12px;
	color: #FF982B;
	text-align: center;
	width: 148px;
	margin-left: 30px;
}

.rss form p {
	padding: 0 0 5px 0;
}

.rss form input.sb {
	background: #fff;
	border: #FFAC53 1px solid;
	color: #5A882F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 3px;
	margin-top: 5px;
}

.rss form input.field {
	width: 146px;
	border: #FFAC53 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px;
	text-align: center;
}

#sidebar ul.comments li {
	border-bottom: #FF9924 1px solid;
	display: block;
	width: 100%;
	padding: 10px 0;
}

#sidebar ul.comments {
	padding: 0 15px 30px 30px;
}

#footer {
	width: 100%;
	clear: both;
	background: url(http://99files.files.wordpress.com/2009/11/bg_sidebar.gif) repeat-y 807px 0;
	height: 20px;
	overflow: hidden;
}

.lpa {
	width: 550px;
	padding-left: 30px;
}

.lpa h3 {
	font-size: 16px;
}

.page lpa {
	padding: 10px 0;
}

.page h2.lpa, .archive h3.lpa {
	padding-bottom: 20px;
	font-size: 21px;
}

.share {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
}

.share h3 {
	font-size: 18px;
	font-weight: normal;
}

.share img {
	margin-left: 10px;
}

/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

