/* ------------------------------------------------------------

	CSS Handcrafted by Sajith Jayaweera for Gamma Print Solutions
	www.sajith.me

------------------------------------------------------------ */


/* --- _Global Reset based on Eric Meyer's code published here: http://tinyurl.com/2xoth4 --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	-webkit-text-size-adjust: none;
}

/* :focus {
	outline: 0;
} */

object, embed {
  outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/* ------------------------------------------------------------

	Global Styles

------------------------------------------------------------ */

ul {
    list-style: none;
}

img {
	border: none;
}

small {

}

a {
	text-decoration: none;
	color: #666;
	-moz-transition: all 0.2s ease-in-out;
}

a:visited {

}

a:hover, a:focus {
	color: #DC4E00;
}




/*--- Typography --- */

h1 {
	font-family: rosewood-std-fill, Georgia, serif;
	font-size: 2em;
	font-weight: 400;
	color: #282828;
	text-shadow: 0px 1px 1px #fff;
}

h2 {
	font-family: rosewood-std-fill, Georgia, serif;
	font-size: 2em;
	font-weight: 400;
	color: #f4782a;
	text-shadow: 0px 1px 1px #fff;
}

h3 {
	font-family: rosewood-std-fill, Georgia, serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #282828;
	text-shadow: 0px 1px 1px #fff;
}

h4, h5, h6 {
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #f4782a;
	text-shadow: 0px 1px 1px #fff;
}

p {
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #666;
	text-shadow: 0px 1px 1px #fff;
	line-height: 1.5em;
}

blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.5em;
	color: #333;
}

nav a {
	font-family: rosewood-std-fill, Georgia, serif;
	font-size: 1.25em;
	font-weight: 400;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
}


small {
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: 500;
	color: #fff;
}

small a {
	font-size: 1em;
	color: #fff;
}

#phone p {
	margin-top: 20px;
	font-family: rosewood-std-fill, Georgia, serif;
	font-size: 2.5em;
	color: #282828;
}




/* ------------------------------------------------------------

	Structure

------------------------------------------------------------ */


body {
	background: url(../images/white_paper.jpg) repeat;
}

#header, #navigation, #gallery, #services, #contact, #footer {
	width: 90%;
	padding: 0 5%;
}



/* --- _Header --- */

#header {
	margin-top: 30px;
	text-align: center;
}

#header img {
	width: 150px;
}

#header h1 {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #929487;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:1;
}

#header h1:before { /* this is to achieve the border shadow */
	content:"";
	position: absolute;
	z-index:-1;
	top:0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #929487;
}

#header h1 span {
	color: #f4782a;
}

#header p:last-of-type {
	margin-top: 20px;
}



/* --- _Navigation --- */

#navigation {
	margin-top: 30px;
	padding-top: 20px;
}

nav ul {
	overflow: hidden;
}

nav li {
	margin-right: 16px;
	float: left;
}

nav li:last-child {
	margin-right: 0;
}



/* --- _Gallery --- */

#gallery {
	background: url(../images/black_paper.png) repeat;
	margin-top: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
	border-top: 2px solid #000;
	border-bottom: 2px solid #fff;
}

#gallery .flexslider {
	box-shadow: 0 0 5px #000;
	border-radius: 5px;
}

#gallery img {
	width: 100%;
	max-width: 100%;
}

.next, .prev {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fff;
	top: 40%;
	text-indent: -999em;
	-moz-transition: all 0.2s ease;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.next {
	right: 0px;
	background: url(../images/next.jpg) no-repeat;
	/*background: url(../images/next2x.jpg) (75px 50px);*/
}

.prev {
	left: 0px;
	background: url(../images/prev.jpg) no-repeat -25px 0px;
}

.next:hover {
	width: 60px;
}

.prev:hover {
	width: 60px;
	background: url(../images/prev.jpg) no-repeat -15px 0px;
}



/* --- _Services --- */

#services {
	margin-top: 30px;
}

#services h2 {
	padding-top: 20px;
	text-align: center;
}

#services ul {
	margin-top: 30px;
}

#services li {
	padding: 20px 0;
	border-bottom: 1px dashed #929487;
	overflow: hidden;
}

#services li.serviceSix {
	border-bottom: 1px solid #929487;
}

#services li:last-child {
	border-bottom: 1px solid #929487;
}

#services img {
	width: 50px;
	float: left;
	/*border-bottom: 2px solid #fff;
	box-shadow: 0 2px 1px #fff;
	border-radius: 3px;*/
}

#services h3, #services ul p {
	float: left;
	margin-left: 20px;
	width: 205px;
}

#services p {
	margin-top: 10px;
	text-align: center;
}

#services ul p {
	text-align: left;
}



/* --- _Contact --- */

#contact {
	margin-top: 30px;
}

#contact h3 {
	font-size: 1em;
}

#contact p {
	margin-top: 20px;
}

#phone, #address, #email {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px dashed #929487;
}

#phone p {
	margin-top: 20px;
}

footer {
	margin-top: 30px;
	background: url(../images/black_paper.png) repeat;
	height: 15px;
	text-align: center;
	padding: 20px 0;
}

footer small img {
	position: relative;
	top: 3px;
}



/* ------------------------------------------------------------

	Media Queries

------------------------------------------------------------ */

@media screen and (min-width: 480px) {

	h1 {
		font-size: 3em;
	}

	nav ul {
		width: 280px;
		margin: 0 auto;
	}

	#gallery {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#services h3, #services ul p {
		width: 82%;
	}

	#contact ul {
		overflow: hidden;
		width: 100%;
	}

	#phone, #address, #email {
		padding: 25px 0;
	}

	#phone p {
	font-size: 3.5em;
	}

	#address, #email {
		width: 43.8%;
		padding-left: 3%;
		padding-right: 3%;
		height: 100px;
		float: left;
	}

	#address {
		border-right: 1px dashed #929487;
	}

}



@media screen and (min-width: 600px) {

	#header img {
		width: 161px;
	}

	h1 {
		font-size: 3.5em;
		text-shadow: 0px 2px 0px #fff;
	}

	h2, h3, h4, p, nav a {
		text-shadow: 0px 2px 0px #fff;
	}

	nav a {
		font-size: 1.5em;
	}

	nav ul {
		width: 365px;
	}

	nav li {
		margin-right: 30px;
	}

	#services ul {
		overflow: hidden;
	}

	#services li {
		padding: 3.7%;
		width: 42.4%;
		float: left;
		height: 185px;
	}
	
	.serviceOne, .serviceThree, .serviceFive {
		border-right: 1px dashed #929487;
	}

	#services li.serviceFive, #services li.serviceSix {
		border-bottom: none;
	}

	#services li:nth-child(odd) {
		border-right: 1px dashed #929487;
	}

	#services li:nth-last-child(-n+2) {
		border-bottom: none;
	}

	#services h3 {
		padding-top: 2px;
		width: 152px;
		height: 48px;
	}
	
	#services .serviceSix h3 {
		padding-top: 13px;
		height: 37px;
	}

	#services ul p {
		margin-left: 0;
		width: 100%;
	}
	
	#address h4, #email h4 {
		padding-top: 10px;
	}

}



@media screen and (min-width: 768px) {

	h1 {
		font-size: 4.5em;
	}
	
	#header p, #services p {
		width: 644px;
		margin-left:auto;
		margin-right: auto;
	}

	#gallery {
		margin-top: 50px;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	#services ul {
		margin-top: 50px;
	}
	
	#services li {
		height: 160px;
	}

}

@media screen and (min-width: 836px) {

	#services li {
		height:  150px;
	}

}



@media screen and (min-width: 960px) {

	#header h1 {
		width: 735px;
		margin-left: auto;
		margin-right: auto;
		font-size: 5.5em;
	}
	
	#gallery {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	/*#services h3 {
		height: 44px;
		padding-top: 6px;
		width: 70%;
	}*/

	#services ul p {
		margin-top: 20px;
	}

	#services li {
		padding: 2.7%;
		width: 27.8%;
		height: 180px;
	}

	#services li.serviceFour, #services li.serviceFive, #services li.serviceSix {
		border-bottom: none;
	}

	#services li.serviceOne, #services li.serviceThree, #services li.serviceFive {
		border-right: none;
	}

	#services li.serviceTwo, #services li.serviceFive {
		border-right: 1px dashed #929487;
		border-left: 1px dashed #929487;
	}

	#services li:nth-last-child(-n+3) {
		border-bottom: none;
	}

	#services li:nth-child(odd) {
		border-right: none;
	}

	#services li:nth-child(2), #services li:nth-child(5) {
		border-right: 1px dashed #929487;
		border-left: 1px dashed #929487;
	}

	#contact ul {
		width: 735px;
		margin: 0 auto;
	}

}


@media screen and (min-width: 1024px) {
	
	#gallery div {
		width: 922px;
		margin-left: auto;
		margin-right: auto;		
	}	
	
	#gallery img {
		max-width: 922px;
		width: 922px;
	}
	
	#services ul {
		width: 922px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
	
	
}



/* ------------------------------------------------------------

	Enhancements

------------------------------------------------------------ */


/* Selection Color */

::-moz-selection {
        background: #89cede;
        color: #fff;
}




