/* Start of CMSMS style sheet 'sg08' */
/*****************
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: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 70%;
   line-height: 1em;
   background-color: #A8A9AD;
   color: #fff;
   margin:0 0.5em 0.5em 0.5em;    /* gives some air for the pagewrapper */
}
 
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

a#newimage:hover{
   border-bottom: 0px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #F8971C; 
}

a:visited {
   text-decoration: none;
   background-color: inherit; 
   color: #F8971C; 
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #F8971C;
}



/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 1007px;   /* IE wont understand these, so we will use javascript magick */
   height: 980px;   /* IE wont understand these, so we will use javascript magick */
   background: #A8A9AD url(images/soho/sg_background.jpg) no-repeat; 
   color: #fff;
}

div#pageheadline {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
   width: 70em;   /* IE wont understand these, so we will use javascript magick */
   background-color: fff;
   color: black;
   text-align: right;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}





/* End of 'sg08' */

/* Start of CMSMS style sheet 'sg08_crossbrowser' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(uploads/aaa/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/aaa/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/aaa/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'sg08_crossbrowser' */

/* Start of CMSMS style sheet 'sg08_footer' */
div#footer {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   text-align: right;
   padding-right: 40px;
   margin-top: 25px;
   font-size: 1em; 
}

div#footer a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
   border-bottom: 0px;
}

div#footer a:hover {
   border-bottom: 1px;
}

/* End of 'sg08_footer' */

/* Start of CMSMS style sheet 'sg08_header' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/


#sohogymswinter{

   margin: 0px 0px 0px 11px; /*top right bottom left*/

}

div#header {
   height: 221px;    /* adjust according your image size */
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);          
}

div#sglogo {
   margin-left: 40px;
   padding-top: 39px;
   height: 221px;             /* adjust according your image size */
}

div#sglogo img{
   margin-top: 5px;
}

div#sglogo a:hover{
   border-bottom: 0px;
}


div#frontheader{
   height: 221px;
   margin: 5px 0px 0px 196px; /*top right bottom left*/
   border: 0;
}

div#frontheaderimage{
   position: absolute;

}

div#frontheaderimage img{
   width: 772px;
   height: 221px;
   margin: 0px 0px 0px 11px; /*top right bottom left*/
}

/* position for the search box */
div#search {
   font-size: 1.2em;
   margin: -250px 0px 0px 535px; /*top right bottom left*/
   color: #4B85C2;
}

div#search input#m2searchinput{
   color:#4B85C2;
   font-size: 80%;
   padding-top: 3px;
   vertical-aligment: middle;
   width:80px;
}

div#search td{
   padding-left: 15px;
}

div#search a:hover{
   border-bottom: 0px;
}


div#pageheadline {
   /*visibility: hidden;*/
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);   
}


.topline{
  align:right;
}


div#breadcrumbs {
   padding: 0.2em 0 0.2em 15px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 1em;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-left: 200px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
   margin-top: -30px;

   /*visibility: hidden;*/
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);  
}

 div#breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

/* End of 'sg08_header' */

/* Start of CMSMS style sheet 'sg08_news' */
div#news {
  margin: 0em 0em 0em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 1.3em 0.2em 0em 1.3em;
    margin: 0em 0em 0.9em 0em;  
    height : 118px;
}

.ClassesSummary {
    padding: 1.1em 1.3em 0em 1.3em;
    margin: 0em 0em 0.9em 0em;
    margin-left: 1.1em;
    width: 295px;
    height : 170px;
    background: transparent url(images/soho/new_classes.png) no-repeat;
}

.NewsSummary .newimage{
   float: left;
   width:95px;
   height:88px;
   border: 5px solid white;
   margin-right: 10px;
}

.NewsSummary .newimage2{
   float: left;
   margin-right: 10px;
   margin-top:-5px;
}

.NewsSummary .newimage2over{
   float: left;
   margin-right: 10px;
   margin-top:-23px;
   margin-left: -9px;
}


.NewsSummary a:hover {
   border-bottom: 0px;
}
.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: bold;
 }

.NewsSummarySummary{
  line-height: 140%;
}

.NewsSummaryOffer{
  line-height: 140%;
}

div#content .NewsSummaryOffer h2{
  color: #005DAB;
}

.NewsSummaryBanner{
  padding-left: 1em;
}

.NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink a {
  text-align: left;
  font-family: Arial Narrow, Arial, Verdana, Helvetica;
  padding: 2px 24px 15px 6px;
  color: #fff;
  float: left;
  margin-right: 5px;
  background: transparent url(images/soho/more.png) no-repeat; 
}

.NewsSummaryMorelink2 {
  text-align: right;
  font-family: Arial Narrow, Arial, Verdana, Helvetica;
  color: #fff;
  float: right;
  background: transparent url(images/soho/more2.png) no-repeat; 
}

.NewsSummary a {
  color: #fff;
  float: left;
  margin-right: 25px;
}

#NewsPostDetailTitle {
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


.orangeoverbanner{
margin-left: -14px;
margin-top: -14px;
border:0px;
}

.fourweekpt{
margin-left: -15px;
margin-top: -15px;
border:0px;
}

.offerbackground{
margin-left: -17px;
margin-top: -17px;
border:0px;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'sg08_news' */

/* Start of CMSMS style sheet 'sg08_menu' */
/********************
MENU
*********************/
#menu_vert {
   margin-top: 0px;
   padding-top: 10px;
   padding-left: 10px;

   width: 148px;     /* sidebar width, if you change this please also change #main margins */
   height: 314px;

   font-size: 20px;
   text-align: left;
   background: transparent url(images/soho/menu.jpg) no-repeat; 
}

#freedom_partners {
   margin-left: 0px;
   margin-top: 10px;

   width: 147px;     /* sidebar width, if you change this please also change #main margins */
   height: 295px;

   background: transparent;
   /*background: transparent url(images/soho/freedom_mode.jpg) no-repeat; */
}

div#menu_vert img{
   padding-left: 40px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block;
   border-bottom: 0px solid red;
   padding: 0.3em 0em 0.2em 0em; /* some air for it */
   color: #95B0DA; /* this will be link color for all levels */
   font-size: 16px;

   /*letter-spacing: -0.2px;*/
}


/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   color: #95B0DA;
   font-weight:normal;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul ul a {
   font-size: 11px;
   padding: 0.2em 0em 0.1em 2em;
   color: #95B0DA;
   font-weight:normal;
}



/* hover state for all links */
div#menu_vert a:hover {
   color: #fff;
}

div#menu_vert ul li a:hover{
}

div#menu_vert ul ul a:hover {
}

div#menu_vert a.activeparent:hover {
}


/*
curent page
*/
.currentpage{

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   display: block;
   padding: 0.5em 0em 0.3em 0em; /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-weight:normal;
   font-size: 16px;
}

div#menu_vert ul ul li a.activeparent {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   color: #fff;     
   font-weight:normal;
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   padding: 0.5em 0em 0.3em 0em; /* some air for it */
   font-weight:normal;
   color: #fff;
   font-size: 16px;
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
}


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   font-weight:normal;
   color: #fff;     
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
   font-family: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

div#menu_vert ul ul ul h3 {
   font-size: 11px;
   padding: 0.2em 0em 0.1em 2em;
   font-weight:normal;
   color: #fff;     
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
   font-family: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
}


/* End of 'sg08_menu' */

/* Start of CMSMS style sheet 'sg08_content_pts' */
div#content {
   margin: 7em auto 0.5em 0;   /* some air above and under menu and content */
}

div#premain {
   margin-left: 2px;
   background: transparent url(images/soho/content_background_pts.jpg) no-repeat 9px 0px; 
   width:780px;
   height: 630px;
   overflow: auto;
}

div#content_body {
   float: left;
   background: transparent;
   width:750px;
   height: 570px;
   margin-left:10px;
   margin-top:41px;
   border: 0px solid red;
   padding:0px;
}

div#content_title{
   display:none;
}

div#content_left{
   float: left;
   background: transparent;
   width:338px;
   height: 555px;
   margin-left: 0px;
   border: 0px solid green;
   padding: 15px 15px 0px;
}

div#content_right{
   float: right;
   background: transparent;
   width:328px;
   height: 555px;
   margin-right: 0px;
   border: 0px solid blue;
   padding: 15px 20px 0px;
}

div#content_right img{
   margin-right: 15px;
   margin-bottom: 10px;
   margin-top: -5px;
}

div#ptmail{
   margin-top: 1em;
   height: 37px;
   padding-top: .6em;
   text-align:center;
   background: transparent url(images/soho/bluebox_pts.gif) no-repeat; 
}

div#fptmail{
   margin-top: 1em;
   height: 38px;
   padding-top: .6em;
   text-align:center;
   background: transparent url(images/soho/orangebox_pts.gif) no-repeat; 
}

div#content_right img#decorative{
   margin: 1em 0 1em;
}

div#content_right img#logo{
   margin: 0.2em 0 0.4em;
}

div#content_right table#packages tr td img{
   margin: 0em;
   margin-bottom: 1em;
}



div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   margin-left: 38px;
   height: 630px;
}


div#topmenu {
   margin-top:-41px;
   margin-left:-1px;
}

div#topmenu table {
   width:756px;
   height:43px;
   border: 0px solid black;
   border-spacing:0px;
   border-collapse:collapse;
}

div#topmenu table tr {

   vertical-align:middle;
}

div#topmenu table td {
   width:108px;
   text-align:center;
}

div#topmenu table td:hover {
   cursor:pointer;
}

div#topmenu table td a {text-decoration:none;}
div#topmenu table td a:hover {text-decoration:none;}
/********************
CONTENT STYLING
*********************/
div#content {

}

/* LINKS */
div#content_body a{
   color: #fff;
   text-decoration:underline;
}

div#content_body a:hover{
   color: #fff;
   text-decoration:underline;
}

/* HEADINGS */

div#content h1 {
   font-size: 1.6em;
   font-weight: bold;
   color: #0568AF;
   margin-top: 0.8em;
   margin-bottom: 0.4em;
}

div#content_right table#packages tr td h1{
   margin-top:-3px;
}

div#content_right h1{
   line-height: 1em;
}

div#content_left h1{
   margin-top: 0.5em;
}


div#content h2 {
   font-size: 1.4em;
   font-weight: normal;
   color: #fff;
   margin-bottom: 0.1em;
   margin-top: 0.1em;
   line-height: 1em;
}

div#content h3 {
   font-family: Tahoma, Helvetica, Arial, Geneva,sanserif;
   color: #fff;
   font-size: 1em;
   font-weight: normal;
   line-height: 1em;
   margin-bottom: 0.1em;
}

div#content_right h3,div#content_left h3 {
   font-size: 1em;
   line-height: 1.2em;
   margin-bottom: 0.6em;
}

div#content h4 {
   color: #fff; 
   font-size: 0.8em;
}
div#content h5 {
   color: #fff; 
   font-size: 0.6em;
}
h6 {
   font-size: 1.4em;
   font-weight: normal;
   color: #fff;
   margin-left: 1em;
   padding-left: 2.5em;
   line-height: 1.4em;
   background: transparent url(images/soho/comillas.png) no-repeat;
}
/* END HEADINGS */

/* TEXT */
p {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #fff;
}

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 {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   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, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/*************
content left lists
*************/

div#content_left ul{
list-style-type: none;
padding: 0;
margin: 0;
}

div#content_left li{
background-image: none;
background-repeat: no-repeat;
background-position: 0em 0em;
padding-left: 1.5em;
padding-top: 0.3em;
height: 36px;
}

div#content_left li#short,div#content_left li#pillaoshort{
background-image: none;
background-repeat: no-repeat;
background-position: 0em 0em;
padding-left: 1.5em;
padding-top: 0.4em;
height: 24px;
}

div#content_left li#big,div#content_left li#pillaobig{
background-image: none;
background-repeat: no-repeat;
background-position: 0em 0em;
padding-left: 1.5em;
padding-top: 0.4em;
height: 60px;
}

div#content_left li:hover{
   background-image: url(images/soho/li_background_pts.gif); 
   cursor: pointer;
}

div#content_left li#short:hover{
   background-image: url(images/soho/li_minibackground_pts.gif); 
   cursor: pointer;
}

div#content_left li#big:hover{
   background-image: url(images/soho/li_bigbackground_pts.gif); 
   cursor: pointer;
}

/* END LISTS */

/*************
content right lists
*************/

div#content_right ul{
margin-left: 1em;
}


/*************
tabs
*************/

.tableft {background-image: url(images/soho/tableft.gif); }
.tabmiddle {background-image: url(images/soho/tabmiddle.gif); }
.tabright {background-image: url(images/soho/tabright.gif); }

.tablefthover:hover {background-image: url(images/soho/tableft.gif); }
.tabmiddlehover:hover {background-image: url(images/soho/tabmiddle.gif); }
.tabrighthover:hover {background-image: url(images/soho/tabright.gif); }



/* END TABS */

/* End of 'sg08_content_pts' */

