/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
    
}
body {
	line-height: 1;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
    background: #fff;
}
#content {
	margin: 0 280px 0 20px;
    
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 982px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFFFFF;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
    background: #fff;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {

	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
        background: #fff;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}




/* M2223 Performance Marketing Expo - CSS Document */

/* SITE CONSTANTS - NAVIGATION */

/* AFFILIATE PROGRAM - NAVIGATION */
.aff_pro a { text-decoration:none; color: #FFF !important; font-weight:normal; font-size:12px; }
.aff_pro a:hover { text-decoration:none; color: #0e6caf!important;}

/* Begin Drop Down Menu */
#menu_container { height:50px; width: 983px; margin-left:-1px;padding: 9px 0 0 10px; background:url(http://www.iirusa.com/upload/wysiwyg/2010-M-Div/M2223/nav_bg.jpg) no-repeat top left; background-color:none; border:none;}
#nav, #nav ul {margin: 0; margin-left:80px;	float: left;  list-style: none;	background-color:none; font-weight: bold; text-align: left; padding: 5px 0px 2px 0px ; width:900px;	}

#nav a { font-family: Helvetica, sans-serif; font-size:14px; display: block; color: #ffffff !important;text-decoration: none;padding: 0px 16px 2px 16px; background:none; margin-bottom:7px; }
#nav a:hover { font-family: Helvetica, sans-serif; display: block; color:#999999 !important;text-decoration: none;padding: 0px 16px 2px 16px; background:none;}
#nav a.daddy {}
#nav li {float: left;padding: 0px;}
#nav li ul { margin-top:0 !important;background:#000; z-index:1; position: absolute;left: -999em;height: auto;width: 16.0em;w\idth: 16.0em;font-weight: normal;border-width: 0.25em;margin-left:-2px; text-align:left;}
#nav li ul a {width: 11em; width: 13em;  color:#ffffff !important; font-size:15px; font-weight: normal; margin-bottom:0px;}
#nav li li {margin-top:0 !important;padding-right: 0;  background-color:#000000; border-top: 2px solid #101010;}
#nav li ul a:hover {color:#FFF !important; background:#1f1f1f;}
#nav li ul ul {	margin: -1.75em 0 0 14em;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto;}
#nav li:hover, #nav li.sfhover { background:none; color: #cccccc; text-decoration: none;}

/* social network */
.network {padding-top:55px; margin-top:10px; padding-left:20px; height:64px; background:url(http://www.iirusa.com/upload/wysiwyg/2010-M-Div/M2223/stay_connected.jpg) no-repeat;}
.network img {
	opacity:.5;
	}
.network img:hover {
	opacity:1;
	}

/* RANDOM CONSTANTS */
.txt_redhighlight { color:#cc0000; }
.txt_bluehighlight { color:#003366; }
.txt_hmgreenhighlight { color:#278441; font-size:13px; }
.txt_hmyellowhighlight { color:#dc9723; font-size:13px; }
.txt_hmbluehighlight { color:#21557a; font-size:13px; }
.txt_redheader { color:#cc0000; font-size:15px; font-weight:bold; }
.txt_speakersessiontitles { font-weight:bold; color:#0e61a0; }
ul.styled_ul { list-style-type:none; margin: 0; padding:0; }
ul.styled_ul li { background-image:url(../images/M2223_layout_arrowbullet.gif); background-repeat:no-repeat; background-position: top left; padding: 0 0 0 10px; margin: 3px 0 5px 5px; }
ul.styled_ul_spread { list-style-type:none; margin: 0; padding:0; }
ul.styled_ul_spread li { background-image:url(../images/M2223_layout_arrowbullet.gif); background-repeat:no-repeat; background-position: top left; padding: 0 0 0 10px; margin: 3px 0 5px 5px; }
ul.styled_ul_spread2 { list-style-type:none; margin: 0; padding:0; }
ul.styled_ul_spread2 li { background-image:url(../images/M2223_layout_arrowbullet.gif); background-repeat:no-repeat; background-position: top left; padding: 0 0 0 10px; margin: 3px 0 5px 5px; }

/* HOME PAGE */
.hm_maincontent li { margin-bottom: 7px !important; }
.hm_maincontent { float:left; width: 560px; margin-top: 10px; margin-left: 5px; margin-bottom: 10px; }
.hm_maincontent p { line-height: 18px !important; margin-top: 5px; margin-bottom: 10px; }
.hm_sponsorboxes { float:right; width:370px; margin-top: 10px; margin-right: 5px; }
.hm_sponsorboxes h3 { background-color:#003366; padding:8px; color:#ffffff !important; margin:0; text-align:center; font-weight:normal !important; }
.hm_sponsorboxes .hm_sponsor { border: 1px #cccccc solid; margin:3px 0 0 0; text-align:center; padding:5px; }
.hm_maincontent h3 { padding:8px; color:#ffffff !important; margin:0; text-align:center; font-weight:normal !important; margin-bottom:10px; }
.hm_maincontent h2 { font-size:18px; font-weight:600; color:#555; padding: 0px 10px 0px 0; font-family: Helvetica,sans-serif !important; margin:0; }
#attendcode { float:right; width: 520px; margin-right:7px; }
.attendcodehlt { background-color:#efefef; padding:5px; border:1px #CCCCCC solid;  }

table.experts_table { width:100%; }
table.experts_table td { vertical-align:top; text-align:left; padding: 5px; }
table.experts_table td img { border:2px #0e61a0 solid; }
table.experts_table td.expert_headers { font-weight:bold; font-size:12px; vertical-align: middle; padding:5px; color:#000000; }


/* KEYNOTE SESSION */
table.keynote_table { width:100%; border-collapse: collapse; }
table.keynote_table img { border:1px #0e61a0 solid; }
table.keynote_table td { vertical-align:top; padding:5px; }
table.keynote ul li { margin:0; padding:0; }
p.keynote_sessions { font-weight:bold; color:#0e61a0; font-size:14px; margin:5px 0 0 0 !important; padding:0 !important; }
p.keynote_speakername { font-size: 14px; margin: 0 0 5px 0 !important; padding:0 !important; color:#666666; }
table.keynote_table strong { font-size:14px; }

/* AFFILIATE PAGE */
.agendabox { padding:5px; border:1px #cccccc solid; margin-bottom:3px; }
.agendabox p { margin:0 !important; padding:0 !important; line-height:19px !important; }
.agendabox ul { margin-left: 20px; }
.agendabox_one { height:25px; background-image:url(../images/M2223_layout_greenfade.gif); background-repeat:repeat-x; color: #ffffff; padding:3px 0 0 5px; font-weight:bold; font-size: 14px; }
.agendabox_two { height:25px; background-image:url(../images/M2223_layout_yellowfade.gif); background-repeat:repeat-x; color: #ffffff; padding:3px 0 0 5px; font-weight:bold; font-size: 14px; }
.agendabox_three { height:25px; background-image:url(../images/M2223_layout_bluefade.gif); background-repeat:repeat-x; color: #ffffff; padding:3px 0 0 5px; font-weight:bold; font-size: 14px; }
.agendabox_speakertitle { font-style: italic; color:#6b6b6b; }
.affiliate_monsessiontitle { font-weight:bold; color:#258f43; font-size:14px; }
.affiliate_tuesessiontitle { font-weight:bold; color:#d68c10; font-size:14px; }
.affiliate_wedsessiontitle { font-weight:bold; color:#0e61a0; font-size:14px; }

/* PRICING PAGE */
table.pricing_table { width: 100%; margin-top:10px; margin-bottom: 10px; }
table.pricing_table td { padding: 5px; font-weight:bold; }
table.pricing_table td.toprow { background-color:#000000; color:#ffffff; font-weight:bold; }

/* AGENDA */
.AGblk14{ color:#000; font-weight:bold; font-size:14px;}
.AGwht16{ color:#FFF; font-weight:bold; font-size:16px;}
.AGyel16{ color:#E6AA11; font-weight:bold; font-size:16px;}
.AGwht14{ color:#FFF; font-weight:bold; font-size:14px;}
.AGgrn_bld{ color:#219949; font-weight:bold; font-size:13px;}
.AGgrn14{ color:#219949; font-weight:bold; font-size:14px;}
.AGlghtgrn16{ color:#90C84B; font-weight:bold; font-size:16px;}
.AGorng16{ color:#FFCC2A; font-weight:bold; font-size:16px;}
.AGlghtgrn14{ color:#90C84B; font-weight:bold; font-size:14px;}
.AGtan_bld{ color:#CC7717; font-weight:bold; font-size:13px;}
.AGtan14{ color:#CC7717; font-weight:bold; font-size:14px;}
.AGblu_bld{ color:#0068B1; font-weight:bold; font-size:13px;}
.AGlghtblu_bld{ color:#00AEEF; font-weight:bold; font-size:13px;}

table.agenda_table { width:100%; border-collapse: collapse; line-height: 18px; }
table.agenda_table td { border: 1px #999999 solid; padding:7px; vertical-align: top; }
table.agenda_table td.agenda_dates { background-color:#18457f; color:#ffffff; text-align:center; font-size: 18px; padding:10px; }
table.agenda_table td p { margin:0; padding:0; }
table.agenda_table td ul { list-style-type: none; }
table.agenda_table td ul li { color:#666666; margin-left: 5px; }
table.agenda_table td.agenda_times { width: 6%; text-align:center; font-weight:bold; }
table.agenda_table td.agenda_tracks { width: 47%; }
table.agenda_table td.agenda_threetracks { width: 31%; }
table.agenda_table td.agenda_track1title { background-color:#1f7537; color:#ffffff; font-weight:bold; text-align: center; font-size: 14px; vertical-align:middle; }
table.agenda_table td.agenda_track2title { background-color:#d08300; color:#ffffff; font-weight:bold; text-align: center; font-size: 14px; vertical-align:middle; }
table.agenda_table td.agenda_track3title { background-color:#17437c; color:#ffffff; font-weight:bold; text-align: center; font-size: 14px; vertical-align:middle; }
p.agenda_bluesession { color:#17437c; font-weight:bold; }
p.agenda_greensession { color:#1f7537; font-weight:bold; }
p.agenda_yellowsession { color:#d08300; font-weight:bold; }

/* NETWORKING PAGE */
table.networking_table { width: 95%; margin:auto; }
table.networking_table td { vertical-align:top; font-size:11px; padding:5px; }
table.networking_table img { margin-top:3px; }
table.networking_table p { margin:0; padding:0; }

/* BLOG FEED */
.widget {}
.widget h4 { display:none; } 
.widget ul { margin-bottom:0; list-style-type:none; margin:0; padding:0;}
.widget ul li { margin-bottom:0; padding-bottom:8px; background-image:url(P1578_images/P1578_bullet1.gif); font-size:11px; padding-left:25px; background-repeat:no-repeat; } 
.widget ul li a { text-decoration:none; font-size:13px; color:#FFF;}
.widget ul li a:hover { text-decoration:underline; } 

/*----------------------------------------------------------------------------
  general html
----------------------------------------------------------------------------*/
* { font-family: Verdana,Helvetica,sans-serif; font-size:12px; margin:0;}
body, p, td, th, input, select, textarea { font-family: Helvetica, sans-serif; font-size:12px; color:#333; }
h1 { font-size:24px; font-weight:bold; color:#383838; padding: 0px 10px 10px 0; font-family: Helvetica,sans-serif !important;  }
h2 { font-size:16px; font-weight:bold; color:#FFF; padding: 0px 10px 10px 0; font-family: Helvetica,sans-serif !important;  }
h4 { font-size:14px; font-weight:bold; color:#444; padding:0px 10px 10px 0;
font-family: Helvetica,sans-serif; }
a { text-decoration:none; color: #003366; font-weight:bold; font-size:inherit; }
a:hover { text-decoration:underline; color: #434343;}

#body {margin:0; background-color:#222;}

/* messages & errors */

ul.error, ul.message { display:block; border:1px #de0000 solid; margin:5px 10px; padding: 7px 15px 7px 39px; background-repeat: no-repeat; background-position: 9px 7px; background-color: #fff; list-style: none; }
ul.message { border:1px #3589d3 solid; }
ul.error li, ul.message li { display: block; color: #de0000; font-weight: bold; background:none; padding: 3px 0; }
ul.message li { color: #005fb4; }

/*----------------------------------------------------------------------------
  named areas
----------------------------------------------------------------------------*/
table.container { width: 982px; margin:auto; border-collapse:collapse; background:#ffffff; background-image:url(../images/M2215_layout_containerbkg.gif); background-position: top !important; background-repeat:no-repeat; background-position:center; border: #ffffff solid; border-width: 0 2px 1px 2px; }

#a_top { padding: 0; margin: 0; background-color: #ffffff;}
#a_left { padding:0; width:0; display:none;  }
#a_main {  }
#a_right { width:0; display:none; }
#a_bottom {  }

/*----------------------------------------------------------------------------
  generic portlet details
----------------------------------------------------------------------------*/
 
/* portlet */
.portlet { padding: 0px; overflow:visible; }
.portlet p { margin-top: 10px; margin-bottom: 10px;  line-height: 17px; }

/* portlet -> title */
.portlet .title { margin: 0px; border-bottom: 0px; background: #a7a9ac;  } 
.portlet .title h3 { padding: 0px; margin: 2px; font-size: 12px; font-weight: bold; color: #ffffff; padding: 4px 4px 4px 0px; background-repeat: no-repeat; background-position: 4px 2px;  }

/* portlet -> body */
.portlet .body { padding:0; margin: 0px; }
.portlet .body a { color: #a7a9ac; text-decoration:none; }
.portlet .body a:hover { color:#db4327; }
.portlet .body .link { display: block; margin: 8px; text-align:center; font-weight: bold; }
.portlet .body .img { text-align: center; }

/* portlet: error */
.error { border: 1px solid red; margin: 4px; padding: 4px; font-size: 11px; font-family: Verdana; color: red; background: #ffeeee; }

/*----------------------------------------------------------------------------
  generic portlet in 'left' and 'right' area 
----------------------------------------------------------------------------*/
#a_left .portlet, #a_right .portlet { display:none;}

/*----------------------------------------------------------------------------
  generic portlet in 'main' area 
----------------------------------------------------------------------------*/
 
/* portlet */
#a_main .portlet { border: none; padding: 10px 0px 15px 0px !important; }

/* portlet -> body */
#a_main .portlet .body { padding:0 10px 0 10px !important; margin:0; line-height: 17px !important; }
#a_main .portlet h3 { color: #444444; font-size: 17px; }

/* portlet -> title */
#a_main .portlet .title { padding: 4px; margin: 0px; background: none; border: none; }
#a_main .portlet .title h3 { padding: 0px; margin: 0px; font-size: 1.2em; font-weight: bold; color: #a7a9ac; background:none;  }


/*----------------------------------------------------------------------------
  generic portlet in 'top' and 'bottom' area 
----------------------------------------------------------------------------*/
 
/* portlet */
#a_top .portlet
#a_bottom .portlet { }
#a_bottom .body {color:#fff; }
#a_bottom .socialnetwork { float:right; }
#a_bottom .socialnetwork img { margin-left: 12px; border:0; }
#a_bottom .botnav {background:url(http://www.iirusa.com/upload/wysiwyg/2010-M-Div/M2223/bot_bg.jpg); color:#FF; font-size:11px; line-height: 20px;}
#a_bottom .botnav p { font-size:11px; }
#a_bottom .botnav a { font-weight: normal !important; font-size:11px; }

/* portlet -> title */
#a_top .portlet .title, #a_bottom .portlet .title { display: none }


/*----------------------------------------------------------------------------
  named portlets
----------------------------------------------------------------------------*/

/* htmlarea */
.p_general_html_area .title h3 {color: #ffffff; }
.p_general_html_area .body {}

/* banner */
.p_banner img { border:0; display: block; margin: 5px auto; }
/* banner in top */
#a_top .p_banner { width: 765px; overflow: hidden; }
#a_top .p_banner img { border: none; margin: 0 auto; }
/* banner in left */
#a_left .p_banner { width: 765px; overflow: hidden; }
#a_left .p_banner img { border: none; margin: 0 auto; }

/* path */
.p_path { border: none !important; font-size: 0.9em; padding: 2px 4px;  }

/* download */
.p_download_brochure h3 {color: #ffffff; }
.p_download_brochure .body { background-color:#fffde8; }
.p_download_brochure .body a { color:#a7a9ac; text-decoration:none; }
.p_download_brochure .body a:hover { color:#db4327; text-decoration:underline; }

/* send to friend */
.p_send_to_friend .title h3 {color: #ffffff; }
.p_send_to_friend .title { background-color: #a7a9ac;}
.p_send_to_friend .body {background-color: #fffde8; color:#000000;}
.p_send_to_friend .body a { color:#a7a9ac; }
.p_send_to_friend .body a:hover {color:#db4327; text-decoration:underline; }

/* outlook */
.p_outlook_diary .title h3 {color: #ffffff; }
.p_outlook_diary .title { background-color: #a7a9ac;}
.p_outlook_diary .body {background-color: #fffde8; color:#000000;}
.p_outlook_diary .body a { color:#a7a9ac; text-decoration:none;}
.p_outlook_diary .body a:hover { color:#db4327; text-decoration:underline;}

/* partners */
.p_partners ul { color: #ffffff; margin: 0; padding: 0 4px 0 4px; list-style: none;}
.p_partners ul ul { padding: 8px 0 6px 10px; }
.p_partners ul li { font-weight: bold; color: #3f6fbe; }
.p_partners ul li li { font-weight: normal;  }
.p_partners ul li li p { margin: 0; display: block; }
.p_partners ul li li p.name { padding-bottom: 5px; font-weight: bold; color: #444; }
.p_partners ul li li a.logo img { border: 0px;  }
.p_partners ul li li a img { border: 1px #999 solid; }
.p_partners ul li li p.desc { padding-bottom: 5px; }
.p_partners ul li li p.contact { padding-bottom: 5px; color: #333; }
.p_partners .name {text-align: center; margin: 10px 0;}
.p_partners .a {width: 80%;}

/* slide show */
.p_slide_show .title h3 { color: #ffffff; }
.p_slide_show .body { height:100px; }
.p_slide_show .slide_show { position: relative; }
.p_slide_show .slide_show div.img { position: absolute; top: 0; left: 0; text-align: center; width: 172px; overflow: hidden; }
.p_slide_show .slide_show div.img.first { position: relative; top: auto; left: auto; }
.p_slide_show .slide_show .img span { display:block; height: 26px; padding: 5px; overflow: hidden;}

/* register */
.p_registration .title h3 { color: #ffffff;  }
.p_registration .body { padding: 3px 15px; color: #000000;}
.p_registration p { margin: 0; padding: 3px 0; text-align: center; color: #000000;}
.p_registration .body a { font-weight: bold; color:#494343; text-decoration:none; }
.p_registration .body a:hover {color:#a7a9ac; text-decoration:underline; }

/* document */
.p_main_content {}
.p_main_content .body { padding-top:0 !important; margin-top:0px !important;  }
.p_main_content .title { display:none; visibility:hidden;  }
.p_main_content .body a { color: #666; font-weight:bold; text-decoration:none; }
.p_main_content .body a:hover { color: #434343; text-decoration:underline; }

/* .p_event_info */
.p_event_info .body { padding: 10px; }
.p_event_info h4, .p_event_info p { margin:0; padding:0; }
.p_event_info p.date { color: #494343; padding-top:4px; }

/* LOG IN PORTLET (horizontal) */
#a_bottom .p_login { border-top:1px solid #DDD; padding-top: 10px; margin-left:20px; width:560px; margin-bottom:-10px; height: 30px !important; }
.p_login .body {padding:0px; }
.p_login .body a { color:#253f70; }
.p_login .body a:hover { text-decoration:underline; }
.p_login .title h3 {  }
.p_login form { margin: 0px; position: relative; height:20px; overflow: hidden; padding-top:0; }
.p_login fieldset { padding: 0; margin: 0; border: none; }
.p_login legend { display: none; }
/* the login field labels */
.p_login label.text { position: absolute; left:1px; top:2px; }
.p_login label.password { position: absolute; left:153px; top:2px;}
/* the log in form input fields */
.p_login input.text { position: absolute; left:45px; width:100px; top:0px; }
.p_login input.password { position: absolute; left:225px; width:100px; top:0px; }
/* the GO text to log in */
.p_login label.submit { position: absolute; left:340px; top:3px; text-decoration: underline; font-weight: bold; cursor: pointer; } 
.p_login #form_top_login_submit { position: absolute; top: -200px; }
/* the remember check box */
.p_login #form_top_remember, .p_login .remember { position: absolute; top:5px; left:370px; }
/* the remember text */
.p_login .remember { left:390px; padding-top:0px; width:100px; }
/* the sign up text */
.p_login .register { position: absolute; top:5px; left:490px; padding-top:0px; margin:0px; width:60px; font-weight:bold; font-size: 12px !important; } 
.p_login .error { color: red; border: none; text-decoration: underline; padding: 0px; margin: 0px; background: none; }
.p_login .member p { margin: 4px; } 
.p_login .member, .p_login .info { text-align: left; margin-top: -10px; }
.p_login .messages { text-align: center; margin-left: 100px !important; margin-top: -15px !important; }
.p_login .account { margin-right:5px; padding-left:5px; margin-left:100px; border-left:1px solid #990404; margin-top: 10px; } /* my conferences/logout links */
.p_login .user { font-weight: bold; padding-right:10px; text-decoration: none; display: block; text-align: left; margin-bottom:-17px; } /* member name */
.p_login .messages A { color: red; font-weight: bold; font-size: 10px; text-decoration: none; }
.p_login .messages A.no_new { color:#990404; }


/*----------------------------------------------------------------------------
  forms
----------------------------------------------------------------------------*/
.form { width:85%; margin:auto; margin-bottom:25px; }
.form fieldset { border: none; }
.form legend { display: none !important; }
.login_signup .login { border-bottom: 1px #a7a9ac solid; padding-bottom: 20px; margin-bottom: 20px; }
.form p { margin: 0; width: 530px; display: block; margin: 0 auto; padding: 7px 0; position: relative; }
.form p label { width: 350px; display: block; text-align: left; }
.form p input, .form p select, .form p span.input { position: absolute; top: 4px; right: 15px; font-size: 11px; width: 300px; }
.form p select { width: 150px !important; width: 156px; }
.form p span.input { font-weight: bold; top: 7px; } 
.form p textarea { position: absolute; top: 4px; right: 15px; width: 150px; height: 100px; }
.form p.textarea { min-height: 95px !important; height: auto !important; height: 100px; }
.form .odd { background: #efefef; border: 1px #a7a9ac solid; border-left:0; border-right:0; }
.form p.note { text-align: center; font-size: 10px; padding: 8px 0; }
.form p.note span { color: #de0000; }
.form .buttons, .buttons { text-align: center; margin: 0; padding: 5px 0; width: auto !important; }
.form .buttons input { position: static; top: auto; right: auto; font-size: 11px; width: auto; }
.form .info { padding: 5px 15px; color: #333; }

.form p.composed label span { position: static; }
.form p.composed span input { position: static; float:left; }
.form p.composed span label { width: auto !important; position: static; float:left; margin:2px 1px 0 1px; }
.form p.composed span { position: absolute; left: 250px; top:5px; }
.form p.phone span input.number { width: 95px !important; }
.form p.phone span input.extension { width: 33px !important; }

.fb_form .fb_table { border:3px solid #a7a9ac; margin:auto; margin-bottom:15px; }
.fb_form .fb_field { padding:1em 0 1em 0; background-color:none; }
.fb_form .fb_table .fb_odd { background-color:#efefef; }
.fb_header { text-align:center; color:#ffffff; background-color:#a7a9ac; font-size:2.5em; padding:1em 0 1em 0; }
.c12 {padding:.2em .2em .2em .2em; }
.fb_form .fb_table tr td {  padding:.5em 0 .5em 0; color:#000000; padding-left:5px;}
.fb_submit { background-color:#a7a9ac; }

.iijf { width: 100%; height: 100px; overflow: auto; padding: 0px; border:1px solid #cccccc;}
h4 {margin:3px; font-size:13px !important;}


/* select event, my iir users */
.form fieldset .left_col { width: 270px; float: left; border-right: 1px #a7a9ac solid; margin-bottom: -5px !important; margin: -8px 0 -13px 0; padding: 5px 0; }
.form fieldset .right_col { width: 240px; float: right; }
.form fieldset .left_col div.info, .form fieldset .right_col div.info { width: 210px !important; }
.form fieldset div.left_col p { width: auto; background: none !important; }
.form fieldset div.left_col .odd { background: none; border: none; }
.form fieldset div.left_col p label { width: 70px; }
.form fieldset div.left_col p input { left: 80px; }

/* hotel */
.form fieldset.hotel { border-color: #a7a9ac; } 
.form fieldset.hotel h3 { background: #efefef; }
.form fieldset.hotel div.odd { background: #efefef; border-color: #a7a9ac; border-width: 1px 0; }

.with_tooltip p { position: relative; }
.with_tooltip p.hover { z-index: 2 !important; }
.with_tooltip span.tooltip { display: block; width: 18px; height: 18px; background: position: absolute; left: 295px; top: 5px; cursor: help; }
.with_tooltip span.tooltip span { display: none; }
.with_tooltip span.tooltip:hover span { display: block; width: 130px !important; width: 100px; border: 1px #529ad2 dotted !important; border-style: solid; background: #fefefe; padding: 4px 8px; position: absolute; top: 22px; right: 0 !important; right: auto; left: auto !important; left: 0; z-index: 10; }
.with_tooltip input { width: 120px !important; right: 45px !important;  }
.form .with_tooltip p select { width: 120px !important; width: 126px; right: 45px !important;  }

.interests .info { font-weight: normal !important; }
.interests p.left { background: #efefef; border: 1px #a7a9ac solid; }
.interests p br { display: none; }

.email_prefered { padding-left: 15px; color: #555; }
.email_prefered select { font-size :1em; margin-left: 5px; }


/*----------------------------------------------------------------------------
  content
----------------------------------------------------------------------------*/

/* video */
#video div.head, #video div.bottom { padding: 10px 0; }
#video h3 { display: none; }

/* partners */
#partners { background-color:#ffffff; width:98%; margin:auto; margin-top:10px; }
#partners h3 { font-size:19px !important; background-color:#999999; color:#ffffff; margin-bottom:0; padding:3px 0 3px 2px; margin-top:30px; letter-spacing:.02em; font-weight:normal;}
#partners ul { margin: 0; padding: 0 4px 0 4px; list-style: none;}
#partners ul ul { padding: 8px 0 6px 10px; }
#partners ul li { font-weight: bold; color: #000000; font-size:12px; line-height:16px; }
#partners ul li li { font-weight: normal; font-size:12px; line-height:16px;  }
#partners ul li li p { margin: 0; display: block; font-size:12px; line-height:16px;}
#partners ul li li p.name { padding-bottom: 5px; font-weight: bold; color: #000000; }
#partners ul li li a.logo img { border: 0px;  }
#partners ul li li a img { border:0; }
#partners ul li li p.desc { padding-bottom: 5px; }
#partners ul li li p.contact { padding-bottom: 5px; color: #000000; }
#partners .partner_type {text-align:left; margin: 0 0 10px 0 ; padding:2px 0 2px 2px; color: #efefef; margin-top:10px; background-color:#434343; font-size: 20px !important;}


/* site map */
#sitemap { padding: 23px 25px; overflow: hidden; padding-bottom: 20px; } 
#sitemap ul { margin:0; padding: 0; list-style: none; display: block; margin: 0 auto; width: 240px; border: 1px #bbb solid; }
#sitemap ul ul { width: auto; border: none; padding: 5px 0 0 0;  }
#sitemap ul li { padding: 4px 1px 4px 20px; display: block; background: #eee; background-position: 10px 10px; border-bottom: 1px #fff solid; } 
#sitemap ul li li { background-color: #fefefe; border-bottom: 1px #ddd solid;  }
#sitemap ul li.last_child { border-bottom: none !important; } 
#sitemap h3 { display:none; }

/*----------------------------------------------------------------------------
REGISTRATION 2
----------------------------------------------------------------------------*/
.p_register2 .steps { margin: 0; padding: 15px 0; list-style: none; text-align: center; letter-spacing:.02em; }
.p_register2 .steps li { display: inline; padding: 3px 10px 4px 4px !important; padding: 0 20px 0 4px; }
.p_register2 .steps li.last_child { background: none; }
.p_register2 .steps li span {  padding: 4px 7px; border: 1px #a7a9ac solid; }
.p_register2 .steps li.selected span { border: 1px #a7a9ac solid; background: #008752; color: #fff; font-weight:bold;}

.p_register2 ul.errors { border: 1px solid red; margin-left:0; padding:10px; list-style:none; background-color:#fff2f2; }
.p_register2 ul.errors li { margin:0; padding:0; }

.p_register2 fieldset { border: 1px #a7a9ac solid; margin: 10px auto; padding: 0 0 5px 0; position: relative; width:95%; }
.p_register2 fieldset legend { display:none; }
.p_register2 fieldset h3 { font-size:16px !important; background-color:#efefef; display: block; margin-top: 0 !important; padding: 4px 5px 4px 10px; color: #a7a9ac; }

.forgot_pass { background-color:#efefef; }

.p_register2 p { width:570px; float:left; margin:0 10px; padding:4px 0; }
.p_register2 p.odd { background-color:#efefef; }

.p_register2 p label { width:200px; float:left; text-align:right; margin:0 20px; }
.p_register2 p label span { color:red; }
.p_register2 p input, .p_register2 p select, .p_register2 p span.input { float:left; width:220px; }

.p_register2 p span.short input { width:196px; }

.p_register2 div.buttons { text-align: center; clear:both; }
.p_register2 div.buttons input { margin:0 5px; }

.p_register2 div.yes_no p { text-align:center; }
.p_register2 div.yes_no p span { color:red; }
.p_register2 div.yes_no p.radio { margin:0 auto; float:none; width:150px; }
.p_register2 div.yes_no p.radio label { width: 30px; margin:0 10px; }
.p_register2 div.yes_no p.radio input { width:auto; height:auto; }

.p_register2 div.info { padding:10px; clear:both; }
.p_register2 div.info p { margin:0; padding:0; }

.p_register2 p.phone input.number { width:140px; }
.p_register2 p.phone label.ext { width:20px; margin:0 10px; }
.p_register2 p.phone input.ext { width:40px; }

.p_register2 p.cc_exp select { width:80px; }

.p_register2 input.checkbox { width:auto; }

.p_register2 ul.products { list-style:none; padding:0; margin:10px; }
.p_register2 ul.products li { padding:5px 0; min-height: 30px; height: auto !important; height: 30px; position:relative; }
.p_register2 ul.products li div.price { position: absolute; top: 4px; right: 20px; width:150px; }
.p_register2 ul.products li div.price span { font-weight: bold; }

.p_register2 ul.second_offer span.name { font-weight: bold; }
.p_register2 ul.second_offer div.desc { margin:4px 0 0 0; float:left; }
.p_register2 ul.second_offer div.desc p { margin:0; }
.p_register2 ul.second_offer li { position: relative; float:left; }
.p_register2 ul.second_offer div.inputs { border: 1px solid #a7a9ac; background-color: #efefef; float:left; margin:4px 0 15px 0; padding:4px 0; }
.p_register2 ul.second_offer div.inputs p { width:550px; }
.p_register2 ul.second_offer div.inputs input { width:auto; }
.p_register2 ul.second_offer div.inputs label { width:auto; margin:0 0 0 4px; }

.p_register2 div.questions .fb_table td { padding:5px; }
.p_register2 div.questions .fb_table td.label { padding-top:9px; }

.p_register2 ul.options { list-style:none; padding:0; margin:10px; }
.p_register2 ul.options li { padding:0; margin:0; }

.p_register2 p.hover { z-index: 2; }
.p_register2 span.tooltip { display: block; width: 18px; height: 18px; cursor: help; position:relative; float:left; margin-left:5px; }
.p_register2 span.tooltip span { display: none; }
.p_register2 span.tooltip.hover span { display: block; width:120px; border: 1px solid #529ad2; background:#fefefe; padding:4px 8px; position:absolute; top: 22px; left:0; z-index:10; }

.p_register2 h3.inside { position:relative; }
.p_register2 h3.inside.hover { z-index: 2; }
.p_register2 h3.inside span.tooltip { left: 200px; top: 4px !important; top: 2px; border: none !important; position:absolute; }
.p_register2 h3.inside span.tooltip span { color: #333; width: 200px; font-weight: normal; }

/* venue & pricing */
#venue_pricing p { margin: 0; }
#venue_pricing img { display: block; float: left; margin-right: 8px; }
#venue_pricing p.name { margin: 5px 0 0 0; font-weight: bold; }
#venue_pricing p.date { margin: 2px 0 10px 0; color: #666; }
#venue_pricing p.products { font-weight: bold; margin: 10px 0; }

#venue_pricing ul { list-style: none; margin: 0; padding: 0; }
#venue_pricing li h3 { margin: 0 !important; font-weight: bold; padding: 0; font-size: 1em; }
#venue_pricing li .desc { margin: 0; display: none; }
#venue_pricing li { position: relative; min-height: 30px; height: auto !important; height: 30px; margin: 5px 0; border: 1px #494343 solid; padding: 5px 130px 5px 8px; }
#venue_pricing .price { position: absolute; top: 5px; right: 10px; text-align: right; width: 150px; }
#venue_pricing .price p { margin: 0 0 2px 0; }
#venue_pricing .title { display:none; }

#preview_warning {display:none;} 

/* GENERAL LIST */
#genUL { }
#genUL ul { margin:2px 0px 0px 18px; padding:0px; list-style:none; text-align:left;}
#genUL ul li { padding:2px 0px 2px 0px; list-style:none; text-align:left; list-style-image:url("http://www.iirusa.com/upload/wysiwyg/2010-M-Div/M2223/M2223_UL.jpg"); }
#genUL a { color:#003366; font-weight:bold; text-decoration:none !important; text-align:left;}
#genUL a:hover { text-decoration:underline !important; color:#003366; text-align:left;}




/* SLIDER NEW */
#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
}
#footerSlideButton {
	margin: 0 50% 0 auto;
	width:120px;
	text-align:center;
	border: 1px solid #222222;
        background: #FFFFFF;
	border-bottom: 0px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	/* don't forget Opera & KHTML too */
	cursor: pointer;

}
#footerSlideContent {
	width: 100%;
	height: 150px;
	/*background: black;*/
	color: white;
	display:none;
}

