/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {

	border-top: 0px solid #990000;
	color: #333;
	background:  #fff; 
	font-size: 0.7em;
	padding: 0 0 40px 0px;
}


/* anchors
----------------------------------------------- */
a {
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color:#333;
}


/* 960 grid system container background
----------------------------------------------- */

.container_12 {
	background:#fff

  url("../img_layout/gridlines_12_colx.gif") center top repeat-y
  ;

}

.container_16 {
	background:#fff
/*
  url("../img_layout/gridlines_16_col.gif") center top repeat-y
*/
  ;
}


#banner {
	  width: 980px;
	  height: 12em;
	  z-index: 900;
	  background:  #fff;
	  position: fixed;
	  left: 50%;
	  margin-left: -490px;


}
#bannerwrap{
	  height: 12em;
margin:0;
}



#masthead-edu{background: url(http://www.corkfilmfest.org/img_layout/1pixeltrans.gif) no-repeat 0 0; height:108px;background-position: 5px 12px; text-indent: -999em; overflow: hidden; float: left;}

#banner-edu {
	  width: 980px;
	  height: 12em;
	  z-index: 900;
	  background:  #111 url('http://www.corkfilmfest.org/img_layout/schools_banner.jpg') no-repeat 0 35% ;
	  position: fixed;
	  left: 50%;
	  margin-left: -490px;


}




/* main content wrap - positions main content below fixed banner 
and extends 960gs border x 10px either side - which just looks better ;-)
----------------------------------------------- */
#extend {width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16.5em;
	background-color: #fff;
}
#hnav{width: 940px;

	margin-left: 20px;
	margin-right: 20px;
	background-color: #fff;


}

#mainmenu {
padding:0px;
margin:0px;

}


#hnavr{width: 780px;
	margin-left: 20px;

	float: left;
}
#hnavl{
	margin: 0px 0px 0 10px;
	float: left;
	text-align: center;
	width: 140px;
	cursor:pointer;
height: 3.1em;
	background-color: #990000;

}

#hnavl:hover{

	background-color: #ffb400;

}

#hnavl h3 { padding:7px 0 0 0; font-family: Georgia, 'Times New Roman', serif; font-size:1.3em; font-weight:normal;font-style:italic;color: #ffffff;
}
#hnavl h3 a {
	color: #ffffff;
}

#hnavl h3 a:hover {
	color: #000000;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a, h2 a, h3 a {
	color: #333;
}


h1 a {
	font-weight:normal;
}



/* masthead etc
----------------------------------------------- */



#masthead{background: url(../img_layout/logo259x92w.png) no-repeat 0 0; height:108px;background-position: 5px 12px; text-indent: -999em; overflow: hidden; float: left;}

#masthead h1 {display: none;}

#searchpanel {padding: 68px 0 0 0;}
#searchpanel {padding: 58px 0 0 0;}
#searchpanel select {margin: 0; padding: 0; border:1px solid #ccc;}
#search {text-align: right;}

#yearpanel {padding: 59px 0 0 0;}

#yearpanel h2 {  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.8em;
    font-weight:normal;
      font-style:italic;
      color: #666;
      }
      
 .smaller {
   font-size:70%;
 }
  


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em 0em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#fff;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#eee;
	margin:-10px -10px 0 -10px;
	padding:6px 0px;
}
.box h2 a,
.box h2 a.visible {
	color:#333;
	background:#fff url("../img_layout/switch_minus.gif") 96% 50% no-repeat;
	display:block;
	padding:6px 0px;
	margin:-6px 0px;
	border:none;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img_layout/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#fff;
}
.block {
	padding-top:10px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-size:1.1em;
  padding-left:1em;
  border-left:none;
}

blockquote .press {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}


/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:1px solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box, .first {
  border-top:none;
}

.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:0px 20px 8px 0px; 
  padding:0px;
  border:0px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:0px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;

  padding:.3em 0;
  margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
  color:#000;
  background:#fff;
  margin-bottom:0px;
  padding: 10px 0 0px 0px;
  border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
  text-align: right;
}

#site_info img {
vertical-align:text-bottom;

}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:16px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
  font-weight: bold;
}
dd h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
dd p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
  padding-bottom:10px;
}

  #accordian-block dd {
    width: 545px;
  }

#kwick-box { 
  padding:0;
  overflow:hidden;
}
#kwick-box h2 { 
  margin:0;
}
#kwick {
  position: relative;
}

#kwick .kwicks {
  display: block;
  background: #999;
  height: 120px;
  list-style:none;
  margin:0;
  overflow:hidden;
}

/* Mootools Kwicks
----------------------------------------------- 
#kwick li {
  float: left;
  margin:0;
  padding:0;
}
#kwick .kwick {
  display: block;
  cursor: pointer;
  overflow: hidden;
  height: 100px;
  width: 130px;
  padding: 0px;
  background: #fff;
}
#kwick .one {
  background: #666;
  
}
#kwick .two {
  background: #777;
}
#kwick .three {
  background: #888;
}
#kwick .four {
  background: #999;
}
#kwick .five {
  background: #ccc;
}
#kwick .six {
  background: #000;
}
*/

.kwicks li{  
    float: left;
    width: 188px;  
    height: 220px;  
    margin-bottom: 3px;  
    padding: 0px;
}  
#kwick .kwick span {
  color:#fff;
  font-size: 13px;
  background-color: #333;
  padding: 3px 6px;
}



#kwick1 {   
  background: #666;
}  
#kwick2 {  
  background: #777;
}  
#kwick3 {  
  background: #888;
}  
#kwick4 {   
  background: #999;
}
#kwick5 {   
  background: #ccc;
}
#kwick6 {   
  background: #000;
}


/* Sponsor Logos 1st tier

-------------------------------------------------------------- */

#sponsor-corona a,#sponsor-ac a,#sponsor-corkcity a,#sponsor-media a,#sponsor-fi a,#sponsor-ci a,#sponsor-fas a {background: url(../img_layout/cff_sponsors_sprite_a.png) no-repeat 0 0; display: block; height: 100px;	text-indent: -999em; overflow: hidden; font-size: 10px; float:left;}



/*--- Default State---*/

#sponsor-corona a { background-position: 0 -100px; width: 126px; }

#sponsor-ac a { background-position: -126px -100px; width: 218px; }

#sponsor-corkcity a { background-position: -344px -100px; width: 95px; }

#sponsor-media a { background-position: -439px -100px; width: 137px; }

#sponsor-fi a { background-position: -576px -100px; width: 152px; }

#sponsor-ci a { background-position: -728px -100px; width: 124px; }

#sponsor-fas a { background-position: -852px -100px; width: 88px; }


/*--- On Hover ---*/

#sponsor-corona a:hover { background-position: 0 -0px; }

#sponsor-ac a:hover { background-position: -126px 0px;}

#sponsor-corkcity a:hover { background-position: -344px 0px;}

#sponsor-media a:hover { background-position: -439px 0px;}

#sponsor-fi a:hover { background-position: -576px 0px;}

#sponsor-ci a:hover { background-position: -728px 0px;}

#sponsor-fas a:hover { background-position: -852px 0px;}



/*--- On Click ---*/

#sponsor-corona a:active { background-position: 0 -102px;}

#sponsor-ac a:active { background-position: -126px -102px;}

#sponsor-corkcity a:active { background-position: -344px -102px;}

#sponsor-media a:active { background-position: -439px -102px;}

#sponsor-fi a:active { background-position: -576px -102px; }

#sponsor-ci a:active { background-position: -728px -102px; }

#sponsor-fas a:active { background-position: -852px -102px; }



/* Sponsor Logos 2nd tier

-------------------------------------------------------------- */

#sponsor-96 a,#sponsor-exam a,#sponsor-iftn a,#sponsor-euro a  {background: url(../img_layout/ccff_2ndlevel_sprite.png) no-repeat 0 0; display: block; height: 70px;	text-indent: -999em; overflow: hidden; font-size: 10px; float:left;}



/*--- Default State---*/

#sponsor-96 a { background-position: -126px -70px; width: 120px; margin-left: 126px;}

#sponsor-exam a { background-position: -246px -70px; width: 200px; }

#sponsor-iftn a { background-position: -446px -70px; width: 140px; }
#sponsor-euro a { background-position: -586px -70px; width: 348px; }


/*--- On Hover ---*/

#sponsor-96 a:hover { background-position: -126px 0px; }

#sponsor-exam a:hover { background-position: -246px 0px;}

#sponsor-iftn a:hover { background-position: -446px 0px;}


/*--- On Click ---*/

#sponsor-96 a:active { background-position: -126px -72px;}

#sponsor-exam a:active { background-position: -246px -72px;}

#sponsor-iftn a:active { background-position: -446px -72px;}


/*--- position tweak ---*/
#sponsor_panel { height:105px; }

#sponsor_panel_2 { height:85px; margin-top: -10px }



/* misc

-------------------------------------------------------------- */

#left_col, #right_col {
margin-top: 10px;}

/* calendar
----------------------------------------------- */

	
	table.cal caption{font-size:10px; line-height:22px; text-align:left; text-transform:uppercase; padding:0px; color:#000}
	table.cal td,table.cal th{padding:1px;text-align:center;}
	table.cal td.fest{background-color:#fff; color:#990000}
	table.cal td.fest a{color:#990000}
	table.cal td.currev{background-color:red;color:#ffffff}

/* Style-Switcher */
#style-switcher {
	position: fixed;
	width: 200px;
	text-align:right;
	left: 50%;
	margin-left: 270px;
	top: 0;
	padding: 3px 0 0 0;
	height: 34px;
	z-index: 9999;
	color: #007b9d;
}


#style-switcher a {
	color: #007b9d;
	text-decoration: none;
}
#style-switcher a:hover {
	color: #ffffff;
}




.edit {padding-left: 5px;}


.newsfeed {
padding: 20px 0 0 15px;
width: 350px;
}
.feed-title, .feed-date {color: #ffffff; font-size: 14px;}
.feed-date {color: #cc9900; font-size: 10px;}

.feed-title a {
	color: #ffffff;
font-weight: normal;
}
.feed-title a:hover {
  color:#cc9900;
}


.sup {
	position: relative;
	bottom: 0.3em;
	color: #888;
	font-size: 6px;
}


.bottom10 {
	padding-bottom:10px;
}
.bottom15 {
	padding-bottom:15px;
}
.bottom20 {
	margin-bottom:20px!important;
}


#tag-cloud {
border-bottom:1px solid #666;
border-top:1px solid #666;
padding: 10px;
margin: 50px 0;
}
.tag-current {color: #000;}


ul.pagination {
margin: 0em 0; padding: 2em 0.2em 2em 0; text-align: left; background: #fff;  border-top:1px solid #666;
 }
ul.pagination li {display: inline; font-size: 11px; padding: 0.2em; margin: 0.3em 0.3em 0.3em 0; text-align: left;  }
ul.pagination li.active {background: #fff; border: 1px solid #BF0D0D;}


#mail-list {
border-bottom:1px solid #666;
padding: 0 10px 10px 10px;
margin: 0 0 20px 0;
}

#mail-list input, #mail-list-home input {
background: #eeeeee;
padding: 2px;
margin: 0 0 5px 0;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 

.r-box {
border-bottom:1px solid #666;
padding: 0 10px 10px 10px;
margin: 0 0 20px 0;
}



.dot-box{

	  border:1px dashed #666;
	  padding: 3px 3px 3px 9px;
	  margin-top: 10px;
	  margin-left: -10px;
}


#booking-slug, #date-slug{
	  width: 390px;
	  z-index: 990;
	  position: fixed;
	  left: 50%;
	  margin-left: -161px;
	  padding: 0px;
}

#booking-slug{
	  margin-top: 10px;
}

#date-slug{
	  margin-top: 80px;
}


#booking-slug h2, #date-slug h2, #booking-slug h3, #booking-slug h2 a, #booking-slug h3 a {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #888;
	line-height: 130%;
	margin: 0;
}

#booking-slug h2 a:hover, #booking-slug h3 a:hover {
	color: #cc0000;
}

#booking-slug h3, #booking-slug h3 a {
	font-size: 1.2em;
}

#booking-slug h3 a {
	color: #ffb400;
}



#center_col {
  padding-top:1em;
}





.newsimg {
background-color: #ddd; padding:8px 8px 8px 8px; float: left; margin: 0 20px 16px 0;
}

.newsimg p {
font-size: 10px; color: #333; padding-top:5px;
}


.gallery {
	padding: 0px;
}

.gallery li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	line-height: 36px;
}

#spons-pane {
background-color: #fff;
}

.top-line {
	  border-top:1px dashed #666;
}

.bott-line {
	  border-bottom:1px dashed #666;
}

.spons-group {
	background-color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}

.spons-box {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
text-align: center;
}

/* twitter feed
----------------------------------------------------------------------------------------------------*/

#twitter_div {
background-color: #eee;
font-size: 9px;
padding: 8px;
margin:  0px 0 20px 0;
width:120px;
}

#twitter_div li {
list-style: none;
margin: 0 0 10px 0;
padding: 0px;
overflow:hidden;
}

.cont {
text-align: right;
padding: 0 5px 10px 0;
}

.htab {
  color:#fff;
  font-size: 13px;
  background-color: #333;
  padding: 3px 6px;
}

.newsfeed2{
padding: 20px 0 0 15px;

overflow: auto;
}

#htwit {
width: 190px;
overflow:hidden;
}
#htwit li{
list-style: none;
margin: 0 0 10px 10px;
padding: 0px;
border-bottom: 1px dotted #888;
}
#htwit p{
margin: 0 0 10px 10px;
padding: 0px;
}

#mail-list-home input {
background: #d8e8e0;
padding: 2px;
margin: 0 0 5px 0;
}



.filmlist3 li, .filmlist2 li, .filmlist1 li { 
background-color: #fff;
border-top: dotted 1px #666;
float: left;
list-style: none;
margin: 0 20px 10px 0;
padding: 10px 0 0 0;
}

.filmlist3 li { 
width:160px;
}
.filmlist2 li { 
width:250px;
}
.filmlist1 li { 
width:540px;
}



.filmlist3 h6,.filmlist2 h6,.filmlist1 h6 {
padding: 10px 5px;
margin: 0 0 10px 0;
line-height: 110%;

color: #444;
font-weight: normal;
text-transform: none;
background: #C4C9C7;
}

.filmlist3 h6 {
font-size: 14px;
height:58px;
}
.filmlist2 h6 {
font-size: 18px;
height:50px;
}
.filmlist1 h6 {
font-size: 22px;
height:44px;
}

.top-row{
border-top: dotted 1px #fff!important;

}

.clear-l {
clear:left;
 }


.ftmb {
height:100px;
width:160px;
}

.index-tmb {
height:110px;
width:42px;
}

.editicon {
height: 10px;
}


.dates {
background: #8d9893;
padding: 4px 3px 3px 7px ;
margin:0px 0px 10px 0px;
color: #fff;
}

.a-z li { 
background-color: #fff;
border-top: dotted 1px #666;
float: left;
list-style: none;
margin: 0 20px 5px 0;
padding: 5px 0 0 0;
width:110px;
}

.director { font-size: 14px;color: #777;}

.pipe {color: #ccc;}

.film-details {color: #888;}

.galas {color: #00aadd;}
.feat {color: #ff5100;}
.docs {color: #00b63c;}
.shorts {color: #e50022;}
.sb {color: #debb22;}

.schedwrap h2  {padding-bottom: 20px;}
.schedwrap h4  {margin-bottom: 0px;}
.schedwrap p  {margin: 0px 0 10px 0;}
.schedwrap p.galas  {margin: 0px 0 0px 0;}

.sched-ul li { 
background-color: #fff;
border-top: dotted 1px #666;
border-left: solid 20px #fff;
list-style: none;
margin: 0 30px 10px 0;
padding: 10px 10px 10px 14px;
overflow: auto;


}

.sched-ul p { 
float: right;

}
.sched-ul img { 
float: left;
margin: 0 10px 0px 0;
}

.sched-ul h5 a { 
font-size: 18px;
font-weight: normal;
line-height:120%;

}

.Galas-badge{

border-left: solid 20px #00aadd!important;
}

.Features-badge {

border-left: solid 20px #ff5100!important;
}

.Documentaries-badge {

border-left: solid 20px #00b63c!important;
}

.Shorts-badge {

border-left: solid 20px #e50022!important;
}

.Side-Bar-badge {

border-left: solid 20px #debb22!important;
}


.readon {text-align: right; margin:0;font-size:14px;}



.galas-ban {
font-size: 14px;
background-color: #00aadd;
padding: 4px 3px 3px 7px ;
margin:0px 0px 10px 0x;
color: #fff;
}

.bookbut, .soldbut {
color:#fff;
border: solid 1px #550000;
background: #cc0000;
padding:2px;
width: 80px;
text-align: center;
}

.bookbut a {
text-decoration: none;
color: #fff;
}

.bookbut:hover {
color:#fff;
border: solid 1px #cc0000;
background: #990000;
cursor:pointer;
}


.booklink, .soldlink {
color:#cc0000;
border: solid 1px #cc0000;
background: #fff;
padding:2px;
margin-left: 15px;
text-align: center;
font-weight: bold;
}

.booklink a {
text-decoration: none;
color: #cc0000;
}

.booklink:hover {
color:#fff;
border: solid 1px #cc0000;
background: #990000;
cursor:pointer;
}

.booklink:hover a {
color: #ffffff;
}




.featlist4 li { 
background-color: #fff;
border-top: dotted 1px #666;
float: left;
list-style: none;
margin: 0 20px 10px 0;
padding: 10px 0 0 0;
}

.featlist4 li { 
width:175px;
}



.featlist4 h6 {
padding: 10px 0px 0px 0px;
margin: 0 0 10px 0;
line-height: 110%;
font-size: 16px;
color: #444;
height:30px;
font-weight: normal;
text-transform: none;
background: #fff;
}



.end
{
	margin-right: 0!important;
}





.tumblr_post  { 

list-style: none;
margin: 0 20px 10px 0;




}

.tumblr_title {
font-size: 16px;
} 


.small { font-size: 70%;}
.small a { color: #006699}

.insert img {margin: 60px 000;}





#mail-list-kwicks {
width: 400px;
padding: 30px 10px 10px 10px;
margin: 0 0 20px 0;
background: #a6cbbd;
}



.comments {
background-color: #ddd;
margin-bottom:10px;
padding:7px;
font-size: .1em;
}

.comments blockquote {
font-style: italic;
font-size: .1em;
}

.comments p {
margin-bottom:10px;

}



.ccom {
margin-top:25px;
}

.int p {
font-size: 1.4em;
color: #444;
}
