
.GarminConnectWidgetTitle {

}


/* Styling for the entire widget */
#garminConnectWidget {
	display:block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	width: 100%;
}

#garminConnectWidget UL {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 5px 0px; 
	list-style-image: none;
	list-style-type: none;
	color: black;
	width: 100%;
	border-bottom: 1px solid #68AACC;
}
#garminConnectWidget UL:first-child {
	border-top: 1px solid #68AACC;
}
/* Styling for all lines of each activity*/
#garminConnectWidget ul li, #sidebar #garminConnectWidget ul li {
	color: black;
	width: 100%;
	border:none;
}

/* Styling for the first line - the one with the hyperlink */
#garminConnectWidget ul li.main {
	width:100%;
	margin: 0px 0px 3px 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	clear: left;
	font-size: 1em;

}

#garminConnectWidget ul li.main a {
	color:#000;
	font-weight:normal;
	border:none;
}
#garminConnectWidget ul li.main a:hover {
	color:#971B23
}

/* Styling for the rest of the lines for that activity */
#garminConnectWidget ul li.info {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 5px; 
	list-style-type: none;
	clear: left;
	font-size: 11px;

}


/* This is to remove ghost arrows that show up before each line in default Wordpress theme */
#sidebar ul #garminConnectWidget ul li:before {
	content: none;
}

/* Gives more room in the sidebar for the widget */
#sidebar ul #garminConnectWidget {
	margin-left: -10px;
}

div.gclink_act
{
	font-size : 7pt;
  text-align: center;
  border-top: 1px solid #4c7a8a;
  border-right: 1px solid #4c7a8a;
  border-left: 1px solid #214967;
  border-bottom: 1px solid #214967;
  padding : 5px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 5px;

  -khtml-border-radius: 5px;

  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.gclink_act.aligncenter {
  margin: 10px auto;
  display: block;
  }

div.gclink_act.alignleft {
  float: left;
  text-align: center;
  margin: 5px 20px 5px 0;
} 
div.gclink_act.alignright {
  float: right;
  text-align: center;
  margin: 5px 0 5px 10px;
  }

