/*
Desktop Olympics overrider
DESCRIPTION: Two-column 760px fixed layout with one sidebar right of content
*/

body {
    min-width:760px;
}
#header {
    position:relative;
}
#branding {
    width:740px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:740px;
    margin:0 auto;
}
#main {
    width:760px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:500px;
    float:left;
}
#content {
    margin:0;
    width:500px;
    overflow:hidden;
}
.main-aside {
    width:240px;
    float:right;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:740px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:240px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:740px;
    margin:0 auto;
}
/* //// Getting the logo in place //// */

div#branding {
	position: relative;
	height:150px;
	padding:0;
	margin-bottom:40px;
}

div#branding {
	position: relative;
}

	div#blog-title {
		width:760px;
		height:150px;
		padding:0;
		margin:0;
	}
	div#blog-title a {
		position:absolute;
		top:20px;
		left:0;
		display:block;
		background:red;
		width:240px;
		height:150px;
		text-indent:-2000px;
		overflow:hidden;
		background:url(http://www.desktopolympics.org/wp/wp-content/themes/thematic/desktopolympics/pix/dologo.gif);
		
	}