/*
Theme for Project Happiness
design and template by Dan Milas (dan.milas@gmail.com - www.danmilas.eu)


Theme Name: Project Happiness
Description: The default WordPress theme for Project Happiness weblog.
Version: 1.0
Author: Dan Milas
Author URI: http://wwww.danmilas.eu
*/


/***************** GENERAL ***************/
* {
    margin: 0;
    padding: 0;
}

body {
	font-size: 12pt; /* Resets 1em to 10px */
	font-family: Georgia, MS Serif, Serif;
	color: #333;
	background: #ef7623 url('images/lotus.jpg') center top repeat-x;
    
}


#header {
    overflow: auto;
    width: 900px;
    height: 150px;
    margin: 0 auto;
    background: #fff;
}
#logo {
	margin: 30px 0 0 20px;
}
#previous-site {
	display: block;
	float: right;
	width: 100px;
	margin: 0 40px 0 0;
	text-align: center;
}
	#previous-site a {
		text-decoration: none;
		line-height: .9;
		color: #555;
		font-family: Myriad Pro, Gill Sans, sans-serif;
	}
	#previous-site p+p {
		margin: 5px 0 0 0;
	}
#wrapper {
    background: #fff;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
#main-nav {
    margin: 0 0 20px 0;
}
#menu {
    margin: 0 auto;
    text-align: center;
}

.narrowcolumn {
	float: left;
	padding: 20px 0 20px 20px;
	margin: 0;
	width: 500px;
	background: #fff;
}
.widecolumn {
	padding: 20px;
	margin: 0;
	width: 840px;
	background: #fff;
	line-height: 1.5;
}
    .widecolumn p+p {
        margin-top: 1em;
    }
#sidebar
{
    background: #fff;
	padding: 20px 20px 20px 0;
	width: 330px;
	float: right;
}
#content .edit {
    margin: 3px 0;
    font-size: 12px;
}
    #content .edit a {
        background: #f00;
        color: #fff;
        padding: 1px 3px;
    }
    #content .edit a:hover {
        background: #6f0;
        color: #000;
        text-decoration: none;
    }









/***************** POST ***************/
.post {
	margin: 0 0 20px 0;
    font-family: 'Georgia', Verdana, Arial, Sans-Serif;
}
    .post + .post {
        margin-top: 40px;
    }












/***************** ENTRY ***************/
.entry {
    overflow: auto;
	background: #dbeef4;
	padding: 5px;
}
.entry-firstrow {
    overflow: auto;
    margin: 0 0 5px 0;
}
    .entry-firstrow .left {
        width: 60px;
        float: left;
    }
    .entry-firstrow .right {
		width: 400px;
        float: left;
		margin: 0 0 0 30px;
    }
.entry-date {
    background: #edefe4;
    font-family: Georgia, Serif;
    font-size: 14px;
    font-weight: bold;
    width: 60px;
    padding: 3px;
    color: #aaa;
    text-align: center;
}
	.entry-date .author {
		font-family: sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #555;
	}
.entry-title {
    font-family: sans-serif;
    font-size: 18pt;
}
#content .entry-title a {
    color: #333;
    text-decoration: none;
}
.entry-author {
    font-size: 8pt;
	font-weight: bold;
    color: #000;
}
    #content .entry-author a {
        color: #933;
    }
    .entry-author a:hover {
        color: #f60;
    }
.entry-comments {
    font-size: 8pt;
}
    #content .entry-comments a {
        color: #933;
    }
.entry-content {
    font-family: Georgia, Serif;
    font-size: 10pt;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.2;
}
	.entry-content img {
	    border: 1px solid #4f78a6;
	}
	.entry-content p+p {
		margin-top: 1em;
	}
	.entry-content h3 {
		margin: 2em 0 1em 0;
	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
/*END #page*/








/* #CONTENT */
#content a {
    color: #0070c0;
    text-decoration: none;
}
#content a:hover {
    color: #f50;
    text-decoration: underline;
}
#content h2 a, h2 a:visited {
    color: #0070c0;
}
#content h2 {
    color: #555;
    font-size: 16pt;
	margin: 15px 0 5px 0;
}
.navigation {
    overflow: auto;
    margin: 0 0 5px 0;
}










/*#HEADER*/
#menu {

    padding: 10px 0 0 0;
    border-bottom: 5px solid #0070c0;
	overflow: auto;
	text-align: center;

}
#menu li {
    list-style: none;
    display: block;
	float: left;

}
#menu li+li {
    margin-left: 3px;
}
#menu a {
    color: #777;
    overflow: auto;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 18pt;
    text-decoration: none;
}
#menu a:hover {
    color: #f60;
}
#menu .b-about {
	width: 103px;
	height: 40px;
	background: url('images/b-about-n.gif') left top no-repeat;
}
#menu .b-movement {
	width: 160px;
	height: 40px;
	background: url('images/b-movement-n.gif') left top no-repeat;
}
#menu .b-documentary {
	width: 199px;
	height: 40px;
	background: url('images/b-documentary-n.gif') left top no-repeat;
}
	#menu .b-documentary img {margin: 5px 0 0 0;}
#menu .b-education {
	width: 140px;
	height: 40px;
	background: url('images/b-education-n.gif') left top no-repeat;
}
#menu .b-contact {
	width: 160px;
	height: 40px;
	background: url('images/b-contact-n.gif') left top no-repeat;
}

#menu .b-about:hover {background: url('images/b-about-o.gif');}
#menu .b-movement:hover {background: url('images/b-movement-o.gif');}
#menu .b-documentary:hover {background: url('images/b-documentary-o.gif');}
#menu .b-education:hover {background: url('images/b-education-o.gif');}
#menu .b-contact:hover {background: url('images/b-contact-o.gif');}

#menu .c-about {background: url('images/b-about-o.gif');}
#menu .c-movement {background: url('images/b-movement-o.gif');}
#menu .c-documentary {background: url('images/b-documentary-o.gif');}
#menu .c-education {background: url('images/b-education-o.gif');}
#menu .c-contact {background: url('images/b-contact-o.gif');}




#blogdescription {
    color: #ae4f2f;
    margin: 10px 20px;
    font-family: georgia;
    font-size: 15pt;
    font-style: italic;
}
/*END #header*/



/*#SIDEBAR*/
#sidebar a {
    color: #f90;
    text-decoration: none;
}
#sidebar a:hover {
    color: #f50;
    text-decoration: underline;
}
#sidebar h2 {
    font-family: Georgia, serif;
    font-weight: bold;
	font-size: 22pt;
	color: #f60;
    padding: 5px 0 5px 10px;
    margin: 0 0 10px 0;
}
.sidebar-header {
    background: url('images/header_back.gif') center center no-repeat;
    text-align: center;
}
    .sidebar-header img {
        color: #000;
        font-weight: normal;
    }
#sidebar h3 {
    font-family: "trebuchet ms", trebuchet, helvetica, sans-serif;
    font-weight: lighter;
	font-size: 14pt;
	color: #555;
    border-bottom: 5px solid #888;
    padding: 5px 0;
    margin: 0 auto 10px auto;
    width: 90%;
    
}
#sidebar .box {
    margin-bottom: 40px;
}
#sidebar .newsletter {
    text-align: center;
    color: #555;
}
    #sidebar .newsletter input {
        font-size: 12pt;
        width: 12em;
        margin: 0 auto 5px auto;
        color: #555;
    }
    #sidebar .newsletter .submit {
        background: #f60;
        color: #fff;
        font-family: Georgia, serif;
        font-size: 12pt;
        font-weight: bold;
        width: 150px;
        padding: 5px;
        border: none;
    }
#sidebar ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	padding: 0;
}
    #sidebar ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 15px;
    }
    #sidebar ul ul li:before {
    	content: "»";
    }
    #sidebar ul p, #sidebar ul select {
    	margin: 5px 0 8px;
    }
    #sidebar ul ul ul {
    	margin: 0 0 0 10px;
    }
    #sidebar ul ol li {
    	list-style: decimal outside;
    }
    #sidebar ul ul li {
    	margin: 3px 0 0;
    	padding: 0;
    }
#sidebar form {
    margin: 0;
}



#sidebar .cat-list {
	font-family: Myriad Pro, Gill Sans, sans-serif;
	font-size: 10pt;
}
#sidebar .cat-list h2 {
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}
#sidebar .cat-list li {
	list-style: none;
	margin: 0 0 20px 0;
} 
#sidebar .cat-list ul li {
	margin: 0 0 0 25px;
	color: #f50;
	list-style: circle;
}
#sidebar .cat-list a {
	color: #000;
}
#sidebar .cat-list a:hover {
	color: #f50;
}
/*END #sidebar*/



/* #newsletter */
.newsletterTextInput{ width:120px; }

.newsletterContainer{ width:100%; }

.success {
	background: #CFEBF7;
	border: 1px solid #2580B2;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
}

.error, .success {
	margin: 3px 0px;
	padding: 2px;
}2
/* END #newsletter */














.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "»";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/






/*#FOOTER*/
#footerwrapper {
    width: 100%;
    overflow: auto;
    padding: 40px 0 100px 0;
}



#footer {
	clear: both;
	padding: 0 20px;
	overflow: auto;
	width: 860px;
    margin: 0 auto;
    
	color: #fff;
    font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
    line-height: 16pt;
}
#footer h5 {
    color: #7a1f00;
    font-family: "trebuchet ms", trebuchet, helvetica,s ans-serif;
    font-size: 12pt;
    word-spacing: 2px;
    margin: 0 0 15px 0;
}
#footer a {
    color: #000;
}
#footer a:hover {
    color: #069;
}




#archives {
    width: 200px;
    float: left;
    min-height: 100px;
    padding: 0 30px 0 0;
}
#archives ul {
    list-style: circle;
    margin-left: 25px;
}



#shopify {
    width: 200px;
    float: left;
    border-left: 4px dotted #fc9;
    border-right: 4px dotted #fc9;
    min-height: 100px;
    padding: 0 30px;
}
#shopify h5 {
    padding: 0 0 0 20px;
    background: url('images/shop.gif') left no-repeat;
}


#copywriting {
    text-align: center;    
    font-size: 10px;
}


#register {
    list-style: none;
}
/*END #footer*/