@charset "utf-8";
/* CSS Document */

body {
	background-color:#F3F5F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
	
}

a {
	text-decoration:none;
}



.container {
	width:95%;
	margin:auto;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.header {
	background-color: #244665;
	height: 111px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.content {
	padding: 13px;
}
.leftside {
	width: 70%;
	float: left;
	margin-right: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.clear {
	clear: both;
}
.rightside {
	float: left;
	width: 25%;
	margin: 0px;
	background-color: #FFFFF4;
	padding: 6px;
}
.leftside h1 {
	font-size: 24px;
	color: #F90;
	padding: 0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-family: "arial narrow";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7EA800;
}
.blogpost {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.blogpost a {
	color:#666;
	text-decoration:underline;
}

.blogpost a:hover {
	text-decoration:none;
}


.leftsideads {
	width: 45%;
	border: 1px dashed #CCC;
	float: left;
	margin-left: 17px;
	padding: 4px;
}
.footer {
	margin: auto;
	width: 95%;
	padding: 9px;
	text-align: center;
}

.logoleft {
	float:left;
	width:30%;
	padding-top: 16px;
	padding-right: 9px;
	padding-bottom: 22px;
	padding-left: 88px;
	color: #CCC;
	background-image: url(images/cancer-logo.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.logoleft h1 {
	color:#FFE064;
	padding:0px;
	margin:0px;
	font-size:18px;
}
.logoright {
	width: 55%;
	float: left;
	margin-top: 17px;
	margin-left: 22px;
	color: #FFF;
	text-align: right;
}
.rightside h2 {
	font-family: "arial narrow";
	font-size: 18px;
	color: #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-color: #9C0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.rightside a {
	color:#333;
}


.rightside a:hover {
	text-decoration:underline;
}



.rightside ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
}

.rightside li {
	list-style-position: inside;
	list-style-type: none;
}

/*DEFAULT CSS*/

#page {
	text-align:right;
	direction:rtl;
}

.commentlist li .avatar {
	float:left;
}
#header {
	margin:0 1px 0 0;
}
.narrowcolumn {
	float:right;
	padding: 0 45px 20px 0;
}
.widecolumn {
	margin: 5px 150px 0 0;
}
.widecolumn .smallattachment {
	margin: 5px 0 5px 5px;
}
.postmetadata {
	clear:right;
}

img.alignright {
	margin: 0 7px 2px 0;
}

img.alignleft {
	margin: 0 0 2px 7px;
}

.alignright {
	float: left;
}

.alignleft {
	float: right;
}
code {
	display:block;
	direction:ltr;
	text-align:left;
}
acronym, abbr, span.caps {
	letter-spacing:0; /* fix opera bug */
}
html>body .entry ul {
	padding:0 10px 0 0;
	text-indent:10px;
}
html>body .entry li {
	margin: 7px 10px 8px 0;
}
.entry ol {
	padding: 0 35px 0 0;
}

#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
.commentlist p {
	margin: 10px 0 10px 5px;
}
#wp-calendar #next a {
	padding-right:0;
	padding-left:10px;
	text-align:left;
}
#wp-calendar #prev a {
	padding-left:0;
	padding-right:10px;
	text-align:right;
}
blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 0;
	padding-right: 20px;
	border-left: 0 none;
	border-right: 5px solid #ddd;
}
#email, #url {
	direction:ltr;
}


.search-form input {
  width: 350px;
}