/* Core Styles */

html{
	overflow-y: scroll;
	padding-left: 10px;
}

a{
	text-decoration: none;
	color: #666;
}

a:hover{
	text-decoration: underline;
	color: #000;
}


a.logo img{
	margin-top: 18px;
}

blockquote{
	font-style: normal;
	margin-left: 0;
}




#title h2{
	color: #808080;
	font-size:1.2em;
}

#title strong{
	font-weight: inherit;
	color: #333333;
}




h2.title{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 34px; /* 36 Minus Borders */
	font-size:1.2em;
	line-height: 2.4em;
	margin-bottom: 18px;
	color: #808080;
	text-transform: lowercase;
}

h2.title strong{
	font-weight: inherit;
	color: #333333;
}


/* New Start */
#title h1{
	color: #808080;
	font-size:1.2em;
}

h1.title{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 34px; /* 36 Minus Borders */
	font-size:1.2em;
	line-height: 2.4em;
	margin-bottom: 18px;
	color: #808080;
	text-transform: lowercase;
}

h1.title strong{
	font-weight: inherit;
	color: #333333;
}

/* New End */




h3{
	color: #666666;
	font-size:1.2em;line-height:1.3;margin-bottom:1.25em;
	
}

address{
	font-style: normal;
}







/* Forms */

form.basicform label{
	display: block;
	width: 230px;
	
	font-size:1.2em;
	line-height: 1em;

	font-weight: normal;
}


form.basicform input[type="text"]{
	width: 215px;
}

form.basicform input[type="file"]{
	margin-bottom: 15px;
}


form.basicform input[type="submit"]{
	width: 150px;
}


form.basicform select{
	width: 215px;
}


form.basicform textarea{
	width: 215px;
	height: 11em;
}


form.basicform input[type="text"].required, form.basicform input[type="text"].invalid{
	border-color: #d4c800;
	background-color: #fff000;
	color: black;
}


div.errors{
	margin-top: 2em;
	border: 2px solid #d4c800;
	background-color: #fff000;
	padding: 10px;
	
}


div.errors strong{
	display: block;
	font-size:1.5em;line-height:1;margin-bottom:0;
}


div.jot-cfm{
	margin-top: 2em;
	border: 2px solid #d4c800;
	background-color: #fff000;
	padding: 10px;
}


/* Portfolio List */

#portfoliolist{
	width: 960px;
}

#portfoliolist div{
	height: 270px;
}

#portfoliolist a{
	color: #000;
}


/* Press List */

#presslist{
	margin-left: 0;
	list-style-type: none;
}

#presslist li div{
	margin-bottom: 18px;
}


/*  Blog List */

#bloglist{
	margin-left: 0;
	list-style-type: none;
}

#bloglist li div{
	margin-bottom: 36px;
}

#bloglist a{
	color: #000;
	text-decoration: underline;
}

#bloglist hr{
	color: #ddd;
	background-color: #ddd;
}






#blognav{
	list-style: none;
	margin: 90px 0 0 0;
	padding: 0;
	width: 240px;
}

#blognav li{
	display: block;
	width: 70px;
	height: 54px;
	float: left;
	margin-right: 10px;
	margin-bottom: 18px;
	cursor: pointer;
}

#blognav li .thumbselected{
	width: 66px;
	height: 50px;
}

#blognav li .thumbselected:hover{
	border: 2px solid #777;
}


#blognav li#button_selected .thumbselected{
	border: 2px solid #EC1C24;
	width: 66px;
	height: 50px;
}









/*  Generic List Styles */

.listtitle a{
	font-size:1.2em;line-height:1.3;margin-bottom:1.25em;
	text-decoration: none !important;
	color: #000;
}

.listtitle a:hover{
	text-decoration: underline !important;
}

p.small{
	color: #666;
}



.listtitle{
	color: #666;
}







/* Blog Tag Cloud */

.tagcloud{
	margin-bottom: 1em;
}

.tagcloud .s1{
	font-size:1.5em;
}

.tagcloud .s2{
	font-size:2em;
}

.tagcloud .s3{
	font-size:3em;
}

.tagcloud .s4{
	font-size:4em;
}

.tagcloud .s5{
	font-size:4em;
}

.tagcloud a{
	color: black;
	margin-right: 8px;
}





/* Blog Comments */

div.blogcomments h2{
	color: #666666;
	font-size:1.5em;line-height:1;margin-bottom:0;
}

div.blogcomments fieldset{
	border: 0;
	padding: 0;
}

div.blogcomments input[type="text"]{
	width: 220px;
}

div.blogcomments textarea{
	width: 450px;
	height: 150px;
}

div.blogcomments label{
	display: block;
}








/* Header */

#header{
	margin-top: 18px;
	height: 90px;
}




#intro{
	font-size:1.2em;line-height:1.3;margin-bottom:1.25em;
}


/* Nav */


#nav ul{
	margin-left: 0;
	text-transform: lowercase;
}

#nav ul li{
	list-style: none;
	float: left;
}

#nav ul li a{
	display: none;
}

#nav ul li ul{
	width: 80px;
	margin-right: 0;
}

#nav ul li ul li{
	float: none;
}

#nav ul li ul li a{
	display: inline;
}

#nav ul li ul li.active a{
	color: #333;
	font-weight: bold;
}



/* Language Selector */

#lang ul{
	list-style: none;
	text-transform: lowercase;
	margin-left: 0;
}

#lang ul li{
	list-style: none;
	display: inline;
	padding-right: 4px;
}

#lang ul li img{
	border: 2px solid white;
}

#lang ul li.active img{
	border: 2px solid #aaa;
}





/* Title */

#title{
	text-transform: lowercase;
}

.pages span, .pages a{
	margin-left: 5px;
	margin-right: 5px;
}

.ditto_currentpage{
	font-weight: bold;
}


/* Content */

#content img{
	margin-bottom: 18px;
}




/* Footer */

#footer{
	color: #999;
}

#footer ul{
	margin-left: 0;
	text-transform: lowercase;
	
}

#footer ul li{
	list-style: none;
	display: inline;
	padding-right: 10px;
}





.flvplayer{
	margin-bottom: 18px;
}

a.biglink{
	font-size:1.5em;line-height:1;margin-bottom:0;
}


.small a{
	text-decoration: underline;
}

.small a:hover{
	color: black;
}


.light{
	color: #808080;
}



.industries h3{
	float: left;
	font-size:1em;line-height:1;margin-bottom:1.5em;
	color: black;
}


.industries ul{
	margin: 0;
	float: left;
}

.industries ul li{
	list-style: none;
	display: inline;
	font-size:1em;line-height:1;margin-bottom:1.5em;
	margin-left: 10px;
}

.industries a.active{
	color: #333;
	font-weight: bold;
}




.colournumber{
	height: 36px;
}

.colournumber div{
	float: left;
	padding-top: 5px;
}

.colournumber .number{
	display: block;
	font-weight: bold;
	height: 24px;
	width: 29px;
	
	text-align: center;
}

.colournumber .text{
	padding-left: 8px;
}

.colournumber a{
	color: inherit;
}





.red{ color: #EC1C24; }
.red .number{ background-image: url(../images/core/circle_red.gif); }

.blue{ color: #26a9e0; }
.blue .number{ background-image: url(../images/core/circle_blue.gif); }

.lime{ color: #8bc53f; }
.lime .number{ background-image: url(../images/core/circle_lime.gif); }

.yellow{ color: #e0cb0b; }
.yellow .number{ background-image: url(../images/core/circle_yellow.gif); }

.teal{ color: #22bbb8; }
.teal .number{ background-image: url(../images/core/circle_teal.gif); }

.green{ color: #01a850; }
.green .number{ background-image: url(../images/core/circle_green.gif); }

.orange{ color: #fcb714; }
.orange .number{ background-image: url(../images/core/circle_orange.gif); }

.purple{ color: #b63e95; }
.purple .number{ background-image: url(../images/core/circle_purple.gif); }


.homecontent{
	color: #666;
}

.homecontent a{
	color: black;
	text-decoration: underline;
}
