/*
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;
}
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%;
}
#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;
	width: 625px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0;
	width: 625px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Helvetica, sans-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: 940px;
}
#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: #f1f1f1;
}
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;
}
cite a.url {
	font-size:12px;
}
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: #e32e97;
}
a:visited {
	color: #e32e97;
}
a:hover {
	color: #f07bbf;
	text-decoration:none;
}

/* 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: 28px;
	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;
}
#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 ol {
	margin-bottom:0;
}
#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 10px 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;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 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-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;
	margin-bottom: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:19px;
	text-transform:uppercase;
}

#content h1.entry-title {
	font-size:24px;
	line-height:29px;
}
.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: 6px 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: 70px;
	margin: 0 -104px 0 0;
	padding: 6px;
}
#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: 625px;
	width: auto;
	*/
}
#content .attachment img {
	max-width: 625px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
	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-bottom: 4px;
	text-align: center;
	width:625px !important;
}
#content .wp-caption img {
	margin: 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;
	padding-top:10px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 25%;
}
#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: 0;
	margin-top:10px;
	padding-top:20px;
	border-top:1px solid #ccc;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	/*clear: both;*/
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 20px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	/*border-bottom: 1px solid #e7e7e7;*/
	/*line-height: 24px;*/
	margin: 0 0 20px 0;
	padding: 0 0 0 56px;
	margin:0;
	padding:0;
	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;
	display:none;
}
.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 10px 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 10px 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
}
.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;
	margin-top: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: 10px 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: none;
}
.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(http://curvy-world.com/wp-content/themes/curvy/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%;
	}
	#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;
	}
}

/* -------------------------------------------------------------- START CUSTOM CSS -------------------------------------------------------------- */

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	line-height:17px;
}
a {
	text-decoration:none;
}
a:hover, a:active, a:focus {
  outline:0;
}

ul, li {
	list-style: none;
	margin:0;
}

/* --------------------- Global Header --------------------- */
#header {
	/*background:#383838 url(images/bg-header.jpg) repeat-x;*/
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
#hdr-tools-wrap {
	width:100%;
	padding:8px 0;
	border-bottom:1px solid #979797;
	background:#1f1f1f url(bg-heade.jpg) repeat-x top left;
}
#hdr-tools {
	width:975px;
	margin:0 auto;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#949494;
}
#hdr-tools .left {
	float:left;
	width:675px;
}
#hdr-tools .left span.fb-text {
	float:left;
	display:inline-block;
	padding-top:3px;
	padding-right:8px;
}
#hdr-tools .left span.btn-fb-logout {
	background:none;
	background-color:#e5eaf1;
	border-top:1px solid #fff;
	color:#3b5998;
}
#hdr-tools .left span.subscribe {
	padding-left:8px;
	margin-left:8px;
	border-left:1px solid #666;
}
#hdr-tools .right {
	float:right;
	padding-top:2px;
	width:300px;
	text-align:right;
	overflow:hidden;
}

#hdr-tools .right ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
#hdr-tools .right ul li {
	float:left;
}

#hdr-tools .right span.update-text {
}
#hdr-tools .right a {
	display:inline-block;
	overflow:hidden;
	width:15px;
	line-height:15px;
	margin-left:6px;
	background:url(icon-fol.gif) no-repeat 0 0;
}
#hdr-tools .right li span.icon-text {
	padding-left:20px;
}
#hdr-tools .right .fb {
	background-position:0 0;
}
#hdr-tools .right .tw {
	background-position:-15px 0;
}
#hdr-tools .right .rss {
	background-position:-30px 0;
}
#masthead {
	width:975px;
	margin:0 auto;
}
#branding {
	width:975px;
	height:91px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
	/*background:url(images/bg-header-glow.jpg) no-repeat 246px 0;*/
}
#site-title {
	float:left;
	margin:0;
	width:247px;
	height:91px;
}
#site-title a {
	display:block;
	width:201px;
	height:91px;
	background: url(logo-cur.png) no-repeat;
}
#site-title a span {
	display:none;
}
#header .banner-leaderboard {
	float:left;
}

/* --------------------- Global Main Nav --------------------- */
#access {
	width:100%;
	float:none;
	overflow:hidden;
	background:none;
	/*background:#323232 url(images/bg-main-nav.jpg) repeat-x top left;*/
}
#access .menu-header {
	width:975px;
	margin:0 auto;
	overflow:hidden;
}
#access .menu-header ul {
	display:block;
	width:975px;
	overflow:hidden;
	background:#323232 url(bg-main-.jpg) repeat-x top left;
}
#access a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	padding:0;
	padding:4px 0 4px 15px;
	/*width:140px;*/
	width:171px;
	border-left:1px solid #2c2c2c;
	overflow:hidden;
}
#access li.first-menu-item {
	width:38px;
	overflow:hidden;
}
#access li.first-menu-item a {
	width:37px;
	padding-left:40px;
	border-left:none;
	background: url(icon-mai.gif) no-repeat 0 -3px;
}
#access li.first-menu-item a:hover {
	width:37px;
	padding-left:40px;
	background:#2c2c2c url(icon-maj.gif) no-repeat 0 -3px;
}
#access li.last-menu-item a {
	width:172px;
}
#access li a:hover {
	background:none;
	background-color:#2a2a2a;
	color:#fff;
}

#access ul li.current_page_item,
#access ul li.current-category-ancestor,
#access ul li.current-post-ancestor,
#access ul li.current-menu-ancestor,
#access ul li.current-page-ancestor,
#access ul li.current-menu-item,
#access ul li.current-menu-parent {
	background:#252525 url(bg-main0.jpg) repeat-x;
}

#access ul li.current_page_item a,
#access ul li.current-category-ancestor a,
#access ul li.current-post-ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current-page-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li.current_page_item a:hover,
#access ul li.current-menu-ancestor a:hover,
#access ul li.current-page-ancestor a:hover,
#access ul li.current-menu-item a:hover,
#access ul li.current-menu-parent a:hover {
	color:#fff;
	background:none;
}

#access #menu-item-165.current_page_item a,
#access #menu-item-165.current-menu-ancestor a,
#access #menu-item-165.current-page-ancestor a,
#access #menu-item-165.current-menu-item a,
#access #menu-item-165.current-menu-parent a,
#access #menu-item-165.current_page_item a:hover,
#access #menu-item-165.current-menu-ancestor a:hover,
#access #menu-item-165.current-page-ancestor a:hover,
#access #menu-item-165.current-menu-item a:hover,
#access #menu-item-165.current-menu-parent a:hover {
	background:url(icon-maj.gif) no-repeat -37px -3px;
}

#wrapper {
	width:100%;
	padding:0;
	margin:0;
	background:#fff url(bg-body0.gif) no-repeat top center;
}
#main-wrapper {
	width:100%;
	padding:0;
	margin:0;
	background:url(bg-flowe.gif) no-repeat center bottom;
}
.breadcrumb {
	font-size:11px;
	padding-bottom:20px;
}

/* --------------------- Global Footer --------------------- */
#footer-wrap {
	width:100%;
	background-color:#000;
}
#colophon {
	border:none;
	margin:0;
	width:975px;
	margin:0 auto;
}
#footer-wrap #colophon {
	border-top:1px solid #333;
	padding:10px 0 20px 0;
	/*margin-top:6px;*/
}
#footer-wrap .content {
	/*padding-bottom:16px;*/
	background:url(http://curvy-world.com/wp-content/themes/curvy/images/bg-footer-glow.jpg) no-repeat;
}
#site-info {
	width:424px;
	padding-left:64px;
	padding-top:4px;
	padding-bottom:8px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	background: url(logo-cur.gif) no-repeat;
}
#site-info a {
	/*color:#fff;*/
}
#site-info .footer-logo {
	
}
#site-info span {
	padding-left:8px;
	margin-left:5px;
	border-left:1px solid #424242;
}
#site-footer-nav {
	float:left;
	width:487px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-top:4px;
	padding-bottom:8px;
}
#site-footer-nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#site-footer-nav ul li {
	float:left;
	display:inline;
	border-right:1px solid #424242;
}
#site-footer-nav ul li.last-menu-item {
	border:none;
}
#site-footer-nav ul li a {
	padding:3px 7px;
	text-decoration:none;
	/*color:#fff;*/
}
#site-footer-nav ul li.last-menu-item a {
	padding-right:0;
}
	
#footer a:hover {
	/*color:#666;*/
}
#footer-banner {
	width:100%;
	background-color:#fff;
	padding-bottom:30px;
}
#footer-banner .banner-leaderboard {
	padding:0;
	margin:0 auto;
}


/* --------------------- Global Content --------------------- */
#main, .content {
	width:975px;
	padding:0;
	padding-top:10px;
	padding-bottom:20px;
	margin:0 auto;
	overflow:hidden;
}
#container {
	width:651px;
	margin:0;
	padding-top:0;
}
#content {
	margin:0;
	width:625px;
	padding-right:25px;
	border-right:1px solid #ccc;
	font-size:12px;
	color:#555;
	line-height:17px;
}
#content .post {
	width:625px;
	overflow:hidden;
}
#wrapper a.button {
	display:inline-block;
	padding:8px 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background-color:#00b8e6;
	color:#fff !important;
	text-transform:uppercase;
}
#wrapper a:hover.button {
	background-color:#30c9ef;
}
#content p {
	margin-bottom:10px;
}
#primary {
	width:300px;
	padding-top:0;
	padding-left:24px;
}
.clear {
	clear:both;
}
.half-page-left {
	width:488px;
	float:left;
}
#footer-wrap .team-wrap {
	width:488px;
	overflow:hidden;
}
#footer-wrap .team {
	float:left;
	overflow:hidden;
	width:224px;
	height:64px;
	padding-right:20px;
	padding-bottom:16px;
	color:#666;
}
#footer-wrap .team img {
	float:left;
	margin-right:15px;
}
#footer-wrap .team p {
	margin:0;
	color:#ccc;
}
#footer-wrap .team a {
	color:#666;
}
#footer-wrap .team a:hover {
	color:#999;
}
.half-page-right {
	width:487px;
	float:left;
}
.banner-full {
	clear:both;
	width:975px;
	height:250px;
	margin-bottom:20px;
}
.banner-leaderboard {
	width:728px;
	height:91px;
}
.banner-mrec {
	width:300px;
	height:250px;
}
div.breadcrumb {
	padding-bottom:10px;
	margin-bottom:20px !important;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
#content img.size-large {
	max-width:625px;
}
	


/* -------------------------------------------------------------- SIDEBAR -------------------------------------------------------------- */

/* ---- Books and Events sidebar menu ---- */
.pagenav, #primary .categories {
	display:block;
	width:266px;
	padding:10px 16px 6px 16px;
	margin-bottom:10px;
	background-color:#f9f9f9;
	border:1px solid #ccc;
}
.pagenav h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	padding-bottom:8px;
}
.widget-area .pagenav ul, #primary .categories ul {
	margin:0 !important;
}
.pagenav ul li {
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #ccc;
}
.pagenav ul.children li {
	padding:0;
	margin:0;
	padding-top:2px;
	margin-left:20px;
	list-style-type:disc;
	border:none;
}
.pagenav li a, #primary .categories li a {
	text-transform:uppercase;
}

/* ---- Other sidebar panel ---- */

.sidebar-submenu, #primary .categories {
	display:block;
	width:266px;
	padding:16px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:#f9f9f9;
	border:1px solid #ccc;
}
.sidebar-submenu h3, #primary .categories h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #ddd;
}
.widget-area .sidebar-submenu ul.lvl-1, #primary .categories ul {
	margin:0 !important;
}
.sidebar-submenu ul.lvl-1 li.child-1 {
	padding-bottom:9px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.sidebar-submenu ul.lvl-2 li.child-2 {
	padding-top:4px;
	list-style-type:disc;
}
.sidebar-submenu li a, #primary .categories li a {
	text-transform:uppercase;
}
.sidebar-submenu ul.lvl-3 li.child-3 a {
	text-transform:none;
}
.sidebar-submenu ul.lvl-1 li.child-1.last {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

#searchform {
	padding-top:4px;
}

/* ---- Sub Menu Style 2 ---- 
.sidebar-submenu, .categories {
	display:block;
	width:298px;
	padding-bottom:16px;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #e7e7e7;
}
.sidebar-submenu h3, .categories h3 {
	display:block;
	width:270px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	padding:10px 14px;
	margin-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	background-color:#f2f2f2;
}
.widget-area .sidebar-submenu ul.lvl-1, .categories ul {
	margin-left:14px !important;
}
.sidebar-submenu ul.lvl-1 li.child-1 {
	padding-bottom:9px;
	margin-bottom:10px;
	border-bottom:1px solid #e7e7e7;
}
.sidebar-submenu ul.lvl-2 li.child-2 {
	padding-top:4px;
	list-style-type:disc;
}
.sidebar-submenu li a, .categories li a {
	text-transform:uppercase;
}
.sidebar-submenu ul.lvl-3 li.child-3 a {
	text-transform:none;
}
.sidebar-submenu ul.lvl-1 li.child-1.last {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
*/




/* -------------------------------------------------------------- HOME -------------------------------------------------------------- */

.fullpage-wrap {
	width: 975px;
	overflow:hidden;
	background:url(line-ver.gif) repeat-y 650px 0;
	margin-top:10px;
}

/* ------------------- slideshow Hero ------------------- */
#home-featured-wrap {
	float:left;
	width:625px;
	height:330px;
	overflow:hidden;
	background-color:#000;
	margin-top:0;
	margin-right:25px;
	position:relative;
}

#slideshow-main {
	width:625px;
	height:330px;
	overflow:hidden;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:463px;
}

#slideshow-main li {
	width:463px; 
	height:330px; 
	display:none;
	position:relative;
	background-color:#000;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}

#slideshow-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-main li span.content p {
	font-size:11px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-shadow {
	width:16px;
	height:330px;
	background:url(http://curvy-world.com/wp-content/themes/curvy/images/slideshow_shadow.png) no-repeat 0 0; 
	position:absolute;
	z-index:90;
	top:0;
	left:447px;
}

#slideshow-carousel {
	width:182px;
	height:330px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	z-index:99;
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	display:block;
	width:182px;
	height:110px; 
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
}

#slideshow-carousel li .arrow {
	left:8px; 
	top:48px; 
	position:absolute; 
	width:12px; 
	height:20px; 
	background:url(http://curvy-world.com/wp-content/themes/curvy/images/arrow_black.png) no-repeat 0 0; 
	display:none;
}
#slideshow-carousel li.active .arrow {
	display:block;
}

#slideshow-carousel li a {
	display:block;
	padding:15px;
	width:132px; 
	height:78px;
	margin-left:20px;
	border-top:1px solid #555;
	border-bottom:1px solid #222;
	background:#333 url(http://curvy-world.com/wp-content/themes/curvy/images/bg-gallery-menu-off.gif) no-repeat right bottom;
}

#slideshow-carousel li.active {
	/*background-color:#000;*/
}

#slideshow-carousel li.active a {
	background:#000 url(http://curvy-world.com/wp-content/themes/curvy/images/bg-gallery-menu-on.gif) no-repeat right bottom;
}

#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}
#slideshow-carousel span.title {
	display:block;
	text-transform:uppercase;
	padding-bottom:4px;
}
#slideshow-carousel span.desc {
	display:block;
	color:#fff;
}

/* ----- if only 1 slideshow ----- */
#slideshow-carousel.totalClips-1 li {
	height:330px; 
}

#slideshow-carousel.totalClips-1 li .arrow {
	top:158px; 
}

#slideshow-carousel.totalClips-1 li a {
	height:298px;
	border-top:1px solid #555;
	border-bottom:1px solid #222;
}

/* ----- if only 2 slideshows ----- */
#slideshow-carousel.totalClips-2 li {
	height:165px; 
}

#slideshow-carousel.totalClips-2 li .arrow {
	top:74px; 
}

#slideshow-carousel.totalClips-2 li a {
	height:133px;
	border-top:1px solid #555;
	border-bottom:1px solid #222;
}

/* ------------------- end slideshow Hero ------------------- */


/* ------------------- Spotlight ------------------- */
#spotlight-wrap {
	float:left;
	width:300px;
	height:330px;
	padding-left:25px;
	margin-top:0;
}
#spotlight {
	width:300px;
	height:330px;
	overflow:hidden;
	background-color:#333;
	position:relative;
}
#spotlight h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	top:12px;
	left:12px;
	z-index:21;
}
#spotlight .hdr-bg {
	width:300px;
	height:40px;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	opacity: .70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#spotlight li {
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	top:0;
	left:300px;
	z-index:7;
}
#spotlight li.first {
	left:0;
}
#spotlight span.desc-wrap {
	display:block;
	width:300px;
	height:60px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	margin-top:330px;
	z-index:10;
}
#spotlight span.desc-bg {
	display:block;
	width:300px;
	height:60px;
	background-color:#000;
	opacity: .70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#spotlight span.desc-text {
	display:block;
	color:#fff;
	width:276px;
	padding:12px;
	position:absolute;
	z-index:10;
}
#spotlight span.desc-title {
	display:block;
	padding-bottom:4px;
	text-transform:uppercase;
}
#spotlight-nav {
	width:32px;
	height:12px;
	position:absolute;
	right:12px;
	top:14px;
	z-index:30;
	overflow:hidden;
}
#spotlight-nav span.nav-btn {
	display:inline-block;
	overflow:hidden;
	width:8px;
	height:12px;
	margin-left:8px;
	cursor:pointer;
}
#spotlight-nav span.next-btn {
	background: url(http://curvy-world.com/wp-content/themes/curvy/images/nav-arrows-right.png) no-repeat 0 0;
}
#spotlight-nav span.prev-btn {
	background: url(http://curvy-world.com/wp-content/themes/curvy/images/nav-arrows-left.png) no-repeat 0 0;
}
#spotlight-nav span.nav-btn span {
	display:none;
}

/* ------------------- end Spotlight ------------------- */

#home-category-list {
	width:943px;
	padding:8px 14px;
	overflow:hidden;
	color:#333;
	text-transform:uppercase;
	background-color:#fff;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
}
#home-category-list a {
	font-weight:bold;
}
#home-category-list ul li {
	float:left;
	padding-right:20px;
	padding-top:1px;
}
#home-category-list li h3 {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-right:20px;
}
#home-category-list ul {
	float:left;
	margin:0;
}
.thumbs-wrap {
	width:625px;
}
#content .thumbs-wrap p {
	margin:0;
}
.thumbs-wrap .row {
	width:625px;
	overflow:hidden;
	margin-bottom:18px;
	background: url(http://curvy-world.com/wp-content/themes/curvy/images/bg-thumb-row.jpg) no-repeat left bottom;
}
.thumbs-wrap .thumb {
	width:300px;
	float:left;
	padding-bottom:18px;
	margin-right:25px;
/*	border-bottom:1px solid #ccc;*/
}
.thumbs-wrap .last {
	margin-right:0;
}
.thumbs-wrap div span.image {
	display:block;
	width:300px;
	height:130px;
	overflow:hidden;
	margin-bottom:14px;
}
.thumbs-wrap div span.title {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:19px;
	text-transform:uppercase;
	color:#333;
	padding-bottom:10px;
}
a.read-more-btn, a:visited.read-more-btn {
	display:block;
	margin-top:6px;
	width:74px;
}
a.view-details-btn, a:visited.view-details-btn {
	display:block;
	margin-bottom:8px;
	width:84px;
	padding:3px 0;
	color:#fff;
	background-color:#000;
	text-align:center;
}
a:hover.view-details-btn {
	color:#fff;
	background-color:#333;
}
#footer-network {
	width:100%;
	background-color:#d9d9d9;
	color:#515151;
}
#footer-network a {
	color:#000;
}
#footer-network a:hover {
	color:#666;
}
#footer-network .content {
	padding-top:14px;
}
#footer-network .header-wrap {
	width:100%;
	overflow:hidden;
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:1px solid #aeaeae;
}
#footer-network .left {
	float:left;
	width:175px;
	padding-right:20px;
}
#footer-network .h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
}
#footer .h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	padding-top:4px;
}
#footer-network .right {
	float:left;
	width:780px;
}
#footer-network .right a, #footer-network .right span {
	display:inline-block;
	float:left;
}
#footer-network .right a.alphabet {
	padding-right:8px;
	margin-left:8px;
	margin-right:8px;
	border-right:1px solid #aeaeae;
}
#footer-network .right a.view-all {
	float:right;
}
#footer-network .list-wrap {
	width:100%;
	overflow:hidden;
	padding-bottom:14px;
}
#footer-network .list-wrap .group-list {
	float:left;
	width:180px;
	padding-right:15px;
}
#twtr-widget-1 {
	overflow:hidden;
}
#twtr-widget-1.twtr-widget .twtr-spinner {
	background:url(http://curvy-world.com/wp-content/themes/curvy/images/twitter-spinner.gif) no-repeat;
}
#facebook {
	width:300px;
	margin-bottom:20px;
}

/* Style for Twitter WP Plugin 
#twitter-posts {
	width:463px;
	padding:12px;
	background-color:#252525;
}
#twitter-posts ul {
	padding:0;
	margin:0;
}
#twitter-posts ul li span.twitter-message {
	display:block;
	color:#fff;
	background-color:#3d3d3d;
	padding:12px;
}
#twitter-posts ul li a {
	color:#fff;
	text-decoration:underline;
}
*/


/* -------------------------------------------------------------- EVENTS -------------------------------------------------------------- */
#events-overview.hentry, #curvy-all.hentry, #events-overview p {
	margin:0;
}
#events-overview .event-featured {
	width:625px;
	overflow:hidden;
}
#events-overview .event-featured ul {
	margin-bottom:20px;
}
#events-overview .event-featured li {
	display:block;
	width:625px;
	height:118px;
	/*background:#000 url(images/bg-event-list-featured.gif) repeat-x left bottom;*/
	margin-bottom:2px;
}
#events-overview .event-featured li a {
	display:block;
	width:593px;
	height:86px;
	padding:16px;
	/*background:url(images/bg-event-list-featured-arrow.gif) no-repeat right bottom;*/
	background:#333 url(http://curvy-world.com/wp-content/themes/curvy/images/bg-gallery-menu-off.gif) no-repeat right bottom;
	color:#666;
}
#events-overview .event-featured li a:hover {
	/*background:#2a2a2a url(images/bg-event-list-featured-arrow-hover.gif) no-repeat right bottom;*/
	background:#000 url(http://curvy-world.com/wp-content/themes/curvy/images/bg-gallery-menu-on.gif) no-repeat right bottom;
}
#events-overview .event-featured span.title {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:4px;
	color:#fff;
}
#events-overview .event-featured span.details {
	color:#E32E97;
}
#events-list .event-small {
	/*border-top:1px solid #ccc;*/
	padding:0 0 20px 0;
}
#events-list .last {
	padding-bottom:0;
}
#events-list .event-small a.title {
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	padding-bottom:8px;
}
#curvy-all p a.read-more-btn {
	display:none;
}
#curvy-all #events-list .event-small a.title {
	padding-bottom:8px;
}
#curvy-all #events-list ul {
	margin:0;
}
#curvy-all #events-list ul li {
	list-style-position:inside;
	list-style-type:disc;
}
.intro-box {
	width:593px;
	padding:16px;
	padding-bottom:6px;
	/*background:#000 url(images/bg-event-list-featured.gif) repeat-x left bottom;*/
	background:#000 url(http://curvy-world.com/wp-content/themes/curvy/images/bg-gallery-menu-on.gif) no-repeat right bottom;
	margin-bottom:20px;
	color:#999;
}
.intro-box .entry-content {
	padding-top:8px;
}
#content .intro-box h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:4px;
	color:#fff;
}
#curvy-conference .intro-box {
	height:86px;
	margin-bottom:0;
}
#curvy-conference #events-list {
	padding-top:10px;
}
#curvy-conference #events-list p {
	margin:0;
}
#curvy-conference #events-list p a.read-more-btn {
	display:none;
}
#curvy-conference ul {
	margin:0;
}
#content .speaker-thumbs ul li {
	display:block;
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
#content .speaker-names {
	width:625px;
	padding-top:10px;
	overflow:hidden;
}

/* ------- Share Box ------- */
.share-box {
	clear:both;
	padding:12px 0;
	width:625px;
	overflow:hidden;
}
.share-box .tweet-this {
	float:left;
	height:20px;
	padding-right:2px;
}
.share-box .like-this {
	float:left;
	height:20px;
}

/* ------- Category / Archives list ------- */
.group-row {
	width:625px;
	overflow:hidden;
	padding-bottom:10px;
}
.group-row h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
}
.group-row .thumb {
	float:left;
	width:300px;
	height:130px;
	overflow:hidden;
	padding-right:15px;
}
.group-row .desc {
	width:310px;
	float:left;
}
.group-row .entry-summary {
	clear:none;
}

/* ------- Books list ------- */
#books-list .thumb {
	width:100px;
}
#books-list .desc {
	width:510px;
}

/* ------- Page Pagination ------- */
.pagination { 
	border-top:1px solid #ccc;
	padding-top:10px;
	width:625px;
	overflow:hidden;
}
ul.paging { list-style: none; padding: 0; font-weight: normal; }
ul.paging li { float: left; margin: 0 3px 6px 0; }
ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; }
ul.paging li.active { background-color: #333; border-color: #000; color: #fff; }

.cufon-loading {
	visibility: hidden;
}