/*
THEME NAME: Prevision-Now-1
THEME URI: http://previsionnow.com
DESCRIPTION: We make fancy web pages.
VERSION: 0.1.0.0
AUTHOR: Jonathan Forck
AUTHOR URI: http://0xCAFEBABE.net/
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}



body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
	background-image: url("library/images/header-background.png");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #161716;
}



#header {
	background-image: url("library/images/header-background.png");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #161716;
}

#blog-title {
	color: #ddd;	
}


#branding {
	padding:33px 0 0px;
}

#blog-description {
	color: #bbb;	
}

#access {
border-bottom:2px solid #F9BD08;

}

#wrapper {
	background-color: #fff;	
}

#main {
	padding:11px 0;	
}

#primary {
	margin-top:33px;
}

#footer {
	border-top:2px solid #F9BD08;
	margin-top:22px;
	background-image: url("library/images/header-background.png");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #161716;
}

#siteinfo {
	text-align: center;
	font-size: 120%;
	padding:22px 0 22px;	
}

.entry-content h1 {
    font-family: Helvetica, sans-serif;
    font-size: 140%;
}

.entry-content h2 {
    font-family: Helvetica, sans-serif;
    margin-left: 5px;
    font-weight: bold;
    font-size: 125%;
    margin-left: 5px;
}

.entry-content h3 {
    font-family: Helvetica, sans-serif;
    font-size: 110%;
    margin-left: 10px;
    font-weight: bold;
    padding:14px 0 7px;
}

.entry-content p {
    margin-left: 10px;
}

.entry-content p.dictionary {
    border: 1px dotted #cccccc;
    background-color: #FFFFf4;
    padding: 5px;
}

.page h1.entry-title {
    display: none;
}

.post h2.entry-title, .post h1.entry-title  {
    padding:28px 0 14px;
}

.entry-content em {
    color: #691402;
}







.sf-menu {
	float:right;
	font-size:120%
}

.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
}


.sf-menu .current_page_item a {
	background:		#fff;
	
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #fff;
	padding:7px 13px 8px 13px;
	text-decoration:none;
	
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	padding-left: 5px;
}
.sf-menu li li {
	
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	outline:		0;

}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}
.sf-menu a {
	/*padding:9px 13px;*/
	text-decoration:none;
	
	padding-bottom: -10px;
	
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
}

.your-message textarea, .your-subject input  {
  width: 520px;
}
