/*
Theme Name: Rogue Scholar Media WP
Theme URI: http://www.roguescholarmedia.com
Description: Rogue Scholar Media Skin for Wordpress based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. While the original Wordpress Design is Released under the GPL, the modifications to XHTLM, CSS, Javascript and Design are Copyright 2009 RSM
Version: 1.0
Author: Shad Gross
Author URI: http://www.roguescholarmedia.com/



	The theme this originated as was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design are all copyright 2009 Shad Gross, the originating elements (WordPress, Kubrick Design, and other elements have been released under the GPL)

*/


html, body  {
	font-family: Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	font-size:12px;
	
	background:#333 url(images/linen.jpg) repeat;
	min-width: 780px;
	height:100%
}

h1, h2, h3, h4, h5, div, ul, li{
	margin:0;
	padding:0
}


hr{
	color:#0F0;
}

h1{
	color:#090;
	font-size:36px
}

h2{
	font-size:24px	
}

a{
	color:#0F0;
}

a:hover{
	text-decoration:none;
}

a img{
	border:0;
}

em{
	font-family:"Lucida Console", Monaco, monospace;
	font-style:normal
}

.twoColFixLt #container_outer { 
	width:800px;
	background: #FFFFFF url(images/bkgGrad.gif) repeat-y;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.twoColFixLt #container_inner { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	margin:0 10px 0 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
}

#top_floats{
	width:100%;
	height:260px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:260px;
	padding:0 10px 0 10px;
	margin:5px 0;
}

.twoColFixLt #sidebar1_inner{
	width:140px;
	height:260px;
	margin:0 auto;
	padding:0;
	background: url(images/sidebar1_inner_BKG.gif) top center no-repeat #000;
}

#contact_box{
	width:195px;
	background:#000;
	color:#CCC;
	font-size:10px;
	height:66px;
	padding:10px 0 10px 5px;
	position:relative;
	left:-20px;
	top:40px;
}

#contact_box a{
	font-weight:bold
}

#contact_text{
	margin-left:50px;
}

#contact_box a:hover{
	color:#0F0
}

.twoColFixLt #bottom_logo {
	margin-top:100%
}

.twoColFixLt #mainLinks {
	list-style-type:none;
	font-size:14px;
	text-align:right;
	position:relative;
	right:25px;
	top:115px;
}

.twoColFixLt #mainLinks li{
	margin-top:2px;
	margin-bottom:5px;
}

#content_floats{
	width:100%;
}

.twoColFixLt #background{
	background:transparent url(images/background.gif) no-repeat scroll center top;
	height:828px;
}

.twoColFixLt #mainLinks a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.twoColFixLt #mainLinks a:hover{
	color:#0F0;
}

.twoColFixLt #mainHolder { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.twoColFixLt #mainContent {
	padding: 5px 0 5px 0;
}

#mainContent a{
	color:#090;
}

.twoColFixLt #mainContentHeader{
	margin: 0 5px 5px 0;	
}

.twoColFixLt #mainContentHeader img{
	float:right;
}

.twoColFixLt #header {
	padding: 5px 0 5px 0;	
}

#aboutByte{
	padding:10px 10px 0 10px;
	background: url(images/aboutByteBKG.jpg) #CCC no-repeat;
	width:308px;
	height:75px;
	float:left;
	margin-right:30px;
}

#portfolioByte{
	text-align:right;
}

#portfolioByte img{
	float:right;
	margin-left:5px;
}

#footer{
	background:#000 url(images/footerBKG.gif) left top no-repeat;
	height:80px;
	width:100%;
}

#footer_content{
	padding:20px 0 0 215px;
	color:#CCC;
}

#footer a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#footer a:hover{
	color:#0F0
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo{
	display:block;
	text-align:center;
	font-size:58px;
	margin: 2px 0 2px 0;
	color:#FFF;
	background:#000
}

.logo img{
float:left;
z-index:100;
}

.tiny{
	font-size:10px;
}

.entry{
	padding:0 100px 0 100px;
}

.portfolioBlock{
	width:173px;
}

#services{
	padding:10px;
	background: url(images/servicesBKG.jpg) repeat-x #FFF;
	margin:10px 0 10px 0;
}

#services .header{
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

#left_block{
	margin-left:20px;
	padding:10px;	
	float: left;
	width:135px;
	text-align:justify;
	background:#FFF;
}

#right_block{
	margin-right:20px;
	padding:10px;	
	float:right;
	width:135px;
	text-align:justify;
	background:#FFF;
}

#middle_block{
	margin-left:192px;
	padding:10px;
	width:135px;
	text-align:justify;
	background:#FFF;
}

/*Begin Lightwindow css-----------------------------------------------*/

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #090;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/



#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #0F0;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #0F0;
		line-height: 25px;
		padding: 0;
		margin: 0;
		text-decoration:underline
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
		text-decoration:none;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 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;
}

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

/*--------------------------------------------------------------

//////////             Form Styling                   //////////

----------------------------------------------------------------
*/
#mailForm{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  border:0;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  font-size:1.1em;
  _margin: 0 -7px; /* IE Win */
}

form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-size:0.9em;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.cmxform a{
  color: #f00;
}

form.cmxform label {
  width: 120px; /* Width of labels */
}

form.cmxform label.extended {
	width:250px;
}

form.cmxform input.txt , form.cmxform textarea.txt {
	border:3px solid #000;
	background:#FFF;
	
}

form.cmxform input.txt:focus , form.cmxform textarea.txt:focus {
	border:3px solid #0F0;
}


form.cmxform input.btn {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	background-color:#FFF;
	font-weight:bold;
	font-size:100%;
	border:5px solid;
	border-color:#0F0;
	padding:2px 5px 2px 5px;
}

form.cmxform input.btnhov {
	border-color:#000;	
}

#log_res {
		height:auto;
		margin:5px auto 5px auto;
		width:400px;
}
#log_res p {
		margin:0;
		padding:4px 0 4px 0;
}
#log_res.ajax-loading{
	background: url(wp-content/themes/RSM/images/ajax-loading.gif) no-repeat center;
}
.error {
	color:#F00;
	margin:0;
	padding:0;
}

