/*  
Theme Name: blogpotion
Theme URI: http://www.brandsixty.com/blogpotion/
Description: A search engine optimized website framework for WordPress.
Author: Brand Sixty by Heather James Photography, LLC © 2009-2010
Author URI: http://brandsixty.com/
Version: 1.0
Tags: photography, portfolio, gallery 
All custom desing work copywright BrandSixty by Heather James Photography LLC.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/*
<!-- 

Author: Brand Sixty by Heather James Photography, LLC © 2009-2010

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

-->

*/

      /* Reset default browser styles */
      @import url('styles/reset.css');
	  
      /* Rebuild default browser styles */
      @import url('styles/rebuild.css');

      /* Basic WordPress Styles */
      @import url('styles/wp.css');
	  
      /* Import a basic layout */
      @import url('styles/1c-b.css');

/* begin links */

a {
	color:#333;
	text-decoration:underline;
}

a:link {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#f4d650;
	text-decoration:underline;
}

a:visited {
	color:#333;
	text-decoration:underline;
}

a:active {
	color:#333;
	text-decoration:underline;
}

/* end links */


/* begin menu */

.menu-header,
div.menu,
#access {
	background-color:#666;
}

.skiplink {
	position:absolute;
	left:-9000px;
}

/* start new wp 3.0 menu styles and classes - feel free to change all of the styles but leave class names! I took these styles
   from the twentyten theme */

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#F4D650;
	font-size:12pt;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#666;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#333;
	/*background:#333; */
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* end new wp 3.0 styles and classes */

#masthead{
	background-color:#666;
}

#access {
	background-color:#666;
	margin: 0px auto;
	width:960px;
	display:block;
	float:left;
	text-align:center;
}

.skiplink {
	position:absolute;
	left:-9000px;
}



/*.menu ul {
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:200;
	text-transform:uppercase;
	list-style: none;
	margin:0;
	text-align:center;
}

.menu ul ul {
	display:none;
}

.menu li {
	display:inline;
	list-style:none;
}

.menu a {
	padding-left:10px;
	padding-right:10px;
}

.menu a:link {
	color:#FFF;
	text-decoration:none;
}

.menu a:hover {
	color:#f4d650;
	text-decoration:none;
}

.menu a:visited {
	color:#FFF;
	text-decoration:none;
}

.menu a:active {
	color:#f4d650;
	text-decoration:underline;
}

/* end menu */

/* search form */

#one-search {
    width:220px;
    padding:3px 0 0 4px;
	margin:4px 0 0 0;
	float:right;
}

#rss_img{
	width:24px;
	height:24px;
	margin:-21px -28px -17px;
}

/* end search form */

/* end search form */

#blog-description { display:none }

/* begin style */

body {
	background:#666 url('images/background.jpg') no-repeat fixed;
	background-position:bottom center;
}

#blog-title {
	display:none;
}

#branding {
	background: url('images/logo.png') no-repeat;
	background-position:top center;
	height:200px;
}

#content {
	padding:30px 25px 10px 25px;
}

.entry-utility {
	border-top:1px solid #f4d650;
}

#flashfader {
	background-color:#666;
	height:250px;
	width:960px;
}

#footer {
	background:#666;
	height:150px;
	color:#FFF;
	text-align: center;
	padding:50px 0 0 0;
}

h1 {
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}

h1 a, a:link, a:visited, a:active {
	color:#666;
	text-decoration:underline;
}

h1 a:hover {
	color:#f4d650;
	text-decoration:underline;
}

h1.entry-title {
	padding:30px 0 0 0;
	text-transform:uppercase;
	font-weight:700;
	color:#f4d650;
}

h1.entry-title a, a:link, a:visited, a:active {
	color:#f4d650;
	text-decoration:none;
}

h1.entry-title a:hover {
	color:#666;
	text-decoration:none;
}

h2 {
	font-family: Century Gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2 a, a:link, a:visited, a:active {
	color:#666;
	text-decoration:underline;
}

h2 a:hover {
	color:#f4d650;
	text-decoration:underline;
}

h2.entry-title {
	padding:30px 0 0 0;
	text-transform:uppercase;
	font-weight:700;
	font-size:21px;
}

h2.entry-title a, a:link, a:visited, a:active {
	color:#f4d650;
	text-decoration:none;
}

h2.entry-title a:hover {
	color:#666;
	text-decoration:none;
}

#header {
	height:100%;
}

#nav-above {
	display:none;
}

.skip-link {
	display:none;
}

/* TEST NAV */

.page-item-2 { … } /* item for Page ID 2 or Category ID 2*/
.page_item { … } /* any Page item */
.current_page_item { … } /* the current Page */

