/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Marion
Template: thematic
Version: 1.0

.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
/*@import url('../thematic/library/styles/images.css');*/

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');  
 
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/**
 * Container & Content tweak
 */
#container {
	width: 960px;
}
#content {
	width: 960px;
	margin: 0;
}

.sf-menu {
display:block;
	font-size:12px;
}
.sf-menu a:link {
	color:#662d91;
	font-size:12px;
}

.sf-menu a:visited {
	color:#662d91;;
	font-size:12px;
}

.sf-menu a:hover {
	text-decoration: underline;
	font-size:12px;
}

.sf-menu a:active {
	text-decoration: none;
	font-size:12px;
}

#connect_widget {
	position: relative;
}
#Head iframe {
	position: absolute;
	height: 20px;
	width: 50px;
}
#fb_logo {
	position: absolute;
	width: 105px;
	height: 70px;
	z-index: 100;
	margin-top: -40px;
}
#fb_logo a {
	display: block;

}
#fb_like {
	position: absolute;
	width: 105px;
	height: 70px;
	z-index: 100;
	margin-top: -40px;
	margin-left:100px;
}
.lang-select {
}
.lang-select ul {
    float: right;
    margin: -55px 0 0;
}
.lang-select ul li {
    float: right;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 15px;
}
.lang-select ul li a {
	text-decoration: none;
}

