/*  
Theme Name: OmegaDelta Travel Theme
Theme URI: http://wordpress.org/
Description: The newer, blacker theme.  Created on 2007-10-21.
Version: 1.0
Author: William Denniss
Author URI: http://omegadelta.net/

	.

*/


/*
Annotations:


post envelope - .post
post title    - h2
post time     - .date
post body     - .entry
post comments - .postmetadata



*/



/******************** Begin Typography & Colors ********************/

body {
	background: #1e4376;  /* background color */
	color: #dee1ef;       /* default text colour - some non-linked menu items */
}

#page {
	line-height: 1.5;
	font-family: Verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 11pt;
}
	
	
	
#header {
	}

#headerimg {
	
	} 
	
#content {
	}

#footer {
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#omegadeltatext, #omegadeltatext a, #omegadeltatext a:visited {
	color: #F4F4F4; 
	text-align: right; 
	font-variant: small-caps; 
	font-weight: bold; 
	text-decoration: none;
}
	
h1, h2, h3 {
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

/* post title */
h2 {
	font-size: 16pt;
	}

h2.pagetitle {
	font-size: 16pt;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/* post title/heading */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #b57c22; /*#b57c22;*/
}
	
h2 a:hover, h3 a:hover,  {
	color: #b57c22;
}
	

/* post envelope */
.postborder {
	border-top: solid black 1px; 
		
}

.post {
	/*background: #302E38; */
	color: white;  /* main text color */
      }	

/* post body (title, date, text) */
.postbody {
}


/* all links */
a, a:visited, .entry a, .postmetadata a {
	color: #c2c8e5;
	}

.entry a, .postmetadata a, h2 a:hover, h3 a:hover  {
	text-decoration: underline;
	}

	
	
.entry a:hover, .entry a:hover {
	color: black;
	text-decoration: underline;
	}

.entry p a:visited .postmetadata a:visited {
	color: #b85b5a;
	}
	
	
/* post date */
.date  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.5em;
}

	
/* post text */

.entry
{
}

/* block quote
   'Tags:' text
   Date text
 */
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike, .date {
	color: #b0c1d9;
	}

code {
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1.1em;
	}


.postmetadata {
	font-size: 0.75em;
	font-style: italic;
	}
	
.postmetadatasingle {
	border-top: dashed black 1px;
	font-size: 0.8em;
	}
	

/* bars */
#leftbar{
	font-size: 10pt;
}

#feedexpander{
	font-family: monospace;
}

/* left side-bars */
#leftbar #omegadelta, #leftbar #bookmarks, #feed, #tagcloud{
	border: solid black 1px; 
	background: #032755;
}
#tagcloud, #tagcloud a, #tagcloud a:visited {
	text-decoration: none;
}



/* --- Tree Menu --- */


/* colours */
span.mymtm_expander, span.mymtm_sectiontitle {
	/* color: #D4D4D8; */
}	
	
div.mymtm_childitem {
	border-left: solid #C9C9C9 1px;
}

span.mymtm_sectiontitle {
	cursor: default;
	/* color: #D4D4D8; */
}
a.mymtm_menulink, a.rssLinkListItemLink {
	text-decoration: none;
	/*color: #B5B4B8; */
}


span.mymtm_expander {
	font-family: "Courier", monospace;
	font-weight: bold;
	cursor: default;
}

span.mymtm_noexpander {
	font-family: "Courier", monospace;
	font-weight: bold;
}


span.mymtm_menutext {
}


a.mymtm_menulink:hover {
	text-decoration: underline;
}

div.mymtm_item {
}


div.mymtm_childitemadj {
}


/* comments */


.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	background-color: #302E38;
	color: white;
	}

.commentlist .alt {
	background-color: #4D485E;
	}

.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', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}

/* misc */
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


#quote {
}

      
#copyright {
	font-size: 0.8em;
} 
	
/* End Typography & Colors */



/******************** Begin Structure ********************/
body {
	margin: 0 0 0 0;
	padding: 0; 
	}

#page {
	}
	
.cont {
	margin-left: 28%;
}

#omegadeltatext{
	margin-bottom: 10px; margin-right: 5px; margin-top: 5px;
}

#header {
	}

#headerimg {
	}

#gamepic
{
	text-align: center; 
	margin-bottom: 20px;
	
}

#gamepic img
{
	width: 100%;
}

#leftbar{
	position: absolute;  left: 3%; width: 22%; 
}

#leftbar #omegadelta, #leftbar #bookmarks, #leftbar #feed{
	margin-bottom: 30px; 

	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
}

.post {
	/*text-align: justify; */
	margin-bottom: 20px;
	width: 600px;

	}

.commentblock {
	width: 600px;
}
	
.postBorder {
		
}

.postbody {
	padding-left: 10px; 
	padding-right: 10px; 			
	}

h2 {
}


#quote {
	float: right;
	padding-right: 10px;
}

#copyright {
	padding-left: 10px;
	text-align: left; 
}

.postmetadata {
	padding-left: 10px; padding-right: 10px; 
	padding-top: 5px;
	clear: left;
	padding-bottom: 5px;
	}
	
.postmetadatasingle {
	padding-left: 10px; padding-right: 10px; 
	padding-top: 5px;
	clear: left;
	padding-bottom: 5px;
	}

	
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

#footer {
	}

#footer p {
	}


/* Tree Menu */
div.mymtm_item {
}
div.mymtm_childitem {
	margin-left: 15px;
	padding-left: 2px;
}
div.mymtm_childitemadj {
	margin-left: -7px;
}




/*  Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 5px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

#comments {
	padding-top: 30px;
	margin: 40px auto 20px ;
	}
	
/* End Structure */



/******************** 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;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/******************** Begin Form Elements /********************/
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#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: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/******************** Begin Comments ********************/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 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;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/******************** 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 */



/* 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-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/




