/*
Theme Name: Crossway
Version: 2 (WP2.6.2)
Author: Alan Johnson
Author URI: http://crosswayventures.co.uk

Colour palette

Orange : #F2AF00
Green :	#00FF00
Light Grey: #C0C0C0
Dark Grey :	#555555

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*
Initial Styles
*/
body				                      { font: 14px "Trebuchet MS", Arial, sans-serif; background: #555; color: #333; }
.floatLeft                                { float: left; }
.floatRight                               { float: right; }
.clear                                    { clear: both; }
p                                         { margin: 0 0 6px 0; }
/*  May use this later
.button, #older-newer a                   { background: url(images/button-bg.png) repeat-x; padding: 4px 10px;
                                            -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #666; 
                                            border: 1px solid #ccc; }
.button:hover, #older-newer a:hover       { background-position: bottom left; }
*/

/*
    STRUCTURE
*/
#pageWrap		    {width: 930px; margin: 0 auto; }

#header				{width: 930px; height: 90px;}
#logo				{float:left; width: 260px; height: 80px; background: url(http://crosswayventures.co.uk/images/cvlogo.gif);}
#spacer				{float:left; width: 930px; height: 10px; background: url(http://crosswayventures.co.uk/images/cvheadspacer.gif) no-repeat;}
#strap				{float:right; width: 180px; height: 80px; background: url(http://crosswayventures.co.uk/images/cvstrap.gif);}

#mainWrap			{padding: 0 15px; overflow: hidden; background: #ffffff url(http://crosswayventures.co.uk/images/cvmainbg.gif) repeat-y;}
#navbar				{width: 900px; height: 30px; background: #F2AF00 url(http://crosswayventures.co.uk/images/cvorangenav.gif) repeat-x;}

/*
#navbar ul			{display:block; height: 30px;}
#navbar li			{display:inline; float:left; height:30px;}
#navbar li a		{border-right: 1px solid #C0C0C0; padding: 6px 12px; font-size: 14px; color: #fff; height:18px;}
#navbar li a:hover	{}
*/

.hmenu				{margin:0;}
ul.hmenu			{width: auto; position: relative; display: block; height: 30px; margin:0; padding:0;}
ul.hmenu li 		{display: block; float: left; margin: 0; padding: 0;}
ul.hmenu li a		{float: left; color: #FFFFFF; text-decoration: none; padding: 6px 12px 0; 
					font-weight: normal; font-size: 14px; border-right: 1px solid #C0C0C0; height: 24px;}
ul.hmenu li a:hover	{background: #00FF00 url(http://crosswayventures.co.uk/images/cvgreennav.gif) repeat-x;}

.breadcrumb			{float:left; width: 900px; height: 30px; margin: 1px 0 0; background-color: #C0C0C0;}
.breadcrumb a		{padding: 8px 25px 8px 5px; font-size: 14px; line-height:30px; color:#333; background: url(http://crosswayventures.co.uk/images/cvgreybc.png) right center no-repeat;}
.breadcrumb a:hover	{padding: 8px 25px 8px 5px; font-size: 14px; line-height:30px; color:#000; background: url(http://crosswayventures.co.uk/images/cvgreyoverbc.png) right center no-repeat;}
#bchome				{padding: 8px 25px 8px 12px; font-size: 14px; line-height:30px; color:#fff; background: url(http://crosswayventures.co.uk/images/cvorangebc.png) right center no-repeat;}
#bchome:hover		{padding: 8px 25px 8px 12px; font-size: 14px; line-height:30px; color:#fff; background: url(http://crosswayventures.co.uk/images/cvgreenbc.png) right center no-repeat;}
#bcshadow			{float:left; width: 900px; height: 10px; background:#fff url(http://crosswayventures.co.uk/images/cvbcshadow.gif)repeat-x;}

#main				{float:left; width: 900px; background:#fff;}

#menu				{float:left; width: 200px;}

#copy				{float:left; width: 590px; padding: 0 10px;}

#content			{float:left; width: 655px;}
#topcontent			{width: 655px; height: 15px; background: url(http://crosswayventures.co.uk/images/cvtopcontent.gif) no-repeat;}
#topcontent h1		{text-indent: -9999px;}
/*#contentbox			{width: 625px; padding: 5px 15px; background: url(http://crosswayventures.co.uk/images/cvcontent.gif) repeat-y; overflow:hidden;}*/
#contentbox			{width: 615px; padding: 5px 20px; background: url(http://crosswayventures.co.uk/images/cvcontent.gif) repeat-y; overflow:hidden;}
#endcontent			{width: 655px; height: 15px; background: url(http://crosswayventures.co.uk/images/cvendcontent.gif) no-repeat;}

#sidebar			{float:left; width:242px;}
.sideboxtop			{width: 242px; height: 15px; background: url(http://crosswayventures.co.uk/images/cvtopsidebox.gif) no-repeat;}
.sidebox			{width: 212px; padding: 5px 15px; background: url(http://crosswayventures.co.uk/images/cvsidebox.gif) repeat-y;}
.sideboxend			{width: 242px; height: 15px; background: url(http://crosswayventures.co.uk/images/cvendsidebox.gif) no-repeat;}

#footer				{clear:both; width: 930px; height: 80px; padding: 20px 30px; background: #555 url(http://crosswayventures.co.uk/images/cvfooter.gif) no-repeat;}

#comment			{width: 400px;}

.post				{border-bottom: solid 1px #F2AF00; margin-bottom:10px;}

ul					{padding-bottom:10px;}
	

	
