/*  
Name:Gittes homepage
Description: Cascade Style for Gitte P&aring;lsson homepage
Author: Oscar Garrido or its future company
Author URI: http://probolivia.net (change later)
Tags: three-columns, fixed-width, Content right-sidebar with 2 menu columns
*/


  /* 
   * Default HTML tags 
   */
a {
    color: #181818;
    }

a:visited {
            color: #181818;
            text-decoration: underline;
}

a:hover {
	color: #181818;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 5px solid #bebebe;
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: #ffffff; /* url("../images/background.jpg") repeat-x top; */
       color: #181818;
       font-size: 60.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0 auto;
       padding: 0;
       text-align: center;
       }

cite {
	font-size: 90%;
	font-style: normal;
}


h3 {
     font-size: 120%;
     margin-top: 0;
}

img { 
      padding: 3px;
/*      border: #636363 1px solid; */
      margin: 0px 0px 0px 0px;
      }

img a:link { 
      padding: 3px;
/*      border: #636363 1px solid; */
      margin: 0px 0px 0px 0px;
      }

img a:hover { 
      padding: 3px;
      border: #636363 1px solid;
      margin: 0px 0px 0px 0px;
      }



li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;
                   }

ul { 
     margin: 0;
     padding: 0;
     }

/*
   * Classes
   */
.article_text { 
                font-size: 11px;
                }

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #ffffff;
                        border: 1px solid #636363;
                        color: #181818;
                        }

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;
                  }
#content {
           float: left;
           width: 529px;
           margin: 10px 0px 5px 11px;
           text-align: left;
           display: inline; 	
           }

#content ol li { 
                 list-style: decimal;
                 }
#content td { 
                font-size: 11px;
            }

#content ul { 
              margin-top: 0px;
              margin-left: 35px;
              }

#content ul li { 
                 list-style-image: none;
                 }

#content-big {
           float: left;
           width: 480px;
           margin: 10px 0px 5px 11px;
           text-align: left;
           display: inline;
           text-align: justify;
           }

#content-i {
           float: left;
           width: 470px;
           margin: 10px 0px 5px 11px;
           text-align: left;
           display: inline; 	
           }

#content-i ol li { 
                 list-style: decimal;
                 }
#content-i td { 
                font-size: 11px;
            }

#content-i ul { 
              margin-top: 0px;
              margin-left: 35px;
              }

#content-i ul li { 
                 list-style-image: none;
                 }


.entry {
       color: #181818;
       font-size: 11px;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       }

.material {
        width: 520px;
        margin: 0px 0px 6px 0px;
        padding: 4px 4px 4px 4px;
        background: #ffffff url("../images/material-bg.jpg") repeat-x top;
	border: 1px solid #636363;
	height:auto;
	}

.material-i {
        width: 450px;
        margin: 0px 0px 6px 0px;
        padding: 4px 4px 4px 4px;
        background: #ffffff url("../images/material-bg.jpg") repeat-x top;
	border: 1px solid #636363;
	height:auto;
	}

#content .material h1 {
    font: bold 14px Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: center;
     padding: 4px 0px 4px 0px;
     font-weight: bold;
     color: #f2f2f2;
     background: url("../images/content-h2-bg.jpg");
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
    width: 478;
}

#content-i .material-i h1 {
    font: bold 14px Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: center;
     padding: 4px 0px 4px 0px;
     font-weight: bold;
     color: #f2f2f2;
     background: url("../images/content-h2-bg.jpg");
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
    width: 450;
}

#content-i .boxtext   {
	float: left; 
	width: 210px;
	margin: 0px 6px 6px 0px;
	padding: 0px 8px 0px 8px;
        background: #e1e1e1 url("../images/boxtext-bg.jpg") repeat-x top;
	border: 1px solid #636363;
	min-height:205px;
	height:auto;
	} 

#content-i .boxtext h2 {
     font-size: 12px;
     margin: 8px 0 8px 0;
     padding: 4px 0 4px 8px;
     font-weight: bold;
     color: #181818;
     background: url("../images/content-h2-bg.jpg");
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
}

#content-i .boxtext h2 a,
#content-i .boxtext h2 a:visited { 
                     text-decoration: none;
                     color: #f2f2f2;
                     }

#content-i .boxtext h2 a:hover,
#content-i .boxtext h2 a:visited:hover { 
                     text-decoration: none;
                     color: #ffc04e;
                     }
}

#content-i .boxtext p, #content-i .boxtext dl,#content-i .boxtext ul {
	color: #282828;
	font: 1.0em/1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 0.7em 0;
	}


#content-i .boxtext li, #content-i .boxtext ul {
	margin: 0 0 0 0;
	color: #282828;
	font: 1.0em/1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#content-i .boxtext dl dt {
	font-weight: bold;
	}
	
#content-i .boxtext dl dd {
	margin: 0 0 0.4em 0;
	}
	
#content-i .boxtext blockquote p {
	margin: 0 0 0 2em;
	border-left: 5px solid #636363;
	padding: 0 0 0 1em;
	color: #666;
}
	
#content-i .boxtext a { color: #00264d; }
#content-i .boxtext a:hover { color: #00264d; }
	
#content-i .boxtext ul.sign {
	border-top: 1px dotted #666666;
	list-style: none;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 4px 0 6px 0;
	color: #282828;
	margin: 10px 0 0 0;
	}

#content-i .boxtext ul.sign li {
	color: #282828;
	}
	
#content-i .boxtext ul.sign a {
	text-decoration: none;
        text-transform: lowercase;
	color: #282828;
	}
	
#content-i .boxtext ul.sign a:hover {
	color: #282828;
text-decoration: underline;
	}

#content-i .boxtext ul.sign li.leftsign {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: right;
	margin: 0 0 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content-i .boxtext ul.sign li.leftsign a {
	padding: 0 0 0 0px;
	}
	
#content-i .boxtext ul.sign li.rightsign {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	}
	
#content-i .boxtext ul.sign li.rightsign a {
	padding: 0 0 0 0px;
	}
	
#content-i .boxtext ul.sign li.leftsign a:hover, #content-i .post ul.sign li.rightsign a:hover {
	background-position: 0 -38px;
	}

#content h2 {
     font-size: 12px;
     margin: 0px 0 6px 0;
     padding: 4px 0 4px 8px;
     font-weight: bold;
     color: #f2f2f2;
     background: url("../images/content-h2-bg.jpg");
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
}

#content h2 a,
#content h2 a:visited { 
                     text-decoration: none;
                     color: #f2f2f2;
                     }

#content h2 a:hover,
#content h2 a:visited:hover { 
                     text-decoration: none;
                     color: #ffc04e;
                     }

#wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
}


#header {
          font-size: 26px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
         margin: 0 auto; 
          height: 278px;
          width: 800; /* 1024px; */
          padding: 0;
          background: url("../images/header.jpg") no-repeat;
          }

#header2 {
          font-size: 18px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
         margin: 0 auto; 
          height: 150px;
          width: 800; /* 1024px; */
          padding: 0;
          background: url("../images/header2.jpg") no-repeat;
          }

.header-title {
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#181818;
	font-size:23px;
	padding:54px 0 0 288px;
	text-align:left;
        font-weight: bold;
	}
.header-title a{
	color:#181818;
	text-decoration:none;
	border-bottom:none;
        font-weight: bold;
	}
.header-title a:hover{
	color:#181818;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#181818;
	font-size:11px;
	padding: 3px 0 0 289px;
	text-align:left;
        font-weight: normal;
	}

  .picmenu {
	margin-right: 150px; 
        margin-top: 8px;
        margin-bottom: 0px;
    
	padding:3px 0 0 0;
	text-align:center;
        font-size:8px;
	text-align:center;
        font-family: Verdana, Arial, Sans-Serif;
        background: #bebebe;
	}

Top part CSS
*/
#top {
	width: 800; /* 1024px; */
	height: 34px;
        margin: 0px auto;
}

#topleft {
	float: left;
	height: 34px;
	padding-left: 0px;
}

#topright {
	float: right;
	height: 34px;
	padding-right: 10px;
}

Page navigation CSS
*/
#menu {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #636363;
	z-index: 20;
}

#menu li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #636363;
}

#menu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #636363;
	width: 100%;
}

#menu li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
        text-decoration: none;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#menu li a:hover {
	background: url(../images/menuhover.gif) repeat-x;
	color: #ffc04e;
}

#menu li.current_page_item a {
	background: #FFF;
	color: #181818;

}

#menu li.current_page_item a:hover {
	background: #FFF;
	color: #181818;
}

#menu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#menu ul li a {
	display: block;
	background: #FFF;
}

#menu li ul a:hover {
	display: block;
	background: #FFF;
}

#menu ul a {
	display: block;
}

#menu ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
}

#menu li:hover ul ul {
	display: none;
}
#menu li:hover ul {
	display: block;
}
#menu ul li:hover ul {
	display: block;
}
#menu li ul li {
	display: block;
	width: 100%;
}

#menu li.page_item ul {
	border-top: 2px solid #636363;
	width: 200px;
}

#menu li.page_item a {
	display: block;
}

#menu li.page_item a:hover {
	display: block;
}

#menu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
        text-decoration: none;
}

#menu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #636363;
	border-left: 1px solid #636363;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

/* The credits at the bottom of the site */
#footer {
          color: #181818;
          font-size: 11px;
          width: 100%;
          text-align: right; /* center; */
          margin: 0 auto;
          padding: 14px 0 14px 0;
          clear: both;     
          background: url("../images/footer.jpg") repeat-x;
          }

#footer a {
                          color: #181818;
                          text-decoration: none;
                          font-weight: bold;
                          } 
#footer a:hover {
                          color: #181818;
                          text-decoration: underline;
                          }
#footer a:visited {
                          color: #181818;
                          text-decoration: none;
                          }
#footer a:visited:hover {
                          color: #181818;
                          text-decoration: underline;
                          }


#credit { 
          width: 800; /* 1024px; */
          height: 1px;
          }

#credit img { 
      padding: 0px;
      border: #bebebe 0px solid;
      }



/* 
   * Left sidebar 
   */

#menu-left-i { 
             float: right;
             padding: 0px 0px 0px 0px;
             width: 317px;
             font-size: 11px;
             margin-top: -100px;
             }

#menu-left { 
             float: right;
             padding: 0px 0px 0px 0px;
             width: 248px;
             font-size: 11px;
             margin-top: -100px;
             }

.menu-sp { 
             float: left;
             width: 60px;
             font-size: 8px;
         text-align: center;
padding: 0px 0px 0px 0px;
display: inline;
             }

.menu1 { 
             float: left;
             width: 90px;
             font-size: 8px;
         text-align: center;
padding: 0px 0px 0px 0px;
display: inline;
             }

.menu1 h2 {
     font-size: 12px;
     margin: 0px 0 6px 0;
     padding: 4px 0 4px 0px;
     font-weight: bold;
     color: #f2f2f2;
     background: url("../images/menu1-h2-bg.jpg");
     text-align: center;
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
}


.menu1 a,
.menu1 a:visited { 
                             text-transform: normal;
                             text-decoration: none;
                             color: #181818;
			     font-size: 11px;
                             font-weight: bold;
			     font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                             }

.menu1 a:hover,
.menu1 a:visited:hover  { 
                              color: #181818;
                             text-decoration: underline;
                              }

.menu1 ul ul { padding-bottom: 5px;
                   margin-left: 0px;
                   }

.menu1 ul ul li { 
                      list-style-image: none;
                   padding: 2px 0px 2px 0px;  
                      }


.menu1 img { 
      padding: 4px;
      border: #bebebe 1px solid;
      background: #bebebe;
      margin-bottom: 5px;
      }

.menu1 a:link img  { 
      padding: 4px;
      border: #bebebe 1px solid;
      background: #bebebe;
      margin-bottom: 5px;
      }

.menu1 a:hover img  { 
      padding: 4px;
      border: #ffc04e 1px solid;
      background: #ffc04e;
      margin-bottom: 5px;
      }

.menu2 { 
             float: left;
             width: 150px;
             font-size: 11px;
padding: 0px 0px 0px 0px;
margin-left: 8px;
display: inline;
             }

.menu2 h2 {
     font-size: 12px;
     margin: 0px 0 6px 0;
     padding: 4px 0 4px 8px;
     font-weight: bold;
     color: #f2f2f2;       
     background: url("../images/menu2-h2-bg.jpg");
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
}

.menu2 h5 {
     font-size: 10px;
     margin: 0px 0 6px 0;
     padding: 4px 0 4px 8px;
     font-weight: bold;
     color: #f2f2f2;       
     background: url("../images/menu2-h2-bg.jpg");
     border-bottom: 1px solid #080808;
     border-top: 1px solid #4a4b46;
}

.menu2 a,
.menu2 a:visited { 
                             text-transform: normal;
                             text-decoration: none;
                             color: #181818;
			     font-size: 11px;
                             font-weight: bold;       
			     font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                             }

.menu2 a:hover,
.menu2 a:visited:hover  { 
                              color: #181818;
                               text-decoration: underline;;
                              }

.menu2 ul ul { 
		   padding-bottom: 11px;
                   margin-left: 8px;
                   }

.menu2 ul ul li { 
                      list-style-image: none;
                   padding: 2px 0px 2px 0px;  
    text-align: left;
                      }


h4 {
     font-family: Sans-Serif;
     color:#181818;
     font-size:18px; /* 23; */
     margin: 0px 0 5px 0;
     padding: 10px 0 30px 102px;
     font-weight: bold;
     width: 320px;
     background: url("../images/FeaturedVideo.png") center left no-repeat;
     text-align: left;
}

#video {              
             background: #ffffff;
             float: left;
             width: 305px;
             font-size: 11px;
             padding: 5px;
             margin-bottom: 10px;
             border: 1px solid #636363;
             }

