/*Bryan Samolinski Style Sheet*/

* {
	margin:0; 
	padding:0; 
	border:0;
}

IMG {
	margin:0;
	padding:0;
}


/*********************************/
/* HTML tags                     */
/*********************************/
body {
	background:#f1ebe2;
	color:#9b6704;
	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 #9b6704 solid;
	color:#9b6704;
	padding:4px;
}
p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.25em;
}
h1 {
	font:bold 2.0em/1.4em Helvetica, Arial, sans-serif;
	letter-spacing:.8em; 
	font-variant:small-caps; 
	background:#9b6704;
	color:#fff;
	padding:10px 0 0 20px; 
	margin:0;
	width:760px;
}
h2 {
	font:bold 1em/1.3em Helvetica, Arial, sans-serif;
	vertical-align:text-bottom;
	padding:10px 20px 0 20px;
}
h3 {
	font:bold 1.1em/1.5em Helvetica, Arial, sans-serif;
	color:#9b6704;
	border-bottom:1px #9b6704 solid;
	margin:0;
	padding:20px 0 0 20px; 
	width:760px;
}
h4 {
	font:normal 1.4em/1.5em Helvetica, Arial, sans-serif;
	text-align:center;
	margin:30px 0 10px;
}
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:#9b6704;
	margin:0;
	padding:20px 0 0 20px; 
	width:760px;
}


/*********************************/
/* 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: #9b6704;
	text-decoration:none;
}
a:visited {
	color: #9B6704;
	text-decoration:none;
}
a:hover {
	color: #184994;
	text-decoration:none;
}



/*********************************/
/* 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                */
/*********************************/

.headerTop {
	background:transparent url(../images/bodyTop.png) no-repeat 6px 0;
	width: 800px;
	height:7px;
	margin:0 auto;
}
.header {
	background:transparent url(../images/body.png) repeat-y 0 0;
	width: 800px;
	height:30px;
	margin:0 auto;
}
.navigation {
	list-style-type:none;
	list-style:none;
	text-align: center;
	width: 780px;
	height:30px;
	position:absolute;
	top:0;
	margin:7px 10px 0;
}
 .navigation li {
	list-style-type:none;
	list-style:none;
	float:left;
	clear:none;
	display:inline;
	margin:0;
}
.navigation a:link, 
.navigation a:active, 
.navigation a:visited  {
	font:bold 1.2em/1.5em Helvetica, Arial, sans-serif;
	color: #9b6704;
	background:transparent url(../images/nav.png) repeat-x 0 0;
	width:155px;
	height:20px;
	float:left;
	padding:5px 0;
	border-right:1px solid #9B6704;
	cursor:pointer;
}
.navigation a.last:link, 
.navigation a.last:active, 
.navigation a.last:visited  {
	width:156px;
	border-right:0 none;
}

.navigation a:hover  {
	color: #fff;
	background:transparent url(../images/navOver.png) repeat-x 0 0;
}


/*********************************/
/* footer                        */
/*********************************/

.footerCap {
	background:transparent url(../images/bodyBottom.png) no-repeat 3px 0;
	width: 800px;
	height:50px;
	margin:0 auto;
}
div.footer {
	background:#fff;
	border-top:2px solid #9b6704;
	width:100%;
	height:30px;
	margin:0;
	padding:10px 0 0 0;
	position:fixed !important;
	bottom:0;
	left:0;
	z-index:10000;
}
ul.footer {
	list-style-type:none;
	list-style:none;
	width:800px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align: center;
}
ul.footer li {
	list-style-type:none;
	list-style:none;
	color: #9b6704;
	float:left;
	display:inline;
	margin:0 0 0 18px;
}
ul.footer li.first {
	margin:0 0 0 200px;
}
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;
	color: #9b6704;
	float:left;
}
ul.footer li a.footerNav:hover  {
	color: #184994;
}



/*********************************/
/* Content                       */
/*********************************/

.content {
	background:transparent url(../images/body.png) repeat-y 0 0;
	width: 800px;
	height:auto;
	margin:0 auto;
	overflow:visible;
}
.contentScrollable {
	width: 780px;
	height:auto;
	margin:0 auto;
	padding:0 0 60px 0;
}
.contentInnerWrap {
	width: 780px;
	height:600px;
	margin:0 auto;
	padding:0 0 60px 0;
	overflow:hidden;
}
.contentPhotoInnerWrap {
	width: 780px;
	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:#184994;
	font:bold 12px/12px Helvetic,Arial,sans-serif;
}
.description a:hover {
	color:#9B6704;
}
.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 #BE9857;
	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:#9b6704;
	background:#fff;
	border:0 none;
	padding:10px 0 0 6px;
	margin:0;
	width:auto;
}
.descriptionLinks a {
	font:bold 1.1em/1.4em Helvetic, Arial, sans-serif;
	color:#9b6704;
	margin:4px 20px 4px 6px;
	display:block;
}
.descriptionLinks a:hover {
	color: #184994;
}
#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:transparent url(../images/nav.png) repeat-x 0 0;
	border:1px #9b6704 solid;
	color:#9b6704;
	width:100px;
	height:30px;
	padding:0;
	margin:20px 0 0 0;
	text-align:center;
}
input.buttonContact:hover {
	color:#fff;
	background:transparent url(../images/navOver.png) repeat-x 0 -10px;
}
#sampleContent {
	float:left;
	width:720px;
	height:600px;
	margin:20px 30px;
}
#sampleContentSmaller {
	float:left;
	width:360px;
	height:600px;
	margin:20px 210px;
}
#sampleContentVertical {
	float:left;
	width:124px;
	height:650px;
	margin:20px 328px;
}
h3.photoShow {
	font:bold 1.4em/1.4em Helvetica, Arial, sans-serif;
	font-variant:small-caps;
	letter-spacing:.2em;
	width:662px;
	text-align:center;
	margin:26px 59px 0;
	padding:4px 0; 
	color:#fff;
	background:#9b6704;
	border:0 none;
}
ul.photography li.listing {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	clear:none;
	width:120px;
	height:150px;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.photography li.listing a.image {
	font:bold 1.1em/1.2em Helvetica, Arial, sans-serif;
	color:#9B6704;
	text-decoration:none;
	text-align:center;
	float:left;
	clear:none;
	width:100px;
	height:140px;
	padding:10px 10px 0;
	margin:0;
}
ul.photography li.listing a.image:hover {
	background:#9B6704;
	color: #184994;
	text-decoration:none;
} 
ul.photography li.listing a.image img {
	padding:0 0 4px;
	margin:0;
}
ul.photography li.listing a.image span {
	display:block;
	width:100px;
	padding:0;
	margin:0;
} 



/*********************************/
/* Carousel Content              */
/*********************************/

.tabs {
	clear:none;
	float:left;
	width:450px;
	height:32px;
	margin:40px 174px 0;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:10;
}
a.webTab,
a.flashTab,
a.designTab {
	font:bold 12px/12px 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:#7e7e7e;
	color:#fff;
	border:2px solid #7e7e7e;
	border-bottom:2px solid #9B6704;
}
a.webTab:hover,
a.flashTab:hover,
a.designTab:hover {
	background:#7e7e7e;
	color:#184994;
	cursor:pointer;
}
a.webTab.selectedTab,
a.flashTab.selectedTab,
a.designTab.selectedTab {
	background:#c9c9c9;
	color:#9B6704;
	cursor:pointer;
	border:2px solid #9B6704;
	border-bottom:2px solid #c9c9c9;
}
.tabBorder {
	clear:none;
	float:left;
	height:2px;
	width:662px;
	margin:0 58px 0;
	background:#9B6704;
	position:relative;
	top:-2px;
	z-index:0;
}
.webDevelopment,
.flashDevelopment,
.design {
	clear:none;
	float:left;
	width:662px;
	height:170px;
	margin:0 58px;
	overflow:hidden;
	position:relative;
	top:-2px;
	z-index:1;
}
.hidden {
	visibility:hidden;
}
ul.portfolioCarousel li.listing {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	clear:none;
	width:120px;
	height:150px;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.portfolioCarousel li.listing a.image {
	font:bold 1.1em/1.2em Helvetica, Arial, sans-serif;
	color:#9B6704;
	text-decoration:none;
	text-align:center;
	float:left;
	clear:none;
	width:100px;
	height:140px;
	padding:10px 10px 0;
	margin:0;
}
ul.portfolioCarousel li.listing a.image:hover {
	background:#9B6704;
	color:#184994;
	text-decoration:none;
} 
ul.portfolioCarousel li.listing a.image img {
	padding:0 0 4px;
	margin:0;
}
ul.portfolioCarousel li.listing a.image span {
	display:block;
	width:100px;
	padding:0x;
	margin:0;
} 
.jcarousel-container {
	position:relative;
	margin:0 auto;
	padding:6px 30px 0;
	width:600px;
    height: 160px;
    background:#c9c9c9;
	border:1px solid #9B6704;
	border-top:0 none;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-clip-horizontal {
    width:  600px;
    height: 150px;
	margin:10px 0 0 0;
} 
.jcarousel-prev-horizontal {
	position:absolute;
	top:56px;
	left:0;
    width:28px;
    height:36px;
    cursor:pointer;
    background:transparent url(/images/arrowLeft.gif) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover {
    background:transparent url(/images/arrowLeftHover.gif) no-repeat 0 0;
}
.jcarousel-next-horizontal {
	position:absolute;
	top:56px;
	right:0;
    width:28px;
    height:36px;
    cursor: pointer;
    background:transparent url(/images/arrowRight.gif) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
    background:transparent url(/images/arrowRightHover.gif) no-repeat 0 0;
}
.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;
}
#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:#9b6704;
	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:#9b6704;
	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.2em/1.2em Helvetica, Arial, sans-serif;
	text-align:center;
    position:fixed;
    top:17%;
    left:50%;
    margin-left:-160px;
    width:320px;
    background-color:#fffaef;
    border:2px solid #9B6704;
    padding:12px;
}

.jqmWindow #jqmMessage {
	font-variant:small-caps;
	letter-spacing:2px;
}

.jqmWindow a.jqmClose {
	font:bold 1.2em/1.6em Helvetica, Arial, sans-serif;
	background:transparent url(../images/nav.png) repeat-x scroll 0 0;
	border:1px solid #9B6704;
	color:#9B6704;
	height:16px;
	margin:10px 0 0 109px;
	padding:0 0 4px;
	text-align:center;
	width:100px;
	float:left;
}

.jqmWindow a.jqmClose:hover {
	background:transparent url(../images/navOver.png) repeat-x scroll 0 -10px;
	color:#FFFFFF;
}


/*********************************/
/* Blog                           */
/*********************************/

#navbar-iframe {
	display::none;
}

/* Content
----------------------------------------------- */
@media all {
  #content {
	width: 780px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
    }
  #main {
    background-color:#fff;
    padding: 15px;
    width:430px;
	height:auto;
    float:left;
    border:0 none;
	overflow:hidden;
    }
  #main2 {
    width:430px;
	height:auto;
    float:left;
    border:0 none;
	overflow:hidden;
    }
  #sidebar {
    background-color:#e6e7e8;
    padding:15px;
	margin:0 20px 0 0;
    width:250px;
	height:auto;
    float:right;
    border:0 none;
	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 9px/1.4em Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing:.2em;
	color:#9b6704;
	padding:0;
}
#content h2.sidebar-title {
	float:left;
	clear:left;
	width:100%;
	height:100%;
}
#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 dotted #CCCCCC;
	float:left;
	width:250px;
	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;
    }
  #content .post {
    margin:.5em 0 1.5em;
    border-bottom: 1px dotted #cccccc;
    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;
  color:#9b6704;
  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:#be9857;
  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 dotted #cccccc;
  list-style:none;
  width:250px;
  overflow:hidden;
  float:left;
  clear:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em;
  text-indent:0;
  line-height:1.5em;
  }
#sidebar p {
  color:#666666;
  line-height:1.5em;
  }
  

/* Profile
----------------------------------------------- */
#sidebar #profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #cccccc;
  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;
}



