/*
	Author Name	: Curtis Lawrence
	Author Site	: http://www.OrangeByteDesign.com
	Style Name	: SolaRosa
	Style URI	: 
	Version		: 1.0
	Comments	: This work is a custom style modification of 'Kyoto-Sunset' (http://rcboyce.com/projects/web/k2/kyoto-sunset) for use by SolaRosa (solarosa.com).
	Header Width: 920px
	Header Height: 175px
*/



/*	----------------
Main body
----------------	*/

/* TEMP: Disable sidebar 2 so we can work on it without it being visible */
#sidebar-2 { display: none; }


body
	{
	background: url('sr-bg.jpg') repeat-x top fixed #000;
	font-size: 62.5%;	/* Resets 1em to 10px */
	font-family: 'Lucida Grande' Myriad Apple, Verdana, Arial, Sans-Serif;
	color: #666666;
	text-align: center;
	margin: 20px 0 30px;
	}
	
#page
	{
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	position: relative;
	width: 920px;
	_width: 920px;	/* IE hack */
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
	border:0;
	}

/*-- corrects site width --*/
.columns-one #page {
	width: 860px;
	}

.columns-two #page {
	width: 920px;
	}

.columns-three #page {
	width: 930px;
	}

#primary {
	position: relative;
	float: left;
	width: 600px;
	padding: 10px;
	margin-right:0 !important;
	}	
	
body.columns-two #primary-wrapper {
	float:left;
	margin-right: 0px!important;
	width:auto !important;
}

.content {
	padding:0 0px 30px 20px;
}	


.entry-content a, .entry-content a:visited {
color:#01AEF0;
}
/**	----------------
Header
----------------	*/

#header 
	{
	margin: 0 auto;
	padding: 0 auto;
	height: 175px;
	background: #000 url('sr-header.jpg') no-repeat scroll top center !important;
	}


#header h1 *, #header p
	{
	color: #404040 !important;
	}
#header .description
	{
	font-size: 1em;
	margin: 0 0 0 40px;
	color: #404040;
	}
	
ul.menu li a
	{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #ffffff;
	background-color: #00ADEF;
	margin: 0;
	}
ul.menu li a:hover
	{
	background: #FDF200;
	color: #000000 !important;
	text-decoration: none;
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	color: #777777 !important;
	background: #ffffff;
	text-decoration: none;

	}

ul.menu {
	bottom:-1px;
	left:-15px;
}
/*	This positions the navigation menu at the top of the header.	*/
#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	position: absolute;
	top: -2px;
	left: 10px;
	padding-left: 15px;
	background: url('up.gif') no-repeat scroll 4px 4px;
	}
#menu-top li a
	{
	background-color: #777;
	color: #000;
	}
#menu-top li a:hover
	{
	background: #000;
	color: #777777 !important;
	text-decoration: none;
	opacity:.70;
	filter: alpha(opacity=70);
	}
	
/*	----------------
Post images
----------------	*/

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder
	{
	border: none;
	}



/*	----------------
Headers
----------------	*/

h1, 
h2, 
h3, 
h4 
	{
font-family:Helvetica,'Century Gothic',Lucida Grande,Verdana,Sans-Serif;
font-weight:600 !important;
	}
	
.secondary h4 {
display:block;
font-size:1.5em;
font-weight:normal !important;
margin-bottom:5px;
padding:0;
}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
	{
	text-decoration: none;
	color: #444;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
	{
	color: #555;
	}


/*	----------------
Links
----------------	*/

a:hover,
a:visited:hover 
	{
	text-decoration: underline;
	}
h2 a:hover,
h2 span a:hover
	{
	color: #707070 !important;
	}
a
	{
	color: #707070;
	text-decoration: none;
	}
.itemtext a:visited
	{
	color: #707070;
	}
	
/* -----------------
Sidebar
--------------------*/
.secondary {
	background: url('sidebar_03.jpg') no-repeat top #000;
	color:#dddddd;
	float:left;
	font-size:1em;
	line-height:1.5em;
	overflow:hidden;
	position:relative;
	width:260px;
}

#sidebar-1 {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background: url('sr-sidebar.jpg') no-repeat top 103% #000;
	/*padding-top:100px;*/
	padding-bottom: 10px;
}
.secondary a{
	color: #01AEF0;
}
.secondary h4, .secondary h3, .secondary h2{
	color: #ffffff;
}

/*	----------------
Meta info
----------------	*/	

.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #707070;
	}

/*	I went ahead and dropped the icon for post time, since I found it annoying.	*/

.chronodata
	{
	background: none !important;
	padding: 2px 0 !important;
	}
.chronodata abbr
	{
	font: inherit;
	}
.commentslink
	{
	padding: 2px 0 2px 17px;
	margin: 0 10px 0 5px;
	}
.entry-edit a
	{
	padding: 2px auto 2px auto;
	margin: 0;
	}

.entry-edit a:hover, a.quoter_comment:hover, a.quoter_page:hover, #commentlist #respond a.quoter_page:hover, a.comment_quote_link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, #commentlist #respond a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:hover, .comment-edit a:hover {
background-color:#01AEF0;
color:#FFFFFF;
text-decoration:none;
}

.admintab a:hover{
	background: #FDF200 !important;
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
}

/*	----------------
Quick posts
Any post with the category of "quick" will follow these styles.
----------------	*/

.category-quick h3.entry-title
	{
	font-size: 2em !important;
	display: inline;
	}
.category-quick .entry-meta
	{
	font-size: .9em;
	display: inline;
	margin-left: 10px;
	}
.category-quick .entry-category
	{
	display: none;
	}
.category-quick .entry-content
	{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.category-quick .entry-content p,
.category-quick .entry-content ul,
.category-quick .entry-content ol,
.category-quick .entry-content div,
.category-quick .entry-content blockquote
	{
	margin: 8px 0;
	}

/*	 Restores normal styling to quick posts on individual pages.	*/

body.single .category-quick h3.entry-title
	{
	font-size: 2.4em !important;
	}
body.single .category-quick .entry-meta
	{
	font-size: 1em;
	display: block;
	margin-left: 0;
	}
body.single .category-quick .entry-category
	{
	display: inline;
	}
body. single .category-quick .entry-content
	{
	font-size: 1.2em;
	line-height: 1.8em;
	}
body.single .category-quick .entry-content p,
body.single .category-quick .entry-content ul,
body.single .category-quick .entry-content ol,
body.single .category-quick .entry-content div,
body.single .category-quick .entry-content blockquote
	{
	margin: 13px 0;
	}
