/* @override http://tomlewek.com/css/style.css */


/* @FONTFACE */

@font-face {
    font-family: 'AdelleBasicBold';
    src: url('adellebasic_bold-webfont.eot');
    src: url('adellebasic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('adellebasic_bold-webfont.woff') format('woff'),
         url('adellebasic_bold-webfont.ttf') format('truetype'),
         url('adellebasic_bold-webfont.svg#AdelleBasicBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AdelleBasicBoldItalic';
    src: url('adellebasic_bolditalic-webfont.eot');
    src: url('adellebasic_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('adellebasic_bolditalic-webfont.woff') format('woff'),
         url('adellebasic_bolditalic-webfont.ttf') format('truetype'),
         url('adellebasic_bolditalic-webfont.svg#AdelleBasicBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


* a{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}



/* Text selection color */

/* Mozilla based browsers */
::-moz-selection {
       background-color: #ecefe6;
       color: #000;
}
/* Works in Safari */
::selection {
       background-color: #ecefe6;
       color: #000;
}



body {
	background: url(http://www.tomlewek.com/images/bg.jpg) repeat;
}

a {
	color: #999999;
	}
	
a:hover {
	color: #EE3424;
	}
	
	
h1 {
	display: block;
	color: #222221;
	font: 52px/48px "AdelleBasicBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	margin-bottom: 10px;
}	
	
h2{
	color: #d64700;
	font: 26px/32px "AdelleBasicBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 6px;
	margin-top: 10px;
}

h3 {
	font-family: "AdelleBasicBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	color: #222221;

}
h3 a{
	font-family: georgia, times, serif
	color: #222221;
}

h3 a:hover{
	color: #666;
}

h3 a:active{
	color: #999;
}
	
#wrapper {
	background-color: #fff;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 30px;
}

#portwrap {
	background-color: #fff;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 30px;
}

/* LOGO & HEADER */
	
#logo {
	width: 153px;
	position: relative;
	display: block;
	float: left;
	padding-top: 26px;
	margin-left: 40px;
}

#logo img{
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

#logo a:hover img{
	opacity: .8;

}


/* NAVIGATION */

#navigation{
    max-width: 78%;
    width: 1000px;
    position: relative;
    float: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 37px;
	padding-left: 34px;
}
	
#menu{
	list-style: none;
	display: block;
}
	
#menu li{
	color: #000;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 2px;
	font: 12px/42px "AdelleBasicBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
	
#menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration:none;
	color:#000;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#menu li a:hover{
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #c1c1bd;
	color:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;

}	

#menu li a:focus{
}	

#home a{
background: #ecefe6;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#profile a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	
}

#new a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


#identity a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#web a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#print a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#process a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#contact a{
background: #f2f3ee;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#footer {
	width: 100%;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-top: 40px;
}
	
/*HOMEPAGE*/


#homewrap {
	height: auto;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


#latest-wrap{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../images/LatestWork.jpg) no-repeat scroll center;
	overflow: hidden;
}

#latest {
	display: block;
	position: relative;
	margin-top: -40px;
	width: 3000px;
	height: 240px;
}
	
	/*NEWS & TWITTER*/
	
#bottom {
	width:100%;
	display: block; 
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.follow {
	color: #BAC0C3;
	font: 10px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.follow a {
	color: #BAC0C3;
}

#twitter {
	width: 45%;
	display: block;
	float: left;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 14px;
}
ul#twitter_update_list li {
	color: #3F3F3D;
	background-color: #ecefe6;
	padding: 12px;
	margin-top: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul#twitter_update_list li a {
	color: #999999;
	border-bottom: 1px dotted #cccccc;
	border-bottom-width: 2px;
	}
	
ul#twitter_update_list li a:hover {
	color: #EE3424;
	border-bottom: 1px dotted #cccccc;
	border-bottom-width: 2px;
	}
	
	
#news {
	width: 45%;
	display: block;
	float: right;
}

.news {
	font-family: "AdelleBasicBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 30px;
	color: #EE3424;
	text-transform: uppercase;
}

.icon{
	position: relative;
	display: inline;
	float: left;
	margin-right: 10px;
	bottom: 10px;
}


/*IMAGES*/

#portfolio {
	width:80%;
	max-width: 900px;
	height: auto;
	display: block;
	padding-top: 44px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#portfolio img{
	width: 100%;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	margin-bottom: 20px;
	border: 1px solid #eaf0e6;
}

#content {
	width:90%;
	max-width: 900px;
	height: auto;
	display: block;
	padding-top: 44px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#content img{
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	margin-bottom: 10px;
}


/* ABOUT */

#about-left {
	display: block;
	float: left;
	width: 60%;
	position: relative;
	height: auto;
	padding-right: 50px;
}

#about-right {
	display: block;
	float: left;
	width: 30%;
}

#about-right img{
	width: 90%;
	height: auto;
	max-width: 100%;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius:1000px;
	margin-bottom: 20px;
}

.quip{
	color: #666;
	text-transform: uppercase;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}



/* CONTACT */

#contact-form {
	display: block;
	float: left;
	width: 380px;
	border-style: none;
}

#contact-left {
	display: block;
	width: 380px;
	float: left;
	padding-right: 40px;
}


#contact-left img{
	width: 67%;
	max-width: 100%;
	height: auto;
	position: relative;
	top: -24px;
}

#contact-area {
	display: block;
}

.label {
	color: #999999;
	font: 16px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twitter{
	margin-bottom: 50px;
}


#contact-area input, #contact-area textarea {
	padding: 8px;
	width: 96%;
	height: 18px;
	font-family: Arial, sans-serif;
	font-size:12px;
	border: none;
	background-color: #EDEDED;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}

#contact-area textarea {
	height: 120px;
	width: 96%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	
}

#contact-area textarea:hover, #contact-area input:hover{
	border: none;
	background-color: #cdcdcd;
	
}

#contact-area textarea:active, #contact-area input:active{
	border: none;
	background-color: #a2a2a2;
}

#contact-area textarea:focus, #contact-area input:focus{

}

#contact-area input.submit-button {
	width: 40%;
	margin-top:8px;
	height: 30px;
	float: right;
	color: #fff;
	background-color: #d64700;
	letter-spacing: 1px;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font: 12px "AdelleBasicBold", Arial, sans-serif;
}

#contact-area input.submit-button:hover{
	border: none;
	background-color: #9f9f9f;
}

#contact-area input.submit-button:active{
	border: none;
	background-color: #6d6e6e;
	position: relative;
	top: 1px;
}




/*TO BE ORGANIZED*/

.title {
	color: #000;
	padding-top: 10px;
	font: 28px "AdelleBasicBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}
.title-homepg {
	color: #000;
	margin-bottom: 28px;
	font: 58px/60px "AdelleBasicBold", times, georgia, serif;
}
.title a{
	color: #222221;
}
.title a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
.title a:active {
	color: #EE3424;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BAC0C3;
	line-height: 28px;
	font-style: italic;
}
.copy {
	color: #999999;
	font: 16px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
}
.copy a{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	border-bottom: 1px dotted #BAC0C3;
	border-bottom-width: 2px;
}
.copy a:hover{
	color: #3F3F3D;
}

.copy a:active{
	color: #EE3424;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
	text-decoration: none;
	line-height: 18px;
	margin-top: 10px;
	text-align: right;
}
.top a {
	text-decoration: none;
}
.top a:hover {
	color: #EE3424;
}

.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
	text-align: left;
}

.bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	font-weight: bold;
}
.bold a{
	color: #767676;
	font-weight: bold;
	text-decoration: underline;
	}

.bold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE3424;
	font-weight: bold;
}

.footer {
	text-align: right;
	color: #BAC0C3;
	font: 11px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer a{
	color: #BAC0C3;
}
.footer a:hover{
	color: #666;
}
.copyright {
	text-align: left;
	float:left;
	color: #BAC0C3;
	text-transform: uppercase;
	padding-right: 30px;
	line-height: 30px, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .8em;
}

.caption {
font-family: helvetica neue, arial, sans serif;
font-size: 12px;
line-height:22px;

}

/* LINKS */


#column1{
	width: 16em;
	height: auto;
	display: block;
	float: left;
	clear: none;
	padding-top: 26px;
	margin-right: 60px;
}

#column2{
	width: 16em;
	height: auto;
	display: block;
	float: left;
	clear: none;
	padding-top: 26px;
	margin-right: 60px;
}

#column3{
	width: 16em;
	height: auto;
	display: block;
	float: left;
	clear: none;
	padding-top: 26px;
}


@media (max-width: 400px) {

#logo img{
	width: 70%;
	margin-left: -12px;
}

  #navigation {
	padding-top: 20px;
	max-width: 90%;
	left: -15px;
}
	
	#portwrap{
	margin-top: 0px;
}
	#menu li{
	font-size: 10px;
	line-height: 26px;
}
	#menu li a{
	padding: 6px;
}

	#menu li a:hover{
	padding: 6px;
}
	#portfolio{
	padding-top: 20px;
	
	}
	
	.title-homepg {
		color: #000;
		margin-bottom: 28px;
		font: 32px/36px "AdelleBasicBold", times, georgia, serif;
		padding: 0 10px 0 10px;
}

	.copy {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 10px 0 10px;
}

.copy a{
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

	h1{
	font-size: 38px;
	margin-bottom: 0px;
	line-height: 42px;
}
	h2{
	font-size: 24px;
	margin-top: 0px;
	line-height: 26px;
}
}




