/*
Theme Name: SC Productions
Theme URI: http://www.refreshcreative.com
Description: SC Productions WordPress theme
Version: 1.0
Author: Refresh Creative
Author URI: http://www.refreshcreative.com
*/

/*============================================================
	Basics
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.nomargin
{
	margin: 0;
}







/*============================================================
	Defaults
============================================================*/
a
{
	text-decoration: none;
	color: #444;
}

a:hover
{
	text-decoration: underline;
}

p, li
{
	line-height: 18px;
}

p
{
	margin-bottom: 18px;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

img.alignleft
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #EEE;
}

img.alignright
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	padding: 5px;
	border: 1px solid #EEE;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #EEE;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 540px;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	/*border-left: 5px solid #ddd; */
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}






/*============================================================
	Headings
============================================================*/
h1
{
	font: bold 22px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #a61888;
}

h2, h2 a
{
	font: bold 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #a61888;
}

h3, h3 a
{
	font: bold 16px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #dd8967;
	margin-bottom: 10px;
}






input.text
{
	padding: 3px;
	border: 1px solid #CCC;
}



/*============================================================
	Body
============================================================*/
body
{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url('images/body_bg.jpg') #bec5cd;
	background-repeat: repeat-y;
	background-position: center;
	color: #444;
	height: 100%;
}









/*============================================================
	Primary structures
============================================================*/
#container
{
	width: 900px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 1000px;
}

#outer
{
	background: url('images/container_top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 660px;
}

#inner
{

}











/*============================================================
	Header
============================================================*/
#header
{
	height: 90px;
	background: #FFF;
	text-align: left;
	padding-top: 20px;
}

#header img.logo
{
	float: right;
}



#footer
{
	height: 166px;
	background: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#footer div.inner
{
	width: 900px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

#footer img.logo
{
	float: right;
	margin-top: 0px;
}







/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 50px;
	background: url('images/navigation_bg.jpg');
	background-repeat: no-repeat;
}







/*============================================================
	Content & Sidebar
============================================================*/
#content
{
	margin: 30px;
	float: left;
	width: 600px;
}

#sidebar
{
	margin: 30px;
	margin-left: 0px;
	float: left;
	width: 200px;
}

#sidebar ul
{
	list-style: none;
	font-size: 16px;
	margin-bottom: 20px;
}

#sidebar ul li
{
	color: #dd8967;
	background-color: #f6f6f6;
	margin-bottom: 2px; 
}

#sidebar ul li a
{
	display: block;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #8a8a8a;
}

#sidebar ul li a:hover, #sidebar ul li.current_page_item a,  #sidebar ul li.current-cat a
{
	color: #ffffff;
	background-color: #960080;
}

#sidebar #searchform
{
	margin-bottom: 20px;
}

#sidebar #searchform label
{
	display: none;
}

#sidebar #searchform #s
{
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 5px;
	width:130px;
}

#sidebar #searchform #searchsubmit
{
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 5px;
}

div.heading
{
	margin-left: -10px;
}

div.heading img.icon
{
	float: left;
}

div.heading h2
{
	padding-top: 10px;
}

div.introheading img.icon
{
	margin-right: 10px;
}

div.blogheading img.icon
{
	margin-right: 15px;
}

div.blogheading h2
{
	padding-top: 20px;
}

div.blogheading
{
	height: 60px;
}

div.intro
{
	background-color: #fef3ef;
	padding: 20px 20px 0 20px;
	top: -10px;
	margin-bottom: 20px;
}

div.intro p
{
	margin: 0;
	line-height: 20px; 
	padding-bottom: 20px; 
}

div.intro p a
{
	text-decoration: underline;
}

div.post
{
	margin-bottom: 20px;

	
}

div.post span.when
{
	background: #efefef;
	display: block;
	font-size: 10px;
	padding: 5px;
	color: #777;
	margin-bottom: 10px;
}

div.post span.where
{
	display: block;
	font-size: 10px;
	padding: 5px;
	color: #999;
	margin-top: 10px;
}

div.post span.where a
{
	color: #999;
}

div.post span.commentcount
{
	background: url('images/commentsicon.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	display: block;
	height: 15px;
}

div.post img.firstimage
{
	width: 180px;
	float: right;
	border-left: 10px solid #FFF;
}

a.gototop
{
	background: url('images/gototop.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.gototop:hover
{
	color: #a61888;
}



div.entry form
{
	background: #fef3ef;
	padding: 20px;
}

div.entry form input, div.entry form textarea
{
	padding: 3px;
	border: 1px solid #CCC;
}




.entry p { margin-bottom: 15px; } 

.entry ul { margin-left:  15px; list-style:square; padding-bottom: 20px; } 

.entry img { border:0px } 

.entry a
{
	color: #a61888;
}


/*============================================================
	Comments
============================================================*/
.alt
{
	background: #fef3ef;
}

ul.commentlist
{
	list-style: none;
	margin-top: 20px;
}

ul.commentlist li
{
	margin-bottom: 20px;
	padding: 10px;
}

ul.commentlist li img.avatar
{
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	padding: 1px;
}

ul.commentlist li div.comment-author
{
	margin-bottom: 10px;
}

ul.commentlist li div.comment-meta
{
	background: #efefef;
	display: block;
	font-size: 10px;
	padding: 5px;
	color: #777;
	margin-bottom: 10px;
}

ul.commentlist li p
{
	
}

#respond .text
{
	padding: 3px;
	border: 1px solid #CCC;
}

#respond .button
{
	padding: 3px;
	border: 1px solid #CCC;
}



#homebit {align:center; clear:both; margin: 0 19px 19px 19px;  width: 550px; } 
#part1 { 	float: left; margin-right: 0px; padding: 0px}  
#part2 {float: left; margin-right: 0px; padding: 0px } 
#part3  {float: left; margin-right: 0px; padding: 0px }  

.profile { width: 570px ; float; left;  clear: both; padding-bottom: 20px; } 


#cu3er-container {width:550px; outline:0; padding-bottom: 13px}



