/*   
Theme Name: Bränninge gård
Theme URI: http://branningegard.com
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author: Tobias
Author URI: http://petersonnygren.se
Version: 1.0
*/

	/*
		Bränninge
		Modified: 2011-04-04
		
		Contents
		============================
		0. Imports
		1. General
		2. Header
		3. Navigation
		4. Main content
		5. Sidebar
		6. Misc
    6. Form specific css
		============================
	*/
	
	
	/******************************************
	  0. Imports
	******************************************/
  @import url('reset.css');
  @import url('grid.css');
  @import url('stylecss3.css');
	
	
	/******************************************
	  1. General
	******************************************/

  body {
    background: #944535 url(images/gui/bg.jpg) 0 0 repeat;
  
  }

  a {
	text-decoration: underline;
	}

  p
  {
    margin-top: 10px;
  }


	/******************************************
	  2. Header
	******************************************/

  #header {
      position: relative;
      margin: 40px 0 0 0;
      height: 90px;
  }

  /**  Logo **/
  #logo{
    margin: 0;
    padding:0;
    position: absolute;
    left: 0;
    bottom: -50px;
    
  }
  
  #logo a{
    display: block;
    background: url(images/gui/logo.png) 0 0 no-repeat;
    width: 412px;
    height: 149px;
    text-indent: -9999px;
    overflow: hidden;
  }
  


	/******************************************
	  3. Navigation
	******************************************/
	
	#navigation {
  
    position: absolute;
    right: 26px;
    bottom: 0;
  
  }
	
	#navigation ul
	{
	  position: relative;
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
  }

  #navigation ul li	{
	  position: relative;
    display: inline;
    margin: 0;
    padding: 0;
  }
  
  #navigation ul li	a{
    display: block;
    float: left;
    background: #fff;
    padding: 5px 8px;
    margin-right: 9px;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #59200a;
  }
  
  
  /*** subnavigation ***/
  
  ul.subnavigation
  {
    list-style: none;
    display: inline;
    margin: 0 0 0 40px;
    padding: 0;    
  }

  ul.subnavigation li
  {
    display: inline;
    margin: 0;
    padding: 0;  
  }

  ul.subnavigation li a
  {
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    margin-right: 15px;
    color: #59200a;  
    text-decoration: none;
    text-transform: uppercase;
  }




	/******************************************
	  4. Content
	******************************************/
	
	#main-content{
    background: #fff;
    margin-bottom: 20px;
    min-height: 650px;
  }

  #content
  {
    font-family: times new roman, times, georgia, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 80px;
    margin-bottom: 40px;
    color: #59200a;
  }

  /** headline **/
  #content h1,
  #content h2
  {
    font-family: times new roman, times, georgia, sans-serif;
    font-size: 30px;
    line-height: 1.2;
  }

  /** info box **/
  #content .info-box
  {
    /**background: #f3e9e2 url(images/gui/startpage_box.gif) 0 0 no-repeat;**/
    background: #f3e9e2;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;  
    margin: 20px 0 0 0;
    padding: 5px;
  }

  #content div.info-box div
  {
    border: 2px solid #fff;
    padding: 20px 30px;
  }

  #content .info-box h3{
  
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  
  }

  #content .info-box a{
  
    color:#59200A;
  }


  #content ul,
  #content .info-box ul{
  
    margin-left: 20px;
    
  
  }



	/******************************************
	  5. Sidebar
	******************************************/
  
  #sidebar
  {
    position: relative;
    min-height: 600px;
    margin: 80px 0 0 0;
  }
  

  
  #sidebar img.wp-post-image
  {
    position: absolute;
    top: 0;
    right: -60px;
  }
  
  
  /** left side image **/
  body.page-template-page-left-image-php #sidebar img.wp-post-image,
  body.page-template-page-left-image-right-image-php #sidebar img.wp-post-image
  {
    position: absolute;
    top: 0;
    left: -90px;
  }  
  
  /*** left side image - content right image inside ***/ 
  body.page-template-page-left-image-right-image-php #content img.alignright
  {
    float:right;
    margin-right: -160px;
    margin-top: 170px;
  }    
  
  /** full width image **/
  body.page-template-page-full-width-image-php #sidebar img.wp-post-image
  {
    position: relative;
    top: 0;
    left: 0;
  }


	/******************************************
	  5. Misc
	******************************************/

   .clr
   {
    clear: both;
   }
   
   label
   {
    font-weigth: bold;
   }


	/******************************************
	  6. Form specific css
	******************************************/

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

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

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

label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #ccc;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#777;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 600px;
	height: 250px;
	padding:5px;
        background-color: #f3f3f3;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
#submit, #searchsubmit {
        padding: 5px;
        border: solid 1px #ccc;
        background-color: #f3f3f3;
}
#s {
        margin: 10px 0px 0px 0px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

