/*
Theme Name: U4S
Theme URI: http://U4S.com/


Description: The 2011 theme for U4S
Author: the U4S team
Version: 1.0
Tags: widgets
*/


/* =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;
	padding-bottom:20px;
}

h1 { font-size:22px;}

h2 { font-size:18px;}

h3 { font-size:16px; line-height:20px;}

h4 { font-size:14px; line-height:18px;}

h5 { font-size:12px; line-height:16px;}

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 {
	text-decoration:none;
	color:#425E76;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
input[type='submit'] { cursor:pointer;}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */

ul {
	list-style: disc;
	margin: 0 0 18px 3em;
	line-height: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 inset #001e38;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* Text meant only for screen readers */
input,
textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

#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 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;
}
.page-title {
	font-size:34px;
	font-weight: bold;
	margin:20px 0;
}
.page-title span {
	font-size:26px;
	font-style: italic;
	font-weight: normal;
}

.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;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

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;
}
#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;
}
.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;
	float:left;
	width:100%;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding-top:30px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #001e38;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	display:none;
}
.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;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.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 {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
	width:245px;
}
#respond p.comment-notes { width:445px;}
#respond p.comment-form-comment { width:345px;}

#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: #001e38;
	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;
	display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#respond .form-submit input#submit {
	text-indent:-9999px;
	border:none;
	background: url(images/submit-comment.gif) no-repeat;
	width:127px;
	height:23px;}


/* =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 {
	font-weight: bold;
}
.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 {
}



/* =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;
	}
}

/*=============================== U4S style =====================================*/

body {
	width:100%;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001e38;}

header {
	display:block;
	width:100%;
	height:135px;
	background:url(images/header-bg.gif) repeat-x;}

.header-content {
	width:980px;
	display:block;
	margin:0 auto;
	position:relative;}

h1.logo {
	display:block;
	clear:both;
	width:589px;
	height:89px;
	padding-bottom:0;
	background:url(images/logo.gif) no-repeat;}

h1.logo img { float:left;}

h1.logo a {
	text-indent:-9999px;
	display:block;
	width:589px;
	height:89px;}

h1.logo a:hover { text-decoration: none;}

#nav-holder{ float:left;}

ul#nav-header {
	margin:10px 0 0;}

ul#nav-header li {
	list-style:none;
	font-size:16px;
	float:left;
	height:30px;
	line-height:30px;
	margin-right:1px;
	position:relative;
	z-index:1100;}
	
ul#nav-header li a {
	float:left;
	height:30px;
	background:none;	
	color:#fff;}	
	
ul#nav-header li a span {
	float:left;
	height:30px;
	padding:0 7px;
	background:none;}

ul#nav-header li:hover a, ul#nav-header li.current-menu-item a{
	color:#000;
	background:url(images/header-link-left.gif) no-repeat #B9141C;
	text-decoration:none;}
	
ul#nav-header li:hover span, ul#nav-header li.current-menu-item span {background:url(images/header-link-right.gif) 100% 0 no-repeat;}

ul#nav-header .sub-menu { 
	display:none;
	position:absolute;
	top:24px; left:-20px;
	background: url(images/sub-menu-bott.png) 0 100% no-repeat;
	width:200px;
	padding:0 0 10px;
	margin:0 0 18px 20px;}


ul#nav-header .sub-menu li { height:auto; line-height:15px; font-size:13px; width:170px; padding:5px 20px 5px 10px; background:#B9141C;}

ul#nav-header .sub-menu li:first-child {
	background:url(images/sub-menu-top.png) no-repeat;
	padding-top:20px;}

ul#nav-header .sub-menu li a, ul#nav-header .sub-menu li:hover a { background:none; height:auto; color:#fff;}

ul#nav-header .sub-menu li a:hover {text-decoration:underline;}

ul#nav-header .sub-menu .sub-menu {
	display:none;
	position:absolute;
	top:-10px; left:180px;
	width:200px;
	background:url(images/sub-sub-menu-bott.png) no-repeat 0 100%;}
	
ul#nav-header .sub-menu .sub-menu li { background:url(images/sub-sub-menu-bg.png) repeat-y;}	

ul#nav-header .sub-menu .sub-menu li:first-child { background:url(images/sub-sub-menu-top.png) no-repeat; padding-top:10px;}

ul#nav-header li:hover .sub-menu { display:block;}

ul#nav-header li:hover .sub-menu .sub-menu { display:none;}

ul#nav-header li:hover .sub-menu li:hover .sub-menu { display:block;}

form.form-header {
	float:right;
	margin-top:-20px;
	position:absolute;
	right:0px;}

.form-title {
	background: url(images/header-title.png) no-repeat;
	font-size:17px;
	display:block;
	clear:both;
	color:#fff;
	width:220px;
	text-align:center;
	padding:0 10px;
	margin-left:60px;
	height:25px;
	line-height:30px;}

.form-title a {
	color:#fff;
	background:url(images/str.png) no-repeat;
	padding-left:25px;}
	
form.form-header label {
	color:#d88d90;
	float:left;
	font-size:16px;
	padding-right:10px;
	line-height:40px;}	

form.form-header input[type='text'] {
	width:234px;
	height:16px;
	float:left;
	line-height:16px;
	font-size:14px;
	margin-top:10px;
	border:1px inset #404040;}

form.form-header input[type='submit'] {
	border:none;
	background:url(images/submit-go.gif) no-repeat;
	color:#fff;
	width:59px;
	height:22px;
	font-size:15px;
	float:left;
	margin-top:11px;}
	
#main{
	display:block;
	width:980px;
	margin:25px auto 0;}	
	
#banner {
	display:block;
	width:980px;
	height:249px;
	margin:0 0 15px;}	
	
.banner-content {
	float:left;
	width:682px;
	position:relative;}	
	
.banner-content ul {
	margin:0;
	list-style:none;}	
	
.banner-text {
	float:left;
	color:#fff;
	width:252px;
	height:222px;
	padding:27px 23px 0;
	background: url(images/banner-text-bg.gif) repeat-x;}	
	
.banner-text h3 {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	padding-bottom:10px;}
	
.banner-text p {
	font-size:12px;
	line-height:18px;
	padding-bottom:15px;}

.banner-text a { position:relative; z-index:1000;}		
	
.banner-text .link-more {
	float:left;
	width:86px;
	height:22px;
	padding:7px 5px 11px;
	background:url(images/link-more.png) no-repeat;
	text-align:center;}

.link-more a {
	color:#fff;
	font-size:12px;}	
	
#content {
	float:left;
	width:660px;}	
	
.block-links {
	display:table-cell;
	width:100%;
	float:left;
	padding:15px 0;
	background:#b2d9fc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	border-radius:10px;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);
	font-size:12px;
	color:#425E76;}	

.block-links div.wrapp { display:table-row}

.block-links div {
	display:table-cell;
	vertical-align:top;
	padding-right:15px;
	//width:160px;
	//float:left;}
	
.block-links p {
	margin: 0 20px;
	padding-bottom:10px;
	font-size:14px;
	line-height:18px;}	

.block-links img { margin-bottom:0 !important;}

.block-links h3 {
	font-size:18px;
	color:#425e76;
	margin:0px 0 13px 20px;
	padding:0;
	text-align:center;}

.block-links ul {}

.block-links li {
	background: url(images/block-links-list.png) no-repeat 0 7px;
	font-size:12px;
	line-height:14px;
	padding:3px 0 3px 10px;
	color:#425e76;
	list-style:none;}

.block-links li a {color:#425e76;}

article {
	float:left;
	margin-top:35px;
	padding-bottom:20px;
	border-bottom:1px dashed #425e76;
	width:100%;}
	
article:first-child { margin-top:0;}	

article .datapost {
	display:block;
	clear:both;
	padding-bottom:20px;
	font-size:12px;
	font-weight:bold;}

.entry-title , .contact-title{
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
	line-height:24px;
	color:#001E38;}
	
.entry-title a{ color:#001E38;}
	
article .entry-content p {
	font-size:14px;
	line-height:18px;
	padding-bottom:20px;}	

article .links {
	display:block;
	clear:both;
	height:25px;
	margin-bottom:25px;
	height:auto;}

.links .link-more {
	background:url(images/link-more-post.png) no-repeat;
	float:left;
	width:87px;
	height:23px;
	line-height:23px;
	color:#fff;
	font-size:12px;
	text-align:center;
	margin-right:15px;}
	
article .links img { margin-top:3px !important;}	

.entry-utility {
	font-size:12px;
	color:#0b2942;}

.entry-utility a {color:#0b2942;}


section#sidebar {
	width:295px;
	margin:8px 0 0 25px;
	float:left;}
	
.widget-container {
	float:left;
	width:100%;}
	
.widget-container h3.widget-title {
	width:275px;
	height:42px;
	color:#fff;
	margin-bottom:-1px;
	line-height:42px;
	padding:0 0 0 20px;
	background:url(images/widget-bg.gif) repeat-x;
	-moz-border-radius:10px 10px 0 0 ;
	-webkit-border-radius:10px 10px 0 0; 
	border-radius:10px 10px 0 0;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);}

.widget-container ul, .textwidget {
	float:left;
	width:267px;
	padding:13px;
	margin:0;
	background:#b2d9fc;
	border:1px solid #6691c7;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px; 
	border-radius: 0 0 12px 12px;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);}
	
.textwidget p { font-size:13px; line-height:17px; padding:8px 0;}

.widget-container ul ul.children {
	border:none;
	background:none;
	width:auto;
	float:none;
	padding:0 0 0 10px}

.widget-container li ul.children li {border:none;}

.widget-container li {
	list-style:none;
	background:url(images/list-image.png) no-repeat 0 5px;
	padding:5px 0 5px 15px;
	font-size:12px;
	color:#425e76;
	line-height:14px;
	border-top:1px dashed #425e76;}

.widget-container li:first-child { border-top:none;}

.widget-container li a { color:#425e76;}

.widget-container li a:hover {}

.red {
	padding:10px 17px;
	width:261px;
	margin:-21px 0 -14px -14px;
	background:url(images/red-bg.gif) repeat-x #850e10;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	border-radius:10px;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);
	float:left;}

.red img {
	float:left;
	margin:15px 0;}

.block-red {
	float:left;
	width:219px;
	//height:90px;}

.block-red a {
	color:#fff;
	font-family:Tahoma;
	font-size:28px;
	font-weight:bold;
	text-align: center;
	clear:both;
	display:block;}
	
.block-red a:first-child {
	font-size:12px;
	font-weight:normal;
	padding-bottom:8px;}					

.tab .ul-tab {
	position:relative;
	background:url(images/widget-bg.gif) repeat-x;
	margin:0;
	padding:0;
	height:27px;
	border:none;
	width:295px;
	-moz-border-radius:10px 10px 0 0 ;
	-webkit-border-radius:10px 10px 0 0 ; 
	border-radius:10px 10px 0 0;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);}

.tab .ul-tab li {
	float:left;
	padding:0 5px;
	list-style:none;
	line-height:27px;
	font-family:Tahoma;
	font-size:13px;
	background:0;
	border:1px solid #6691c7;
	border-top:none;
	border-bottom-color:#6691c7;
	border-left-color:#fff;
	border-right-color:transparent;}

.tab .ul-tab li.small-font { font-size:11px;}
	
.tab .ul-tab li:first-child {
	border-left-color:transparent;
	padding:0 5px 0 11px;}	

.tab .ul-tab li.active:first-child {
	border-left-color:#6691c7;}

.tab .ul-tab li img { display:none; position:absolute; top:0; left:0;}	
.tab .ul-tab li.active:first-child	img { display:block;}

.tab .ul-tab li.active {
	background:#b2d9fc;
	border-color:#6691c7;
	border-top:1px solid #6691c7;
	border-bottom-color:#b2d9fc;}

.tab .ul-tab li a {color:#fff;}


.tab .ul-tab li.active a { color:#425e76;}

.tab .ul-tab ul {
	display:none;
	border-top:none;
	position:absolute;
	top:27px;
	left:0px;
	//left:1px;
	margin:0;
	background:#b2d9fc;
	padding:15px 13px;
	width:267px;}
	
.tab .ul-tab li.active ul { display:block;}	

.tab .ul-tab ul li {
	width:267px;
	padding:8px 0;
	border:none;
	background:none;
	font-family:Tahoma;
	font-size:12px;
	line-height:15px;
	color:#425e76;
	border-top:1px dashed #425e76;}
	
.tab .ul-tab ul li:first-child {
	padding:8px 0;
	border:none;}	

.tab .ul-tab ul a { color:#color:#425e76;;}

.tab .ul-tab ul a:hover {}	
	
.images-link img {
	float:left;
	margin:10px 9px;}	
	
.images-link a.advertise {
	display:block;
	clear:both;
	margin:auto;
	width:100px;
	font-family:Tahoma;
	font-size:12px;
	color:#8098ad;
	text-transform:uppercase;}	
		
.subscr-block {
	float:left;
	margin:-20px 0 -14px -14px;
	margin:-20px 0 -14px -14px;
	padding:15px 20px;
	width:255px;
	background:#b2d9fc;	
	border:1px solid #6691c7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	border-radius:10px;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);}

.subscr-block h3 {
	font-size:16px;
	line-height:20px;
	color:#195ea2;
	padding-bottom:10px;}	
	
.subscr-block input[type="text"] {
	width:170px;
	height:17px;
	float:left;
	margin-right:6px;
	background:url(images/input-text-bg.gif) repeat-x #ebebda;
	border:1px inset #000;}

.subscr-block input[type="submit"] {
	width:73px;
	background:url(images/subscr-go.png) no-repeat;
	border:none;
	font-size:18px;
	color:#fff;
	height:23px;}
	
.subscr-block span {
	display:block;
	clear:both;
	margin-top:10px;
	font-size:11px;
	color:#888;}	
	
.book-block {
	float:left;
	width:281px;
	margin:-20px 0 -14px -14px;
	background:url(images/book-bg.gif) repeat-x #b1d8fb;
	padding:20px 7px;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	border-radius:10px;
	behavior:url(http://undress4success.com/wp-content/themes/u4s/js/PIE.htc);}

.book-block h3 {
	color:#fff;
	font-size:14px;
	line-height:18px;
	padding-bottom:15px;}
	
.book-block a.order {
	display:block;
	clear:both;
	margin:10px auto;
	background:url(images/link-more.png) no-repeat;
	width:96px;
	height:40px;
	color:#fff;
	font-size:14px;
	line-height:30px;}	
	
.book-block ul {
	border:none;
	margin:0;
	padding:0;
	width:281px;
	background:none;}	
	
.book-block ul li {
	list-style:none;
	font-size:12px;
	color:#37609c;
	padding:4px 0;
	background:none;
	border:none;
	line-height:12px;}
	
.book-block ul li:first-child { padding-bottom:10px;}	

.book-block ul li a { color:#37609c;}	

footer {
	position:relative;
	width:100%;
	height:419px;
	display:block;
	clear:both;
	margin:10px 0;
	background:url(images/footer-bg.gif) repeat-x;}
	
section.footer-content {
	display:block;
	width:980px;
	margin:0 auto;
	padding-top:30px;}	
	
.footer-widget-area {float:left; height:350px;}

section.footer-content .footer-widget-area:first-child { width:180px;}

.footer-widget-area .textwidget {
	background:none;
	border:none;
	padding:0;}	
	
.footer-widget-area h3{
	color:#2d5977;
	font-size:20px;
	padding-bottom:5px;
	text-align:center;}
	
.footer-widget-area ul {
	margin:10px 0 0;}	
	
.footer-widget-area ul li {
	list-style:none;
	background:url(images/footer-list-img.gif) no-repeat 0 6px;
	line-height:18px;
	font-size:12px;
	padding-left:15px;
	color:#2d5977;}	
	
.footer-widget-area ul li a	{ color:#2d5977;}
	
ul.news { width:200px;}

ul.news li {
	background:none;
	padding-left:0;
	margin:5px 0;}
	
.footer-subscr .rss {
	display:block;
	clear:both;
	height:50px;	
	background: url(images/a-rss-footer.gif) no-repeat;
	padding:3px 0 0 50px;	
	margin:10px 0;}

.rss a {
	text-decoration:underline;
	font-size:14px;
	line-height:18px;
	color:#2d5977;}
	
.footer-subscr p {
	font-size:12px;
	color:#2d5977;
	line-height:16px;}

.footer-subscr p span {
	text-transform:uppercase;
	font-size:14px;}

.footer-subscr input[type="text"] {
	 border:1px solid #73b1dc;
	 background:#fff;
	 width:183px;
	 height:19px;
	 margin:10px 0;}	
	 
.footer-subscr input[type="submit"]	 {
	background:url(images/footer-subscr.gif) no-repeat;
	width:98px;
	height:27px;
	color:#fff;
	border:none;}
	
.dontworry {
	display:block;
	margin-top:10px;
	color:#2a5b85;
	font-size:11px;
	line-height:13px;}
	
footer #nav-holder	{
	width:980px;
	position:absolute;
	bottom:22px;} 
	
ul#nav-footer {
	display:block;
	width:420px;
	margin:0 auto;}		

ul#nav-footer li {
	list-style:none;
	padding:0 10px;
	font-size:12px;
	color:#fff;
	float:left;
	border-left:1px solid #fff;} 
	
ul#nav-footer li:first-child { border:none;}	

ul#nav-footer li  a { color:#fff;}

form.contact {
	margin-top:30px;
	float:left;}
	
form.contact p { padding-bottom:10px;}

form.contact label {
	font-size:12px;
	display:block;}	
	
form.contact label span {
	color:red;
	font-weight:bold;}	
	
form.contact input[type='text'] {
	width:245px;
	margin-top:3px;
	height:18px;}
	
form.contact textarea {
	width:345px;
	height:140px;
	margin-top:3px;}
	
form.contact input[type='submit'] {
	border:none;
	width:127px;
	height:23px;
	background: url(images/submit-contact.png) no-repeat;
	color:#fff;
	font-size:12px;
	font-family:Arial;}


/*
#xmt_primary.widget-container {background:url(images/twitter-title.gif) no-repeat; padding-top:42px;}
	
#xmt_Primary_wid.xmt ul { padding:13px !important; font-size:12px; color:#425E76;}

#xmt_Primary_wid.xmt ul li.tweet_list {padding:8px 0 !important;}

#xmt_Primary_wid.xmt ul li.tweet_list span {font-weight:bold;}

.tweetmeme_button { float:left; margin-top:2px;} 
*/

#twitter.widget-container h3.widget-title { display:none}

#twitter.widget-container {background:url(images/twitter-title.gif) no-repeat; padding-top:42px;}
	
#twitter ul { padding:13px !important; font-size:12px; color:#425E76;}

#twitter ul li {padding:8px 0 !important; background-image:none; line-height:18px;}

#twitter ul li span {font-weight:bold;}

.tweetmeme_button { float:left; margin-top:2px;} 

ul.column { float:left; width:241px; margin-right:25px;}

.footer-subscr { width:230px;}

iframe.facebook-mini {border:none; overflow:hidden; width:100px; height:21px; float:left;}
iframe.facebook-big {border:none; overflow:hidden; width:295px; height:300px; margin:-14px 0 -21px -14px; background:#fff; }