/*
Theme Name: BigRedDog
Theme URI: http://wordpress.org/
Description: BigRedDog theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/

/*-------
// global 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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/
html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/
a:link, a:visited {
	color: #000000;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html {
	height: 101%;
}
body {
	font-family: Arial, sans-serif;
	background: #e9e9e9 url(../images/body-bg.jpg) no-repeat 50% 0;
}

#page {
	width: 700px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #797979;
}

#top {
	width: 100%;
	overflow: hidden;
}
	#logo {
		float: right;
		padding: 42px 5px 12px 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 150px;
			height: 76px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../images/bigreddog_logo.png) no-repeat 0 0;
			}

#wrap {
	width: 100%;
	overflow: hidden;
}
	#content {
		float: left;
		width: 312px;
		padding: 30px 40px 60px 110px;
		overflow: visible;
		position: relative;
		background: #FFFFFF;
		font-size: 125%;
	}
	#side {
		float: right;
		width: 220px;
	}


#content p {
	line-height: 1.45;
	margin: 0 0 1em;
}

#content h1, 
#content h2,
#content h3 {
	font-size: 166.67%;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #000000;
	margin: 0 0 .75em;
}
	#content h1 a:link:hover, #content h1 a:visited:hover {
		text-decoration: none;
		border-bottom: solid 1px #000000;
	}
#content h2 {
	margin: 0 0 .6em;
}

#content h3 {
	margin: 0 0 .5em;
}

#content ul {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 1em 2em;
}


.page {
	margin: 0 0 50px;
}
	.page .icon {
		position: absolute;
		left: 25px;
		top: 30px;
	}

.post {
	position: relative;
	padding: 0 0 20px;
	border-bottom: solid 1px #adadad;
	margin: 0 0 50px;
}
.post-last {
	border: none;
	padding: 0;
}
	#page .posts p.date {
		position: absolute;
		left: -90px;
		top: 0;
		width: 70px;
		border: solid 1px #dddddd;
		padding: 5px 0 10px;

		font-family: Tahoma, sans-serif;
		font-size: 153%;
		font-weight: bold;
		color: #999999;
		line-height: 0.9;
		text-transform: uppercase;
		text-align: center;
	}
		.posts p.date span {
			display: block;
			font-size: 195%;
		}
	#content.posts h1 {
		line-height: 0.95;
	}
	#content.posts .info {
		font-size: 73.33%;
		line-height: 1.1;
		width: 100%;
		overflow: hidden;
	}
		.posts .info span {
			float: left;
			display: block;
			white-space: nowrap;
			margin: 0 10px 2px 0;
			padding: 0 0 0 14px;
		}
		.posts .info span.dt {
			background: url(../images/icon-date.png) no-repeat 0 50%;
		}
		.posts .info span.comments {
			background: url(../images/icon-comments.gif) no-repeat 0 50%;
		}
		.posts .info span.tags {
			background: url(../images/icon-tags.gif) no-repeat 0 50%;
		}
			.posts .info span a:link, .posts .info span a:visited {
				color: #797979;
			}
	.posts .entry {
		letter-spacing: 0.01em;
	}

.commentlist {
	border-top: solid 1px #adadad;
	margin: 0 0 25px;
}
	.commentlist li {
		padding: 25px 0 50px;
		position: relative;
		border-bottom: solid 1px #adadad;
	}
		.commentlist li a:link, .commentlist li a:visited {
			color: #797979;
		}
		.commentlist li .comment-author {
			margin: 0 0 10px;
			font-weight: bold;
		}
			.commentlist li .comment-author cite {
				font-style: normal;
			}
			.commentlist li .says {
				display: none;
			}
		.commentlist li .comment-meta {
			position: absolute;
			bottom: 30px;
			right: 25px;
			font-size: 73.33%;
		}

#commentform {
}
	#commentform p {
		margin: 0 0 8px;
	}
	#commentform #author, #commentform #email, #commentform #url {
		border: none;
		background: #ededed;
		padding: 3px 3px;
	}
	#commentform #comment {
		border: none;
		background: #ededed;
		padding: 3px 3px;
	}
	#commentform #submit {
		border: none;
		background: url(../images/but-1.jpg) no-repeat 0 0;
		width: 63px;
		height: 25px;
		color: #FFFFFF;
		font-family: Arial, sans-serif;
		font-size: 100%;
		font-weight: bold;
	}
	#commentform #submit:hover {
		color: #000000;
	}

#respond {
	margin: 0 0 50px;
}


#footer {
	padding: 20px 0 140px;
	width: 100%;
	overflow: hidden;
	font-size: 116.67%;
	color: #828282;
}
	#footer ul {
		float: left;
	}
		#footer li {
			float: left;
			margin: 0 10px 0 0;
		}
			#footer li a:link, #footer li a:visited {
				color: #828282;
			}
	#footer .copyright {
		float: right;
	}


/*-------
// homepage
//-----*/

.hp #wrap,
.page1 #wrap {
	overflow: visible;
}

.hp #content,
.page1 #content {
	float: none;
	background: none;
	padding: 0;
	width: 100%;
	font-size: 100%;
}

#boxes {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	font-size: 116.67%;
}
	#boxes .box {
		float: left;
		width: 180px;
		height: 200px;
		padding: 15px 20px 5px;
		margin: 0 20px 0 0;
		color: #cff4f6;
	}
		#boxes .box h2 {
			font-size: 271%;
			font-weight: bold;
			letter-spacing: -0.1em;
			text-transform: lowercase;
			line-height: 1;
			color: #FFFFFF;
			margin: 0 0 .2em;
		}
			#boxes .box h2 a:link:hover, #boxes .box h2 a:visited:hover {
				color: #000000;
				text-decoration: none;
				border: none;
			}
@-moz-document url-prefix() {
			#boxes .box h2 a:link:hover, #boxes .box h2 a:visited:hover {
				letter-spacing: -0.099em;	
			}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
			#boxes .box h2 a:link:hover, #boxes .box h2 a:visited:hover {
				letter-spacing: -0.075em;	
			}
}
		#boxes p {
			line-height: 1.3;
		}
		#boxes a:link, #boxes a:visited {
			font-weight: bold;
			color: #FFFFFF;
		}
	.page1 #new,
	.hp #new {
		background: url(../images/box-home-1.jpg) no-repeat 0 0;
		font-size: 100%;
	}
	#client {
		background: url(../images/box-home-2.jpg) no-repeat 0 0;
	}
	#boxes #blog {
		background: url(../images/box-home-3.jpg) no-repeat 0 0;
		margin: 0;
		float: right;
	}
		#blog ul {
			list-style: none;
			margin: 0;
			line-height: 1.3;
		}
			#blog li {
				margin: 0 0 10px;
			}
				#blog li a:link, #blog li a:visited {
					display: block;
					margin: 0 0 3px;
				}

#projectsNav {
	background: #828282;
	height: 37px;
	border: solid 1px #FFFFFF;
	margin: 0 0 20px;
	position: relative;
	z-index: 5;
}
	#projectsNav h2 {
		float: left;
		color: #FFFFFF;
		text-transform: lowercase;
		font-size: 316%;
		font-weight: bold;
		letter-spacing: -0.1em;
		line-height: 0.75;
		margin: 0;
		padding: 0 0 0 20px;
	}
	#projectsNav ul {
		float: right;
		list-style: none;
		margin: 0;
		font-size: 116.67%;
	}
		#projectsNav li {
			width: 140px;
			height: 37px;
			line-height: 37px;
			position: relative;
		}
			#projectsNav li span {
				float: left;
				width: 30px;
				color: #bebbbb;
			}
			#projectsNav li a:link, #projectsNav li a:visited {
				float: right;
				width: 100px;
				display: block;
				color: #FFFFFF;
				background: url(../images/arrow-dn.gif) no-repeat 75px 50%;
			}

			#projectsNav li ul {
				float: none;
				position: absolute;
				right: 0;
				top: -1000em;
				width: 100px;
				overflow: hidden;
				border: solid 1px #FFFFFF;
				background: #828282;
				font-size: 100%;
			}
			#projectsNav li:hover ul {
				top: 37px;
			}
				#projectsNav li li {
					width: 100%;
					margin: 0;
					height: auto;
					line-height: 1.5;
				}
					#projectsNav li li a:link, #projectsNav li li a:visited {
						float: none;
						padding: 2px 5px;
						background: none;
					}

#projects {
	position: relative;
}
	#projects ul {
		list-style: none;
		width: 100%;
		overflow: hidden;
		margin: 0;
		line-height: 1.25;
	}
		#projects li {
			float: left;
}
			#projects li a:link, #projects li a:visited {
				float: left;
				display: block;
				border: solid 1px #b1b1b1;
				background: #FFFFFF;
				position: relative;
				overflow: hidden;
				text-decoration: none;
}
				#projects li a:link img, #projects li a:visited img {
					position: relative;
					z-index: 1;
				}
				#projects li a:link span, #projects li a:visited span {
					position: absolute;
					z-index: 5;
					left: 0;
					top: 0;
					background: #FFFFFF;
					color: #828282;
					display: none;
				}
			#projects li a:link:hover, #projects li a:visited:hover {
				border-color: #000000;
			}
				#projects li a:link:hover span, #projects li a:visited:hover span {
					display: block;
				}

	#projects .feature1 {
		margin: 0 0 25px;
	}
		#projects .feature1 li {
			margin: 0 20px 0 0;
		}
		#projects .feature1 li.i2 {
			margin: 0;
		}
			#projects .feature1 li a:link, #projects .feature1 li a:visited {
				padding: 15px 15px;
				height: 188px;
				width: 188px;
			}
				#projects .feature1 li a:link span, #projects .feature1 li a:visited span {
					left: 15px;
					top: 15px;
					width: 188px;
					padding: 4px 0;
				}
	#projects .feature2 {
}
		#projects .feature2 li {
			margin: 0 20px 20px 0;
}
		#projects .feature2 li.i5 {
			margin-right: 0;
		}
		#projects .slider .feature2 li.i5 {
			margin-right: 20px;
		}
			#projects .feature2 li a:link, #projects .feature2 li a:visited {
				width: 98px;
				height: 98px;
			}
				#projects .feature2 li a:link span, #projects .feature2 li a:visited span {
					padding: 5px 5px;
					width: 88px;
				}
	
	#projects .prev,
	#projects .next {
		position: absolute;
		top: 0;
	}
		#projects .prev a:link, #projects .prev a:visited,
		#projects .next a:link, #projects .next a:visited {
			display: block;
			width: 28px;
			height: 101px;
			text-indent: -1000em;
		}
	#projects .prev {
		left: -40px;
	}
		#projects .prev a:link, #projects .prev a:visited {
			background: url(../images/arrow-l.png) no-repeat 0 0;
		}
		#projects .prev a:link:hover, #projects .prev a:visited:hover {
			background: url(../images/arrow-la.png) no-repeat 0 0;
		}
	#projects .next {
		right: -40px;
	}
		#projects .next a:link, #projects .next a:visited {
			background: url(../images/arrow-r.png) no-repeat 0 0;
		}
		#projects .next a:link:hover, #projects .next a:visited:hover {
			background: url(../images/arrow-ra.png) no-repeat 0 0;
		}

.page1 #footer,
.hp #footer {
	padding-top: 0;
}


/*-------
// project
//-----*/

#projectTop {
	background: #828282;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	margin: 0 0 20px;
	position: relative;
	z-index: 5;
}
	#projectTop h2 {
		float: left;
		font-size: 125%;
		font-weight: normal;
		letter-spacing: 0;
		color: #cfcfcf;
		padding: 0 0 0 20px;
	}
		#projectTop h2 span {
			padding: 0 .5em 0 0;
		}
		#projectTop h2 a:link, #projectTop h2 a:visited {
			color: #FFFFFF;
			text-transform: lowercase;
			padding: 0 .1em;
		}
	#projectTop .back {
		float: right;
		padding: 0 20px 0 0;
		font-size: 116.67%;
	}
		#projectTop .back a:link, #projectTop .back a:visited {
			display: block;
			float: right;
			line-height: 37px;
			padding: 0 15px 0 0;
			color: #bebbbb;
			background: url(../images/arrow-r.gif) no-repeat 100% 50%;
		}

#project {
	background: #FFFFFF;
	border: solid 1px #b1b1b1;
	padding: 20px 0;
	margin: 0 0 20px;
}
	#project .image {
		width: 698px;
		height: 400px;
		margin: 0 0 5px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
		#project .image * {
			vertical-align: middle;
		}

	#project .nav {
		list-style: none;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}
		#project .nav li {
			float: left;
			width: 21px;
			height: 21px;
			padding: 0 5px;
		}
			#project .nav li a:link, #project .nav li a:visited {
				float: left;
				display: block;
				text-indent: -1000em;
				width: 21px;
				height: 21px;
				background: url(../images/button-1.gif) no-repeat 0 0;
			}
			#project .nav li.active a:link, #project .nav li.active a:visited {
				background: url(../images/button-1a.gif) no-repeat 0 0;
			}


/*-------
// sidebar
//-----*/

#menu1 {
	background: url(../images/box-1.jpg) no-repeat 0 0;
	height: 205px;
	padding: 15px 0 0;
	font-size: 316%;
	font-weight: bold;
	letter-spacing: -0.1em;
	line-height: 1;
	margin: 0 0 20px;
}
	#menu1 li {
		text-transform: lowercase;
		padding: 0 0 0 20px;
	}
		#menu1 li a:link, #menu1 li a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#menu1 li a:link:hover, #menu1 li a:visited:hover {
			color: #000000;
		}
@-moz-document url-prefix() {
		#menu1 li a:link:hover, #menu1 li a:visited:hover {
			letter-spacing: -0.099em;	
		}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
		#menu1 li a:link:hover, #menu1 li a:visited:hover {
			letter-spacing: -0.075em;	
		}
}

#featured {
	margin: 0 0 0;
}
	#featured h2 {
		background: #828282;
		color: #FFFFFF;
		padding: 0 25px 9px;
		margin: 0 0 20px;
		text-transform: lowercase;
		font-size: 316%;
		font-weight: bold;
		letter-spacing: -0.1em;
		line-height: 0.75;
	}
	#featured ul {
		width: 100%;
		overflow: hidden;
	}
		#featured li {
			float: left;
			margin: 0 22px 20px 0;
		}
		#featured li.i1 {
			margin-right: 0;
		}
			#featured li a:link, #featured li a:visited {
				float: left;
				display: block;
				border: solid 1px #b1b1b1;
				background: #FFFFFF;
				position: relative;
				overflow: hidden;
				text-decoration: none;
				width: 97px;
				height: 99px;
			}
				#featured li a:link img, #featured li a:visited img {
					position: relative;
					z-index: 1;
}
				#featured li a:link span, #featured li a:visited span {
					position: absolute;
					z-index: 5;
					left: 0;
					top: 0;
					background: #FFFFFF;
					color: #828282;
					display: none;
					padding: 5px 5px;
					width: 87px;
				}
			#featured li a:link:hover, #featured li a:visited:hover {
				border-color: #000000;
			}
				#featured li a:link:hover span, #featured li a:visited:hover span {
					display: block;
				}


#content #searchform {
	font-size: 80%;
	margin: 0;
}

#searchform {
	background: #828282;
	padding: 10px 0 10px 18px;
	width: 202px;
	overflow: hidden;
	margin: 0 0 20px;
}
	#searchform label {
		display: none;
	}
	#searchform #s {
		float: left;
		width: 145px;
		height: 15px;
		padding: 3px 3px 3px 10px;
		border: none;
		background: url(../images/search-bg.png) no-repeat 0 0;
	}
	#searchform #searchsubmit {
		float: left;
		border: none;
		width: 25px;
		height: 21px;
		background: url(../images/search-bg.png) no-repeat 100% 0;
		text-indent: 1000em;
		color: #DADADA;
		cursor: pointer;
	}

.list1 {
	padding: 0 10px;
	margin: 0 0 20px;
}
	.list1 h2 {
		font-size: 150%;
		font-weight: bold;
		text-transform: lowercase;
		letter-spacing: -0.05em;
		color: #000000;
		margin: 0 0 .4em;
	}
	.list1 li {
		color: #000000;
		padding: 2px 0;
	}

#flickr {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
	#flickr h2 {
		text-indent: -1000em;
		height: 26px;
		margin: 0 0 5px;
		background: url(../images/flickr.gif) no-repeat 0 0;
	}
	#flickr .img {
		float: left;
		background: #FFFFFF;
		padding: 2px;
	}

#new {
	background: url(../images/box-2.jpg) no-repeat 0 0;
	height: 193px;
	padding: 15px 20px;
	color: #e4e4e4;
	font-size: 116.67%;
	margin: 0 0 20px;
}
	#new h2 {
		font-size: 271%;
		font-weight: bold;
		letter-spacing: -0.1em;
		text-transform: lowercase;
		line-height: 1;
		color: #FFFFFF;
		margin: 0 0 .1em;
	}
		#new h2 a:link:hover, #new h2 a:visited:hover {
			text-decoration: none;
			border-bottom: solid 1px #FFFFFF;
		}
	#new a:link, #new a:visited {
		font-weight: bold;
		color: #FFFFFF;
	}

#feeds {
	width: 100%;
	overflow: hidden;
}
	#feeds a:link, #feeds a:visited {
		float: left;
		display: block;
		margin: 0 5px 0 0;
	}
	#feeds a.rss1:link, #feeds a.rss1:visited,
	#feeds a.rss2:link, #feeds a.rss2:visited {
		width: 16px;
		height: 16px;
	}
		#feeds a.rss1:link span, #feeds a.rss1:visited span {
			background: url(../images/icon-rss1.jpg) no-repeat 0 0;
		}
	#feeds a.rss2:link, #feeds a.rss2:visited {
		margin-right: 10px;
	}
		#feeds a.rss2:link span, #feeds a.rss2:visited span {
			background: url(../images/icon-rss2.jpg) no-repeat 0 0;
		}
	#feeds a.rss3:link, #feeds a.rss3:visited,
	#feeds a.rss4:link, #feeds a.rss4:visited {
		width: 80px;
		height: 15px;
	}
		#feeds a.rss3:link span, #feeds a.rss3:visited span {
			background: url(../images/icon-rss3.gif) no-repeat 0 0;
		}
	#feeds a.rss4:link, #feeds a.rss4:visited {
		margin-right: 0;
	}
		#feeds a.rss4:link span, #feeds a.rss4:visited span {
			background: url(../images/icon-rss4.gif) no-repeat 0 0;
		}


.widget {
	padding: 0 10px;
	margin: 0 0 20px;
}
	.widget h2 {
		font-size: 150%;
		font-weight: bold;
		text-transform: lowercase;
		letter-spacing: -0.05em;
		color: #000000;
		margin: 0 0 .4em;
	}
	.widget li {
		color: #000000;
		padding: 2px 0;
	}




/*-------
// images
//-----*/
p img {
	padding: 0;
	max-width: 100%;
}

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
}

.box3{
  background: transparent url(../images/box-3.jpg) no-repeat 0 0 !important; 
}

/* additional */


img {
	width: auto;
}








