/* Start of CMSMS style sheet 'WestVenn: CSS Layout' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
margin: 0;
padding: 0;
}

/*Set initial font styles*/
body {
/*	text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
font-size: 75.01%;
/*	line-height: 1em;*/

background: #FFFFFF;
color: #000000;
color: #515756;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 1.6;
}


div {
font-size: 1em;
}


img {
border: 0;
}

/*default link styles*/
a, a:link a:active {
text-decoration: none;
background-color: inherit;
color: #CC0000;
text-decoration: none;
}

a:visited {
text-decoration: none;
background-color: inherit;
color: #CC0000;
}

a:hover {
background-color: inherit;
color: #CC0000;
text-decoration: underline;
}

/*****************basic layout *****************/
body {
margin: 0;
padding: 0;
/* default text color for entire site*/
/*color: #333;*/
/* you can set your own image and background color here */
/*background: #f4f4f4 url(uploads/ngrey/body.png) repeat-x left top;*/
}

div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
/*max-width: 99em;
min-width: 60em;*/
/* now that width is set this centers wrapper */
/*margin: 0 auto;*/
/*background-color: #fefefe;*/
/*color: black;*/

padding: 0 0 40px;
width: 946px;
margin: 0 auto;
}


div#header {
/* adjust according your image size */
height:42px;
margin:20px 0 15px 0;
padding:0;
}

div#header h1 a {
/* you can set your own image here */
background: url(images/layout/logo.gif) no-repeat left top;
/* this will make the "a" link a solid shape */
display: block;
/* adjust according your image size */
height:42px;
/* this hides the text */
text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
text-decoration: none;
}

div#header h1 {
margin: 0;
padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
line-height: 0;
font-size: 0;
/* this will keep IE6 from flickering on hover */
background: url(images/layout/logo.gif) no-repeat left top;
}

div#header h2 {
/* this is where the site name is */
float: right;
line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
font-size: 1.5em;
/* keeps the size uniform */
margin: 35px 65px 0px 0px;
/* adjust according your text size */
color: #f4f4f4;
}


div.breadcrumbs {
border: 1px solid #E7E8E6;
/*border-bottom: none;*/
padding: 5px 15px;
margin:10px 0 0 0;
color: #626A69;
font-weight:bold;
font-size:0.9em;
background: #F8F8F7;
}

div.breadcrumbs a {
color: #626A69;
font-weight: normal;
text-decoration:none;
}

div.breadcrumbs a:hover {
color: #626A69;
font-weight: normal;
text-decoration:underline;
}

div.breadcrumbs span.lastitem {
font-weight: bold;
}

div#search {
/* position for the search box */
float: right;
/* enough width for the search input box */
width: 27em;
text-align: right;
padding: 0.5em 0 0.2em 0;
margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
border: none;
height: 22px;
width: 53px;
margin-left: 5px;
padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
cursor: pointer;
/* you can set your own image here */
background: url(uploads/ngrey/search.gif) no-repeat center center;
}

#nav-main	{
height:60px;
/*background: url(images/layout/shadow.gif) repeat-x bottom;*/
}


div#content {
float:left;
padding:20px 0;
margin:10px 0;
border-top: 1px solid #E7E8E6;
border-bottom: 1px solid #E7E8E6;
}

div#pageheader	{
float:left;
height:243px;
width:946px;
}

div#pageheader h1	{
text-indent:-999em;
}




div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
float:right;
width:580px;
margin:-35px 0 0 0;
padding:0 10px 0 0;

}

div#sidebar {
float: left;
width:191px;
/* FIX IE double margin bug */
display: inline;
margin:12px 0px 0 132px;
padding: 0px;
/*background:#ccc;*/
}


div#sidebar-shooting {
border:1px solid #4f5c49;
padding:50px 10px 10px 10px;
margin:0 0 15px 0;
background-image:url(images/layout/shootingbreaks_top.jpg);
background-repeat:no-repeat;
}

div#sidebar-shooting-scotland {
border:1px solid #4f5c49;
padding:80px 10px 10px 10px;
margin:0 0 15px 0;
background-image:url(images/layout/shootingscotland_top.jpg);
background-repeat:no-repeat;
}

div#sidebar-shoots {
border:1px solid #4f5c49;
padding:50px 5px 10px 5px;
margin:0 0 15px 0;
background-image:url(images/layout/shoots_top.jpg);
background-repeat:no-repeat;
}

div#sidebar-fishing {
border:1px solid #003366;
padding:50px 10px 10px 10px;
margin:0 0 15px 0;
background-image:url(images/layout/fishingbreaks_top.jpg);
background-repeat:no-repeat;
}



div#footer {
padding: 0px 0px 0px 10px;
color: #595959;
}


div#footer p {
font-size: 0.9em;
padding: 1.5em;
text-align: center;
margin: 0;
}

div#footer p a {
color: #595959;
}


div.hr {
height: 1px;
padding: 1em;
border-bottom: 1px dotted black;
margin: 1em;
}


div.left49 {
width:49%;
}

div.right49 {
float: right;
width:49%;
text-align: right;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
color: #cc0000;
font-size: 2em;
line-height: 1em;
margin: 0;
}
div#content h2 {
color: #cc0000;
font-size: 1.8em;
text-align: left;
line-height: 1.5em;
margin: 0 0 15px 0;
}
div#content h3 {
/*color: #294B5F;*/
color:#626A69;
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}
div#content h4 {
color: #294B5F;
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
div#content h5 {
color: #294B5F;
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
h6 {
color: #294B5F;
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
font-size: 1em;
/* some air around p elements */
margin: 0 0 1.4em 0;
line-height: 1.4em;
padding: 0;
}
blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
strong, b {
/* explicit setting for these */
font-weight: bold;
}

em, i {
/* explicit setting for these */
font-style: italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
white-space: pre-wrap;
/* Mozilla, since 1999 */
white-space: -moz-pre-wrap;
/* Opera 4-6 */
white-space: -pre-wrap;
/* Opera 7 */
white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
word-wrap: break-word;
font-family: "Courier New", Courier, monospace;
font-size: 1em;
}

pre {
/* black border for pre blocks */
border: 1px solid #000;
/* set different from surroundings to stand out */
background-color: #ddd;
margin: 0 1em 1em 1em;
padding: 0.5em;
line-height: 1.5em;
font-size: 90%;
}


/* Separating the divs on the template explanation page */
div.templatecode {
margin: 0 0 2.5em;
}


/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}
div#main dl dd {
margin: 0 0 1em 1em;
}

div#sidebar ul,
div#sidebar ol,
div#sidebar dl {
font-size:1.0em;
line-height:1.2em;
margin:0 0 1.2em 0;
}

div#sidebar ul li,
div#sidebar ol li {
margin:0 0 0.25em 1em;
}

/*-- horizontal list --*/
div#main ul.horiz-list {
font-size:1em;
line-height:1.4em;
margin:10px 0;
padding:0;
text-align:center;
}

div#main ul.horiz-list li {
display:inline;
padding:0 10px 0 10px;
margin:0 ;
background: url(images/layout/bullet.gif) 0 50% no-repeat;
}

/* END LISTS */

/*-- BLOG --*/
.CGBlogSummaryLink {
margin:0 0 10px 0;
}


/*-- IMAGES --*/
.img-left-border {
float:left;
padding:4px;
border:1px solid #ccc;
margin:0 10px 0 0;
}

.img-right-border {
float:right;
padding:4px;
border:1px solid #ccc;
margin:0 0 0 10px;
}

/*-- TABLES --*/
table.prices {
border-collapse:collapse;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
margin:20px 0;
}

table.prices th, table.prices td {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:10px;
text-align:center;
}

table.prices td.category {
/*background: #eee;*/
text-align:left;
font-size:13px;
color:#cc0000;
}

table.prices td.sub {
text-align:left;
padding:10px 10px 10px 30px;
}

/*-- nav-vert -----------------------*/
#sidebar #nav-vert	{
margin:0;
}

#sidebar #nav-vert ul	{
list-style: none;
}

#sidebar #nav-vert ul ul	{
margin:0 0 10px 0;
padding: 0px 0px 0px 0px;
line-height: normal;
}

#sidebar #nav-vert ul li	{
font-size:13px;
line-height:24px;
padding:0;
margin:0;
}

#sidebar #nav-vert ul li a	{
text-decoration: none;
margin:0;
padding:0;
color:#cc0000;
font-weight:bold;
}

#sidebar #nav-vert ul li a:hover	{
text-decoration: underline;
margin:0;
color:#cc0000;
font-weight:bold;
}

#sidebar #nav-vert ul li li, #sidebar #nav-vert ul li li a, #sidebar #nav-vert ul ul ul ul li a	{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
line-height:24px;
padding:0 0 0 0px;
}

#sidebar #nav-vert ul li li a:hover	{
background-image: none;
color:#cc0000;
}

#sidebar #nav-vert ul li.currentpage h3	{
font-size:13px;
font-weight:bold;
line-height:24px;
color:#333;
margin:0;
padding:0;
}

#sidebar #nav-vert ul li.menuactive .menuparent	{
font-size:13px;
font-weight:bold;
line-height:30px;
color:#666;
margin:0;
padding:0;
}

#sidebar #nav-vert ul ul li.currentpage h3	{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
line-height:24px;
color:#333;
margin:0;
padding:0 0 0 0px;
background:none;
}

/*-- FILE ICONS --------------------------------*/
/*-- pdf 16px icon --*/
a[href $='.pdf'] {
display:block;
padding:0 0 0 18px;
background:transparent url(images/layout/fileicons/icon_pdf.gif) no-repeat top left;
}

/*-- doc 16px icon --*/
a[href$='.doc'] {
display:block;
padding:0 0 0 18px;
background:transparent url(images/layout/fileicons/icon_doc.gif) no-repeat top left;
}

a.pdf {/*-- ie6 jQuery Superselectors pdf 16px icon --*/
display:block;
padding:0 0 0 18px;
background:transparent url(images/layout/fileicons/icon_pdf.gif) no-repeat top left;
}

a.doc {/*-- ie6 jQuery Superselectors doc 16px icon --*/
display:block;
padding:0 0 0 18px;
background:transparent url(images/layout/fileicons/icon_doc.gif) no-repeat top left;
}






/* End of 'WestVenn: CSS Layout' */

