/*
Theme Name: makingsense
Theme URI: http://www.worldaccent.com/blog
Description: Theme for Making Sense language and translation blog
Author: Jon
Author URI: http://www.worldaccent.com/
Template: thematic
Version: 1.0

This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/
 
@import url('../thematic/style.css');
 
a:link {
    color: #723883; 
}
a:visited {
    color: #a785b3; 
}

#header {
    z-index: 99;
	margin:0 auto;
	border:none;
	background: #ffb548;
}

#branding {
	padding: 0;
}

#blog-title a {
	background:url(images/header-top.jpg) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 940px;
	height: 265px;
}


#wrapper {
	background: #ffb548;
}



#main {
	background: #ffffff;
}


.widgettitle {
	color: #723883; 
}


#main {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#main_top {
    background: url(images/main_top.png) top left no-repeat;
    width: 940px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#main_bottom {
    background: url(images/main_bottom.png) top left no-repeat;
    width: 940px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#main {
    background: url(images/main_bg.gif) top left repeat-y;
    clear: both;
    padding: 0px 0 0px 0;
}

#container {
	margin-left:10px;
}

.main-aside {
    width:290px;
    float:right;
    position:relative;
    right:20px;
}

/* 


#access {
	background:url(images/vertical-fader.jpg) no-repeat top center;
	display:block;
	width: 1000px;
	height: 10px;
}

#wrapper {
	margin:0 auto;
	border:none;
	background: #ffb548;
}



#container {
	background: #efeaf2;
}

.hentry {
	background: #ffffff;
}
*/

