/*
* NEO
* Copyright 2012, Chris Bruckmair bocs-media UG(haftungsbeschränkt)
* www.bocs-media.de
* 7/25/2012
*/

/* Small Laptops & Desktops ----------- */
@media screen and (min-width: 750px)
and (max-width: 960px) {
/* Styles */
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height:150px;
	max-height: 150px;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 0px;
	z-index:999;
	-moz-box-shadow: -2px -2px 5px #000000;
	-webkit-box-shadow: -2px -2px 5px #000000;
	box-shadow: -2px -2px 5px #000000;
}

#header img {
	height:120px; 
	width: auto;
}
#fp-blog {
	position: relative;
	left: 800px;
	float: left;
	top: 300px;
	height: auto;
}

.title-frontpage p {
	width: auto;
	min-width: 300px;
	max-width: 740px;
}

#socials {display: none;}


/* --------- NAVIGATION ------------------ */
#menu {
	position: absolute;
	width: 740px;
	left: 595px;
	top: 60px;
}
#menu select {
  display: block;
}

select  {min-width: 600px;}

/*First Level List */				
#menu ul{width: 250px;height: 0px;
	display: none;}

	
}



/* Mobile Devices / Very Small Laptops & Netbooks ----------- */
@media screen and (max-width: 750px) {
/* Styles */
#menu select {
  display: block;
}

#header {
	position: absolute;
	display:none:
	left: 0px;
	top: 0px;
	min-height:150px;
	max-height: 150px;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 0px;
	z-index:999;
	-moz-box-shadow: -2px -2px 5px #000000;
	-webkit-box-shadow: -2px -2px 5px #000000;
	box-shadow: -2px -2px 5px #000000;
}

#header img {
	height:120px; 
	width: auto;
}

#socials {display: none;}

#sidebar-wrapper {display: none;}

.page-title {
	max-width: 475px;
	
}
#container {
	width: 475px;
}
#map {
	overflow:hidden;
}
#fp-blog {
	position: relative;
	left: 800px;
	float: left;
	top: 300px;
	height: auto;
}

.title-frontpage p {
	width: auto;
	min-width: 300px;
	max-width: 475px;
}


/* --------- NAVIGATION ------------------ */
#menu {
	position: absolute;
	width: 740px;
	left: 331px;
	top: 60px;
}

select  {min-width: 600px;}



/*First Level List */				
#menu ul{width: 250px;height: 0px;
	display: none;}
	
/* --------- Portfolio ------------------ */
#portfolio-content {
	position: relative;
	height: auto;
	width: 500px;
}

.portfolio2-block {
	height: 180px;
	width: 228px;
}
.portfolio2-details{;
	margin-top: 75px;
}	

.portfolio3-block {
	height: 145px;
	width: 145px;
}
.portfolio3-details{;
	margin-top: 50px;
}	

/* --------- Single Post ------------------ */
.page-title-post {
	top: 119px;
	width: auto;
	max-width: 475px;
	left: 27px;
}
#container-post {
	width: 475px;
}
#thumb-full { 
	width:475px; 
	overflow:hidden;
	margin-bottom: 20px;
}
#comments-wrapper {
	width: 505px;
	padding-left: 10px;
}

/* --------- Columns ------------------ */

.one_half{ width:100%; }

.one_third{ width:100%; }

.two_third{ width:100%; }

.one_fourth{ width:100%; }

.three_fourth{ width:100%; }

	
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
html,body {width: 320px; margin: 0px; padding: 0px;}

#socials {display: none;}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height:150px;
	max-height: 150px;
	width: 320px;
	background-color: rgba(255,255,255,0.5);
	padding: 0px;
	margin:0px;
	z-index:999;
	-moz-box-shadow: -2px -2px 5px #000000;
	-webkit-box-shadow: -2px -2px 5px #000000;
	box-shadow: -2px -2px 5px #000000;
}

#header img {
	height:120px; 
	width: auto;	
}
#wrapper {
	width: 280px;
	padding: 20px;
	background-color: #CC3;
}

#sidebar-wrapper {display: none;}

.page-title {
	max-width: 280px;
	left:0px;
	
}
#container {
	width: 280px;
	left: 0px;
}
#container-small {
	width: 280px;
	left: 0px;
}

#fp-blog {
	display:none;
}

.title-frontpage p {
	width: auto;
	min-width: 260px;
	max-width: 260px;
}



/* --------- NAVIGATION ------------------ */
#menu {
	position: absolute;
	width: 150px;
	left: 45px;
	top: 155px;
}

select  {width:150px;}

/*First Level List */				
#menu ul{;
	display: none;}
	
/* --------- Portfolio & Blog ------------------ */
#portfolio-content {
	position: relative;
	height: auto;
	width: 280px;
}

.portfolio2-block {
	height: 180px;
	width: 280px;
}
.portfolio2-details{;
	margin-top: 75px;
}	

.portfolio3-block {
	height: 180px;
	width: 280px;
}
.portfolio3-block img {
	width:280px;
	height: auto;
}
.portfolio3-details{
	margin-top: 75px;
}	
.blog-block {
	height:auto;
	width: 280px;
}
.blog-block img {
	height:auto;
	width: 280px;
}

/* --------- Single Post ------------------ */
.page-title-post {
	top: 119px;
	width: auto;
	max-width: 475px;
	left: 0px;
	font-size:14px;
	line-height: 16px;
}
#container-post {
	width: 280px;
	left:0px;
}
#thumb-full { 
	width:280px;
	height: auto; 
	overflow:hidden;
	margin-bottom: 20px;
}
#thumb-full img{ 
	width:280px;
	height: auto; 
}
#comments-wrapper {
	width: 310px;
	padding-left: 10px;
}
#comment-notes {
	max-width: 280px;
}
.custom-bgrd {max-width:320px;}
#comments-box {
	width: 280px;
}
#comment {width: 255px;}

/* --------- Columns ------------------ */

.one_half{ width:100%; }

.one_third{ width:100%; }

.two_third{ width:100%; }

.one_fourth{ width:100%; }

.three_fourth{ width:100%; }




}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height:150px;
	max-height: 150px;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 0px;
	z-index:999;
	-moz-box-shadow: -2px -2px 5px #000000;
	-webkit-box-shadow: -2px -2px 5px #000000;
	box-shadow: -2px -2px 5px #000000;
}

#socials {display: none;}

#header img {
	height:120px; 
	width: auto;
}
#fp-blog {
	position: relative;
	left: 800px;
	float: left;
	top: 300px;
	height: auto;
}

.title-frontpage p {
	width: auto;
	min-width: 300px;
	max-width: 740px;
}
#map {
	overflow:hidden;
}



/* --------- NAVIGATION ------------------ */
#menu {
	position: absolute;
	width: 740px;
	left: 500px;
	top: 60px;
}
#menu select {
  display: block;
}

select  {min-width: 600px;}

/*First Level List */				
#menu ul{width: 250px;height: 0px;
	display: none;}

/* --------- Portfolio ------------------ */
#portfolio-content {
	position: relative;
	height: auto;
	width: 500px;
}

.portfolio2-block {
	height: 180px;
	width: 228px;
}
.portfolio2-details{;
	margin-top: 75px;
}	

.portfolio3-block {
	height: 145px;
	width: 145px;
}
.portfolio3-details{;
	margin-top: 50px;
}	

/* --------- Single Post ------------------ */
.page-title-post {
	top: 119px;
	width: auto;
	max-width: 475px;
	left: 27px;
}
#container-post {
	width: 475px;
}
#thumb-full { 
	width:475px; 
	overflow:hidden;
	margin-bottom: 20px;
}
#comments-wrapper {
	width: 505px;
	padding-left: 10px;
}

/* --------- Columns ------------------ */

.one_half{ width:100%; }

.one_third{ width:100%; }

.two_third{ width:100%; }

.one_fourth{ width:100%; }

.three_fourth{ width:100%; }

#sidebar-wrapper {display: none;}

.page-title {
	max-width: 475px;
	
}
#container {
	width: 475px;
}
#fp-blog {
	position: relative;
	left: 800px;
	float: left;
	top: 300px;
	height: auto;
}

.title-frontpage p {
	width: auto;
	min-width: 300px;
	max-width: 475px;
}

	
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
	
	
}
}

	


