/*   
Theme Name: FIML
Description: Bare bones theme for FIML site built from ThemeShaper core template
Author: Alexander Rohmann
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 1.5em 15%;
        background-color: #0093dd;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;

}

#masthead
{
        background-image: url('images/fiml.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
}
#img-links {
	float:right;
	text-align:right;
	margin-right:39px;
	margin-top:27px;
}

#sharepanel
{
 margin-left: 20px;
 margin-right: 20px;
 text-align: center;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */


.post {

}
.entry-content {
	margin: 1.5em 1em 1em 1.5em;
}

.entry-content h2 {
 font-weight: bold;
}

.entry-content h3 {
 font-weight: bold;
}


.entry-meta {
	margin: 1.5em 1em 1em 1.5em;
        color: #777777;
}

.entry-utility {
	margin: 1.5em 1em 1em 1.5em;
        color: #444444;
}


.nifty
{
margin-top: 1.5em;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 1.5em;	
background: #FFFFFF

}

b.rtop, b.rbottom{display:block;background: #0093dd;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFFFFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

 
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

#container {
	float: left;
	margin: 0 0 0 0;
        margin-right: -305px;
        width: 100%;
}
#content {
	margin: 0 305px 0 0;
}
#primary, #secondary {
	float: right;
	width: 305px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}









