/*
Theme Name: ChiaClub
Theme URI: http://wordpress.org/
Description: Base Theme for ChiaClub
Author: Sudjam
Version: 1.0
Tags: 
*/


/* =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;
	font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
html{
	height: 100%;
}
body {
	line-height: 1;
	padding:0;
	margin:0;
	font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
	height: 100%;
	background-color:#f2f5f7;
}
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;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Tahoma, Calibri, Verdana, Geneva, 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 {
	font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
input[type=submit] {
	font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
pre {
	font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
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,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	font-family:Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
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"],
input[type="password"],
textarea {
	background: #e7f4fa;
	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;
}




/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.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�0a0';
}
.attachment .entry-content .nav-next a:after {
	content: '�0a02192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}





/* =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-area select {
	max-width: 100%;
}
.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 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchBox {
	float:right;
	margin-top:12px;
	margin-right:10px;
}
#searchBox .textbox {
    background:#e7f4fa;
    border:1px solid #5ca3c4;
    height:20px;
    line-height:20px;
    font-style:italic;
    padding:0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
}
#searchBox .searchBox_container {
    float:left;
    display:block;
    padding:1px 6px 0 0;
}
#searchBox .searchBox_button {
    float:left;
    display:block;
    padding-top:3px;
}


/* =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;
	}
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

body {
	background:url(http://www.chiaclub.com/images/backgroundchia.jpg) repeat-x;
	background-color:#f2f5f7;
}

#container {
	width:960px;
	margin:0 auto;
}

#bg-container {
	float:left;
	background:url(images/chiatheme/bg_content.png) repeat-y;
-moz-border-radius-bottomleft: 8px !important;
-moz-border-radius-bottomright: 8px !important;
-webkit-border-bottom-left-radius: 8px !important;
-webkit-border-bottom-right-radius: 8px !important;
border-bottom-left-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
}

#bannertop {
	height:140px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#navcap-left {
	float:left;
	width:11px;
	height:61px;
	background:url(images/chiatheme/img_nav_left.png) no-repeat;
}

#navcap-right {
	float:right;
	width:9px;
	height:61px;
	background:url(images/chiatheme/img_nav_right.png) no-repeat;	
}

#nav {
	float:left;
	height:61px;
	width:940px;
	background:url(images/chiatheme/bg_nav_long.png) no-repeat;
}

#columnbg {
	background:url(images/chiatheme/bg_content.png) repeat-y;
}

#content {
	float:left;
	width:640px;
	height:auto;
	vertical-align:top;
	background-color:#ffffff;
-moz-border-radius-bottomleft: 8px !important;
-moz-border-radius-bottomright: 8px !important;
-webkit-border-bottom-left-radius: 8px !important;
-webkit-border-bottom-right-radius: 8px !important;
border-bottom-left-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
}

#sidebar {
	float:right;
	width:320px;
	height:auto;
	vertical-align:top;
	background-color:#d4edfa;
-moz-border-radius-bottomleft: 8px !important;
-moz-border-radius-bottomright: 8px !important;
-webkit-border-bottom-left-radius: 8px !important;
-webkit-border-bottom-right-radius: 8px !important;
border-bottom-left-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
}

#sidebar img.topimage {
	margin-left:10px;
}

#footer {
	clear:both;
	height:79px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/chiatheme/bg_footer.gif) no-repeat;
	padding-top:20px;
	text-align:center;
	font-size:13px;
}
	#footer p {
		padding:0;
		margin:0;
		padding-bottom:10px;
	}

	#footer a {
		font: 13px/1.231;
		font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
		color:#1874A0;
		text-decoration:none;
	}

	#footer a:hover,
	#footer a:hover .time,
	#footer a:hover .shade,
	#footer a:hover .understate {
		color: #4E9207;
		text-decoration: underline;
		font: 13px/1.231;
		font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
	}

.spacer {
	clear:both;
	background:transparent;
	height:20px;
}

/* =Banner Top
-------------------------------------------------------------- */
#logo {
	float:left;
}

#fb-like-container {
	width:960px;
	float:top;
	top:110px;
}

#fb-like {
	position:relative;
	float:right;
	height:62px;
}

#top-sidebar {
	float:right;
}


/* =Navigation
-------------------------------------------------------------- */
#nav {
	font-size:13px;
	font-weight:bold;
}

#nav a, #nav a:hover, #nav a:active, #nav a:visited {
	text-decoration:none;
	color:#ffffff;
}

#nav img {
	padding:0px;
	margin:0px;
}

#nav ul {
	height:61px;
	list-style:none;
	display:inline;
	margin-left:0px;
	padding-left:10px;
	
}

#nav li {
    	float:left;
	padding-right:1px;
	color:#ffffff;
	background:url(images/chiatheme/img_nav_separator.gif) no-repeat top right;
}

#nav li a:hover {
	background:url(images/chiatheme/bg_nav_selected.gif) repeat-x;
}

#nav li a {
    height:51px;
    line-height:51px;
}
#nav li a {
    display:block;
    min-width:60px;
    width:auto !important;
    width:60px;
    _min-width:75px;
    _width:auto !important;
    _width:75px;
    text-align:center;
    color:#fff;
    font-size:13px;
    text-decoration:none;
    line-height:51px;
    height:51px;
    padding:0 10px;
    font-weight:700;
}

#nav .current_page_item a {
	background:url(images/chiatheme/bg_nav_selected.gif) repeat-x;
}

/* =Post Content
-------------------------------------------------------------- */
.post {
	padding-left:18px;
	margin-right:12px;
}

.post {
	padding-top:20px;
}

.post-title {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.post-title a {
	color:#000000;
	text-decoration:none;
}

.post-title a:hover {
	text-decoration:underline;
}

.post-datestamp {
	font-size:12px;
	color:#999999;
	padding-bottom:10px;
}

.post-datestamp a {
	color:#065f95;
}

.post-fb-like {
	float:right;
	height:40px;
	line-height:40px;
	margin-top:5px;
}

.post-twitter-share {
	float:right;
	margin-top:4px;
	margin-right:5px;
	width:100px;
}

.post-digg-share {
	float:right;
	margin-top:5px;
	margin-right:20px;
}

.post-footer {
	clear:both;
	margin-top:20px;
	padding-left:18px;
	padding-bottom:20px;
	height:40px;
	line-height:40px;
	background:url(images/chiatheme/bg_community.gif) no-repeat;
	font-size:12px;
}

.post-footer a {
	color:#065f95;
}

.post-content p, .post-content h1 {
	color:#000000;
}

/* =Page Content
-------------------------------------------------------------- */
.page {
	margin-right:12px;
}

.page-title {
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
	color:#000000;
}

.nav-previous {
	float:left;
	margin-left:10px;
	padding-bottom:10px;
}

.nav-next {
	float:right;
	margin-right:10px;
	padding-bottom:10px;
}

#respond {
	margin-left:10px;
	margin-right:10px;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar ul, #sidebar li, #sidebar img, #sidebar p {
	margin-left:20px;
}

.sidebar-header {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	width:300px;
	height:30px;
	line-height:30px;
	background:url(images/chiatheme/bg_sidebar_hdr.gif) no-repeat;
}

#sidebar ul {
	list-style:disc;
	padding-bottom:20px;
}

/* =Footer
-------------------------------------------------------------- */


/* =Login Widget
-------------------------------------------------------------- */
#login-widget {
	float:right;
	height:60px;
	width:320px;
	margin-top:-18px;
	font-size:10px;
	background:url(images/chiatheme/bg_loginbox.png) top no-repeat;
	vertical-align:middle;
	color:#ffffff;
	font-size:11px;
}

#login-widget table {
	display:block;
	margin-top:10px;
	margin-left:15px;
}

.login-widget-email {
	display:block;
	float:left;
	vertical-align:middle;
	line-height:15px;
}

.login-widget-email input {
	width:100px;
	font-style:italic;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
}

.login-widget-password {
	display:block;
	float:left;
	margin-left:5px;
	line-height:15px;
	vertical-align:middle;
}

.login-widget-password input {
	width:100px;
	font-style:italic;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
}

.login-widget-button {
	height:24px;
	display:block;
	float:right;
	margin-left:5px;
	margin-right:25px
	line-height:24px;
	vertical-align:middle;
}

.login-widget-footer a, .login-widget-footer a:hover, .login-widget-footer a:visited, .login-widget-footer a:active {
	color:#ffffff;
}

.login-widget-footer {
	margin-right:5px;
	height:11px;
	line-height:11px;
	vertical-align:middle;
	background:transparent;
}

.login-widget-footer input {
	height:18px;
	line-height:11px;	
	vertical-align:top;
	background:transparent;
}

.login-widget-footer p {
	vertical-align:middle;
	line-height:23px;
}

.login-widget-user {
	float:left;
	margin-left:25px;
	margin-top:15px;
	font-size:12px;
	font-family:Tahoma, Calibri, Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.login-widget-logout {
	float:right;
	margin-top:12px;
	margin-left:5px;
	margin-right:25px
}

::-webkit-input-placeholder {
   font-style:italic;
}

input.inputPlain, input.placeholder {
	font-style:normal;
}

a.underlined {
	text-decoration:underline;
}

.login-widget-error {
	clear:both;
	float:right;
}

.login-page-error {
	padding-bottom:30px;
}

/* =Signup Form
-------------------------------------------------------------- */
#signup-form .textfield {
	width:150px;
}

#signup-form td {
	width:150px;
}

#signup-form td.wide {
	width:200px;
}

.post input {
	margin-top:10px;
}

.loginForm-padded-cell {
	padding-top:20px;
}

/* =Products Page
-------------------------------------------------------------- */
#products-page {
	margin-top:25px;
}

#products-page p {
	padding:0;
}

#products-page a {
	text-decoration:none;
	color:#0066cc;
}

#products-page table {
}

#products-page td, #products-page tr {
	vertical-align:middle;
	text-align:center;
}

.products-left {
	width:200px;
}

.products-right {
	width:200px;
}

.products-thumbnail {
	border:none;
}

.products-name {
	font-size:15px;
	padding:0;
}

.products-name a:link, .products-name a:selected, .products-name a:active, .products-name a:visited, .products-name a:hover {
	text-decoration:none;
	color:#0066cc;
}

.products-description {

}

.products-row-names, .products-row-names td {
	height:35px;
	padding-bottom:0px;
}

.products-row-buttons, .products-row-buttons td {
	height:30px;
	padding-bottom:20px;
	margin-top:0px;
	padding-top:0px;
}

.products-row-prices, .products-row-prices td {
	font-size:18px;
	color:#AA0000;
	height:18px;
	padding-bottom:10px;
	padding-top:5px;
}
	.products-row-prices p {
		margin-bottom:0px;
	}

/* =Twitter Widget
-------------------------------------------------------------- */
.twitter-widget {
	margin-left:20px;
	padding-bottom:20px;
}


/* =Contact Form
-------------------------------------------------------------- */
.contact-form-1 input {
	margin:0;
	padding:0;
}

.contact-form-1 textarea {
	width:300px;
}

.contact-form-1 input[type="submit"] {
	width:50px;
}

/* =Search Results
-------------------------------------------------------------- */
.search-title {
	margin-left:10px;
	margin-top:10px;
}
.search-results .page {
	margin-left:20px;
	margin-top:20px;
}

/* = Content - One-column
-------------------------------------------------------------- */
#content .one-column {
	width:100%;
}


/* = Widget Error Message
-------------------------------------------------------------- */
#top-sidebar div#primary font {
	visibility:hidden;
	display:none;
}

/* = DAP Error Message
-------------------------------------------------------------- */
.post-content #error-clicklogin {
	display:none;
}
.post-content #error-plslogin {
	display:none;
}