/*
Theme Name: ATWTP
Description: All the way to Paris v.2
Author: ATWTP
Version: 2.0
*/

body, body * {
/*	border: 1px #000 solid;*/
}

a {
	    font-family: inherit;
	    font-size: inherit;
	    color: inherit;
		color: #000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	#wrapper a:visited {
		color: #000;
	}

body {
    background: #fff;
	font: 0.7em/1.3em Courier, "Courier New";
	color: #000;
}

p {
	margin: 0 0 1.2em;
}

h2 {
/*	border: 1px #000 solid;*/
	width: 100%;
}

.entry {
	margin: 0;
	clear: both;
	float: left;
	width: auto;
}

.current-year a, .current-cat a, .current-page a, .current-post a, .current_page_item a {
	text-decoration: underline;
}

#floatingMenu {
		position: fixed;
		z-index: 30;
/*		left: 45%;*/
		left: 599px;
		top: 100px;
		width: 360px;
		text-align: center;
		text-transform: uppercase;
		font: bold 1.1em/1.3em Helvetica, Arial, sans-serif;
/*		background: #fff;*/
	}
	#floatingMenu blockquote {
		display: block;
		clear: both;
		width: 80%;
		margin: 2.2em auto 0;
		text-transform: uppercase;
	}
	#floatingMenu ul {
			display: block;
			list-style: none;
			margin: 1.1em 0 0;
		}
		#floatingMenu li {
				display: inline;
			}
			#floatingMenu ul.sub {
				clear: both;
				margin: 2.5em 0 0;
			}

.indexView {
	float: left;
	width: 270px;
	margin-right: 26px;
}
.indexView, .indexView ol {
		color: #0000ff;
	}
	.indexView ol {
		margin-bottom: 2em;
	}
	.indexView span {
		text-decoration: underline;
	}
	.indexView a {
		color: #0000ff;
	}

#wrapper {
	width: 998px;
	margin: 60px 26px 26px;
}

.post {
	width: 100%;
	margin: 0;
	margin-bottom: 250px;
	clear: both;
}

.post-pictures {
		float: left;
	}
	.post-pictures p {
		float: left;
		clear: both;
		margin-bottom: 0.8em;
	}
	.post-pictures a {
/*		border: 3px yellow solid;*/
		float: left;
		height: auto;
	}
	.post-pictures img {
			clear: both;
		}

.post-text-top-spacing {
	clear: none;
	width: 100px;
	height: 24em;
/*	background: red;*/
	position: relative;
}

.post-text-content {
	float: right;
	width: 270px;
	text-align: left;
}

.cleared {
	margin: 0 0 0 800px;
	clear: both;
}

.post h2 {
	margin: 0;
}

h1, h2 {
		font-weight: normal;
		margin-bottom: 1em;
	}
	h1 a, h2 a, h1 span, h2 span {
		text-decoration: underline;
	}
   
   /* global styles */
   .uppercase {
       text-transform: uppercase;
   }
   .lowercase {
       text-transform: lowercase;
   }



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
