/*
Theme Name: Blue Origins
Theme URI: http://www.makequick.com
Version: 1.0
Description: 2 Column theme
Author: Make Quick
Author URI: http://www.makequick.com
*/



/* Links */

a:link {
	text-decoration: none; 
	/*color: #204271; */
	color: RoyalBlue; 
}

a:visited { text-decoration: none; color: #67D3EA; }

a:hover, a:active { color: #67D3EA; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-right: 15px;}

h5 {
	margin:0;padding:0;
}

h1 { font-size: 25px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px;  text-decoration: none;}

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a:link {
color: #58C9DD;
}

h6#job_title {
font-size:14pt;
margin:5px;
text-align: right;
}

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	color: #ABC3D5; 
	padding: 0 10px;
	/*margin: 20px 30px;*/
	line-height: 1.8em;
	background-color: #09142C;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(/images/bullet.gif); }

abbr, acronym { font-style: normal; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

img {
	border:none;
}

/* Structure */
html {
min-width: 1000px;
}
body
{
	/*margin: 0;*/
	padding: 0;
	color: #849FBD;
	background-image: url(/images/bg_plain_short.png);
	/*background-image: url(/images/background.gif);*/
	background-color: #b0c4de;
	/*background-color: #001551;*/
	/*font: normal 76% Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif;*/
	font: normal 80% Georgia;
	background-repeat: no-repeat;
	min-width: 1000px;
	background-position: top;
	background-attachment: inherit;

	text-align:center;
	margin:0px auto;
}

#wrapper2 {
width: 768px;

margin:0px auto;
text-align:left;


/*
margin-left: auto;
margin-right: auto;
*/
}

#SwitchImg {
	padding:0 auto;
	text-align:center;
}

#SwitchImg img
{
	padding-bottom:10px;
	color:#67D3EA; 
	/*width:500px;*/
	width:700px;
	height:130px;	
}	

#SwitchImg h4 
{
	float: right;
	text-align:right;
	padding-left: 30px; 
	color:#67D3EA; 
	width:280px;
}	

.header
{
	float: right;
	width: 768px;
	padding-bottom: 8px;
	text-align: right;
	height: 50px;
}

.navigation
{
	float: left;
	width: 758px;
	height: 30px;
	padding-left: 10px;
	/*margin-top: 200px;*/
}

#wrapper
{
	float: left;
	width: 100%;
	color: #849FBD;
	background: #000000;
}

.content-wrapper
{
	width: 60%;
	float: left;
}

#content
{
	text-align: justify;
	float: left;
	padding: 0 0px 10px 30px;
}

.sidebar-wrapper
{
	width: 30%;
	float: right;
}

#sidebar
{
	float: right;
	padding: 20px 35px 10px 0px;
	width: 230px;
}

#icons
{
	/*margin-top:20px;*/
	clear: both;
	/*float: right;*/
	text-align:right;
	/*width: 728px;*/
	padding-right: 40px;
	background: #000000;
}

#icons a
{color:black;}


#footer_ie
{
	/*float: 		left;*/
	width: 		768px;
	text-align: left;
	padding:	0px 20px 0px 0px;
	background: #000000;
	background-image: url(/images/footer_plain.png);
	/*background-image: url(/images/footer-bg.gif);*/
	margin-bottom: 20px;
	height: 	40px;
	clear:		both;	
}

#footer
{
	display:	block;
	/*float: 		left;*/
	width: 		748px;
	text-align: left;
	padding:	0px 20px 0px 0px;
	background: #000000;
	background-image: url(/images/footer_plain.png);
	/*background-image: url(/images/footer-bg.gif);*/
	margin: 	0 auto 20px auto;
	height: 	40px;
	clear: 		both;
}

#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}


/* Navigation */

#resumeNavigation
{
	line-height:2em;
	margin-bottom:0;
	margin-left:35px;
	margin-top:15px;
}

#navigation ul { list-style-type: none; list-style-image: none; float: left; padding: 0 17px 0 0; }

#navigation li { float: left; }
 
#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	margin-right: 1px;
	border: none;
	height: 33px;
	
}

#navigation li a:hover, 
#navigation li a:active
{
	background-image: url(/images/nav-bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; text-decoration: none; }

#wrapper a:visited { font-weight: bold; text-decoration: none;}

#wrapper a:hover, #wrapper a:active { text-decoration: none;}

/* Content */

#content .post-title a { border-bottom-width: 0; text-decoration: none; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 5px;
	border: 1px solid #09142C;
	background-color: #060B16;
}

/* Sidebar */
#wrap .sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #09142C;
	border: 1px solid #203A67;
	background-image: url(/images/sidebar-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap_vertical .sideblock { 
	background-color: black;
	background-image: none; 
	border:none;
	padding: 0;
}

.sideblock ul { }

.sideblock h3 { margin-top: 5px; font-size: 14px; text-transform: uppercase; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal; text-decoration: none; }

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; text-decoration: none;}

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: 1px solid #cfcfcf; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #000000;
width: 280px;
}

#commentform textarea {
background: #09142C;
border: 1px solid #203A67;
width: 280px;
}
#commentform textarea:hover {
background: #192B51;
border: 1px solid #203A67;
}
#commentform textarea:focus {
background: #09142C;
border: 1px solid #203A67;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #09142C;
border: 1px solid #203A67;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #192B51;
border: 1px solid #203A67;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #09142C;
border: 1px solid #203A67;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(/images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #5D802C;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 13px;
color: #A8C844;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;

}

input {
background-color: #121C35;
border: 1px solid #203A67;
}


/* get rid of those system borders being generated for A tags */
a:active {
 outline:none;
} 
:focus {
 -moz-outline-style:none;
} 






/************************* 	scrollable	***********************/




.items {

	position:absolute;
 	clear:both;

 width:20000em;
 /*border:1px solid #222;*/
} 

/* single item */ 
.items div { 
    float:left; 
	height:600px;
	width:650px;
/*  
	background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px; 
	border-left:1px solid #333; 
*/
	color:#fff; 
   	cursor:pointer; 
} 
 
/* style when mouse is over the item */ 
.items div.hover { 
/*    background-color:#444;     */
} 
 
/* style when element is active (clicked) */ 
.items div.active { 
    /*background-color:#066; */
    cursor:default; 
}

.items div ul li {
	display:inline;
}

.cont ul { 
	padding:0px;
	margin:0 0 10px 0;
}

.tabs li { 
	list-style-type:none !important;
	display:inline !important;
}

.tabs {
	list-style-image:none !important;
	list-style-type:none !important;
	margin-bottom:50px;
}

.tabs_vertical li { 
	list-style-type:none !important;
	display:inline !important;
}

.tabs_vertical {
	list-style-image:none !important;
	list-style-type:none !important;
	margin-bottom:50px;
	margin-right:100px;
	_margin-right:0px;
	padding-left:40px;
	width:100px;
	float:right;
}

.tabs_vertical img {
	cursor:		pointer;
}

.tab_content h4 {
	text-align:	right;
	color:		#849FBD;
}

.tab_content p {
	font-weight:bold;
}

/* ************************************************************************** */


.items_vertical {

	position:absolute;
 	clear:both;

 width:20000em;
 /*border:1px solid #222;*/
} 

/* single item */ 
.items_vertical div { 
    float:left; 
	height:600px;
	width:350px;
/*  
	background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px; 
	border-left:1px solid #333; 
*/
	color:#fff; 
   	/*cursor:pointer; */
 	cursor:default;
} 
 
/* style when mouse is over the item */ 
.items_vertical div.hover { 
/*    background-color:#444;     */
} 
 
/* style when element is active (clicked) */ 
.items_vertical div.active { 
    /*background-color:#066; */
    cursor:default; 
}

.items_vertical div ul li {
	display:inline;
}

.cont ul { 
	padding:0px;
	margin:0 0 10px 0;
}



/* single item  
#thumbs .cont { 
    float:left; 
	height:600px;
	width:650px;
/*  
	background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px; 
	border-left:1px solid #333; 

	color:#fff; 
   	cursor:pointer; 
} 
 
/* style when mouse is over the item 
#thumbs .cont.hover { 
/*    background-color:#444;     
} 
 
/* style when element is active (clicked) 
#thumbs .cont.active { 
    /*background-color:#066; 
    cursor:default; 
}

#thumbs .cont ul li {
	display:inline;
}
*/

.hidden {
	display:none;
}
