/*------------------------------------------------------------------------------------
* Filename: site.css
* Version: 1.0.0 (24-12-2009)
* Website: National Press Club
* Author: Lex Holden & Al Munnings CouchCreative
* Description: Handles the site layout.
    ------------------------------------------------------------------------------------*/


.printonly {
	display: none;
}

/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font-family:Verdana, Geneva, sans-serif;
 	background: #181818;
	margin: 0;
	padding: 0;
	background-image:url(../images/main_bg2.jpg);
	background-repeat:repeat-x;
	
	
}

h1 {
	font-size: 24px;
	color:#000;
	margin:0;	
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding:5px 0 10px 0;
	color:#000;
	margin:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 5px;
	color:#0099CC;
	margin:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4,h5 {
	font-size: 14px;
	font-weight: normal;
	
	color:#000;
	margin:5px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	color: #e71f02;
	margin: 0;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: underline;
	color: #CC3333;
}

#right a img.thumbnail {
	border: 1px solid #CC3333;
}

a:hover {
	text-decoration: underline;
	color:#0099CC;
}


ol {
	font-size: 12px;
	color:#333;
	margin:0;
	padding:0 10px 10px 20px;
}

ul {
	font-size: 12px;
	color:#333;
	margin:5px 20px 15px 25px;
	padding:0;
}

li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	line-height:16px;
	list-style-image:url(../images/dot_point.png);
	behavior: url("/assets/js/iepngfix.htc");
}

acronym, abbr {
	text-transform: uppercase;
}

acronym {
	font-weight: bold;
}

table  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding:0;
	margin:5px 0 10px 0;
}

table td {
	padding:0 5px 10px 0;
	margin:0;
}

hr {
	border:1px dotted #ccc;
	height:1px;
	padding:0 0 0 0;
	margin:0 0 10px 0;	
	clear: both;
}


	
/*------------------------------------------------------------------------------------
      Layout
    ------------------------------------------------------------------------------------*/
	
	
#container {
	width: 1004px;
	margin:0 auto 0 auto;
}


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/


#header {
	width:1004px;
	height:285px;
	margin:0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

#header .npclogo {
	position: absolute;
	top: 18px;
	left: 0;
}

#header .npclogoprint {
	display:none;
}

#header .flashheader {
	margin: 0;
	position: absolute;
	top: 9px;
}


#header .photos {
	margin:28px 0 0 40px;
	
}

#header .mainsponsor {
	position:absolute;
	right:10px;
	z-index: 40;
	top: 75px;
	behavior: url("/assets/js/iepngfix.htc");
}

#header .facebook {
	margin:0;
	padding:0;
	position:absolute;
	right:227px;
	top:25px;
}

#header .twitter {
	margin:0;
	padding:0;
	position:absolute;
	right:261px;
	top:25px;
}


/*------------------------------------------------------------------------------------
      Menu
    ------------------------------------------------------------------------------------*/

#menushadow {
	background-image:url(../images/menu_drop_shadow.png);
	background-repeat:no-repeat;
	width: 1004px;
	height: 10px;
	background-position: 13px 0;
	margin: 0;
	font-size: 1px;
	
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align: center;
	z-index: 80;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	/*display:-moz-inline-stack;*/
	display:inline-block;
	zoom:1;
	*display:inline;
	background-color:#28292F;
	border: 1px solid #fff;
	min-height: 40px;
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align:left;
}

#menu ul li a {
	display: block;
	padding: 8px 15px 8px 14px;
	border-right: 1px solid #666;
	text-decoration:none;
}

#menu ul li.last > a {
	border-right:none;	
}

#menu ul ul {
	position: absolute;
	top: 40px;
	left: -1px;
	background-color:#4D5158;
	border-top: none;
	display: none;
	
}

#menu ul li.hover > ul,
#menu ul :hover > ul {
	display: block;
	color: red;
}

#menu ul ul ul {
	left: 200px;
	top: auto;
	margin-top: -31px;
}

#menu ul ul li {
	float: none;
	position: static;
	background-image: none;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align:left;
}

#menu a {
	color: #fff;
	line-height: 24px;
	font-size: 1.23em;
}

#menu ul ul a {
	width: 163px;
}

#menu .active > a {
	color: #fff;
	background-color: #CC3333;
}

/*
#menu .active li a {
	background-color: #CC3333;
}
*/

#menu a:hover {
	color: #CC3333;
	text-decoration:none;
}

#menu li.active a:hover {
	color: #fff;	
}

#menu ul ul li a {
	text-decoration:none;
	color:#FFFFFF;
	line-height: 16px;
	border-top: 1px solid #fff;
	padding: 7px 18px;
}

#menu ul ul ul li a {
	font-size: 12px;
}


#menu ul ul li a:hover {
	color:#FFFFFF;
	background-color:#CC3333;
}






	
/*------------------------------------------------------------------------------------
      Content
    ------------------------------------------------------------------------------------*/
	
#content {
	width:978px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

.orange {
	color:#D75239;
}	


/*------------------------------------------------------------------------------------
      Content Main General
    ------------------------------------------------------------------------------------*/

#content #main {
	float:left;
	margin:6px 0 0 25px !important;
	margin: 6px 0 0 12px;
	width:635px;
	padding-bottom:30px;
	font-size: 12px;
	
}

#content #main h1 {
	font-size: 24px;
	padding:0 0 0 0;
	color:#000;
	border-bottom:1px dotted #CCC;
	margin:5px 0 15px 0;	
	font-weight:500;
}

#content #main p {
	line-height:20px;
}

#content #main p.date {
	color:#CC3333;
	font-size:11px;
	margin: 0;
}

#content span.reflect_date {
	font-size: 10px;
	color: #2C2F36;
}

#content #main .button {
	padding:5px 10px 15px 0;	
}

#content #main .comments {
	float:right;
	background-image:url(../images/comments_bubble_bg.png);
	background-repeat:no-repeat;
	width:28px;
	height:21px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	margin-right:20px;
	margin-top:15px;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #main ul.twocol {
	padding:0;
	
	
}

#content #main ul.twocol li {
	margin: 0 0 10px 10px;
	padding: 0 8px 6px 0;
	float:left;	
	width:280px;
}


/*------------------------------------------------------------------------------------
      Content Main Home Page
    ------------------------------------------------------------------------------------*/



#content #banner_ask_question a {
	position: absolute;
	z-index: 90;
	margin-left: 535px;
	margin-top:180px;
	width: 95px;
	height: 70px;
	background-image: url(../images/banner_ask_question.png);
}

#content #banner_ask_question a span {
	display: none;
}

#content #feature {
	width:635px;
	height:250px;
	margin:0 0 20px 0;
}

#content #feature .upcomingmain {
	float:right;
	width:416px;
	height:248px;
	overflow: hidden;
	border:1px solid #CC3333;
	background-color:#122234;
}

#content #feature .upcoming {
	float:left;
	width:197px;
	height:83px;
	background-color:#28292F;
	margin:0 0 1px 0;
	padding:0 10px 0 10px;
}

#content #feature .upcoming h1 {
	color:#fff;
	font-size:16px;
	font-weight:400;
	padding:6px 0 2px 0;
	margin:0;
	border-bottom:1px dotted #ccc;
	line-height:17px;
}

#content #feature .upcoming h1 a {
	color: #fff;
	text-decoration:none;
}

#content #feature .upcoming p {
	color:#fff;
	font-size:11px;
	padding:4px 0 2px 0;
	margin:0;
	line-height:14px;
}

#content #feature .on {
	background-color:#CC3333;
}

#content #main .sponsor {
	position:absolute;
	margin:23px 0 0 420px;
	z-index:40;
}

#content #main .sponsor img {
	margin-top: -17px;
	position:absolute;
	z-index:40;
}

#content #main .homephoto {
	float:right;
	margin:0 0 10px 25px;	
	border:1px solid #0099CC;
}


/*------------------------------------------------------------------------------------
      Content Main Sub Level
    ------------------------------------------------------------------------------------*/

/*EVENTS PAGE*/

#content #main .eventsright {
	float:right;
	width:226px;
	margin-left:20px;
	margin-right:20px;
}

#content #main .pdficon {
	margin:0;
	padding:0 0 0 5px;
}

#content #main .gallery {
	float:left;
	width:300px;
	height: 400px;
	position: relative;
}


#content #main .gallery ul {
	color:#fff;
	margin:0;
	padding:0;
	list-style-type:none;
}

#content #main .gallery li {
	margin: 0 0 0 0;
	padding: 0 14px 6px 14px;
	display:inline;
	float:left;
}

#content #main .gallery img {
	border:1px solid #0099CC;	
}

#content #main .next {
	position: absolute;
	right: 0;
	padding-right:1px;
}

#content #main .previous {
	position: absolute;
	left: 0;
}

#content .gallery .next,
#content .gallery .previous {
	top: 310px;
}

#content #main .gallery a {
	font-size:11px;
	color:#0099CC;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}

#content #main .inquiries {
	float:right;
	width:300px;
	margin:0 0 0 0;
	overflow: hidden;
}



#content #main .inquiries textarea {
	width: auto !important;
	width: 280px;
	max-width: 280px;
}


/*ENTERTAINMENT AND DINING*/

#content #main .dishofmonth {
	float:right;
	width:182px;
	height:269px;
	background-image:url(../images/dish_of_month_bg.png);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:20px;	
	padding:0 15px 0 15px;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #main .dishofmonth img {
	border:1px solid #0099CC;
	margin:5px 0 8px 0;
}

#content #main .dishofmonth .price {
	float:right;
	border:none;
}

#content #main .dishofmonth h1 {
	font-size:18px;
	padding:10px 0 3px 0;
	margin:0 0 5px 0;	
}

#content #main .dishofmonth p {
	font-size:11px;
	padding:0;
	margin:0 50px 0 0;	
	line-height:14px;
}

#content #main .clublounge {
	width:600px;	
}


/*SPEAKERS*/

#content #main .archiveright {
	float:right;
	width:320px;
}

#content #main .archiveleft {
	float:left;	
	width:320px;
}

#content #main #commentsbox {
	width:655px;
	background-image:url(../images/right_box_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FEFCFA;
	margin:10px 0 0 0;
	border-right:1px solid #F6DEC2;
	border-left:1px solid #F6DEC2;
	border-bottom:1px solid #F6DEC2;
	padding-bottom:15px;
}

#content #main #commentsbox .header {
	width:655px;
	height:41px;
	background-image:url(../images/comment_header_bg.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #main #commentsbox h1 {
	font-size: 20px;
	padding: 2px 0 0 15px;
	color:#fff;
	margin:0;	
	font-weight:400;
	border-bottom:none;
}

#content #main #commentsbox h2 {
	margin-left:15px;
}

#content #main #commentsbox p {
	margin-left:15px;
	margin-right:15px;
}

#content #main #commentsbox hr {
	margin-left:15px;
	margin-right:15px;
}

#content #main #commentsbox .addcommentbox {
	float:right;
	width:237px;
	height:404px;
	background-image:url(../images/add_comment_box_bg.png);
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
	margin:0 15px 10px 25px;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #main #commentsbox .addcommentbox h1 {
	font-size: 18px;
	padding: 2px 0 0 0;
	margin:10px 0 10px 0;	
	font-weight:400;
	border-bottom:1px dotted #ccc;
	color:#000;
}

#content #main #commentsbox table.addcommenttable {
	margin:5px 0 0 0;
}



/*------------------------------------------------------------------------------------
      Content Right
    ------------------------------------------------------------------------------------*/
	
#content #right {
	float:right;
	margin:5px 15px 0 0 !important;
	margin: 5px 7px 0 0;
	width:280px;
	padding-bottom:15px;
}

#content #right h1 {
	font-size: 18px;
	padding: 3px 0 0 0;
	color:#fff;
	margin:0 0 0 15px;	
	font-weight:400;
}

#content #right p {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin:0;
	padding:5px 10px 10px 15px;
}

#content #right .feature, #content #right .cew_banner {
	width:280px;
	background-image:url(../images/right_membership_bg.jpg);
	background-repeat:repeat-y;
	background-color:#000;
	padding:0;
	margin-bottom:15px;
	padding-bottom:10px;
}

#content #right .feature h1 {
	font-size: 22px;
	padding: 7px 0 0 0;
	color:#fff;
	margin:0 15px 5px 15px;	
	font-weight:400;
	border-bottom:1px dotted #69777E;
}

#content #right .feature h2 {
	font-size: 18px;
	padding: 10px 0 10px 0;
	color:#fff;
	margin:0 15px 0 15px;	
	font-weight:400;
}

#content #right .feature h3 {
	font-size: 11px;
	padding: 0 0 10px 0;
	color:#fff;
	margin:0 15px 5px 15px;	
	font-family:Verdana, Geneva, sans-serif;
}

#content #right .feature p {
	color:#fff;
	padding-bottom:5px;
}

#content #right .feature .buttonleft {
	padding:0;
	margin:10px 0 0 15px;
}

#content #right .feature .buttonright {
	padding:0;
	margin:10px 0 0 5px;
}

#content .cew{
      width: 280px;
}

#content .cew img{
       border: none;
}

#content .cew .cew_feature_link{
      display: block;
      margin: 0; padding: 0;
}

#content .cew .cew_image_feature{
     width: 280px;
     margin: 0; padding: 0;
}

#content #right .cew_banner{
        display: inline-block;
        padding: 4px 13px;
        width: 254px;
}

#content #right .cew_banner .cew_link{
       background-color: #CC3333;
       color: white;
       float: right;
       font-family: georgia,verdana,arial;
       font-size: 0.75em;
       margin-top: 10px;
       padding: 4px 6px;
       text-decoration: none;
       word-wrap: break-word;
       white-space: nowrap;
}

#content #right .cew_banner .cew_img{
      float: left;
      width: 80px;
}

#content #right .sponsor {
	margin:15px 0 0 15px;
	padding:0;
}

#content #right .vidcap {
	margin:8px auto 5px auto;
	padding:0;
	border:3px solid #FFF;
	display:block;
}

#content #right .pic {
	margin:0 auto 0 auto;
	padding:0;
	display:block;
	border:4px solid #FFF;
}

#content #right ul.socialphotos {
	color:#fff;
	margin:5px 0 0 13px;
	padding:0;
	list-style-type:none;
}

#content #right ul.socialphotos li {
	margin: 0 0 0 0;
	padding: 0 5px 8px 0;
	display:inline;
	float:left;	
}

#content #right .moreinfo {
	float:right;
	margin:11px 13px 0 0;
	padding:0;

}

#content #right table.bookingenquiry {

	margin:5px 0 0 15px;
}

#content #right .box {
	width:280px;
	background-image:url(../images/right_box_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FEFCFA;
	margin:0 0 15px 0;
	border-right:1px solid #F6DEC2;
	border-left:1px solid #F6DEC2;
	border-bottom:1px solid #F6DEC2;
	padding-bottom:15px;
}

#content #right .header {
	width:280px;
	height:41px;
	background-image:url(../images/right_header_bg.png);
	background-repeat:no-repeat;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #right .innerbox {
	width:256px;
	background-color:#FFF;
	padding:0 0 0 0px;
	margin:3px auto 0 auto;
}


#content #right .photo {
	float:left;
	padding:0;
	margin:5px 10px 0 5px;
}

#content #right .button {
	padding:0;
	margin:5px 0 0 15px;
}

#content #right .buttonright {
	padding:0;
	margin:5px 0 0 5px;
}

#content #right .highlight {
	color:#D7543B;
	font-size:11px;
	font-style:italic;
	padding:0  0 0 15px;
	margin:-7px 0 10px 0;
}

#content #right .innerbox h1 {
	color:#226D79;
	font-size:12px;
	padding:4px 0 2px 0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}

#content #right .innerbox p {
	color:#333;
	font-size:10px;
	line-height:14px;
	padding:0 0 2px 0;
	margin:0 0 0 80px;
}

#content div.errors {
	font-size: 11px;
	margin: 10px;
	color: red;
}



/*------------------------------------------------------------------------------------
      Footer
    ------------------------------------------------------------------------------------*/


#footer {
	width:978px;
	height:40px;
	margin:0 auto 0 auto;	
	padding:10px 0 10px 0;
}

#footer p {
	color:#FFF;
	font-size:11px;
	margin: 0;
	padding: 0;
}

#footer a {
	color:#FFF;
	font-size:11px;
}

	

/*------------------------------------------------------------------------------------
      Various
    ------------------------------------------------------------------------------------*/

.regoformdl {
	float: right;
	clear: right;
	margin:0 0 10px 20px;
}

.speakerimg {
	float: right;
	clear: right;
	margin:0 0 10px 20px;
	border: 2px solid #333;
}

.clear {
	clear:both;	
}

.websiteby {
	float:left;	
	behavior: url("/assets/js/iepngfix.htc");
}

.floatright {
	float:right;
}

.floatrightphoto {
	float:right;
	padding:0 0 10px 20px;
}

.floatleftphoto {
	float:left;
	padding:0 20px 10px 0;
}

#content #main .highlight {
	color:#D7543B;
}

#content #speechbubble {
	float:right;
	width:210px;
	margin:0 0 20px 20px;
	font-size:11px;
}

#content #speechbubble .top {
	background-image:url(../images/speech_bubble_bg.png);
	background-repeat:no-repeat;
	width:180px;
	padding:0 15px 30px 15px;
	margin:0;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #speechbubble .bottom {
	height:35px;
	margin:-32px 0 0 0;
	padding:0 0 0 0;
	background-image: url(../images/speech_bubble_bottom.png);
	background-repeat: no-repeat;
	height: 35px;
	behavior: url("/assets/js/iepngfix.htc");
}

#content #speechbubble h1 {
	font-size:18px;
	margin:0 0 7px 0;
	padding:10px 0 0 0;
}

#content #speechbubble ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#content #speechbubble li {
	padding: 0;
	margin:0 0 10px 0;
	list-style-image:none;
	font-size:11px;
}

#content #speechbubble a {
	text-decoration:underline;
	color:#0099CC;
}

#content #speechbubble img {
	border:1px solid #0099CC;
	margin:5px 0 0 0;
}

#content table.logos {
	margin:5px 0 15px 0;
}

#content table.logos td {
	padding:5px 30px 0 0;
	text-align:center;
	vertical-align:middle;
}


/*------------------------------------------------------------------------------------
      Carousel
    ------------------------------------------------------------------------------------*/
    
.carousel {
	height: 120px;
	position: relative;
	width: 635px;
	
}



.carousel .wrapper {
	width: 635px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 10em;
	margin: 0;
	position: absolute;
	top: 0;
	
}


.carousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

.carousel ul li {
	display:block;
	float:left;
	height: 90px;
	width: 120px;
	
	margin: 0 0 0 0;
	padding: 0 7px 0 0;
}

.carousel ul li a img {
	display:block;
	border:1px solid #333;
}

.carousel .arrow {
	position: absolute;
	top: 94px;
	cursor: pointer;
	z-index: 20;
}

.carousel .arrow a {
	text-decoration:underline;
	color:#0099CC;
	font-size:11px;
}

.carousel .next {
	right: 0;
	text-align: right;
}

.carousel .previous {
	left: 0;
}


/*------------------------------------------------------------------------------------
      Legacy website treatments
    ------------------------------------------------------------------------------------*/
    


#main img.imageFloatLeft,
#main img.imageFloatRight {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 4px;
}


.imageFloatLeft {
	float: left;
	margin: 5px 20px 20px 0;
}

.imageFloatRight {
	float: right;
	margin: 5px 0 20px 20px;
}

#main .newsItem {
	margin: 10px 0;
}

#main.home .newsItem img {
	display: none;
}
#main.home .newsItem img.homephoto {
	display: block;
}

#main.home .newsItem h2 a {
	color: #333;
	text-decoration: none;
}
#main.home .newsItem h2 a:hover {
	color: #CC3333;
}




.speech_assets {
	margin: 10px 0 20px 0;
	padding: 0;
}

.speech_assets li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px;
	list-style-type: none;
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 9px;
	text-align: center;
}

.speech_assets .audio {
	background-image: url(../images/icon_audio.png);
	width: 35px;
}
.speech_assets .transcript {
	background-image: url(../images/icon_transcript.png);
	width: 55px;
}

.speech_assets li a {
	display: block;
	height: 30px;
	overflow: hidden;
}

.speech_assets li a span {
	display: none;
}


/*------------------------------------------------------------------------------------
     Ajax search
    ------------------------------------------------------------------------------------*/
    
#header #ajaxSearch_form {
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 80;
	width: 180;
	text-align: right;
}

#ajaxSearch_form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#ajaxSearch_form input {
	padding: 3px;
}

#ajaxSearch_input {
	border: 1px solid #050505;
	padding: 2px;
	font-size: 10px;
	color:#999;
	width:150px;
	height:16px;
	margin:0;
}

#ajaxSearch_submit {
	background-color: #CC3333;
	color: #fff;
	border: none;
	padding:0 2px 0 2px;
	margin:0;
	font-size: 11px;
}

#ajaxSearch_intro {

