/*  
Theme Name: MyWorkLife
Theme URI: http://wordpress.org/
Description: 
Version: 
Author: 
Author URI: 
#*/


/* HTML elements */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Serif;

	text-align: left;

    margin: 0 auto;
    width: 680px;

	/*padding: 0; 
	position:absolute;
	left:70px;
	top:0px

	background-color: white;
	background-repeat: no-repeat;
	background-position: 20px 20px;*/
	
    background: #222 url(./images/diagonal_2.png);
}


table {
	margin: 10px 0;
	font-style: italic;
}

p.subtitle {
	font-size: 0.5em;
	margin: 5px 0;
}


h1, h2, h3, h4, h5
{
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.05em;
	color: #777;
}


h1, h2, h3 {
	text-transform: uppercase;
}


h1 {
	font-size: 4em;
	margin: 0 0 0 0;
}


h2 {
	font-size: 1.6em;
	margin: 0 0 0 0;
}


h3 {
	font-size: 1.2em;
}


h1 a:hover, h2 a:hover {
	color: #444;
	text-decoration: none;
}


h3 a:hover, h4 a:hover, h5 a:hover {
	color: #444;
}


h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #777;
}


h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #777;
}


small {
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	color: #777;
	text-transform: uppercase;
	font-size: 0.9em;
}


a {
	color: #777;
	text-decoration: none;
}


a:visited {
	color: #777;
	text-decoration: none;
}


a:hover {
	color: #777;
	text-decoration: underline;
}


img {
	padding: 0;
	max-width: 100%;
	margin: 0 0 0 0;
}


b {
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	text-transform: uppercase;
}

hr {
     border-top: 1px dashed #AAA;
     border-bottom: 0px solid #FFF;
     border-left: 0px solid #FFF;
     border-right: 0px solid #FFF;
}

/* classes and divs */

#page {
  margin-top: 2em;
  margin-left: 3em;
  margin-bottom: 4em;
  text-align: left;
  padding: 20px 120px 2px 20px;
  background: #FFF;
  width: 480px;
}

#navcontainer {
  width: 480px;
}


#header {
	padding: 0;
	height: 120px;
}


#content {
	font-size: 1.2em
}

.post {
	margin: 35px 0 0px 0;
	padding: 35px 0 0 0;
}

.updatepost {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}


.updatetitle {
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.05em;
	color: #777;
	text-transform: uppercase;
	font-size: 1.2em;
}


.updatetitlesmall {
	color: #AAA;
	font-size: 0.9em;
}


.updatetitle a {
	color: #777;
}


.updatetitle a:hover {
	color: #444;
}


.updatetitle a:visited {
	color: #777;
}

.updateentry {
	margin: 0px 0 0px 0;
}


.updateentry p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.description {
	font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	color: #777;

	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
}

.narrowcolumn {
}


.suggestion {
	width: 480px;
}

.suggestion a {
    background-color: #ddd;
}


.navigation {
   margin: 40px 0 0 0;
   padding: 2px 2px 2px 2px;
}

.navigation a, .navigation a:visited {
   background-color: #ddd;
}


/* project preview on frontpage */

ul#navlist {
   margin-left: 0;
   padding-left: 0;
}

#navlist li {
   display: inline;
   list-style-type: none;
   background-color: #ddd;
   text-transform: uppercase;
}


.entry {
	margin: 0px 0 0px 0;
}

.comment {
	margin: 80px 0 0 0;
}

/* admin button on frontpage */

.footer {
	margin: 35px 0 0 0;
}


.frontpage_admin_buttons {
  margin: 80px 0 0 0;
}

.frontpage_admin_buttons a {
   background-color: #ddd;
   color: #fff; 
   padding: 2px 2px 2px 2px;
}

