/******************************************* 
   v1.0 | 20080212 
   CSS Reset curtosoy of Mr. Meyer
   http://meyerweb.com/eric/tools/css/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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------------- 
   www.thinkdocreate.com
   
   Version: 2.0
   * Last Updated: Nov 8, 2008
   * Author: Carl DeCaire, carl@thinkdocreate.com
   * Question/Comments:  
-------------------------------------------------------------- */

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

body {
	margin:           0px;
    background-color: #fff;
    font-size:62.5%;
    font-family:      Arial, Helvetica, sans-serif;
    }

	h1 {
		padding: 10px auto 10px auto;
		margin: 0px;
		text-align: left;
		font: Bold 10em 'Arial Bold', Helvetica, sans-serif;
		letter-spacing: -10px;
		text-transform: uppercase;
		}

	h2 {
		padding: 10px auto 10px auto;
		margin: 0px;
		text-align: left;
		font: Bold 5.5em 'Arial Bold', Helvetica, sans-serif;
                color: #ff6800;
		letter-spacing: -2px;
		text-transform: uppercase;
		}


	#portfolio {
         width: 660px;
         margin: 10px 0px 10px 0px;
         display: none;
	}

       #portfolio-individual {
         width: 660px;
         margin: 10px 0px 10px 0px;
	}

 #portfolio li { 
		margin-bottom: 10px;
		padding: 10px; 
		background:#efefef; 
		border: 1px solid #e5e5e5; 
		}

 #portfolio li div { 
		margin-top: 5px;
		color: #898989;
		font-size: 1.0em;
		text-transform: uppercase;
		}


 #portfolio-individual li { 
		margin-bottom: 10px;
		padding: 10px; 
		background:#efefef; 
		border: 1px solid #e5e5e5; 
		}

 #portfolio-individual li div { 
		margin-top: 5px;
		color: #898989;
		font-size: 1.0em;
		text-transform: uppercase;
		}

.homeCta {
               margin-bottom: 15px;
               }

/* -------------------------------------------------------------- 
  =Link Styles
-------------------------------------------------------------- */

    a {
   		color: #ff6800;
        }

	h2 a {
		color: #ff6800;
		text-decoration: none;
		}
	
	h2 a:hover {
		color: #c2c2c2;
		text-decoration: none;
		}

.homeCta a {
               font-size: 2em;
               text-transform: uppercase;
               text-decoration: none;
               font-weight: bold;
               letter-spacing: -1px;
               color: #c2c2c2;
               }

/* -------------------------------------------------------------- 
  =Content
-------------------------------------------------------------- */

	
	#content {
		margin: auto;
		padding: 15px;
		position: relative;
		}
	
	
	
	#twitter {
		display:block; 
		padding-top: 18px; 
		background:#efefef; 
		border-bottom: 1px solid #e5e5e5; 
		color:#333; 
		font-size: 1.2em; 
		font-weight: normal;
		height: 30px; 
		width:100%; 
		margin: auto; 
		text-align: left;
		}
	
	#twitter p {
		margin: 0px 0px 10px 15px;
		padding: 0px;	
		}