/*
Theme Name: 30 Waves
Description: New beta theme for passengerseat.eu
Version: 0.4.2
Author: Francesco Negri
Author URI: http://www.passengerseat.eu
*/

/* COLOURS */
/*
http://www.colourlovers.com/pattern/419838/feelings_of_sadness
http://www.colourlovers.com/palette/757355/stages_of_depression

black leaves #13314F
high wide blue #0D5E9F
FailureToCommunicate #4466EE
this is also fresh #24B5D9
Quacky bluey #AEF7FD
*/

/* BLUEPRINT OVERRIDES */
ul {list-style-type: none; padding: 0;}
a {text-decoration: none;}
textarea {height: 180px;}

p img.alignleft {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.alignright {float:right;margin:1.5em 0 1.5em 1.5em;}

/* GLOBAL DEFS */
h2, h6 {color: #0D5E9F; font-size: 1em; font-weight: bold; margin: 0 0 0.2em 0;}

a {color: #13314F;}
a:hover {color: #13314F; background:#AEF7FD;}

.alignleft {float: left}
.alignright {float: right}


/* HEADER */
#headerimg {background: transparent url('images/garibaldi.jpg') no-repeat bottom; margin-bottom: 1em; height: 210px;}
h1{font-family: 'Otari-Bold-LimitedRegular',Arial,sans-serif; color: #13314F;}
/*h1{background: rgba(255,255,255,0.3);}*/
/*#headerimg h1 {font-family: Georgia,Times,"Times New Roman",serif;}*/
h1 a, h1 a:hover {color: #13314F; background: transparent;}
.description {color: #0D5E9F; line-height: 4em; text-align: right;}

/* POSTS */
div.entry  {-moz-border-radius: 10px; -webkit-border-radius: 10px;
		background: #EFEFEF; padding: 15px; margin: 8px 0 16px 0;}
.posted_date {color: #fff; background: #24B5D9; font-size: 1em;
				display: inline; padding: 0 5px; margin: 0 0 0 10px;}
.subject {font-size: 2em; line-height: 24px; font-weight: bold; margin-bottom: 0.2em;}
a.expand{color: #fff; background: #acacac; text-align: center; font-size: 1em;
		float:right; width:20px; height: 20px; line-height: 20px;
		margin: 0 10px 0 0;
		-moz-border-radius: 10px; -webkit-border-radius: 10px;}
a.expand:hover {background: #e00000; font-size: 1.3em;}

div.entry ul {list-style-type: disc; padding: 0 0 0 15px;}

/* COMMENTS */
.commentlist {margin: 20px 0}
.comment cite {color: #fff; background: #24B5D9; font-size: 1em;
				float: left; display: inline; padding: 0 5px; margin: 0 10px;}
.comment cite a, .comment cite a:hover {color: #fff; background: #24B5D9;}
.posted_date {color: #fff; background: #24B5D9; font-size: 1em;
				display: inline; padding: 0 5px; margin: 0 0 0 10px;}
.comment_text {color:#efefef; background: #13314F;
				padding: 10px 15px; margin: 5px 0 15px 0;
				-moz-border-radius: 10px; -webkit-border-radius: 10px;}
.comment_text a {color:#fff;}
.comment_text a:hover {color: #13314F; background:#AEF7FD;}
.bypostauthor .comment_text {color: #222; background: #EFEFEF;}
.comment_text p {margin: 0; padding: 0;}

/* LEFT SIDEBAR */
#sidebar li li:before {content: '.'}

/* RIGHT SIDEBAR */
#sidebar2 li {margin: 0 0 8px 0;}

/* FOOTER */
#credits{text-align: center; margin: 50px 0 20px 0;}
#credits small, #credits a {color: #13314F; background: transparent;}


