#wrapper {
	width: 100%;
	min-width: 1000px;
}

/* Header
-----------------------------------------------------------------------------*/
#header { /* height: 150px; */
	/* background: rgb(243, 162, 88);*/
	width: 100%;
	margin: auto;
	border-bottom: 2px solid #333;
	padding: 10px;
}

#myPageTitle {
	margin-top: 50px;
	margin-left: 130px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}

#middle:after {
	content: '';
	clear: both;
	display: table;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content { /* padding: 0 270px 0 0; */
	width: 96%;
	height: 100%;
	margin: auto;
	margin-left: 14px;
	margin-top: 10px;
	/*	border: 1px solid #333;*/
	padding: 10px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	background: #FFACAA;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: rgb(243, 162, 88);
}

#projects-body {
	float: left;
	width: 906px;
}

#main-slider {
	clear: right
}

#secondary-slider {
	
}

#prev-button-container {
	border-right: 10px;
	max-width: 80px;
	float: left;
	margin-top: 3px;
}

#next-button-container {
	border-right: 10px;
	max-width: 80px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}

.proj-scroll {
	max-width: 80px;
	font-size: 14px;
}

.proj-title {
	font-size: 42px;
	font-weight: bold;
	margin-top: 14px;
	margin-left: 100px;
	float: left;
	padding-bottom: 5px;
}

#project-page {
	height: 340px;
}

#proj-images-slider-body {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

.proj-thumb {
	height: 120px;
	border: solid;
	border-width: 2px;
	border-color: white;
	cursor: pointer;
}

.proj-features {
	width: auto;
}

/* Project pages Author styling */
.aboutLink,.aboutLink:visited {
	background: #eee; /* Old browsers */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: ff-dagny-web-pro, "HelveticaNeue", "Helvetica Neue",
		Helvetica, Arial, sans-serif;
}

.aboutLink:hover,.aboutLink:visited:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.aboutLinkIcon {
	float: right;

}

/* From 3-way */
#intro {
	width: 580px;
	margin: 0 auto;
}

.wrapper {
	background-color: white;
	width: 480px;
	margin: 40px auto;
	padding: 50px;
	box-shadow: 0 0 5px #999;
}

.list_carousel {
	background-color: #ccc;
	margin: 0 0 30px 60px;
	width: 360px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #999;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}

.prev {
	float: left;
	margin-left: 10px;
}

.next {
	float: right;
	margin-right: 10px;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.caroufredsel_wrapper {
	border: none;
	border-width: 2px;
	border-color: black;
	border-width: 2px;
}

/* Mine*/
.slides li {
	display: inline-block;
}
@media only screen and (min-width: 960px) {
#project-page {
	width: 800px;
	height: 340px;
}

#project-image {
	height: 300px;
	width: 400px;
	padding-right: 5px;
	float: left;
}

}
@media only screen and (max-width: 959px) {
#project-page {
	width: 300px;
	height: 340px;
}

#project-image {
	width: 300px;
}

}