/*-----------Block Level Elements--------------*/

body {
	color: black;
	background-color: #FFF;
  font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(http://media-empire.net/images/MediaEmpireBG.jpg);
	
}

html > body {
  font-size: 10pt;
}

#page {
	min-width: 45em;
	max-width: 75em;
	margin: 5px auto;
	border: 1px solid;
	background-color: #FFA;
}

* html #page {
	width: 60em;
    overflow-x: hidden;
}

#header {

}

.superHeader {
	background-color: #FFF;
	color: white;
	text-align: center;
	height: 10em;
	border: 0;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

.midHeader h1
{
   margin-top:0px;
   margin-left: 10px; 
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: #FFA;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}

#headerimg
{
    margin-left: 10px;
    color: #000000;
}

.description {
margin-left: 10px;
padding-bottom: 5px;
}

#wrapper {
}

#content
{
    color: black;
    background-color: #FFF;
    text-align: justify;
    line-height: 1.2em;
    margin: 0 0 0 13em;
    border-left: 1px solid rgb(153,153,153);
    padding-right: 5mm;
    padding-left: 5mm;
    padding-bottom: 5mm;
    padding-top: 10px;
  	/*width: expression(  (d = document)
                   && (fs = d.getElementById('em').offsetWidth)
                   && (po = 2 * fs)
                   && (bo = 3)
                   && (min = 25 * fs)
                   && (max = 55 * fs)
                   && (cw = d.body.clientWidth)
                   && (px = 'px')
                   && (cw - po >= max + bo ? max + px : cw - po <= min + bo ? min + px : 'auto')
                   );*/
}

#content p {
  margin: 1em 1ex 1em 1ex;
  padding: 0;
}

#content a {
  color: #14C;
  background-color: transparent; 
  text-decoration: none;
}
#content a:hover {
  color: #2AE;
  text-decoration: none;
}
#content a:link		{ color: #14C; } 
#content a:visited	{ color: #04F; } 

.linkimage a:active, .linkimage a:hover {border-bottom:0px;}

#content img {
	margin: 3px;
}
#content h1 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#sidebar
{
	background-color: #FFA;
    float: left;
	clear:left;
    border-right: 1px solid rgb(153,153,153);
    width: 13em;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

a
{
    color: #14C;
    text-decoration: none;
}

a:hover
{
    color: #2AE;
}

#sidebar a:hover
{
    color: #2AE;
}



/*-------------Headings-------------*/

h1 {
    font-size: 1.5em;
    color: #000000;
    text-decoration: none;
    margin-bottom: 2px;
}

h2
{
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



.post h2 a:hover, .post h2 a:visited, .post a
{
}

.post {

}


.post p {

}

.post a
{
}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	line-height: 1.25em;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sideBar h2
{

}

#sidebar ul
{
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 1.1em;
    padding-top: 0px;
}

#sidebar li {
  margin: 0;
}


#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
margin: 0;
}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

.link
{
	color: #ffffff;
	font-size: 1px;
}

.video {
	width: 100%; 
	text-align: center;
}

.clear {
  clear: both;
}
