/*
Theme Name: Philippa Gee Wealth Management
Theme URI: http://www.philippagee.co.uk
Description: Child theme of TwentyTen
Author: Severn Internet
Author URI: http://severninternet.co.uk/
Template: twentyten
Version: 1.0
*/
 
@import url("../twentyten/style.css");

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -275px 10px 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow:visible; /* hidden; */
	width: 260px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	margin-top:10px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 940px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title
{
	font-family: Arial, Helvetica, sans-serif;
}

#footer, pre {
	font-family: Verdana, "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
body { /* On body with padding, rather than margin on #wrapper due to lightbox bug in Opera */
	padding:15px 0;
}
#wrapper {
	padding: 0;
	position:relative;
	background:transparent;
	overflow:hidden; /* Remove horizontal scrollbar at widths equal to browser width */
}
#header {
	margin:0;
	padding:0;
	overflow:visible;
}
#main {
	margin:0;
	padding:0;
	overflow:visible;
}
#secondary {
	border-left:1px solid #999;
	padding-left:8px;
	overflow:visible;
}
#header, #container, #footer {
	background: #ebebeb;
}
/* Structure the footer area */


/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles  */
body {
	background: #D1D1D1;
}
body, input, textarea, label {
	color: #333;
	font-size: 12px;
	line-height: 1.2;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

a:link, .entry-title a:link, .entry-title a:visited {
	color:#007DB1;
}
a:visited {
	color:#007DB1;
}
a:active,
a:hover {
	color:#007DB1;
}
ul {
	list-style-type:disc;
}


/* =Header
-------------------------------------------------------------- */
#header {
	position:relative;
	padding:0 20px;
}
#site-title {
	float:left;
	margin:0 0 5px;
	text-indent:-9999px;
	background:transparent url( ./i/pg-logo.png ) no-repeat top left;
}
#site-title a {
	width:385px;
	height:105px;
	display:block;
}
#site-description {
	position:absolute;
	margin:0;
	text-indent:-9999px;
}
#primary {
	width:auto;
	float:none;
	clear:left;
}
#primary .widget_text { /* call to action widget */
	position:absolute;
	top:40px;	
	right:20px;
	width:250px;
}
#primary .widget_text.alt {
	top:160px;
	color:#fff;
	background:rgba(0,0,0,0.6);
}
#primary .widget_text.alt .wrapper {
	position:relative;
	padding:20px;
	height:240px;
	width:210px;
}
#primary .widget_text.alt .wrapper .textwidget {
	position:absolute;
	bottom:0;
	right:20px;
	left:20px;
}
#primary .widget_text ul, #primary .widget_text ul li {
	list-style:none;
	/*float:right;*/
	text-align:right;
}
#primary .widget_text li {
	font-size:1.166em;
	font-weight:bold;
	line-height:1.5;
}
#primary .widget_text li a {
	font-size:0.857em;
	font-weight:normal;
}
#dyno-header {
	background:url( ./i/masthead.jpg ) no-repeat 0 160px;
}
#masthead {
	background:url( ./i/branding-bg.png ) no-repeat 0 440px;
	padding-bottom:340px; /* enough for dynamic header and subnav */
}
/* shift content upwards into masthead */
#main, .page-parent #secondary, .page-child #secondary, .page-id-15 #secondary, .page-id-297 #secondary {
	position:relative;
	margin-top:-45px;
}
/* don't shift, allowing submenu to show */
.page-parent #main, .page-child #main, .page-id-15 #main, .page-id-297 #main {
	margin-top:0;
}


/* =Menus
-------------------------------------------------------------- */
#primary .widget_nav_menu, #primary .widget_nav_menu ul, #primary .widget_nav_menu li {
	list-style:none;
	margin:0;
}
#primary .widget_nav_menu {
	background:#7a7c7f;
	height:40px;
	overflow:show;
	padding:0;
	width:940px;
}
#primary .widget_nav_menu .menu {
/* 	position:static; */
	position:relative;
}
#primary .widget_nav_menu li {
	float:left;
}
.widget_nav_menu a {
	color:#fff;
	display:block;
	line-height:40px;	
	margin-right:10px;
	padding:0 10px;
	text-decoration:none;
}
.widget_nav_menu .sub-menu {
	border-bottom:1px dashed #999;
}
.widget_nav_menu .sub-menu a {
	color:#333;
	font-size:1.166em;
}
.widget_nav_menu ul ul {
	display:none;
	float:left;
	left:20px;
	position:absolute;
	top:342px; /* 451px; */
	width:660px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 99999;
}
.widget_nav_menu ul ul ul {
	left:100%;
	top:0;
}
.widget_nav_menu ul ul a {
	height:auto;
	line-height:1em;
	padding:10px 20px 10px 0;
}
.widget_nav_menu li.current-menu-parent > a,
.widget_nav_menu li.current-menu-item > a,
.widget_nav_menu li:hover > a,
.widget_nav_menu ul ul :hover > a {
	color:#03180D;
}
.widget_nav_menu li.current-menu-parent li.current-menu-item > a {
	color:#007db1;
}
.widget_nav_menu li.current-menu-item ul, .widget_nav_menu li.current-menu-parent ul {
	display:block;
}


/* =Content
-------------------------------------------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .entry-title {
	font-size:1.166em;
	color: #007db1;
	margin: 0 0 .4em 0;
	line-height: 1.5;
	clear:none;
}
.entry-content, .entry-summary {
	padding:0;
}
.entry-meta {
	padding-bottom:12px;
}
.hentry {
	margin:0;
	padding:0 0 10px;
	position:relative;
}
single .hentry {
	margin:0;
}
#content, #content input, #content textarea, .entry-content label {
	color:#333;
	font-size:1em;
	line-height:1.2;
}
#bookmarks, #bookmarks .linkcat {
	margin-left:0;
	list-style:none;
}
#bookmarks .linkcat li {
	margin-left:1em;
}
#bookmarks .linkcat li a {
	display:block;
}
#content p, #content ul, #content ol, #content li, #content dd, #content pre, #content hr {	
	margin-bottom:1em;
}


/* =Forms
-------------------------------------------------------------- */
#content form input,
#content form textarea {
	color: #444444;
	display:block;
	margin:0 0 1em;
	width:500px;
}
#content form .submit {
	display:block;
	width:auto;
}
#respond input {
	width:75%;
}
#respond #author {
	width:50%;
}
.entry-content fieldset legend {
	color:#333;
	background:transparent;
	padding-left:0;
}
.thank-you {
	background-color:#ddd;
	margin:2em 0; 
	padding:1em; 
}


/* Images
-------------------------------------------------------------- */
.entry-content img {
	margin: 0 0 14px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 14px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
	margin-top: 4px;
}
#content .gallery {
	margin:20px -20px 20px 0;
}
#content .gallery .gallery-item {
	background:transparent;
	margin-right:10px;
	width:100px;
	position:relative;
}
#content .gallery a {
	text-decoration:none;
}
#content .gallery img {
	border:none;
	margin:0;
	border:none;
}

#content .gallery-caption {
	color:#eee;
	margin:0 2px 10px;
}


/* =Navigation
-------------------------------------------------------------- */
#content #nav-above {
	display:none;
}
#nav-below {
	margin: 0;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-container {
	clear:both;
	margin:0 0 15px;
}
h3.widget-title {
	font-weight:normal;
	color:#007DB1;
	border-bottom:1px dashed #999;
	margin-bottom:5px;
	padding-bottom:5px;
}
.widget-container h3.widget-title a {
	color:#007DB1;
}
#secondary ul li.widget_rss ul, #secondary ul li.widget_recent_entries ul, .widget_rss li, .widget_recent_entries li {
	list-style:none;
	margin-left:0;
}
.widget_rss li h3, .widget_recent_entries li h3 {
	display:inline;
	font-size:1em;
}
.widget_rss p, .widget_recent_entries p {
	display:inline;
}
#secondary #social-icons {
	width:100%;
	display:block;
	list-style-type:none;
	margin:0;
}
#secondary #social-icons li {
	float:left;
	margin:0 5px 30px 0;
}
#secondary #social-icons li a {
	display:block;
	height:35px;
	width:35px;
	margin-right:5px;
	text-indent:-9999px;
	background:transparent url(./i/icons.png) no-repeat 0 -160px;
}
#secondary #social-icons #linkedin a {
	background-position:0 -108px;
}
#secondary #social-icons #facebook a {
	background-position:0 -158px;
}
#secondary #social-icons #twitter a {
	background-position:0 -208px;
}
#secondary #social-icons #blog a {
	background-position:0 -308px;
}
.widget_si_campaignmonitorsignup_widget input {
	background:#ccc;
	border:1px solid #ccc;
	-moz-box-shadow:none;
	padding:2px;
	width:235px; /* Due to differences of what 100% means */ 
}
.widget_si_campaignmonitorsignup_widget .submit {
	background:#008ebe;
	color:#fff;
	display:block;
	margin:5px 0;
	padding:2px 10px; 
	text-transform:lowercase;
	text-align:left;
	width:242px; /* Due to differences of what 100% means */ 
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	margin:0;
	z-index:0;
	font-size:0.8333em;
	line-height:2.1;
}
#footer p {
	margin-bottom:1em;
}
#colophon {
	border-top: none;
	margin:0;
	padding:1em 20px;
	width:auto;
	overflow: hidden;
}
#footer a {
	text-decoration:none;
}
#footer-widget-area .widget-title {
	display:absolute;
	height:0;
	text-indent:-9999px;
	border:none;
}
#footer-widget-area .widget-area {
	float:none;
	margin:0;
	padding:0;
	width:800px;
	line-height:1.2;
}
#footer-widget-area .widget-area ul {
	margin:0;
}
#site-info {
	font-weight:normal;
	width:320px;
	font-size:1em;
	float:left;
}
/*
#cjd {
	background:transparent url(i/cjd-logo.png) no-repeat scroll left top;
	width:37px;
	display:inline-block;
	float:right;
	text-indent:-9999px;
}
#site-designer {
	float:right;
	text-indent:-9999px;
	width:40px;
	margin-top:-5px;
}
*/
#site-additional {
	float:right;
}
#site-designer, #site-developer, #site-generator {
	float:none;
	font-style:normal;
	display:inline;
	font-size:1em;
	width:auto;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}


/* =Lightbox
-------------------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; right:0; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0; right: 0; height: 25%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; right:0; bottom:0; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./i/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; right:0; bottom:0; z-index: 90; background-color: #000; }


/* =Extras
-------------------------------------------------------------- */
#header {
	-moz-border-radius:20px 20px 0 0 ;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	border-radius:20px 20px 0 0 ;
}
#container {
	-moz-border-radius:0 0 20px 20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-radius:0 0 20px 20px ;
}
#footer {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#main, #container {
	min-height:500px;
}
.page-parent #main, .page-child #main, .page-id-15 #main, .page-parent #container, .page-child #container, .page-id-15 #container {
	min-height:460px;
}
#secondary {
	min-height:480px;
}
/* Gradiants */
#primary .widget_nav_menu {
	background-image:url( ./i/nav-bg.png );
	background-repeat:repeat-y;
}
#header, #container, #footer {
	background-image:url( ./i/content-bg.png );
	background-repeat:repeat-y;
}
/* * /
#header, #container, #footer {
	background:rgba(235,235,235,.5); 
}

/* */

