body {
	-webkit-font-smoothing: antialiased;
	/*base width: 1280px;*/
	background-repeat: repeat;
	background-image: url(../images/pattern8-pattern-5f.png);
	background-color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size :62.5%;
	color: #645949;
}

body a, body a:visited {
	color: #3779A0;
	text-decoration: none;
}

body a:hover {
	color: #645949;
}

#main {
	width: 87.89%; /*1125px*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-right: 5%;
	margin-left: 5%;
}

#titlelogo {
	float: right;
	text-align: right;
	font-size: 6.4em;
}

#titlelogo a {
	color: #3779A0;
	text-decoration: none;
}

img {
    border: none;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	max-width: 100%;
}

#menu {
	/*width: 57.78%;*/ /*650px*/
	z-index: 1;
	top: 1em;
	position: relative;
	float: left;
	font-size: 2.4em;
	right: 0.44%;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu li {
	/*background-color: rgb(250, 250, 255);*/ /*For Non-CSS3 Browsers*/
	/*background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
	margin: 0px;
	float: left;
	padding-right: 1em;
	margin-left: 5px;
	height: 1.5em;
	padding-top: 0.3em;
}

#menu li:hover{
	/*background-color: rgb(255, 255, 255);*/ /*For Non-CSS3 Browsers*/
	/*background-color: rgba(255, 255, 255, 1.0);*/
}
	
#menu li a {
	margin-left: 1em;
	color: #645949;
	text-decoration: none;
}	
	
#menu li a:hover {
	color: #3779A0;
}
	
#content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width: 88%;/*990px*/
	top: 48px;
	position: relative;
	background-color: rgb(245, 245, 255); /*For Non-CSS3 Browsers*/
	background-color: rgba(255, 255, 255, 0.6);
	padding-top: 3%;
	padding-bottom: 10px;
	clear: left;
}

#links {
	z-index: 1;
	clear: right;
	float: right;
	position: relative;
	text-align: right;
	font-size: 1.6em;
}

#links ul {
	list-style-type: none;
}

#links li a {
	color: #645949;
	text-decoration: none;
}

#links li a:hover {
	color: #3779A0;
}

.post {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 93.93%; /*930px*/
	padding-bottom: 10px;
	clear: left;
	text-align: justify;
	font-size: 1.6em;
	margin-bottom: 10px;
	margin-left: 3%;
	background-color: rgb(255, 255, 255); /*For Non-CSS3 Browsers*/
	background-color: rgba(255, 255, 255, 0.8);
}

.post a, .post a:visited {
	color: #3779A0;
	text-decoration: none;
}

.post a:hover {
	color: #645949;
}

.post h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.postContent {
	width: 97.85%;/*920px*/
	padding-top: 1px;
	padding-left: 5px;
}

.dateposted {
	font-weight: bold;
	text-align: left;
	font-size: xx-small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.dateposted a {
	color: #3779A0;
	text-decoration: none;
}

.dateposted a:hover {
	color: black;
}

.comments {
	float: right;
	position: relative;
	text-align: right;
	font-weight: bold;
	font-size: 0.5em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.comment {
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	clear: left;
	text-align: justify;
	font-size: 1.2em;
	margin-left: 2%;
	margin-right: 2%;
	background-color: rgb(255, 255, 255); /*For Non-CSS3 Browsers*/
	background-color: rgba(255, 255, 255, 0.8);
}

.commentContent {
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.pages {
	text-align: center;
	font-size: 1.6em;
}

.pages a {
	color: #645949;
}

.pages a:hover, .pages a:visited {
	color: #3779A0;
}

.long_text{
	word-wrap: break-word;
	word-break: break-strict;
}

@media screen and (max-width: 600px) {
	#content {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		width: 100%;/*990px*/
		top: 88px;
		position: relative;
		background-color: rgb(245, 245, 255); /*For Non-CSS3 Browsers*/
		background-color: rgba(255, 255, 255, 0.6);
		padding-bottom: 10px;
	}
	
	#titlelogo {
		width: auto;
		text-align: center;
		font-size: 5.8em;
	}
	
	#links {
		display: none;
		/*z-index: 1;
		clear: right;
		float: right;
		position: relative;
		text-align: right;
		font-size: 1.2em;*/
	}
	
	#menu {
		/*width: 57.78%;*/ /*650px*/
		z-index: 1;
		top: 2.0em;
		position: relative;
		float: none;
		text-align: left;
		font-size: 1.4em;
		font-weight: bolder;
	}
	
	#menu li {
		/*background-color: rgb(250, 250, 255);*/ /*For Non-CSS3 Browsers*/
		/*background-color: rgba(255, 255, 255, 0.8);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
		margin: 0px;
		float: left;
		height: 0.9em;
		padding-top: 0.3em;
		padding-right: 0.4em;
	}
}

@media screen and (max-width: 480px) {
	#main {
		width: auto; /*1125px*/
		font-family: Helvetica, Verdana, Arial, sans-serif;
		position: relative;
		margin-right: 0%;
		margin-left: 0%;
	}
	
	#content {
		width: 100%;/*990px*/
		top: 25px;
		position: relative;
		background-color: rgb(245, 245, 255); /*For Non-CSS3 Browsers*/
		background-color: rgba(255, 255, 255, 0.6);
		padding-top: 10px;
		padding-bottom: 10px;
		clear: left;
	}
	
	#titlelogo {
		width: 100%;
		text-align: center;
	}
	
	#links {
		display: none;
	}
	
	#menu {
		width: 100%;
		text-align: center;
		position: relative;
		left: -5px;
		top: 5px;
	}
	
	#menu li {
		padding-right: 0.0em;
	}
	
	.post {
		font-size: 1.3em;
		margin-left: 3%;
	}
	
	.postContent {
		width: 96.42%;/*920px*/
	}
}
 
/* Landscape */
@media screen and (min-width: 321px)
{
	#menu {
		width: auto;
		position: relative;
		left: 50px;
	}
}