/* CSS Document for http://www.suirstone.com | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | JUNE 2008 */

/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
countered to left for IE with #center division
==================================================*/

body {
	background-color: #DDD8CC;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* position: fixed; */
	/* height: 100%; */
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
}

	
#center {
	max-width: 967px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}



#main{
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	position: relative;
}

#col1{
	box-sizing: border-box;
	float: left;
	width: 30%;
}

#col2{
	float: left;
	box-sizing: border-box;
	width: 70%;
	max-width: 500px;
	padding-top: 40px;
}

#footer{
	color: #c1c3c4;
	margin: 25px auto;
	text-align: right;
	padding-bottom: 5px;
}

.orange{
	font-weight: bold;
	color: #333333;
}

.padlolgo{
	padding-bottom: 60px;
}

/* =Pseudolinks | nav |
==================================================*/

a.site {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.site:hover {
	color: #FE7D00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.breaker{
	clear: both;
	width: 100%;
	height: 1px;
}


/* =Pseudolinks | contact |
==================================================*/

a.footer {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}


/* =nav links
==================================================*/
a.nav {
	color: #FF6600;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 30px;
	margin-top: 30px;
	padding-top: 30px
}

a.nav:hover {
	color: #E8270B;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 30px;
	margin-top: 30px;
	padding-top: 30px
}

#col2 img { max-width: 100%; height: auto; }

#leftslider {
    text-align: center;
    max-width: 266px;
    margin: 0 auto;
    overflow: hidden;
}
#leftslider img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( min-width: 1024px ) {
	#center { width: 967px; }
	#col1 { width: 320px; float: left; height: 100%; }
	#col2 { 
		width: calc(100% - 340px); 
		float: left; 
		padding-left: 40px;
		padding-right: 20px;
	}
	#footer { width: 967px; }
}
@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
	#center { margin-left: 20px; margin-right: 20px; }
	#col1 { width: 250px; float: left; height: 100%; }
	#col2 { 
		width: calc(100% - 260px); 
		float: left; 
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer { max-width: 967px; }
}
@media only screen and ( min-width: 640px ) and ( max-width: 767px ) {
	#center { max-width: 600px; margin-left: auto; margin-right: auto; }
	#col1 { width: 100%; float: none; }
	#col2 { 
		width: 100%; 
		float: none;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer { max-width: 640px; }
	
}
@media only screen and ( max-width: 639px ) {
	#center { max-width: 90%; margin-left: auto; margin-right: auto; }
	#col1 { width: 100%; float: none; }
	#col2 { 
		width: 100%; 
		float: none;
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer { max-width: 90%; }
	
}