/*
Theme Name: Cluster Attack
Theme URI: http://www.clusterattack.com/
Description: Cluster Headaches Theme
Version: 1.2
Author: Judy L. Herilla
Author URI: http://www.karmoxie.com/
Tags: blue, orange, green, brain

*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {
	/* background: #9EFF8B; */
	/* background: #D6BEA0; */
	 background: #A2A5C1; 
	
	font:100%/1.25 Georgia, Times New Roman, Times, Arial, Helvetica, sans-serif;

}

#socialicons {
	position: absolute;
	right: 175px;
	top: -22px;	
	width: 200px;
}

#socialicons a {
		float: left;
		position: relative;
		width: 64px;
		height: 64px;
		display: block;}

#rss-icon a {
		background-image: url("/images/icons/rss.png");
}

#rss-icon a:hover  {
		background-image: url("/images/icons/rss2.png");
}

#twitter-icon a {
		background-image: url("/images/icons/tweet.png");
}
	
#twitter-icon a:hover  {
		background-image: url("/images/icons/tweet2.png");
}	
	
#facebook-icon a {
		background-image: url("/images/icons/facebook.png");
}

#facebook-icon a:hover {
		background-image: url("/images/icons/facebook2.png");
}


h1 {
   color: #19175B;
   font-size: 1.5em;
   font-weight: bold; 
   letter-spacing:-1px;
}

h2 {
   color: #19175B;
   font-size: 1.2em;
   margin-top: 5px;
}

h3 {
   color: #19175B;
   font-size: 1em;
}







/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/


#header {
  /* margin-bottom: 2em; */
  /* background-color: #73a0c5; */
  width: 100%;
  height: 111px;
  background: url(/images/headerGradient.gif) no-repeat top;
  position: relative;
  /* height: 100px; */
    
}

#banner {
	/* height: 83pxpx; */
	}

#brainlogo {
background-image: url("/images/greenbrain1.gif");
background-repeat: no-repeat;
position: absolute;
top:-32px;
left: -23px;
width: 100px;
height: 144px;
		
}

Q#banner h1 { width: 400px; }


#header h1{
/* color: #9EFF8B; */
/* color: #D6BEA0; */
color: #F29411;
width: 400px;
padding-left:40px;
padding-top: 15px;
text-transform: uppercase;
font-size: 2.5em;
position: relative;
/* height: 43px; */

}

#header h2{
/* color:#000000; */
	color:#FFFFFF;
font-size: 15px;
padding-left: 100px;
margin-top: -10px;
/* background: url(../images/headerGradient.gif) no-repeat top;*/

}


#pictures {
	 clear: both;
	 float: left;
	 width: 100%;
	 text-align: center;
	 background-color: #000000;
	 /* padding-left:30px; */
	}
	
	#pictures img {
		height: 108px;
		padding: 0;
		margin: 0;
		border: 0;
		float: left;
	}

/* -------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -------------------------------------------*/


#outerContainer {
	margin-top:30px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E3E4EE;
	border: 2px solid #000000;
	
}


#sidebar {
	clear: both;
	float: left;
	width:220px;
	padding-left: 5px;
	padding-top: 10px;
	height: 100%; 
	font-size: 80%;
}

#sidebar2 {
	float: right;
	width:180px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	height: 100%; 
	font-size: 80%;
}

#recent-posts-4 ul li,#recent-posts-3 ul li {
	list-style: circle inside;	
}

#welcome {
	
	font-style: italic;
	font-size: 90%;
	width: 100%;
	
	text-align: center;
}

#maincontent {
	width:500px;
 	float: left;
 	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	}

	#maincontent ul {
		list-style: disc inside ;
	}
	
	#maincontent li {
		padding-bottom: 10px;
	}
	
	.intro {
		font-size:95% ;
		font-style: italic; 
	}
	
	
	

/* -------------------------------------------*/
/* ---------->>> Text Styles <<<--------------*/
/* -------------------------------------------*/

a:link {
	text-decoration: none;
	color:#2E9216;
}
a:visited {
	text-decoration: none;
	color: #2E9216;
}
a:hover {
	text-decoration: underline;
	color: #F29411;
}
a:active {
	text-decoration: none;
	color:  #2E9216;
}


/* -------------------------------------------*/
/* ---------->>> Navigation <<<---------------*/
/* -------------------------------------------*/


#nav {
	clear: both;
	background: #797DA4; 
	color: #000000;
	font-size: small;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	/* padding: 5px 0; */
	/* height: 10px; */
	/* font: normal small-caps 80%/90% sans-serif; */
}
	  
#nav li {
	float: left;
	text-align:center;
	list-style-type: none;
	/* width: 80px; */
		
		border: solid 1px ;
		border-color:  #000000;
}	  

#nav li a {
	display: block;
	width: 100%;
	padding:  5px 0;
	text-decoration: none;
}


#nav a:link {color: #FFFFFF;   }
#nav a:visited {color: #FFFFFF;  }
#nav a:hover {color: #000000; background-color: #FFFFFF; }
#nav a:active {color: #FFFFFF; } 

.homebutton {
	width:90px;
}

.facts {
	width:134px;
}

.links{
	width:90px;
}

.treatments {
	width:110px;
}


.videos {
	width:90px;
}

.philosophy{
	width:100px;
}

.trials{
	width:150px;
}

.awards{
	width:140px;
}

.articles{
	width:130px;
}

/* -------------------------------------------*/
/* ---------->>> Forms <<<--------------------*/
/* -------------------------------------------*/

#searchform {
	float: right;
	margin: 0px auto;
	padding: 5px 10px;
	text-align: center;
	font-size: 70%;
	}

#searchBox {
	z-index: -1;	
}


#header #searchform #s {
	width: 100px;
	padding: 2px;
	}

#header #searchsubmit {
		/* font-size: 80%; */
		padding: 1px;
}




/* -------------------------------------------*/
/* ---------->>> Comments <<<-----------------*/
/* -------------------------------------------*/


/* -------------------------------------------*/
/* ---------->>> Extras <<<-------------------*/
/* -------------------------------------------*/

.paperLink a{

}

.level {
	font-style:italic;
	font-weight: bold;
	color: #2E9216;
}

.drugs {
	font-size: 12px;
	/* color: #2E9216; */
	
}



#conventions{
/* border:1px solid #B3BFB7; */
 width:200px;
 height:150px;
 overflow:hidden;
}


#conventions .confDate{
display: block;

}
#conventions .confLocation {font-style: italic;}

#events {
border:1px solid #000033;
float:left;
font-size:11px;

width:198px;
margin-bottom: 20px;
}

#events h3 {
width:100%;
background-color: #A2A5C1;
text-align: center;
color: #FFFFFF;
}



#marqueecontainer {
height:150px;
overflow:hidden;
padding:2px;
position:relative;
width:193px;
background-color: #FFF;
}

#list_of_drugs {
	float: left;	
}

#list_of_drugs .treatment {
	color: red;	
	clear: both;
	float: left;
	width: 200px;
	margin-top:10px;
}

.articles_link {
	float: left;
	width: 110px;
	margin-top:10px;
}

.treatment_level {
	color: green;	
}

.add_treatment {
	clear: both;
	}

.article_title {
	font-style: italic;
}

.article_year {
	color: peru;
	}
.article_author {
	color: forestgreen;
	}

.article_link {
	color: blue;
}
	
.article_abstract {
	/* width: 500px; */
}


/* -------------------------------------------*/
/* ---------->>> Footer <<<-------------------*/
/* -------------------------------------------*/


#footer {
clear: both;
/* text-align: center; */
font-size: 11px;
background-color: #120B50;
color: #9EFF8B;
padding-top: 8px;
}

#footer .disclaimer {
/*	color: red; */
margin-left: 80px;
margin-bottom:10px;
width: 100%;
font-style: italic;
}


#copyright {
		float: right;
	padding-right: 10px;
	}

#contact {
	float: left;
	padding-left: 10px;
	
}

#footer a {color: #e7ece8; text-decoration: underline;  }
#footer a:hover {color: #9EFF8B; text-decoration: underline; }
 

#address {
float: right;

}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.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;
	}



#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 */



/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 250px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	/* text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* 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. */

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

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/* content: "\00BB \0020"; */
	}

.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;
	}

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



/* 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;
	}


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;
/*	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 
	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 */


