/*
Theme Name: o4 Research
Theme URI: http://o4research.com/
Description: a medical research design.
Author: Eyespark
Author URI: http://eyesparks.com/
*/




body			{ background:#FFF url(images/bg.gif) repeat-x; color: #333; padding:20px 0 0 0; text-align:center; font-family:Arial, Helvetica, sans-serif; }

h1				{color:#fff; margin-bottom:10px; letter-spacing:-1px; font-weight:normal;}
h2				{color:#CC0000; margin-bottom:5px; letter-spacing:-1px; font-weight:bold;}
h3				{color:#CC0000; margin-bottom:0; letter-spacing:-1px; font-weight:bold;}
h4				{color:#333; margin:15px 0 5px 0; font-weight:bold;}
p.white			{color:#fff; font-size:1.0em; margin:0; padding:0; line-height:1.3em;}
p.red			{color:#CC0000;}
p				{margin:5px 0 10px 0;}
a				{text-decoration:none; color:#333333;}
a:hover			{text-decoration:underline;}
img.border1		{border:#ddd 1px solid;}
img.border5		{border:#ddd 5px solid;}

.container_12, p{text-align:left;}

.header			{background:url(images/headerback.png) no-repeat; background-position:310px 100px; height:254px;}
.logo			{float:left;}
.introtext		{margin:35px 0 0 0!important; margin/**/:70px 0 0 0;  clear:left;}

.searchbox		{width:320px; margin-top:10px; float:right; display:block;}
.searchform		{float:right; display:block; width:220px;}
.searchform input#s			{background:#FFE1E1; color:#666666; border:0 none; padding:5px; font-size:1em; width:160px;}
.searchform input#searchsubmit{background:none; color:#FFF; font-weight:bold; font-size:1em; border:0 none; cursor:pointer;}

.centre			{float:left; padding:50px 0;}

ul.alphanav			{float:right; margin-top:30px; clear:right; display:block; width:700px;}
ul.alphanav	li		{float:left; list-style:none; margin:0 0 0 20px;}
ul.alphanav a 		{float:left; display:block; font-size:1.05em; color:#fff; font-weight:bold; text-decoration:none;}
ul.alphanav a span 	{display:block; padding:9px 8px 12px 8px;}
ul.alphanav a:hover 	{background:url(images/nav/right.gif) no-repeat right top; color:#D2392F; text-decoration:none;}
ul.alphanav a:hover span{background:url(images/nav/left.gif) no-repeat left top;}

body#home ul.alphanav li.home a, 
body#about ul.alphanav li.about a, 
body#services ul.alphanav li.services a, 
body#recruitment ul.alphanav li.recruitment a, 
body#news ul.alphanav li.news a, 
body#contact ul.alphanav li.contact a {background:url(images/nav/right.gif) no-repeat right top; color:#D2392F;}

body#home ul.alphanav li.home a span, 
body#about ul.alphanav li.about a span, 
body#services ul.alphanav li.services a span, 
body#recruitment ul.alphanav li.recruitment a span, 
body#news ul.alphanav li.news a span, 
body#contact ul.alphanav li.contact a span {background:url(images/nav/left.gif) no-repeat left top;}

ul.homelist			{float:left; margin-top:10px;}
ul.homelist	li		{float:left; list-style:none; clear:left; margin:0 0 20px 0;}
ul.homelist a 		{float:left; display:block; width:300px; font-size:1.1em; color:#333; font-weight:bold; text-decoration:none;}
ul.homelist a:hover	{text-decoration:underline;}
ul.homelist a span	{float:left; display:block; width:36px; height:36px; margin:0 10px 0 0;}
ul.homelist li.clinical a span{float:left; display:block; width:36px; height:36px; background:url(images/icons/pills.gif) no-repeat; margin:0 10px 0 0;}
ul.homelist li.phase a span{float:left; display:block; width:36px; height:36px; background:url(images/icons/rotate.gif) no-repeat; margin:0 10px 0 0;}
ul.homelist li.site a span{float:left; display:block; width:36px; height:36px; background:url(images/icons/magglass.gif) no-repeat; margin:0 10px 0 0;}
ul.homelist li.project a span{float:left; display:block; width:36px; height:36px; background:url(images/icons/group.gif) no-repeat; margin:0 10px 0 0;}

.entry			{}

.floatfooter	{background:#ddd; height:200px; margin:0; padding:0; clear:both;}
.footer			{ margin:0 auto; padding-top:20px;}
.footleft		{float:left; border-right:1px #ccc solid; height:160px;}
.footmid		{float:left; border-right:1px #ccc solid; height:160px; }
.footright		{float:right; height:160px; width:200px;}


.sidebar	 			{width:180px; float:left; list-style:none; display:block; margin:0; padding:0;}
ul.sidelist 			{width:180px; float:left; list-style:none; display:block; margin:0 0 30px 0; padding:0; font-size:0.9em; border-top:1px solid #ddd;}
ul.sidelist 		h3{border-bottom:1px solid #CCC; padding-bottom:5px; }
ul.sidelist 			li{ list-style:none; display:block; float:left; margin:0;  border-bottom:1px solid #ddd;}
ul.sidelist  li   	    a{float:left; display:block; width:155px; color:#333; padding:8px 5px 8px 15px; margin:0; text-decoration:none;}
ul.sidelist  li   	    a:hover{ color:#000; text-decoration:underline; background:url(images/nav/bullet.gif) no-repeat left top; background-position:0 9px;}
ul.sidelist  li.current_page_item   a{color:#000; font-weight:bold; background:url(images/nav/bullet.gif) no-repeat left top; background-position:0 9px;}





/* 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.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. */

.entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	text-indent:0;
	}

.entry li {
	margin:10px 0 15px 10px;
	padding:0 0 0 15px;
	line-height:1.2em;
	background:url(images/nav/bullet.gif) no-repeat left top;
	background-position:0 4px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.post	{float:left; margin:0 0 30px 0;}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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;
	}
	
textarea	{width:100%;}
/* 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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* 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; }
/* 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;
	}

.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;
	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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

