/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Morten Jensen
Author URI:     http://example.com/about/
Template:       twentytwelve
Version:        0.1.0
*/
@import url('../twentytwelve/style.css');
 
/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: left;
        width: 74.104166667%;
    }
    .widget-area {
        float: right;
        width: 21.041666667%;
    }
 
/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}

.widget-area {
		float: right;		
}

img#site-logo { width: auto; }


.cal-event1
{
  background-color: RED;
  color: inherit;
  padding: 0 0 0 0;
  line-height: 1;
}

table.cal-event1_table
{
  border-width:0px;
  line-height: 1;
  border-color:white
}

td.cal-event1
{
  border-width:0px;
  padding: 0 0 0 0;
}

#FollowMeBubble{
   width:331px !important;
   position:absolute !important;
   left: 38% !important;
   top:200px !important;
   z-index:10000 !important;
   border-bottom:none !important;
}

#wp_footer_menu {
   border: 1px solid #9db5cc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background-color: #909090;
/* padding-left: 250px;  removed */
   padding-bottom: 25px;
   padding-top: 25px;
}

#wp_footer_menu ul {
   margin-left: auto;
   margin-right: auto;
   display: table;
}