/* Browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }
ul,ol { margin-left: 3em; }
p { margin: 1em 0; }
a { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {

}

#full-wrapper {
	width: 100%;
}

#centered-wrapper {
	position: relative;
	width: 966px;
	margin: 0 auto;;
}

#header {
	height: 182px;
	background: url('../images/2012/layout/header-line.png') no-repeat 50% bottom;
}

h1 {
	position: absolute;
	top: 8px;
	left: 0;
	background: url('../images/2012/layout/h1-logo-new.png');
	width: 302px;
	height: 152px;
	text-indent: -2000em;
}

#header-poli {
	position: absolute;
	top: 40px;
	right: 126px;
}

#facebook-like {
	position: absolute;
	top: 75px;
	right: 10px;
}

#nav {
	position: absolute;
	top: 124px;
	right: 0;
	background: #dbf1fa;
	height: 37px;
	border-radius: 4px;
	padding: 0 5px;
}

.sf-menu > li > a {
	display: block;
	height: 37px;
	line-height: 37px;
	color: #45aedf;
	text-decoration: none;
	padding: 0 6px;
	border-left: 1px solid #b3e3f9;
}

.sf-menu > li > a:hover,
.sf-menu > li > a.current,
#nav-home:hover {
	background-color: #cee9f4;
}

#nav-home {
	background: url('../images/2012/layout/home-new.png') no-repeat 6px 11px;
	width: 18px;
	text-indent: -2000em;
	border-left: 0px;
}

/* Theme */
ul.sf-menu li li a {
	background-color: #dbf1fa;
	color: #45aedf;
	padding: 10px 13px;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	display: block;
	width: 198px;
	border-top: 1px solid #eff9fd;
	border-bottom: 1px solid #cee9f4;
}

ul.sf-menu ul li a:hover {
	background-color: #cee9f4;
}

a.pdf {
	background: url('../images/2011/pdf.png') no-repeat 195px 50%;
}

#base {
	margin-top: 27px;
	min-height: 600px;
}

#sidebar {
	float: left;
	width: 238x;
	padding: 0;
}

#sidebar h3 {
	font-size: 18px;
	color: #695e4a;
	margin: 0 0 10px 0;
}

#nav-buttons,
#nav-buttons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav-buttons a,
.btn {
	display: block;
	width: 228px;
	padding: 0 0 0 10px;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	color: white;
	margin-bottom: 7px;
	background: url('../images/2012/layout/btn-new.png') no-repeat;
	text-decoration: none;
}

.btn {
	text-align: center;
}

#follow-us {
	margin: 20px 0 0 0;
	height: 24px;
}

#btn-facebook,
#btn-twitter,
#btn-blogger,
#btn-youtube,
#btn-flickr,
#btn-eventbrite {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -2000em;
	margin-right: 7px;
}

#btn-facebook {
	background: url('../images/2012/layout/btn-facebook.png');
}

#btn-twitter {
	background: url('../images/2012/layout/btn-twitter.png');
}

#btn-blogger {
	background: url('../images/2012/layout/btn-blogger.png');
}

#btn-youtube {
	background: url('../images/2012/layout/btn-youtube.png');
}

#btn-flickr {
	background: url('../images/2012/layout/btn-flickr.png');
}

#btn-eventbrite {
	background: url('../images/2012/layout/btn-eventbrite.png');
}

#featured-speakers {
	display: block;
	background: url('../images/2012/layout/featured-speakers.png') no-repeat;
	text-indent: -2000em;
	width: 164px;
	height: 18px;
	margin: 20px 0 10px 0;
}

#speakers {
	height: 143px;
	position: relative;
}

#speakers img {
	float: left;
	border: 4px solid #d6ecf4;
}

#speakers h4 {
	margin: 6px 0 0 116px;
	color: #4a4a4a;
	font-size: 12px;
}

#speakers div {
	position: absolute;
	top: 0px;
	background-color: white; /* For IE bug */
}

#view-all {
	font-size: 12px;
	color: #868686;
}

#mailing-list {
	margin-top: 20px;
	padding: 12px 0 6px 0;
	color: white;
	font-size: 12px;
}

#mailing-list input[type=text] {
  color: #aaa;
}

#videos {
	font-size: 13px;
	margin-top: 25px;
}

#videos p {
	margin: 0;
	padding: 0;
}

#certificate {
	font-size: 13px;
	margin-top: 25px;;
}

#certificate h3 {
	font-size: 16px;
}

#certificate p {
	margin: 0;
	padding: 0;
}

/*.btn-play {
	display: block;
	float: right;
	background: url('../images/2011/layout/btn-play.png') no-repeat;
	text-indent: -2000em;
	width: 40px;
	height: 26px;
	margin: 0 0 5px 5;
}*/

#content {
	float: right;
	width: 700px;
	padding: 0 0 15px 0;
	color: #212121;
	font-size: 13px;
	line-height: 20px;
}

h2 {
	font-size: 19px;
	font-weight: bold;
	color: #695e4a;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #695e4a;
	margin-top: 30px;
}

h4,
#blog h4 {
	color: #695e4a;
}

ol.roomy li,
ul.roomy li {
	margin-bottom: 10px;
}

ul {
	margin-top: 10px;
}

blockquote {
	border-left: 3px solid #fdb813;
	margin-left: 15px;
	padding-left: 15px;
}

.important {
	font-weight: bold;
	color: #ff8a00;
}

a {
	color: #bf2e1a;
}

.photo {
	background: #dedede;
	padding: 10px;
	float: right;
	margin: 0 0 25px 25px;
	width: 300px;
}

.photo p {
	color: #292929;
	font-size: 11px;
	line-height: normal;
	margin: 5px 0 0 0;
}

#footer {
	border-top: 1px solid #e3dce2;
	margin-top: 30px;
	padding: 26px 0 0 26px;
	height: 90px;
	position: relative;
	text-align: center;
}

#footer-poli {
	float: left;
	margin-bottom: 30px;
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul {
	/*clear: left;*/
	margin-top: 20px;
}

#footer li {
	display: inline;
	padding-right: 8px;
	background: url('../images/2011/layout/dot.png') no-repeat 100% 50%;
}

#footer ul li.first a {
	padding-left: 0px;	
}

#footer ul li.last {
	background: none;	
}

#footer a {
	color: #909090;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* .clear was causing a margin problem at the bottom, so just doing it the old-fashioned way */
#bottom-clear-fix {
	clear: both;
	height: 0px;
}

#sponsored-by {
	position: absolute;
	top: 50px;
	right: 155px;
	width: 79px;
	color: #909090;
	font-size: 12px;
}

#sponsors img {
	position: absolute;
	top: 10px;
	right: 2px;
}

#footer {
	margin-bottom: 0;
	border-bottom: 1px solid #4aadd8;
}

#family {
	background: #62c2ec;
	padding: 10px;
	border-top: 1px solid #96d5f1;
}

#family h3 {
	margin: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #98d6f1;
	color: white;
}

#family-links {
	padding: 10px 0 0;
}

#family-links a,
#family-links span {
	display: block;
	float: left;
	width: 20%;
	color: white;
	font-size: 13px;
	line-height: 18px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #98d6f1;
}

#family-links a:first-child {
	width: 19%;
	border-left: 0px;
}

#family-links a:hover {
	text-decoration: underline;
}

/* Used on "Past Conferences" pages */

.right-sidebar {
	width: 200px;
	float: right;
	margin: 0 0 20px 15px;
	border-top: 1px solid #b4e2f6;
	border-bottom: 1px solid #b4e2f6;
}

.image-wrapper {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #dee5ea;
	font-size: 11px;
}

.image-column {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.image-column .image-wrapper {
	float: none;
}

/* End: Used on "Past Conferences" pages */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.sf-menu {
	line-height: 1.5;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 224px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 37px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
