/*
Theme Name: Security4Women 
Theme URI: http://www.kingjason.co.uk/
Description: The WordPress theme for the S4W website.
Version: 1.0
Author: Jason King
Author URI: http://www.kingjason.co.uk/
*/

/* Begin Structure
------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

#container {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	height: 125px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -8000px;
}

#content, #sidebar {
	background-image: url(images/nav-bg-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#content {
	background-image: url(images/nav-bg-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 550px;
	float: left;
	padding: 20px 35px 10px 15px;
}

#sidebar {
	width: 280px;
	float: right;
	padding: 35px 10px 5px 10px;
  	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;	
}

/* End Structure */




/* Begin Typography
------------------------------------ */

body {
	font-size: 67.5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.breadcrumb {
	font-size: 1.4em;
	margin-bottom: 10px;
}

p {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 12px;
}

#content h2 {
	font-size: 2em;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

#sidebar h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

#content h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 10px 0;
}

#sidebar h3 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 2px;
}

blcckquote {
	margin-left: 40px;
}

/* Begin Footer
------------------------------------ */

#footer {
	padding: 10px 10px 0 10px;
	margin-bottom: 5px;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer p {
	font-size: 1.5em;
}

/* End Footer */




/* Begin Lists
------------------------------------ */

#content ul, #content ol {
	font-size: 1.5em;
	padding: 10px 0 0 40px;
}

#content ul ul, #content ol ol {
	font-size: 1em;
}

#content ul h3, #content ol h3 {
	font-size: 2em;
	list-style-type: none;
	list-style-image: none;
}

#content ul li {
	padding-bottom: 10px;
	list-style-image: url(images/bullet.gif);
}

#content ol li {
	padding-bottom: 10px;
}

#sidebar ul {
	font-size: 1.5em;
	padding: 10px 0 0 0px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar ul ul {
	font-size: 1em;
}

#sidebar ul li {
	padding-bottom: 10px;
}

#content ul.linkspage {
	padding: 10px 0 10px 0px;
}

#content ul.linkspage h3 {
	font-size: 1.2em;
}

#content ul.linkspage li {
	list-style-image: none;
	list-style-type: none;
}

/* End Lists */


/* Begin Images 
------------------------------------ */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignnone {
	padding-bottom: 10px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   background-color: #ffffff;
   padding: 8px 0 0 8px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family:"Lucida Calligraphy";
   font-size: 1.1em;
   line-height: 17px;
   padding: 3px 4px 3px;
   margin: 0;
}

/* End Images */


/* Begin Forms 
------------------------------- */
#searchform {
	margin: 0 0 20px 0;
}

#searchform input {
	vertical-align: bottom;
}

#searchform input[type="text"] {
	background-color:#ffffff;
	padding: 6px;
	height: 1em;
	width: 150px;
	margin-right: 5px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

textarea {
	padding: 6px;
	height: 300px;
	width: 550px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input[type="submit"] {
	background-color: #F16C17;
	font-weight: bold;
	color: #ffffff;
	padding: 0 5px 0 5px;
	height: 2em;
	border: 4px solid #f16c17;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

textarea, #searchform input[type="text"] {
	border: 1px solid #F8B78B;
}

/* End Forms */

/* Begin Colours 
------------------------------- */
/*
	Black:				#000000
	Mustard: 			#DAA520
	Orange:				#F16C17
	Very light cream:	#FEFEF3
	Light cream:		#FDFDE8
	Medium cream:		#F9F9C6
	White:				#ffffff

*/
body, textarea {
	background-color: #ffffff;	
}

#container {
	background-color: #FDFDE8;
}

.breadcrumb {	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


#header {
	background-color: #ffffff;
}

#sidebar {
	background-color: #FCFCDC;
}

#content p {
	color: #000000;
}

h3, h3 a, h4, h4 a {
	color: #000000;
}

#footer {
	background-color: #DAA520;
}

#footer p {
	color: #ffffff;
}

#content h2, .description {
	color: #000000;
}

p a, li a {
	color: #0066FF;
}

#footer p a {
	color: #ffffff;
}

/* Hyperlinks
-------------------------------------------------- */

#content h2 a, #sidebar h3 a {
	text-decoration: none;
}

#sidebar h3 a {
	line-height: 1.6em;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #039;	
	}

/* -------------------------------------------------------
[Navigation using Suckerfish] */

#suckerfishnav {
	position: relative;
	z-index: 200;
    text-transform: capitalize;
    background:#DAA520 repeat-x;
    font-size: 15px;
    font-weight: bold;
    width:100%;
    }

#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    }

#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    text-align: left;
	padding:0 5px 0 0;
    }

#suckerfishnav li {
    line-height:1.1em;
    float:left;
    border-right:1px solid #e7e7c9;
    width: 120px;
    padding: 0;
    }

#suckerfishnav li a {
    padding: 8px 10px;
    }

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:121px;
    font-weight: normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px dashed #e7e7c9;
    }

#suckerfishnav li li {
    width:119px;
    border-bottom:1px dashed #e7e7c9;
    border-left:1px dashed #e7e7c9;
    border-right:1px dashed #e7e7c9;
    font-weight:bold;
    }

#suckerfishnav li li a {
    padding: 8px 10px;
    width:110px;
    color:#ffffff;
    }

#suckerfishnav li ul ul {
    vertical-align: top;
    margin: -21px 0 0 120px;
    }

#suckerfishnav li li:hover {
    background:#000000;
    }

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
    }

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
    }

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#DAA520;
    }

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background: #F16C17;
    }

/*
#suckerfishnav li li.haschildren {
	background-image: url(images/menu-child.png);
	background-repeat: no-repeat;
	background-position: right 75%;
}

#suckerfishnav li li:hover.haschildren {
	background-image: url(images/menu-child-hover.png);
	background-repeat: no-repeat;
	background-position: right 75%;
}
*/

#suckerfishnav li.current_page_item {
	background-color: #000000;
}

/* Comments
------------------- */

.commentlist li p {
	font-size: .8em;
}

div.commentlistmeta {
	padding-bottom: 5px;
}

.commentrequest {
	padding-bottom: 25px;
}

#subnav {
	padding-left: 40px;
	}
	
#subnav ul li:before {
	 content: ">> ";
	}

/* ------------------------------------------------- 
[Print Styles] */

@media print {

body, #container, #content {
	background: #ffffff;
	color: black;
	}

#sidebar, #pixopoint_menu_wrapper1, #footer {
	display: none;
}

#container {
	width: 100%;
}

#content {
	width: 100%;
	float: none;
}

#header h1 {
	font-weight: bold;
	text-indent: +8000px;
}

div#home-news-1, div#home-news-2 {
	float: none;
	width: 100%;
}

}
