/*
	CONTENT AREA
	Main content global styles
	NOTE: The use of an asterisk before a style (e.g. *margin) denotes IE 6 & 7 only, and an underscore (e.g. _margin) denotes IE 6 only
*/

.clear {
	clear:both;
}

#content {
	float: left;
	width: 649px;
	background: url(http://images.crackingideas.com/global/content/bg-content-box-top.jpg) no-repeat;
	min-height: 18px;
	_height: 18px;
	padding: 38px 33px 15px 29px;
	/*margin-bottom: 24px;*/
}

#content h2 {
	background-repeat: no-repeat;
	text-indent: -9999em;
	height: 40px;
	margin: 0 0 1em 0; /* ++++++++ Update for content pages */
}

#content h2.double {
	height: 80px;
}

#content h2.triple {
	height: 120px;
}

#content h3 {
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.3em;
	padding: 10px 10px 0 10px;
	margin: 1.2em -11px 1em -4px;
	background: no-repeat url(http://images.crackingideas.com/global/content/bg-h3.jpg);
	min-height: 27px;
	_height: 27px;
	text-transform: uppercase;
	clear: both;
}

#content h4 {
	font-size: 1.3em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#content a {
	text-decoration: underline;
}

#content .msg {
	font-size: 1.4em;
	color: #fff;
	background: repeat-x;
	margin-left: -5px;
}

#content .msg .wrap {
	background: no-repeat url(http://images.crackingideas.com/global/content/bg-msg-left.gif);
	padding-left: 8px;
	display: block;
}

#content .msg .wrap .wrap {
	background: no-repeat url(http://images.crackingideas.com/global/content/bg-msg-right.gif) top right;
	padding: 11px 15px 11px 12px;
	display: block;
	text-align: center;
}

#content .msg.error {background-image: url(http://images.crackingideas.com/global/content/bg-msg-error.gif);}
#content .msg.success {background-image: url(http://images.crackingideas.com/global/content/bg-msg-success.gif);}

#content .action {
	margin-top: 2em;
	background: none;
}

/* @group IMAGES */

#content .img {
	background-repeat: no-repeat;
}

#content .img.sml {
	background-image: url(http://images.crackingideas.com/global/images/bg-img-sml.jpg);
	height: 109px;
	width: 137px;
	padding: 13px 0 0 16px;
}

#content .img.med {
	background-image: url(http://images.crackingideas.com/global/images/bg-img-med.png);
	width: 175px;
	height: 138px;
	padding: 13px 0 0 16px;
	margin-bottom: 10px;
}

#content .img.lrg {
	background-image: url(http://images.crackingideas.com/global/images/bg-img-lrg.jpg);
	width: 234px;
	height: 184px;
	padding: 13px 0 0 35px;
	margin-left: -10px;
	float: left;
}

#content .img.med.itopsecret {
    background-image: url(http://images.crackingideas.com/global/bg-img-med-topsecret.png);
    width: 175px;
    height: 138px;
    padding: 13px 0 0 16px;
    margin-bottom: 10px;
}

#content .img.med.icommended {
    background-image: url(http://images.crackingideas.com/global/bg-img-med-commended.png);
    width: 175px;
    height: 138px;
    padding: 13px 0 0 16px;
    margin-bottom: 10px;
}

#content .img.med.iwinner{
    background-image: url(http://images.crackingideas.com/global/bg-img-med-winner.png);
    width: 175px;
    height: 138px;
    padding: 13px 0 0 16px;
    margin-bottom: 10px;
}

#content .img a {display: block;}

#content .img.avatar {
	background-image: url(http://images.crackingideas.com/global/images/bg-avatar.jpg);
	height: 76px;
	width: 118px;
	margin: 0 0 1em 20px;
	padding: 25px 0 0 24px;
}

#page-edit-public #content .img.avatar {
	float: left;
	margin-right: 10px;
}

/* @end IMAGES */


/* @group CONTENT FORMS */

#content fieldset {
	margin-bottom: 1.5em;
}

#content .field {
	font-size: 1.5em;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
	_background: none;
	_width: auto;
	_height: auto;
	_padding: 0;
}

#content .field label {
	float: left;
	padding-top: 12px;
}

#content .field label .notes {
	display: block;
}

#content .field .wrap {
	float: left;
}

#content .field .wrap .wrap {
	float: none;
}

#content .field .wrap .wrap .wrap {
	padding: 8px 10px 0 10px;
	min-height: 29px;
	_height: 29px;
	float: none;
}

#content .field input,
#content .field select,
#content .field textarea {
	font-weight: bold;
}

#content .checkbox .wrap {
	float: none;
}

#content .checkbox label {
	float: none;
	width: auto;
	padding-top: 0;
}

#content .checkbox {
	font-size: 1.2em;
	display: block;
}

#content .checkbox label {
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

#content .radio label {
	margin-left: 5px;
}

#content .action {
	background: none;
	height: auto;
	width: auto;
}

/* @end CONTENT FORMS */

/* @group PAGINATION */

#content .pagination {
	margin: 0;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#content .pagination li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 1.1em;
	font-weight: bold;
	_width: 15px;
}

#content .pagination li a {
	display: block;
	padding: 5px 4px;
	min-height: 11px;
	_height: 11px;
	color: #f13500;
}

#content .pagination .prev a {
	background: no-repeat url(http://images.crackingideas.com/global/content/icon-prev.jpg) 50% 3px;
	text-indent: -9999em;
	width: 19px;
}

#content .pagination .next a {
	background: no-repeat url(http://images.crackingideas.com/global/content/icon-next.jpg) 50% 3px;
	text-indent: -9999em;
	width: 19px;
}

#content .pagination li a:hover,
#content .pagination li.on a {
	color: #000;
	text-decoration: none;
}

/* @end PAGINATION */

/* @group SECTIONS */

#content .section {
	background: repeat-y;
	margin: 0 0 15px 0;
}

#body-container .section .outer {
	background: no-repeat bottom left;
	padding-bottom: 7px;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#body-container .section .inner {
	background: no-repeat;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#content .section h3 {
	margin-bottom: 18px;
	text-align: center;
}

#body-container .section h3.first {
	margin-top: 0;
}

/* @group ACTION BUTTONS */

#content .actions {
	margin: 2em 0 0 0;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
	background: none;
}
	
#content .action {
	margin: 0 0 12px 0;
	padding: 0;
	_font-size: 0; /* Remove additional spacing in IE6 */
}

#content li.action {
	list-style: none;
	float: left;
}

#content .action .btn {
	display: block;
	text-indent: -9999em;
	background: no-repeat;
	*line-height: 0; /* Hide submit button text in IE */
}

/* @end ACTION BUTTONS */

/* @group ROWS */

#content .row {
	margin-left: -5px;
	clear: both;
}

#content .row .section {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}

#content .row .section .field {
	font-size: 1.2em;
}

#content .row .section .field label {
	float: none;
	width: auto;
	padding-top: 0;
}

#content .row .section .field .wrap {
	float: none;
}

#content .row .section .field .wrap .wrap .wrap {
	padding-top: 10px;
}

#content .row .outer {
	padding-bottom: 5px;
}
	
#content .row .inner {
	padding: 5px 4px 0 8px;
}

#content .row .section.first {
	margin-left: 0 !important;
}

#content .row .section .img {
	margin-right: auto;
	margin-left: auto;
}

#content .row .section ul {
	margin: 0 0 1em 0;
}

#content .row .section li {
	list-style: none;
	margin: 0 0 0.8em 0;
	background-repeat: no-repeat;
	min-height: 26px;
	_height: 26px;
	padding: 3px 0 0 32px;
}

#content .row .section .action {
	margin: 0 auto;
}

/* @group HALVES */

#content .section.row.halves {}

#content .section.row.halves .outer {}

#content .section.row.halves .inner {}
	
#content .row .section.halves {
	width: 268px;
	margin-left: 65px;
}

#content .row .section.halves h3 {}
	
/* @end HALVES */

/* @group THIRDS */

#content .section.row.thirds {
	background-image: url(http://images.crackingideas.com/global/content/bg-section-thirds.gif);
}

#content .section.row.thirds .outer {
	background-image: url(http://images.crackingideas.com/global/content/bg-section-bottom-thirds.gif);
}

#content .section.row.thirds .inner {
	background-image: url(http://images.crackingideas.com/global/content/bg-section-top-thirds.gif);
}

#content .row .section.thirds h3 {
	background: url(http://images.crackingideas.com/global/content/bg-h3-thirds.gif) no-repeat;
}
	
#content .row div.section.thirds,
#content .row fieldset.section.thirds {
	width: 162px;
	margin-left: 18px;
	padding: 0 20px 12px 20px;
	background: none;
}

/* @end THIRDS */

/* @end ROWS */

/* @end SECTIONS */

/* @group AWARDS */

#content .awards {
	margin: 5px 0;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
	clear: left;
	*width: 175px;
}

#content .awards li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 35px;
	height: 36px;
	display: block;
}

/* @end AWARDS */
/* @group RATING */

#content .section .rated {
	background: no-repeat 50% 50%;
	height: 23px;
	margin: 0 0 12px;
	text-indent: -9999em;
	_margin-left: 28px;
}

#content .section .rated img {
	margin: 0 auto;
}

#content .section div.rating #form-rate {
	display: none;
	clear: left;
}

#content .section div.rating #form-rate .field,
#content .section div.rating #form-rate .action {
	float: left;
	margin-bottom: 0;
}

#content .section div.rating #form-rate .field {
	font-size: 1.2em;
}

#content .section div.rating #form-rate .action {
	padding-top: 4px;
	margin-left: 5px;
}
	
	
#content .section.idea ul.rating {
	margin: 0 0 5px 35px;
	overflow: hidden; /* Clearfix for all browsers */
	_zoom: 1; /* Clearfix for IE6 */
}

#content .section .rating li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .rating li a {
	width: 22px;
	height: 23px;
	display: block;
	text-indent: -9999em;
	background: url(http://images.crackingideas.com/global/content/icon-star.png) no-repeat;
	_background-image: url(http://images.crackingideas.com/global/content/icon-star.jpg);
}

#content .rating li a:hover,
#content .rating li.on a {
	background-position: 0 -23px;
}

#content #sect-idea .rating {
	margin: 0;
}

/* @end RATING */