/* NAME MM-YYYY */

/* SGD RESET */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,nav,section,article,header,footer,section,header,footer,article,aside,hgroup {
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

html {
	font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
	background-color:#FFFFFF;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

p,h1,h2,h3,h4,h5,h6,h7,li,li li,li ul,li ul li,label,dd,dt,input,a {
	color: #333;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 18px;
}

p {
	font-size: 12px;
}

input {
	-webkit-font-smoothing:antialiased;
}

a,input {
	-webkit-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
}

a, a:link {
	color: #DDDDDD;
	cursor:pointer;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active, a:focus {
	outline: 0
}

img {
	-ms-interpolation-mode:bicubic;
}

.clear-pixie {
	clear: both;
}

/* END RESET */


/* WINDOW SIZE CHANGES */

@media only screen and min-device-width 0 and max-device-width 640px{
body {
	margin: 0;
	}
}

@media only screen and min-width 3026px{
body {
	margin: 0;
	}
}

@media only screen and min-width 0 and max-width 939px and min-device-width 641px{
body {
	margin: 0;
	}
}
@media only screen and min-width 940px and max-width 1237px{
body {
	margin: 0;
	}
}
@media only screen and min-width 1238px and max-width 1535px{
body {
	margin: 0;
	}
}
@media only screen and min-width 2728px and max-width 3025px{
body {
	margin: 0;
	}
}

@media only screen and device-width 768px and orientation portrait{
body {
	margin: 0;
	}
}
@media only screen and device-width 768px and orientation landscape{
body {
	margin: 0;
	}
}

/* END WINDOW SIZE CHANGES */

/* SITE SETTINGS */

.site {
	width: 960px;
	margin: 0 auto;
}

.header {
	margin: 10% 0 0 0;
}

.portrait {
	width: 960px;
	text-align: right;
	height: 200px;
	margin: 20px;
}

.portrait  img {
	width: 200px;
	height: 200px;	
}

.span10 img {
	width: 200px;
	height: 200px;
}

.span10 p {
	font-style: italic;
	margin: 20px 0 70px;
	color: #777;
	width: 1000px;
}

.logo {
	margin: 0;
}

.form-item {
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.submit-button {
	margin: 0;
}

.submit-button:hover {
	margin: 0;
}

/* END SITE SETTINGS */

/* NAV SETTINGS */

nav {
	margin: 0;
}


.social-icons {
	margin: 0;
}

.social-icons li {
	float: left;
	list-style: none;
	margin: 5px;
}

.social-icons li img {
	width: 40px;
	height: 40px;
}

/* END NAV SETTINGS */

/* PAGE CONTENT */

.content-box {
	padding: 10px;
	margin: 0;
}

article .col-1,.col-2,.col-3 {
	margin: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #DDDDDD;
	font-weight: lighter;
}

article .col-1 {
    float: left;
    text-align: left;
    width: 250px;
}

article .col-2 {
    float: left;
    text-align: center;
    width: 430px;
}

article .col-3 {
    float: left;
    text-align: right;
    width: 250px;
}

/* END PAGE CONTENT */

/* FOOTER */

.footer {
	margin: 20px 0;
}

.footer h2 {
	line-height: 30px;
}
.footer a {
	color: #777;
}

.footer a:hover {
	color: #000;
}

.footer span {
	color: #777;
}

/* END FOOTER */



