/*
Theme Name: Duo Fusion
Theme URI: http://www.duo-fusion.com
Description: CMS theme for Wordpress.  Very loosely based on CMS 2: http://www.bos89.nl/
Version: 0.1
Author: William Albritton
Datum: February 21, 2010
*/

/*
 * This section has been generated by fontsquirrel.com and is based on the work of Paul Irish. 
* 
*/

@font-face {
	font-family: 'YanoneKaffeesatzThin';
	src: url('fontsquirrel/YanoneKaffeesatz-Thin.eot');
	src: local('Yanone Kaffeesatz Thin'), local('YanoneKaffeesatz-Thin'), url('fontsquirrel/YanoneKaffeesatz-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'YanoneKaffeesatzBold';
	src: url('fontsquirrel/YanoneKaffeesatz-Bold.eot');
	src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'), url('fontsquirrel/YanoneKaffeesatz-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'YanoneKaffeesatzRegular';
	src: url('fontsquirrel/YanoneKaffeesatz-Regular.eot');
	src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('fontsquirrel/YanoneKaffeesatz-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'YanoneKaffeesatzLight';
	src: url('fontsquirrel/YanoneKaffeesatz-Light.eot');
	src: local('Yanone Kaffeesatz Light'), local('YanoneKaffeesatz-Light'), url('fontsquirrel/YanoneKaffeesatz-Light.otf') format('opentype');
}






/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 24px; 
  line-height: 42px;
}

h2 {
	color: #AA4209;
	font-size: 25px;
	font-family: 'YanoneKaffeesatzBold', sans-serif;
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: #333 url(img/wallpaper-tile.jpg) repeat;
        font: 17px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 969px;
	margin: 20px auto 10px;
	background: url(img/main.jpg) repeat-y top left;
}

#main {
       min-height: 600px;
}

#content {
	width: 700px;
	padding: 10px 20px 0;
	float: right;
	margin-right: 10px;
}

#post-2 img{
	display: block;
	margin: 0 auto;
}

.narrowcolumn {
	margin-left: 5px;
	margin-right: 10px;
}

.aligncenter{
	margin: auto;
	text-align: center;
}

a {
	color: #65267F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(img/header.jpg) no-repeat bottom left;
	height: 157px;
	padding-top: 0px;
}


#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 33px;
	width:  217px;
}


/* Slogan */

#slogan {
	display:none;
}

/* MENU */

#menu {
	float: left;
	width: 170px;
	min-height: 400px;
	padding: 10px 20px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
}

#menu ul ul li {
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 8px 5px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #c7bf91;
	font-size: 28px;
	font-family: 'YanoneKaffeesatzRegular', sans-serif;
	text-shadow: 0px 2px 3px #555;

}

#menu li a:hover {
	color: #fff;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #fff;
	border-top: 1px solid #ccc;
}


hr {
	margin-bottom: 15px;
}

#images {
	width: 115px;
  position: relative;
  top: 70px;
}
/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#content h2{
	color: #AA4209;
	font-size: 28px;
	font-family: 'YanoneKaffeesatzBold', sans-serif;
}



#content p strong{
	color: #AA4209;
	font-size: 24px;
	font-family: 'YanoneKaffeesatzRegular', sans-serif;
}

#content ol {
	padding-left: 15px;
}


.post strong{
	color: #AA4209;
	font-size: 26px;
	font-family: 'YanoneKaffeesatzRegular', sans-serif;
}


.post ul {
	padding-left: 0px;
	margin-left: 0px;
}


.post li {
	list-style: none;	
	padding-left: 0px;
	margin-left: 0px;
}


.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 10px 20px 1px;
	clear: both;
  background: url(img/footer.jpg) no-repeat bottom left;
  text-align: right;
}

#footer p {
	font-size: 70%;
}

