/*  
Theme Name: Oplexity
Theme URI: http://www.geoffreylo.com/
Description: Oplexity 4 Theme
Version: 4.1 (2010)
Author: Geoffrey Lo
Author URI: http://www.geoffreylo.com/

*/

/* @import "style-orig.css"; */


/* Built-in Styles */

body {
	background-color: #212223;
	}

#page {
	background-color: white;
	margin: 15px auto;
	padding: 0;
	width: 760px;
	/* min-height: 100%; */
	border: 1px solid #D5D6D7;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	/* min-height: 100%; */
	}


#commentform {
	background-color: #E0E0E0;
	margin: 10px;
	}
#respond {
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000062;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/*
.entry p a:visited {
	color: #b85b5a;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

*/

a img {
	border: none;
	}

.page_navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation_comments {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	/* text-align: center; */
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}


h1, h1 a, /* h1 a:hover, */ h1 a:visited, #headerimg .description {
	text-decoration: none;
	/* color: white; */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, /* h2 a:hover, */ h2 a:visited, h3, h3 a, /* h3 a:hover, */ h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 12px 0 12px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 4px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0; 
	/* text-align: left; */
	}

#searchform #s {
	width: 100px;
	padding: 1px;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	}

#searchsubmit {
	padding: 1px;
	width: 45px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

/*#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}*/

.commentmetadata {
	font-weight: normal;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* END Built-in Styles */







#header {
	padding: 15px;
	background-image: url('/wp-content/themes/oplexity4/images/header_bg.gif');
	/* border-bottom: 2px solid #FFFFFF; */
	height: 60px;
}

#header_title, #header_title a {
	position: relative;
	top: -2px;
	font-family: Garamond, Georgia, Times New Roman, Arial;
	font-size: 38px;
	color: #FFFFFF;
	text-decoration: none;
}

#header_title a:hover {
	/* border-bottom: 1px dashed #FFFFFF; */
	text-decoration: underline;
}

#header_subtitle {
	position: relative;
	top: -3px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #FFBA00;
}

#footer_copyright {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #222222;
	
	background: #DDDDDD;
	padding: 8px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;

	/* position:absolute;
	bottom: 30px;
	width: 760px; */
}

#page_height {
	/* height: 100%; */
	/* min-height: 100%; */
	}

#nav_headerphoto {
	height: 110px;
	background-image: url('/wp-content/themes/oplexity4/images/header_nav_photo_Vancouver2012.jpg');
	}

#nav_menu {
	position: relative;
	top: -6px;
	height: 30px;
	
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #AAAAAA;

	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	
	background-color: #555555;
	/* float:center; */ opacity: 0.65; filter: alpha(opacity=65); /* -moz-opacity: 0.65; */
}

#nav_menu td {
	padding: 5px;
	border-right: 1px solid #AAAAAA;
}


#nav_menu_items .current_page_item a:link, #nav_menu_items .current_page_item a:visited {
	COLOR: #FFCC00;
}

#nav_submenu {
	position: relative;
	top: -6px;
	
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;

	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
	color: #FFFFFF;
	
	background-color: #8F8F8F;
	/* float:center; */ opacity: 0.60; filter: alpha(opacity=60); /* -moz-opacity: 0.60; */
}

#nav_submenu td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
}


#nav_menu_items {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#nav_menu_items ul {margin: 0; padding: 0; }
#nav_menu_items li {display: inline; margin: 0px 15px 0px 0px; }
#nav_menu_items a {
	COLOR: #FFFFFF;
	text-decoration : none;
}
#nav_menu_items a:visited { COLOR: #FFFFFF; }
#nav_menu_items a:hover { COLOR: #fff722; }
#nav_menu_items a:active { color: #fff600; }

#nav_submenu_items {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#nav_submenu_items li {display: inline; margin: 0px 10px 0px 0px; }
#nav_submenu_items a {
	COLOR: #FFFFFF;
	text-decoration : none;
}
#nav_submenu_items a:visited { COLOR: #FFFFFF; }
#nav_submenu_items a:hover { COLOR: #fff722; }
#nav_submenu_items a:active { color: #fff600; }


#main_content {
	padding: 25px;
	font-family: Tahoma, Verdana;
	font-size: 9pt;
}

#main_sidebar {
	padding: 25px 10px 25px 10px;
	background-color: #FBFBFB;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
}

.sidebar_note {
	/* font-style: italic; */
	font-size: 7pt;
}

.sidebar_nav {
	font-weight: bold;
}

.sidebar_nav h3 {
	padding-left: 5px;
	margin-bottom: 7px;
}

#main_sidebar_logon {
	padding: 5px 10px 10px 10px;
	background-color: #FBFBFB;
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	border-width: 0 0 1px 0;
}

/* Geoff: Translucent Divisions */

div.alpha100  {float:right; opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; }
div.alpha25 {float:right; opacity: .25; filter: alpha(opacity=25); -moz-opacity: 0.25; }
div.alpha50 {float:right; opacity: .50; filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.alpha75 {float:right; opacity: .75; filter: alpha(opacity=75); -moz-opacity: 0.75; }
div.alpha85 {float:right; opacity: .85; filter: alpha(opacity=85); -moz-opacity: 0.85; }
div.alpha100  {float:right; opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }

/* End Translucent Divisions */


.links_text { list-style-type: none; list-style-image: none; }

html, body {
   /* height: 97%; */
}

#ad {
	margin-bottom: 10px;
	}
