/*Bryan Samolinski Style Sheet*/

* {
	margin:0; 
	padding:0; 
	border:0;
}

IMG {
	margin:0;
	padding:0;
}


/*********************************/
/* HTML tags                     */
/*********************************/
body {
	background:#efefef;
	color:#333;
	font:62.5% Helvetica, Arial, sans-serif;
	width:100%;
	text-align:left;
}
input, .textArea {
	font:1.2em/1.2em Helvetica, Arial, sans-serif;
	float:left;
	clear:both;
	border:1px #333 solid;
	color:#333;
	padding:4px;
}
p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.25em;
}
h1 {
	font:small-caps bold 2em/1.2em Helvetica,Arial,sans-serif;
    letter-spacing:.15em; 
    width:981px;
	float:left;
	color:#333;
	background:#efefef;
    border-bottom: 1px solid #333;
    margin: -1px 0 -20px -195px;
    padding: 10px 0 0 15px;
}
h2 {
	font:bold 1em/1.3em Helvetica, Arial, sans-serif;
    width:350px;
	vertical-align:text-bottom;
	float:left;
	color:#333;
    border-left: 1px solid #333;
	background:#efefef;
    margin:-6px 0 0 40px;
    padding: 10px 0 0 13px;
}
h3 {
	font:bold 1.2em/1.5em Helvetica,Arial,sans-serif;
	color:#333;
	letter-spacing:.2em;
	margin:0;
	padding:20px 0 0 40px; 
	float:left;
	width:770px;
}
h4 {
	font:normal 1.4em/1.5em Helvetica, Arial, sans-serif;
	text-align:center;
	margin:30px 0 10px;
	width:800px;
	float:left;}
h5 {
	font:normal 1.4em/1.5em Helvetica, Arial, sans-serif;
	padding:0 0 0 20px;
	margin:4px;
}
h6 {
	font:bold 1.4em/1.5em Helvetica, Arial, sans-serif;
	font-variant:small-caps; 
	letter-spacing:.2em; 
	color:#330000;
	margin:0;
	padding:20px 0 0 20px; 
	width:800px;
	float:left;
}


/*********************************/
/* background images             */
/*********************************/
.bodyBackground {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
}
.bodyBackground img {
	width: 100%;
	height: 100%;
}
.body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top:0px;
	left:0px;
}


/*********************************/
/* <a> links                     */
/*********************************/

a:link, a:active  {
	color: #330000;
	text-decoration:none;
}
a:visited {
	color: #330000;
;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}



/*********************************/
/* button links                  */
/*********************************/

.button {
	font-weight: bold;
	margin-bottom: 5px;
	text-align:center; 
	height:40px;
	width:110px;
	padding:5px;
	display:inline;
	border: #be9857 1px solid;
}
a.button:link, a.button:active{
	color: #9b6704;
	text-decoration:none;
}
a.button:visited {
	color: #be9857;
}
a.button:hover {
	color: #184994;
}



/*********************************/
/* header and nav                */
/*********************************/

.header {
	width:195px;
	height:186px;
	position:absolute;
	top:0;
	left:0;
}
.navigation {
	position:absolute;
	top:35px;
    left:1px;
	list-style:none;
	text-align: center;
    width:204px;
    padding:0;
	z-index:89;
}
 .navigation li {
	list-style:none;
	float:left;
	clear:none;
	display:inline;
    width:204px;
	margin:0;
}
.navigation a, 
.navigation a:link, 
.navigation a:active, 
.navigation a:visited  {
	font:bold 1.2em/2em Helvetica,Arial,sans-serif;
	color: #330000;
	background:#999;
    width:193px;
	height:25px;
	float:left;
	padding:5px 0;
	border-bottom:1px solid #330000;	
	border-right:1px solid #330000;
	opacity:.9;
	filter: Alpha(opacity=90);
}
.navigation a:hover  {
	color: #fff;
	cursor:hand;
}
.navigation a.selected, 
.navigation a.selected:link, 
.navigation a.selected:active, 
.navigation a.selected:visited  {
    padding:5px 11px 5px 0;
	height:25px;
	border-right:0;
	border-bottom:0;
	background:#330000 url(/images/breadcrumbArrow.gif) no-repeat right -1px;
	color:#fff;
	opacity:1;
	filter: Alpha(opacity=100);
}
.navigation a.selected:hover  {
	cursor:hand;
}


/*********************************/
/* footer                        */
/*********************************/

div.footer {
	background:#999;
	border-top:1px solid #300;
	width:100%;
	height:12px;
	margin:0;
	padding:5px 0;
	position:fixed !important;
	bottom:0;
	left:0;
	z-index:10000;
	opacity:.8;
	filter: Alpha(opacity=80);
}
ul.footer {
	list-style-type:none;
	list-style:none;
	width:975px;
	height:12px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align: center;
}
ul.footer li {
	list-style-type:none;
	list-style:none;
	color:#300;
	float:left;
	display:inline;
	height:12px;
	margin:0 0 0 18px;
}
ul.footer li.first {
	margin-left:377px;
}
ul.footer li a.footerNav, 
ul.footer li a.footerNav:link, 
ul.footer li a.footerNav:active, 
ul.footer li a.footerNav:visited  {
	font:bold 1.1em/1.1em Helvetica, Arial, sans-serif;
	height:12px;
	color:#300;
	float:left;
}
ul.footer li a.footerNav:hover  {
	color:#fff;
}



/*********************************/
/* Content                       */
/*********************************/

.content {
	width:997px;
	height:auto;
	margin:10px auto 60px;
	overflow:visible;
	position:relative;
}
.contentScrollable {
	background:#fff;
	border:1px solid #e6e7e9;
	width:800px;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	left:195px;
}
.contentInnerWrap {
	background:#fff;
	border:1px solid #e6e7e9;
	width:800px;
	min-height:600px;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	left:195px;
}
.contentPhotoInnerWrap {
	width:800px;
	height:700px;
	margin:0 auto;
	padding:0 0 60px 0;
	overflow:hidden;
}
.clear {
	float:left;
	clear:both;
}
.description {
	font:normal 1.2em/1.4em Helvetic, Arial, sans-serif;
	padding:30px;
	margin:30px 0 0;
	width:700px;
	height:auto;
	float:left;
	clear:none;
}
.description p {
	float:left;
	clear:left;
	margin:0 0 10px 0;
	width:100%;
}
.description ul {
	clear:left;
	float:left;
	list-style:disc inside none;
	margin:0 0 0 20px;
	width:100%;
}
.description ul li {
	clear:left;
	float:left;
	list-style:square inside none;
	margin:10px 0 0;
}
.description a {
	color:#33000;
	font:bold 12px/12px Helvetic,Arial,sans-serif;
}
.description a:hover {
	color:#333;
}
.descriptionLinks {
	clear:none;
	float:left;
	width:750px;
	height:auto;
	margin:30px 0 20px 0;
	padding:0 0 0 30px;
}
.descriptionLinksBackground {
	clear:none;
	float:left;
	border:1px solid #330000;
	padding:6px;
	margin:20px 30px 10px 0;
	width:320px;
}
.descriptionLinks h3 {
	font:bold 1.4em/1.4em Helvetic, Arial, sans-serif;
	font-variant:small-caps;
	letter-spacing:.2em;
	color:#330000;
	background:#fff;
	border:0 none;
	padding:10px 0 0 6px;
	margin:0;
	width:auto;
	clear:left;
}
.descriptionLinks a {
	font:bold 1.1em/1.4em Helvetic, Arial, sans-serif;
	color:#330000;
	margin:4px 20px 4px 6px;
	clear:left;
	float:left;
}
.descriptionLinks a:hover {
	color: #333;
}
#friendfeed.widget {
	margin:20px 0 0 0 !important;
	width: 350px !important;
}
#friendfeed.widget a {
	display:inline !important;
}
#flashcontent {
	background:transparent url(/images/mainHeader.png) no-repeat 0 0;
	width:780px;
	height:290px;
	margin:0 0 0 10px;
	z-index:1;
}
.formcontent {
	height:auto;
	width:740px;
	margin:10px 0;
	padding:0 0 0 40px;
	text-align:left;

}
.inputTitle {
	float:left;
	clear:both;
	font-weight:bold;
	width:740px;
	margin:0;
	padding:12px 0 0;
}
input.buttonContact {
	font:bold 1.2em/1.7em Helvetica, Arial, sans-serif;
	background:#999;
	border:1px #333 solid;
	color:#330000;
	width:100px;
	height:30px;
	padding:0;
	margin:20px 0 0 0;
	text-align:center;
}
input.buttonContact:hover {
	color:#fff;
	background:#999;
}
#sampleContent {
	float:left;
	width:800px;
	height:600px;
	margin:0 40px 20px;
}
#sampleContentSmaller {
	float:left;
	width:360px;
	height:600px;
	margin:20px 210px;
}
#sampleContentVertical {
	float:left;
	width:124px;
	height:650px;
	margin:20px 328px;
}


/*********************************/
/* Carousel Content              */
/*********************************/

.tabs {
	width:450px;
	height:32px;
	margin:65px auto -1px;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:10;
}
a.webTab,
a.flashTab,
a.designTab {
	font:bold 1.2em/1.0em Helvetica,Arial,sans-serif;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	width:124px;
	height:10px;
	float:left;
	clear:none;
	margin:0 1px;
	padding:9px 10px;
	overflow:hidden;
	background:#999;
	color:#330000;
	border:1px solid #999;
	opacity:.7;
	filter: Alpha(opacity=70);
}
a.webTab:hover,
a.flashTab:hover,
a.designTab:hover {
	background:#999;
	color:#fff;
	cursor:pointer;
	cursor:hand;
}
a.webTab.selectedTab,
a.flashTab.selectedTab,
a.designTab.selectedTab {
	background:#fff;
	color:#330000;
	cursor:pointer;
	border:1px solid #330000;
	border-bottom:none;
	opacity:1;
	filter: Alpha(opacity=100);
}
.tabBorder {
	height:1px;
	width:642px;
	margin:0 auto;
	background:#e6e7e9;
	position:relative;
	top:-2px;
	z-index:0;
}
.tabContent {
	width:642px;
	height:401px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	top:-2px;
	z-index:1;
}
.webDevelopment,
.flashDevelopment,
.design {
	width:642px;
	height:401px;
	margin:0;
	overflow:hidden;
	position:relative;
	float:left;
	clear:none;
}
.flashDevelopment,
.design {
	margin:-401px 0 0;
}
.webDevelopment .jcarousel-container,
.flashDevelopment .jcarousel-container,
.design .jcarousel-container {
	margin:0 auto;
	border-top:none;
}
.hidden {
	visibility:hidden;
}
ul.carousel li.listing {
	list-style:none;
	float:left;
	clear:none;
	width:640px;
	height:400px;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.carousel li.listing a.image {
	font:bold 1.1em/1.2em Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-align:center;
	float:left;
	clear:none;
	width:640px;
	height:400px;
	padding:0;
	margin:0;
}
ul.carousel li.listing a.image img {
	padding:0;
	margin:0;
	width:640px;
	height:400px;
	float:left;
}
ul.carousel li.listing a.image span {
	font:bold 1.1em/1.2em Helvetica, Arial, sans-serif;
	background:#999;
	color:#330000;
	float:left;
	width:640px;
	padding:4px 0;
	margin:-23px 0 0;
	opacity:.7;
	filter: Alpha(opacity=70);
} 
ul.carousel li.listing a.image:hover {
	color:#333;
	text-decoration:none;
	width:632px;
	height:392px;
}
ul.carousel li.listing a.image:hover img {
	opacity:.8;
	filter: Alpha(opacity=80);
}
ul.carousel li.listing a.image:hover span {
	color:#333;
	text-decoration:none;
} 
.jcarousel-container {
	position:relative;
	margin:90px auto 0;
	padding:0;
	width:640px;
    height:400px;
    background:#fff;
	border:1px solid #e6e7e9;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-clip-horizontal {
	width:640px;
    height:400px;
	margin:0;
} 
.jcarousel-prev-horizontal {
	position:absolute;
	top:160px;
	left:0;
    width:50px;
    height:70px;
    cursor:pointer;
    background:transparent url(/images/arrows.png) no-repeat 0 0;
	z-index:1000;
}
.jcarousel-prev-horizontal:hover {
    background:transparent url(/images/arrows.png) no-repeat 0 -70px;
}
.jcarousel-next-horizontal {
	position:absolute;
	top:160px;
	right:0;
    width:50px;
    height:70px;
    cursor:pointer;
    background:transparent url(/images/arrows.png) no-repeat -50px 0;
	z-index:1000;
}
.jcarousel-next-horizontal:hover {
    background:transparent url(/images/arrows.png) no-repeat -50px -70px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

/*********************************/
/* Lightbox Content              */
/*********************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background:#333 !important;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color:#330000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font:normal 1.0em/1.0em Verdana, Helvetica, sans-serif;
	background-color:#330000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*********************************/
/* Modal Content              */
/*********************************/

.jqmOverlay { background-color: #000; }

.jqmWindow {
    display: none;
	font:bold 1.1em/1.2em Helvetica, Arial, sans-serif;
	text-align:center;
    position:fixed;
    top:17%;
    left:50%;
    margin-left:-160px;
    width:320px;
    background-color:#ccc;
    border:1px solid #e6e7e9;
    padding:12px;
}

.jqmWindow #jqmMessage {
	font-variant:small-caps;
	letter-spacing:2px;
}

.jqmWindow a.jqmClose {
	font:bold 1.1em/1.4em Helvetica, Arial, sans-serif;
	background:#999;
	border:1px solid #333;
	color:#330000;
	height:16px;
	margin:10px 0 0 109px;
	padding:4px 0 4px;
	text-align:center;
	width:100px;
	float:left;
}

.jqmWindow a.jqmClose:hover {
	background:#999;
	color:#fff;
}


/*********************************/
/* Blog                           */
/*********************************/

#navbar-iframe {
	display::none;
}

/* Content
----------------------------------------------- */
@media all {
  #content {
	width:800px;
	height:auto;
	margin:45px auto 0;
	overflow:hidden;
    }
  #main {
    background-color:#fff;
    padding: 15px;
    width:512px;
	height:auto;
    float:left;
    border:0 none;
	overflow:hidden;
    }
  #main2 {
    width:512px;
	height:auto;
    float:left;
    border:0 none;
	overflow:hidden;
    }
  #sidebar {
    background-color:#efefef;
    padding:15px;
	margin:0 20px 0 0;
    width:200px;
	height:auto;
    float:right;
    border:0 none;
	overflow:hidden;
    }
  #sidebar2 {
    width:200px;
	height:auto;
    float:left;
	overflow:hidden;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }


/* Headings
----------------------------------------------- */
#content h2 {
	margin:1.5em 0 .75em;
	font:bold 12px/1.4em Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing:.1em;
	color:#333;
	padding:0;
}
#content h2.sidebar-title {
	float:left;
	clear:left;
	width:100%;
	height:100%;
	border-left:none;
}
#twitter_div {
	float:left;
	clear:left;
	width:100%;
	height:100%;
}

#twitter_div h2 {
	font:bold 12px/1.4em Arial, sans-serif;
}
ul#twitter_update_list {
	float:left;
	clear:left;
}
ul#twitter_update_list li {
	float:left;
	clear:left;
	width:100%;
	padding:0;
}
ul#twitter_update_list li span {
	float:left;
	clear:left;
	width:100%;
	margin:0 0 2px 0;
}
#twitter_div a {
	float:right;
	clear:left;
	margin:0 0 4px 0;
}
#twitter_div span a {
	float:none;
	clear:none;
}   
#twitter_div a#twitter-link {
	border-bottom:1px solid #333;
	float:left;
	width:200px;
	margin:0 0 1.5em;
	padding:0 0 1.5em;
}
#twitter_div h2 {
  font:bold 12px/1.4em Arial, sans-serif;
}
.blogrollmain {
	float:left;
	clear:left;
	width:260px;
	height:100%;
	margin:0;
}


/* Posts
----------------------------------------------- */
@media all {
  #content .date-header {
    margin:1.5em 0 .5em;
    background:none;
    border-left:none;
    }
  #content .post {
    margin:.5em 0 1.5em;
    border-bottom: 1px solid #333;
    padding-bottom: 1.5em;
    }
  }
@media handheld {
  #content .date-header {
    padding:0 1.5em 0 1.5em;
    }
  #content .post {
    padding:0 1.5em 0 1.5em;
    }
  }
#content .post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:14px;
  font-weight:bold;
  line-height: 1.4em;
  letter-spacing:0;
  color:#330000;
  width:100%;
  }
#content .post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#cccccc;
  font-weight:normal;
  }
#content .post-title strong, .post-title a:hover {
  color:#9b6704;
  }
#content .post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
#content p.post-footer {
  margin:-.25em 0 0;
  color:#cccccc;
  }
#content .post-footer em, .comment-link {
  font:9px/1.4em Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing:.1em;
  }
#content .post-footer em {
  font-style:normal;
  font-weight: bold;
  color:#330000;
  margin-right:.6em;
}
#content .comment-link {
  font-weight: bold;
  margin-left:.6em;
  display:none;
}
#content .post img {
	padding:4px;
	border:1px solid #cccccc;
}
#content .post img.addThis {
	border:none;
	padding:0;
	margin:6px 0 0;
	outline:0;
} 
#content .post blockquote {
  margin:1em 20px;
}
#content .post blockquote p {
  margin:.75em 0;
}


/* Comments
----------------------------------------------- */
#content #comments {
	display:none;
}

	
/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px solid #333;
  list-style:none;
  width:200px;
  overflow:hidden;
  float:left;
  clear:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em;
  text-indent:0;
  line-height:1.5em;
  }
#sidebar ul#recently li  {
    float:left;
    padding:0 0 4px;
  }
#sidebar ul#recently li a {
    float:left;
    font:normal 9px/12px Helvetica, Arial, sans-serif;
  }
#sidebar p {
  color:#333;
  line-height:1.5em;
  }
  

/* Profile
----------------------------------------------- */
#sidebar #profile-container {
  margin:0 0 1.5em;
  border-bottom:1px solid #333;
  padding-bottom:1.5em;
  }
#sidebar .profile-datablock {
  margin:.5em 0 .5em;
  }
#sidebar .profile-img {
  display:inline;
  }
#sidebar .profile-img img {
  float:left;
  padding:4px;
  border:1px solid #cccccc;
  margin:0 8px 3px 0;
  }
#sidebar .profile-data {
  margin:0;
  font:bold 10px/1.6em Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#sidebar .profile-data strong {
  display:none;
  }
#sidebar .profile-textblock {
  margin:0 0 .5em;
  }
#sidebar .profile-link {
  margin:0;
  font:10px/1.6em Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

#navbar-iframe {
	display:none;
}
