﻿/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

/********/
/* BLOG */
/********/

html {
background: #f1f8fa;
}

body {
background: #f1f8fa;
}

#page {
background: #f1f8fa;
}

.blog p {
font-size: 1em;
font-family: "Lucida Grande",Tahoma,Verdana,Arial,serif;
margin-right: 10px;
color: #51646b;
}
 
.blog h2.title {
border-top: 1px solid #dddddd;
color: #000000;
padding-top: 5pt;
}

div.blog {
  margin: 0 0 5px;
  overflow: hidden;
}

.blog div.more {
color: #51646b;
float: right;
padding-right: 40px;
}

.blog div.meta {
width: 215px;
float: right;
border-top: 1px solid #dddddd;
padding-top: 5pt;
}


.blog div.content {
width: 580px;
float:left;
}

span.read-more {
padding-left: 15px;
color: #ffffff;
}

#blogheader {
background-repeat: no-repeat;
width: 1000px;
height: 383px;
//overflow-x: auto; this gives you auto scroll function
//overflow-y: auto;
text-align: center;
background: #ffffff;
clear: both;
}

#blogmenubar {
width: 1000px;
height: 46px;
clear: both;
overflow-x: hidden;
overflow-y: hidden;
background: #000000;
margin-top: 10px;
margin-bottom: 10px;
background: #000000 url('menubarbackground.png') repeat;
}

#blogcontent {
width: 1000px;
clear: both;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background: #f1f8fa;
}

#blogteaserbox {
width: 795px;
background: #f1f8fa;
float: right;
padding: 10px;
}

#blogadsleft {
width: 185px;
background: #000000;
float: left;
}

.job h2.title {
font-size: 10em;
border-top: 1px solid #dddddd;
color: #000000;
padding-top: 5pt;
}

#header-region {
clear: both;
padding-left: 200px;
}

#sidebar-right .block {

	font-size: 11px;
	}

