@charset "utf-8";

/*--------------------------------------------------------

* Filename: content.css
* Description: Styles for RBrianRedd.com content pages site

* Author: R. Brian Redd 

== STRUCTURE =============================================

In normal circumstances, content pages will be accessed
via iFrame from the main index page.  However, be open
to accessing them from more traditional means as well

== TABLE OF CONTENTS =====================================

+ GLOBAL
+ ABOUT ME


--------------------------------------------------------*/       

/* GLOBAL
--------------------------------------------------------*/

body {
	margin: 0px;
	font-family: /*'Questrial',*/ Arial, sans-serif;
	color: #735298;
	border: 0px;
}

.content_main {
	padding: 10px;
}

.content_main_nojs {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -250px;
	width: 500px;	
	background-color: white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/*Define background*/
#content_leftfield {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: #F9AD81; /*"peach"*/
}

#content_rightfield {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 50%;
	height:100%;
	background-color: #A186BE; /*"violet"*/
}

#content_centerfield {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('../images/bg_grad_1.jpg') repeat-y center top; /*gradient*/
	text-align: center;
	min-width: 600px;
}

h1 {
	font-size: 24pt;
}

p {
	font-size: 11pt;
	line-height: 110%;
}

.firstpar {
	font-size: 14pt;
	/*font-weight: bold;*/
}

a, abbr, acronym {
	border-bottom: 1px dotted #F9AD81;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #8968AE;
	-moz-transition: all .25s; 
	-webkit-transition: all .25s; 
	-o-transition: all .25s; 
	transition: all .25s;
}

a:hover {
	background-color: #FDD6C0;
}

.backbtn {
	display:none;
	width: 100%;
}

.bbright {
	text-align: right;
	float: right;
}

/* ABOUT ME
--------------------------------------------------------*/

#aboutme {
	overflow: hidden;
}

#aboutme img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#portrait img {
	width: 200px;
}

#socialmedia {
	width: 100%;
	display: block;
}

#socialmedia li {
	list-style: none;
	float:left;
	margin-left: 0px;
	margin-right:25px;
	margin-top: 15px;
	opacity: .5;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
}

#socialmedia li:hover {
	margin-top: 0px;
	opacity: 1;
}

#socmedtext {
	clear:both;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

#meinterest {
	cursor: pointer;
}

/* GLOBAL
--------------------------------------------------------*/

#proflinks li {
	list-style: none;
}

.leftcol {
	width: 50%;
	float: left;
}

.rightcol {
	width: 50%;
	float: right;
}

/* PROJECTS
--------------------------------------------------------*/

#projects .firstpar {
	font-size: 12pt;
}

.bookcred {
	text-decoration: underline;
}

/* SPINNER
--------------------------------------------------------*/

#spin_container {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}

#spin_front {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
}

#spin_back {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
}

#spin_pages {
	float: right;
	display: inline; 
}

#spin_pages  div{
	float: left;
	margin-left: 12px;
	height: 10px;
	width: 15px;
	background-color: #FFF;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#spin_pages .spin_page_on {
	background-color: #F9AD81;
}

.spin_image{
	display: block;
	cursor: pointer;
	border: 0;
	opacity: .7;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
	margin: 0 auto;
}

.spin_image:hover {
	opacity: 1;
}

/* CATS23
--------------------------------------------------------*/

#cats23 {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -210px;
	width: 420px;	
	background-color: white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	
}

.catbody {
	margin-top: 0px;
	background-color: #FFF;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

.cattoptext {
	background-color: #FFF;
}

.catbottomtext {
	background-color: #FFF;
}

/* SECURE
--------------------------------------------------------*/

.prohibited {
	color: red;
}

#login {
	height: 250px;
	width: 300px;
	margin-left: 90px;
	margin-top: 140px;
	text-align: center;
	border: 1px solid #A186BE;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}