/*  
Theme Name: Zeta Omega Default
Theme URI: http://wordpress.org/
Description: The original Zeta Omega Theme.
Version: 1.0
Author: Lenin Lumagbas
Author URI: http://www.apozetaomega.org

	Zeta Omega v1.0
	http://www.apozetaomega.org

	This theme was designed and built by Lenin Lumagbas
*/


/* Begin Typography & Colors */

body {
	font-size: 62.5%; /*Resets 1em to 10px. EDIT: user agents sets 1em to default size ergo 1em equals 100% */
	font-family: Georgia,'Times New Roman',times,serif;
	background: #FFF url(images/bodyfleur.jpg) 50% 0 repeat-y;
	background-attachment:fixed;
	color: #333;
	text-align: center;
	}

/*ZO Style */
#container {
		text-align:left;
		}

#content {
	font-size: 1.2em;
	}

a, a:link {color:#006CB3;/*blue*/
	font-weight:bold;
        text-decoration:none;
	} 

a:visited {color:#858484;
	font-weight:bold;
        text-decoration:none;
        } 

a:visited:hover, a:hover, a:active, a:visited:active {
	color:#9B1515; /* maroon */
        text-decoration: underline;
        } 

#content p, #content .entry p {
	line-height:1.4; /* ZO Style */
	}

/* Start ZO Style */

#content .homenewsbox li, #content .homeblogbox p {
	font-size: .98em;
	}

#content .homeblogbox p,#content .homephotos p {
	margin:3px 0;
	}

.navigation {
	font-size: .9em;
	}

	
/* End ZO */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* ZO Style */ 
.maincolumn h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman',serif;
	color: #9B1515; /* maroon */
	}
/* End ZO */

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 2em; /* Orig 1.6em */
	font-variant:small-caps;
	}

h2.pagetitle {
	font-size: 2em;/* Orig 1.6em */
	}

#sidebar h2 {
	font-size: 1.1em;
	}

h3 {
	font-size: 1.8em; /* Orig 1.3em */
	}


#sidebar h3 {
	font-size: 1em;
	}

h4 {
	font-size: 1.5em; /* Orig 1.3em */
	}

#sidebar h4 {
	font-size: .8em;
	}

h5 {
	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:hover, h2 a:visited, h2 a:visited:hover, h3, h3 a, h3 a:hover, h3 a:visited, h3 a:visited:hover, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited {
	text-decoration:none;
	color: #9B1515;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande','Lucida Sans', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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','Lucida Sans', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font:bold 1.3em 'Lucida Grande','Lucida Sans','Trebuchet MS',arial, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777; 
	}

code {
	font: 1.1em 'Courier New', Courier, monospace Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #9B1515;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande','Lucida Sans', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* ------------------------ Start ZO Style */
html,body {
	margin:0;
	padding:0;
	}

#header {
	margin:0 auto;
	padding:0;
	width: 717px; 
	height:88px;
	}

#container {
	width:692px;
	height:auto;
	margin:0 auto;
	border:none;
	padding:0;
	}

#navbar {
	width:100%; 
	height:28px; 
	background:#FDBF02;
	border-bottom:#FDA102 solid 8px;
	}

#banner {
	clear:both;
	width:100%; 
	height:133px; 
	background-color:#FFF;
	}

#wrapper {
	width:100%;
	border:none;
	margin:0;
	padding:0;
	}

.maincolumn {
	float:right;
	width:500px;
	margin:8px 0;
	padding:4px 8px;
	background-color:#EFEEEE;
	border-left:#000 dashed 1px;}

.homenewsbox {
	float:left;
	width:45%;
	max-height:216px;
	overflow:auto;
	margin:3px 10px 3px 0;
	padding:4px;
	border:#000 dotted 1px;
	background-color:#FFF;
	}

.homeblogbox {
	float:left;
	width:47%;
	max-height:214px;
	overflow:auto;
	padding:6px;
	margin:3px 0;
	border:#000 dotted 1px;
	background-color:#FFF;
	}

.homephotos {
	clear:both;
	margin:0;
	padding:0;
	}

#sidebar {
	float:left;
	width:170px;
	margin:8px 0 10px 0;
	padding:0;
	border:none;
	}

/* --------------------------- End ZO */

.widecolumn {
	padding: 4px 8px;
	margin: 8px 0;
	width: 660px;
	background-color: #EFEEEE;
	}

.post {
	margin: 0 0 10px; /*Orig: margin-bottom:40px */
	text-align: left;
    clear:both;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer	{
	padding: 5px 0;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	border-top: #D6D5D5 dashed 1px;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #000; 
	font-size: 1.1em;
	}

#footer small {
	color: #333;
	}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top:4px; /* Orig 30px top */
	}

h2.pagetitle {
	margin-top: 10px; /* Orig 30px top */
	text-align: center;
}

#sidebar h2 {
	margin: 4px 0 0;
	padding: 0;
	}

.maincolumn h3 {
	padding: 2px 0;
	margin: 2px 0;
	border-bottom:#aaa solid 1px;
	}

#sidebar h3 {
	margin: 5px 0 0;
	padding: 0;
	}

h4.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
   margin: 2px 0;
   padding:0;
   border-bottom:#aaa solid 1px;
   }

h5 {
   padding: 2px 0;
   margin: 2px 0;
   }

/* End Headers */

/* Begin Images */

.homephotos a img {
	margin:0;
	border:#C0C0C0 solid 2px; 
	}

.homephotos a img:hover, .homephotos a img:active { 
	border:#9B1515 solid 2px;
	}

p img {
	padding: 2px;
	margin:2px;
	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*/

/* Navbar List */
#navbar h3 { 
	display:none;
	}

#navbar ul {
	margin:0 0 0 2px;
	padding:7px 0 0 0;
	font:bold 1.3em "Lucida Sans","Trebuchet MS",arial, sans-serif;
	color:#000;
	}

#navbar ul li {
	display:inline;
	list-style:none;
	margin:-2px;
	padding:0;
	}

#navbar ul li a {
	text-decoration:none;
	margin:0;
	padding:7px 6px 5px;
	}

#navbar ul li a:link { 
	color: #000;
	}

#navbar ul li a:visited { 
	color: #000;
	}

#navbar ul li a:link:hover, #navbar ul li a:visited:hover {
	color: #FFF;
	background: #026EB9;
	}
/* End Navbar */

.homenewsbox ul {
	list-style:none;
	text-decoration:none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

.homenewsbox ul li {
	margin:2px 0;
	padding:1px 0;
	}

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 {
	content: "\00BB \0020";
	}

 #sidebar ul ul li {
	list-style-image: url(images/rightarrow.png);
 	list-style-type: disc;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 2px;
	}

.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;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul li a {
	text-decoration:none;
	color:#006CB3;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 20px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform {
	margin: 3px 0;
	padding: 0; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
        margin:0;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
        padding:0;
	}

.nocomments p {
	display:none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Tables */
td, tr {
	border:#000 dotted 1px;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
        margin:10px 0 60px 0;
        padding:0;
	}

.more-link {
   text-align: right;
   margin:0;
   padding:0;
   font-size:.9em;
}

/* End Various Tags & Classes*/
/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 9px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

#login {
        width:280px;
}
#login ul {margin:0;padding:0;}
#login ul li {display:inline;margin-left:10px;}