/*

Theme Name: Luck Brand Design
Description: Custom Design and Development
Version: 1.0
Author: Mark DeMoss

*/


/* General
----------------------------------------------------------*/

html {width: 99%; height: 99%; margin:0; padding:0;}
body {width: 99%; height: 99%; background-color:#ffffff; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}

#wrapper {position:absolute; top:50%; left:50%; width:840px; min-height:600px; margin-top: -300px; margin-left: -420px; border:1px solid #918f90;}



/* Typography
----------------------------------------------------------*/

@font-face {
	font-family: "HelveticaLTStd-Light";
	src: url('HelveticaLTStd-Light.otf');
}

h1 {font-family:"HelveticaLTStd-Light", sans-serif; font-weight:normal; color:#CB2027; font-size:50px; letter-spacing:1px; line-height:60px;}
h3 {font-family:"HelveticaLTStd-Light", sans-serif; font-weight:200; color:#414142; font-size:14px; margin-bottom:12px; padding-top:1px;}

p {font-family:"HelveticaLTStd-Light", sans-serif; font-size:14px; color:#404041; line-height:16px;}
.title {color:#CE181F;}
p em {padding-bottom:10px;}

a {color:#404041; text-decoration:none; line-height:18px;}
a:hover {color:#CE181F;}

img {vertical-align:baseline; }



/* Content
----------------------------------------------------------*/
#container {width:600px; margin:150px 15px 60px 145px;}

#logo {margin-right:90px; float:right;}

a.portfolio {
	background: url("../images/portfolio.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
	width:93px;
	height:138px;
	margin-right:60px;
}	
a.portfolio:hover {
	background-position: 0 -138px;
}

a.casino-portfolio {
	background: url("../images/casino.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
	width:93px;
	height:138px;
}	
a.casino-portfolio:hover {
	background-position: 0 -138px;
}	


/* Footer
----------------------------------------------------------*/
#footer {width:350px; height:50px;  margin:130px 0 0 140px; text-align:left;}
#footer p {font-size:10px; letter-spacing:1px; color:#404041; font-family:"HelveticaLTStd-Light", sans-serif;}
#footer a {color:#404041; font-size:12px; text-decoration:none;}
#footer a:hover {color:#CB2027;}





/* Classes
----------------------------------------------------------*/

.clear {clear: both}

.highlight {color:#A7BE38;}

::-moz-selection {
    color: #fff;
	background-color:#CE181F;
    text-shadow: none;
}

::selection {
    color: #fff;
	background-color:#CE181F;
    text-shadow: none;
}