body {
	background-color: #fff;
    padding: 0;
    margin: 0;
    font-family: Verdana, Helvetica, "DejaVu Sans", "Bitstream Vera Sans", Sans-Serif;
}

code, pre {
    font-family: Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Lucida Console", "Courier New", Courier, Monospace;
}

label {
	display: block;
	float: left;
	width: 200px;
}

label.quickAccess {
	font-weight: bold;
}

label.signup {
	margin: 5px;
	text-align: right;
}

br {
	clear: left;
}

img {
	border: 0;
}

img.tutorial {
	border: 1px solid black;
}

input[type=text],input[type=password],option,select {
	background-color: white;
	color: black;
}

input[type=button],input[type=submit],input[type=cancel] {
	font-size: 95%;
	font-weight: bold;
}

#content a {
	color: #0C72A2;
	text-decoration: none;
}
#content a:visited {
	color: #0C72A2;
	text-decoration: none;
}

#content a:hover {
	color: #0C72A2;
	background: #F0FDE2;
	border-bottom: 1px solid #0C72A2;
}

/**
 * Text version header
#header {
    float: left;
    padding-top: 4px;
    width: 100%;
    background-color: #222;
    border-bottom: 2px solid #444;
}*/

#header {
    float: left;
    width: 100%;
    height: 120px;
    background-image: url("http://dev.php-oop.net/images/php-oop-headerbg-1.gif");
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: 2px solid #444;
}

#header h1 {
    float: left;
    padding-left: 18px;
    margin: 2px 0;
    letter-spacing: 2px;
    font-family: Arial, Sans-Serif;
    /*font-weight: lighter;*/
    font-size: 260%;
    font-style: italic;
    color: #fff;
}

#header h1 #_php {
    color: #666;
}

#header h1 #_oop {
    color: #fff;
}

#header h3 {
    clear: left;
    float: left;
    padding-left: 18px;
    margin: 8px 20px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: italic;
    color: #aaa;
}

#menu {
    list-style-type: none;
    position: absolute;
    right: 20px;
    top: 79px;
}

#menu li {
    float: left;
    display: block;
    margin-left: -1px;
    background-color: #444;
    color: #ccc;
    border-width: 1px 1px 0 1px;
    border-color: #666;
    border-style: solid;
	font-size: 0.8em;
	font-weight: bold;
}

#menu li.active {
    background-color: #fff;
    margin-top: 2px;
}

#menu li a {
    display: block;
    padding: 4px 12px 6px 12px;
    color: #ddd;
    text-decoration: none;
}

#menu li a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

#menu li.active a {
    font-weight: bold;
    color: #222;
}

#menu li.active a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

#requestId {
    background-color: #fff;
    color: #000;
    left: 0px;
    padding: 5px;
    position: absolute;
    top: 0px;
}

#sidebar {
    float: left;
    width: 180px;
    padding: 6px 12px 60px 12px;
    background-color: #eee;
    border-right: 1px solid #bbb;
    /* background image */
    background-image: url("http://dev.php-oop.net/images/php-oop-sidebarbg-1.png");
    background-repeat: repeat;
}

#sidebar p a {
    color: red;
    text-decoration: none;
}

#sidebar div.section {
    margin-bottom: 30px;
}

#sidebar div.section h4 {
    padding: 0;
    margin: 12px 0 6px 0;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #222;
    border-bottom: 1px solid #aaa;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#sidebar div.section div {
    font-size: smaller;
}

#sidebar div.section div ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#sidebar div.section div ul.menu li {
    display: block;
    width: 100%;
}

#sidebar div.section div ul.menu a {
    display: block;
    width: 100%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    text-decoration: none;
}

#sidebar div.section div ul.menu a:hover {
    background-color: #ddd;
    color: #000;
    border-bottom: 1px solid #ccc;
}

#search_form p {
    padding: 0;
    margin: 0 0 4px 0;
}

#search_form .text_field {
    width: 100%;
}

#search_form select {
    width: 120px;
}

#search_form .submit_button {
    width: 48px;
}

#content {
    float: left;
    width: 75%;
    margin: 0 0 0 20px;
}

#content .featured {
    float: left;
    width: 46%;
    margin-right: 20px;
    margin-bottom: 20px;
}

#content .entry {
    clear: left;
    margin-bottom: 20px;
}

#content h3, #content h2 {
    margin: 0 0 4px 0;
    font-weight: lighter;
}

#content h3.members, #content h2.members {
	clear: both;
}

#content h2 {
	font-size: 1.2em;
}

#content h3 {
	font-size: 1em;
}

#content h2 a {
    color: #000;
}

#content p {
    font-size: 0.8em;
}

#content div.item {
	clear: left;
	font-size: 0.8em;
}

#content div.editor {
	margin-top: 10px;
}

#breadcrums {
    border-bottom: 1px solid #ccc;
}

.photo {
    float: left;
    width: 80px;
    height: 100px;
    margin: 0 10px 10px 0;
    font-size: xx-large;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
}

#footer {
    clear: left;
    width: 100%;
    /* height: 60px; */
    padding: 0;
    background-image: url("http://dev.php-oop.net/images/php-oop-footer-shadow.gif");
    background-repeat: repeat-x;
    background-color: #666;
    border-top: 1px solid #444;
    text-align: center;
}

#footBox1, #footBox2, #footBox3 {
	float: left;
	font-size: smaller;
	height: 100%;
	padding: 10px;
	width: 31%;
}

#footer h2 {
	font-size: 120%
}

#footBox1, #footBox2 {
	border-right: 1px dashed #999999;
}

#footer a, #copyright a {
	color: #e2e2e1;
	text-decoration: underline;
}

#copyright, #toggle {
	clear: both;
	font-size: x-small;
	padding: 5px;
	text-align: center;
}

.comment {
	color: red;
	font-weight: bold;
}

.error {
	color: #f00;
	display: block;
	font-size: smaller;
	font-weight: bold;
	margin:  5px;
	padding: 20px 5px;
}

.left {
	float: left;
	width: 48%;
}

.inlineErr, .inlineErr a {
	color: #f00;
}

.inlineErr {
	margin-left: 215px;

}

.right {
	float: right;
	width: 48%;
}

.note
{
	background-color: white;
	float: right;
	max-width: 300px;
	overflow: auto;
}

.username {
	color: #999999;
}
