/*
Theme Name: tCreative
Theme URI: http://tcreative.com
Description: A custom template for tCreative.com
Author: KMDG, Inc
Author URI: http://kmdg.com/
Tags: custom



*/



/*  GENERAL  */

body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

#wrapper {}

a, a:link, a:active, a:visited {
	color: #DB3024;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

.clear { clear:both; }

/*    HEADER    */
#flash {
	text-align: center;
	background-image: url(images/header_bg2.jpg);
	background-repeat: repeat-x;
}
#body-container {
}

/*    SIDEBAR    */
#sidebar {
	width: 200px;
	color: #333333;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	color: #999999;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Comments*/
.alt {
	margin: 5px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F9F9F9;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	font-size: 12px;
	color: #5A5A5A;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentmetadata2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;	
}
.commentmetadata2 a, .commentmetadata2 a:link, .commentmetadata2 a:active, .commentmetadata2 a:visited  {
	text-decoration: none;
	color: #666666;	
}
.commentmetadata2 a:hover {
	text-decoration: none;
	color: #333333;
}

.comment-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
/* End Comments */



/* Begin Form Elements */


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
	
/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin-top: 10px;
	/*margin-bottom: 60px;*/
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 11px;
	}
/* End Various Tags & Classes*/

/*     CONTENT     */

.post {
	margin: 0 60px 40px 0;
	text-align: justify;
	}
.postmetadata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #DB3024;
	line-height: 24px;
	text-align: left;
}

.title a { text-decoration: none; }
.title2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 20px;
}

#title {
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	margin-right: 10px;
	margin-left: 10px;
	height: 75px;
}
#text {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	text-align: justify;
}

.contact-table {
	vertical-align: top;
	padding: 5px;
}
.contact-table-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F3F3F3;
}


.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}


/*     ETC      */

.small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.team-name {
	color: #CC0000;
	border-bottom: solid 2px #CCCCCC;
	margin-bottom: 0px;
}

.border1 {
	border-bottom: dotted 1px #CCCCCC;
}
.border2  {
	border-top: dotted 1px #CCCCCC;
}

#testimonials {
	width: 314px;
	padding: 10px;
}
.testimonial {
	background-color: #E3E3E3;
	font-size: 11px;
/*	width: 295px;*/
	padding-right: 10px;
	padding-left: 10px;
}
.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.company {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*    PORTFOLIO    */

#portfolio-border-slider {
	border: 1px solid #CCCCCC;
}
#portfolio-border-slider2 {
	border: 5px solid #FFFFFF;
}
.casestudy-border-img {
	border: 1px solid #CCCCCC;
}
.casestudy-border-img img {
	border: 5px solid #FFFFFF;
}
.case-text {
	font-size: 10px;
	padding: 10px;
	line-height: 15px;
}
.portfolio-hr {
	border-bottom: 8px solid #CCCCCC;
}
.portfolio-text {
	font-size: 12px;
}
 

/*    FOOTER    */

.border-top {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #e6e6e6;
}
#footer-index {
	width: 100%;
}
#footer-boxes {
	margin-top: 25px;
	margin-bottom: 15px;
}
.footer-casestudies {
	background-image: url(images/footer_casestudies.gif);
	background-repeat: no-repeat;
	width: 241px;
	height: 202px;
}
.footer-testimonials {
	background-image: url(images/footer_testimonials.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 202px;
}
.footer-getaquote {
	background-image: url(images/footer_getaquote.gif);
	background-repeat: no-repeat;
	height: 202px;
	width: 246px;
}
#copyright {
	color: #333333;
	font-size: 12px;
	padding: 10px;
}

#copyright a, #copyright a:link, #copyright a:active, #copyright a:visited {
	color: #333333;
}

#copyright a:hover {
	color: #212121;
}

.footer-casestudies .small, .footer-testimonials .small, .footer-getaquote .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 48px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	height: 135px;
	overflow: scroll;
}

