/*
Theme Name: GoAgile
Theme URI: http://www.goagile.dk/
Author: Transmedik
Author URI: http://transmedik.com/
Description: Custome theme designed for GoAglie
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
	margin:0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Header
-------------------------------------------------------------- */
body {
    background-color: #FFF;
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
	width: 955px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;

}
#main{
	height: 100%;
	margin-bottom: 20px;
	/*overflow: auto;*/

}
#primary {
	float: left;
	/*margin: 0 -240px 0 0;*/
	margin: 0 -160px 0 -200px;
	width: 100%;
}

#content {
	/*margin: 0 280px 0 0;*/
	margin: 0 160px 0 220px;
	/*left: 220px;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 0;
    position: relative;
    top: 0;
	position: relative;*/
	width: 548px;
	padding-bottom: 10px;
}
#main #secondary.leftsidebar {
	width: 200px;
	float: left;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 160px;
	position: relative;
}
#colophon{
	border-top: 1px solid silver;
    clear: both;
    height: 50px;
    text-align: center;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fix{clear:both;height:1px;margin:0 0 -1px;overflow:hidden;}
/* =Header
-------------------------------------------------------------- */
#branding{
	height: 110px;
    margin-top: 10px;
    position: relative;
    width: 955px;
}
header #branding{
	height: 110px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
#site-title, #site-description{display:none;}
#logo .site-title{text-shadow: 1px 1px 1px #000}
#logo{float:left; overflow:hidden; height:80px; width: 150px; }

#branding #links {
    font-size: 13px;
    position: relative;
	float: right;
    right: 0;
    top: 10px;
}
#branding #links ul {
	list-style-type: none;
}
#branding #links ul li{
	display: inline;
    float: left;
    margin-right: 5px;
}
    	
#ikoner {
    float: left;
	margin-top: 44px;
    position: relative;
    width: 530px;
	margin-left: 70px;
}
#ikoner ul {
	height: 35px;
}
#ikoner li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
#ikoner li img{
	height: 35px;
}
#ikoner li.ikon1 a{
	background: url(images/Goagile_icon1.gif) no-repeat 0px 0px scroll;
}
#ikoner li.ikon2 a{
	background: url(images/Goagile_icon2.gif) no-repeat 0px 0px scroll;
	color: #6EB1D0;
}
#ikoner li.ikon3 a{
	background: url(images/Goagile_icon3.gif) no-repeat 0px 0px scroll;
	color: #034296;
}
#ikoner ul li a {
	display: inline-block;
	height: 45px;
	padding-top: 10px;
    padding-left: 35px;
}
#branding #search, .error404 #branding #search  #searchform {
    position: relative;
	float: right;
    right: 0;
    top: 25px;
	width: 200px;
	background: none;
}
 .error404 #branding #search  #searchform {
 	top: 0;
	padding: 0;
 }
#topbar {
    background-color: #6EB1D0;
    height: 21px;
    position: relative;
    width: 955px;
	float: left;
}
#breadcrumb span {
	padding-top: 5px;
}
#breadcrumb a:visited, #breadcrumb a:link {
    color: #FFF !important;
	margin-left: 220px;
	font-size: 12px;
}
#breadcrumb a:hover{
	text-decoration: underline;
}
/*###############################################
			GLBALS
################################################*/
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
H1 {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #666644; FONT-SIZE: 20px; FONT-WEIGHT: normal
}
H2 {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #666644; FONT-SIZE: 20px; FONT-WEIGHT: normal
}
H3 {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 12px; FONT-WEIGHT: normal
}
H4 {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 12px; FONT-WEIGHT: normal
}
H5 {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
DT {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
H6 {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
TFOOT {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 12px
}
THEAD {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 12px
}
TD {
	FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 11px; FONT-WEIGHT: normal
}
DIV {
	FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 11px; FONT-WEIGHT: normal
}
P {
	FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 11px; FONT-WEIGHT: normal
}
TH {
	FONT-FAMILY: Tahoma, Arial, Helvetica; COLOR: #003366; FONT-SIZE: 12px; VERTICAL-ALIGN: baseline; FONT-WEIGHT: bold
}
A:link {
	COLOR: #003366; TEXT-DECORATION: none
}
A:visited {
	COLOR: #003366; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #003366; TEXT-DECORATION: none
}
SMALL {
	FONT-SIZE: 8px
}
BIG {
	FONT-SIZE: 14px
}
BLOCKQUOTE {
	FONT-FAMILY: Lucida Console, monospace
}
PRE {
	FONT-FAMILY: Lucida Console, monospace
}
UL LI {
	LIST-STYLE-TYPE: square
}
UL LI LI {
	LIST-STYLE-TYPE: disc
}
UL LI LI LI {
	LIST-STYLE-TYPE: circle
}
OL LI {
	LIST-STYLE-TYPE: decimal
}
OL OL LI {
	LIST-STYLE-TYPE: lower-alpha
}
OL OL OL LI {
	LIST-STYLE-TYPE: lower-roman
}
OL UL LI {
	LIST-STYLE-TYPE: disc
}
HR {
	TEXT-ALIGN: left; HEIGHT: 1pt; COLOR: #696969
}
H1 {
	TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1em; MARGIN-TOP: 1em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; FONT-FAMILY: Arial; MARGIN-BOTTOM: 0.3em; COLOR: #000000; CLEAR: both; FONT-SIZE: 2em; FONT-WEIGHT: bold; PADDING-TOP: 0px
}
H2 {
	TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5em; MARGIN-TOP: 0.8em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; FONT-FAMILY: Arial; MARGIN-BOTTOM: 0.3em; COLOR: #000000; CLEAR: both; FONT-SIZE: 1.5em; FONT-WEIGHT: bold; PADDING-TOP: 0px
}
H3 {
	TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 15px; MARGIN-TOP: 0.7em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; FONT-FAMILY: Arial; MARGIN-BOTTOM: 0.3em; COLOR: #000000; CLEAR: both; FONT-SIZE: 1.3em; FONT-WEIGHT: bold; PADDING-TOP: 0px
}
strong {
	font-weight: bold;
}
UL {
	TEXT-ALIGN: left; FONT-SIZE: 13px
}
UL LI {
	FONT-SIZE: 13px
}
A:link {
	COLOR: #fe413d; TEXT-DECORATION: none
}
A:active {
	COLOR: #fe413d; TEXT-DECORATION: none
}
A:visited {
	COLOR: #fe413d; TEXT-DECORATION: none
}
A:hover {
	COLOR: #fe413d; TEXT-DECORATION: underline
}
A.menu:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #fe413d; TEXT-DECORATION: none
}
A.icon:link {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; COLOR: white; VERTICAL-ALIGN: text-bottom; BORDER-TOP: medium none; BORDER-RIGHT: medium none; TEXT-DECORATION: none
}
A.icon:active {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; COLOR: white; VERTICAL-ALIGN: text-bottom; BORDER-TOP: medium none; BORDER-RIGHT: medium none; TEXT-DECORATION: none
}
A.icon:visited {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; COLOR: white; VERTICAL-ALIGN: text-bottom; BORDER-TOP: medium none; BORDER-RIGHT: medium none; TEXT-DECORATION: none
}
A.icon:hover {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; COLOR: white; VERTICAL-ALIGN: text-bottom; BORDER-TOP: medium none; BORDER-RIGHT: medium none; TEXT-DECORATION: none
}

p {
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 5px;
    padding-bottom: 10px;
    text-align: left;
}
.menu {
	TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Arial; COLOR: #000000; FONT-SIZE: 12px; PADDING-TOP: 0px
}


a.hometext:link, a.hometext:active, a.hometext:visited {
    color: #000000;
    font-size: 12px;
    margin-left: 6px;
    margin-top: 10px;
    text-decoration: none;
}


/* =Menu
-------------------------------------------------------------- */

/*#navcontainer
{
margin-left: 30px;
width: 12em;
border-right: 1px solid #000;
padding: 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}*/

#secondary.leftsidebar #navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}
#secondary.leftsidebar #navcontainer li.first{
	background: url(images/Goagile_menubar_212.gif) no-repeat 0px 0px scroll;
	height: 20px;
}
#secondary.leftsidebar #navcontainer li
{
background-color: #E3E7D9;
margin-top: 1px;

}

#secondary.leftsidebar  #navcontainer li a
{
	display: block;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	height: 20px;
    text-decoration: none;
	width: 100%;


}

html>body #secondary.leftsidebar #navcontainer li a { width: auto; }

#secondary.leftsidebar #navcontainer li a:hover
{
	background-color: #CADEDF;
	text-decoration: underline;
}

#secondary.leftsidebar #navcontainer li li
{
margin-top: 1px;
border-top: 1px solid #FFFFFF;
}

#secondary.leftsidebar #navcontainer li li a
{
	display: block;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	width: 100%;
	margin-top: 1px;
}
#secondary.leftsidebar  #navcontainer .current-menu-item > a,
#secondary.leftsidebar  #navcontainer .current-menu-ancestor > a,
#secondary.leftsidebar  #navcontainer .current_page_item > a,
#secondary.leftsidebar  #navcontainer .current_page_ancestor > a {
	font-weight: bold;
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_archive {
	clear: both;
	float: left;
	width: 33%;
	margin-bottom: 20px;
}
.error404 .widget_tag_cloud {
/*	clear: both;*/
	float: left;
	width: 50%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	/*background: #eee;*/
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

#content .entry-content ul {
	margin: 2px 0 5px 0;
}
.entry-content li {
	list-style-position:inside;
	margin-left: 12px;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	/*margin: -18px 0 0 0;*/
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li{
	padding-left: 5px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
div#secondary .home-widget{
	border: 1px solid silver;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#secondary h3.home-widget-title{
    background: url("images/Goagile_menubar_212.gif") no-repeat scroll 0 0 transparent !important;
    color: #333333;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    padding-left: 5px;
    padding-top: 5px;
    text-transform: capitalize;
	margin: 0px;
}
#secondary .home-widget p{
	padding-left: 5px;
    padding-top: 5px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	/*padding: 0 20px 0 0;*/
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1em;
	padding: 0;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}
#footer #copyright { 
	color: #000;
    display: block;
    position: relative;
    top: 160px;
	font-weight: normal;
	font-size: 14px;
}
/* qTranslate related coding
-------------------------------------------------------------- */
#branding #links #qtranslate-chooser .active {
	display: none;
}