
/** Font styles 
---------------------------------*/

body {

  background-color: #25408f;
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 13px/1.5em "Georgia", georgia, Times, serif;
  letter-spacing:0.03em;
}

/* Links */

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover, a:active {
  color: red;
  text-decoration: underline;
}


/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:.8em;font-weight:300;margin-bottom:0.75em;
text-transform:uppercase;
letter-spacing: 1px;
text-align: right;
font-weight: 900;
color : white;
background-color : #4f73dc;
padding: 1px;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;

}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}


/* Paragraph Styles */

p {
  margin:0 0 0 0;
  text-indent: 1em;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: none; }
ul ul       { list-style-type: none; }
ul ul ul    { list-style-type: none; }
ul ul ul ul { list-style-type: none; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }




/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/** Region Colors
---------------------------------
*  delete when starting a new theme */

.submitted {font-size:0px;}


p.introduction:first-letter {
margin-top: 3px;
font-size : 340%;
float : left;
width : 1em;
color : #9c4c38;
}

ul.menu li {
list-style-type: none;
color: white;
text-transform: uppercase;
line-height: 1.5em;
margin-top: 1.5em;
letter-spacing: 3px;
margin-left:0px;
padding-left: 0px;
}

li.menu {padding-top:3em;}

a.menu:link {color:white}      /* unvisited link */
a.menu:visited {color:green}  /* visited link */
a.menu:hover {color:red}  /* mouse over link */
a.menu:active {color:darkblue}  /* selected link */

a.content:link {color:white}      /* unvisited link */
a.content:visited {color:green}  /* visited link */
a.content:hover {color:red}  /* mouse over link */
a.content:active {color:darkblue}  /* selected link */

a.leftlinks:link {color:white}      /* unvisited link */
a.leftlinks:visited {color:lightblue}  /* visited link */
a.leftlinks:hover {color:darkred; text-decoration: none;}  /* mouse over link */
a.leftlinks:active {color:darkblue}  /* selected link */

