/*
Theme Name: Sentence
Description: <strong>A sleek Blog and Portfolio Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
Version: 1.0.3
Author: Kriesi
Author URI: http://www.kriesi.at
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* To make it easy to update your theme, you should not edit the styles in this file. Instead use 
* the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/

/* url('css/grid.css') loads the default grid with all widths for the different screens */

/* url('css/base.css') loads the css reset & default styling for html elements like <a>, <ul>, <li>, and some wordpress generated classes (eg galleries) */     


/* url('css/layout.css') theme layout for the default screen size and media queries for smaller screen estates */         

/* ('css/slideshow.css') theme layout for the various slideshows */       

/* ('css/shortcodes.css') loads the css rules for the theme shortcodes */


#header {
	
	padding-left:40px !important;
	
	
}

#top .offset-by-one {
	
	
}
#nav {
	position: relative;
	height: 132px;
	margin-bottom:0px;
}

/* NAV MENU */
#locations {
	position: relative;
	float: right;
	left: 26px;
	top: 40px;
}

#menu {
	position: relative;
	top: 61px;
	width: 650px;
	float: right;
	left:40px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

#menu li a{
	color: black;
    display: block;
    font: 90% Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#menu li.menuitem, #footermenu li, #adminNav li{
	float: left;
	margin: 0 10px;
	text-align: center;
}

#menu li ul.mainsubmenu {
	position: absolute;
}

#adminNav {
	position: relative;
	left: 400px;
	margin-top: 10px;
	margin-left: -60px;
}

#homepage .box-outer {
	width: 180px;
	margin: 0 auto;
	margin-top: 10px;
}