/*
Theme Name: WordPress UAS Norway
Theme URI: http://www.robotaviation.com
Description: WordPress Theme for UAS Norway
Version: 0.1
Author: Ludvig Pedersen
Author URI: http://www.robotaviation.com
Tags: UAS, Norway

	This theme was designed and built by Ludvig Pedersen, Robot Aviation AS
*/

body
{
	font-family: Arial;
	#line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #111;
  background-color: #4d7db6;
  background-image: url("images/bg_gradient_1024.png");
  background-repeat: repeat-x;
  background-attachment: fixed;
  overflow-y: scroll;
}

img { border: 0 none; }

h1, h2, h3 {
	font-family: Arial;
	font-weight: bold;
	line-height: 1.2em;
  margin-bottom: 0.5em;
	}

h1 
{
	font-size: 24px;
}

h2
{
	color: #000;
	font-size: 16px;
}

h3
{
	color: #000;
	font-size: 14px;
}

a
{
  color: blue;
  text-decoration: none;
}

/* ------------------------------ */

#page
{
  width: 900px;
  margin: auto;
}

#header
{
  background-image: url("images/top_gradient_900.png");
  background-repeat: repeat-y;
  height: 90px;
}

#header_logo
{
  background-image: url("images/uasnorway.png");
  width: 116px;
  height: 90px;
  margin-left: 25px;
  float: left;
}

#header_search
{
  height: 90px;
  padding-left: 500px;
  display: table-cell;
  vertical-align: middle;
  color: white;
	font-family: Arial;
  font-weight: bold;
  font-size: 11px;
}

#topmenu
{
  background-color:white;
  height: 30px;
  width: 100%;
}

#topmenu ul
{
  list-style: none;
  margin: 0;
  padding: 6px 15px;
  float: left;
}

#topmenu a
{
  color: #333;
  text-decoration: none;
	font-size: 13px;
	font-family: Arial;
  font-weight: bold;
}

#top
{
  height: 90px;
  background-image: url("images/topsky.jpg");
}

#fp_top
{
  height: 250px;
  background-image: url("images/topsky.jpg");
}

#fp_about
{
  margin-top: 100px;
  height: 120px;
  width: 380px;
  background-image: url("images/white.png");
  background-repeat: repeat-y repeat-x;
  float: left;
  color: white;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 11px;
}

#fp_about h3
{
  color: white;
  margin-bottom: 0;
}

#fp_about a
{
  color: white;
}

#fp_table
{
  background-color: #074592;
  border-top: 8px solid white;
  border-bottom: 10px solid white;
}

#fp_posttitle, #fp_postimage, #fp_posttext
{
  border-left: 2px solid white;
  border-right: 2px solid white;
  vertical-align: top;
  width: 296px;
} 

#fp_posttitle
{
  padding: 6px 12px;
  padding-top: 8px;
}

#fp_postimage
{
  padding: 4px 4px;
  #height: 230px;
  padding-bottom: 0px;
}

#fp_postimage div
{
  background-color: white;
  padding: 6px 4px;
}

#fp_posttext
{
  padding: 0px 4px;
  padding-bottom: 4px;
  height: 110px;
}

#fp_posttext a
{
  color: #111;
}

#fp_posttext div
{
  height: 100%;
  background-color: white;
  padding: 4px 8px;
}


#fp_posttitle h2
{
  #white-space:nowrap;
	font-size: 14px;
  color: white;
  margin: 0px;
  text-decoration: underline;
}



#maintable
{
  background-color: white;
  border-left: 35px solid #074592;
  border-right: 35px solid white;
  width: 100%;
}

#left
{
  vertical-align: top;
  height: 500px;
}

#mainbody
{
  vertical-align: top;
  background-color: white;
  #padding: 0px 0px;
}

#mainbody div
{
  width: 630px;
}

#singlebody
{
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
}

#searchbody
{
  padding-top: 60px;
  padding-bottom: 60px;
}

#searchbody a
{
  color: #111;
}

#previewpost
{
  background-color: white;
  border: 1px solid #ddd;
  width: 280px;
  vertical-align: top;
  padding: 5px 5px;
}

#footer
{
  #clear: both;
  background-image: url("images/footer_gradient_900.png");
  background-repeat: repeat-y;
  height: 90px;
  width: 900px;
  display: table-cell;
  vertical-align: middle;

  text-align: center;
  color: white;
	font-family: Arial;
	font-size: 12px;
}

#footer b, #footer strong
{
	font-size: 13px;
	font-weight: bold;
}

#sidebar
{
  margin-top: 90px;
  margin-left: 10px;
  margin-right: 10px;
  width: 180px;
}

#sidebar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar h2, #sidebar a
{
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 2px 10px;
}

#sidebar h2
{
  color: #074591;
  border-top: 1px solid #ddd;
	font-size: 15px;
}

#sidebar a
{
  color: black;
  text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}



