/*  
Theme Name: PROMIS Corporate Blogs
Theme URI: http://wordpress.org/
Description: Theme to integrate into the PROMIS Clinics websites.
Version: 1.0
Author: Marcus Sykes
Author URI: http://netweblogic.com
*/
@import url(includes/css/promis.css);

/* Begin Typography & Colors */
#main .left a{ text-decoration:none; }
#main .left h2 a{ color:#AA1224; }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 10px;
	color:#999999;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em '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;
}


/* End Typography & Colors */



/* Begin Post Stuff */
	.left { width:450px; float:left ; clear:both;}
	.left-wide { width:auto !important; float:none !important; }
	.navigation {
		display: block;
		text-align: center;
		margin-bottom: 50px;
		font-size:12px;
		color:#AAAAAA;
	}
	.navigation a{
		color:#AAAAAA;
	}
	.post {
		margin: 10px 0px 50px 0px;
		text-align: justify;
	}
	#main .post a {
		color:#CC6600
	}
	#main .postmetadata a {
		color:#000033;
		text-decoration:underline;
	}
	#main .alt a {
		color:#666666;
		text-decoration:underline;
	}
	.alt {
		background-color: #f8f8f8;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.left .postmetadata {
		margin: 30px 0;
		}
	.postmetadata { 
		clear: left;
	}
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
	}
	
	.smallattachment {
		text-align: center;
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
	}
	
	.left .attachment {
		text-align: center;
		margin: 5px 0px;
	}


/* End Post Stuff */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	/*text-indent: -10px;*/
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	/*padding-left: 10px;
	text-align:justify;*/
	}

.entry ul li, #main_sidebar ul ul li {
 list-style-image:url(includes/images/bullet.jpg);
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#main #main_sidebar ul {
	list-style:none;
}

#main #main_sidebar ul, #main #main_sidebar ul ol {
	margin: 0px 0px 0px 10px;
	padding: 0;
	}

#main_sidebar ul li {
	margin-bottom: 20px;
}

#main_sidebar ul p, #main_sidebar ul select {
	margin: 5px 0 8px;
	}

#main_sidebar ul ul, #main_sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#main_sidebar ul ul ul, #main_sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #main_sidebar ul ol li {
	list-style: decimal outside;
	}

#main_sidebar ul ul li, #main_sidebar ul ol li {
	margin: 3px 0px 0px 10px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#search { margin-bottom:10px;}
#searchform { 	font-size:12px; }
#searchform input{
	font-size:12px;
	padding:1px;
}
#main_sidebar #searchform #s {
	width: 90px;
	padding:0px;
	font-size:14px;
}

/* This is mainly for password protected posts, makes them look better. */
.entry form { text-align:center; }

select { width: 130px; }
/* End Form Elements */



/* Begin Comments*/

.commentlist li {
	font-weight: bold;
	}

.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;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#main_sidebar {width:170px; float:right; clear:right; margin:20px 0px 20px 30px; }
#main_sidebar form {
	margin: 0;
}
#main_sidebar .status{
	text-align:left;
	font-size:10px;
}
/* End Sidebar */



/* 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; }
	
#wp-calendar #prev 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 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/
