/*
Theme Name:	vassilikos_v2 Theme
Theme URI: 	http://www.runaway.gr
Description: 	Custom child theme for Titan.
Version: 2
Author:		Yannis Baritakis
Author URI:	http://www.runaway.gr
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/css/undo.css");
@import url("../titan/css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

/* Logo
-----------------------------------------------------------*/

div#title-logo {
  float: left;
  padding: 24px 0 16px;
	}

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar .entry.page { width: 900px; }

body.left-sidebar #sidebar { float: left; }
body.left-sidebar #content { float: right; }

.wp-forecast-curr-head {
	display: none !important;
}
.wp-forecast-curr-block div {
	font-size: 1.2em;
}
.wp-forecast-curr-details div {
	font-size: 1.2em;
}
#wpfbmA, #wpfblA {
	color: #4265A7;
	font-size: 1.2em;	
}

.wp-forecast-fc-oneday {
	border-bottom: 1px solid gray;
	font-size: 1.2em;	
}
.wp-forecast-fc-head {
	font-size: 1.2em;
}

a {
	text-decoration: underline !important;
}

#navigation a {
	text-decoration: none !important;
}

#sub-page-menu {
	margin-bottom: 1.4em;
	font-size: 1.1em;
}

.widget_subpages {
	padding: 1px 14px 9px 14px;
	background-color: #e6dcca;
	margin-right: 7px;
	border-top: 6px solid #ffad00;
}

#sub-page-menu h2.widgettitle {
	border-bottom: 1px solid #cbc7c7;
	margin-top: 15px;
}

.label_note {
	font-style: italic;
	font-size: smaller;
}