/* @override 
	http://localhost:8888/br4/wp-content/themes/br4/style.css
	http://www.billrobbinsdesign.com/wp-content/themes/br4/style.css
*/

/*  
	Theme Name: BR4
	Description: This is My Site
	Version: 1.0
	Author: Bill Robbins
	Author URI: http://www.billrobbinsdesign.com
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111;
font-family: "adrianna-condensed-demibold-1","adrianna-condensed-demibold-2"; }

p, li, ul, legend, span, label {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1.25; margin-bottom: 20px; }
h5 { font-size: 16px; font-weight: bold; margin-bottom: 24px; }
h6 { font-size: 16px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	font-size: 16px;	padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; }

blockquote  { margin: 24px; color: #666; font-style: italic;	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

/* @end */

/* @group Body */

body {
	margin: 0 auto;
	background: #bbb url(images/background-main.jpg) repeat-y center top;
	color: #000;
}

body p {
	font: 16px Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

body a, body a:visited {
	text-decoration: none;
	color: #8bd5ef;
}

body a:hover {
	text-decoration: underline;
}

body img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* @end */

/* @group Menu */

#menu {
	background: url(images/background-menu.jpg) repeat-x;
}

#logo {
	float: left;
}

#navigation {
	float: right;
	width: 600px;
}

#navigation ul, #navigation li {
	float: left;
	list-style: none;
	margin-top: 37px;
	font-family: "adrianna-condensed-demibold-1","adrianna-condensed-demibold-2";
}

#navigation a, #navigation a:visited {
	color: #fff;
	font-size: 22px;
	margin-right: 25px;
	font-family: "adrianna-condensed-demibold-1","adrianna-condensed-demibold-2";
}

#navigation a:hover {
	text-decoration: none;
	border-bottom: 2px solid #b8b8b8;
	color: #b8b8b8;
}

#menu-content {
	width: 960px;
	margin: 0 auto;
}

#page-menu {
	display: block;	
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 96px;
	z-index: 9999;
}

/* @end */

/* @group Home */

#home-rotator {
	margin: 10px auto 15px;
	background: url(images/background-home.png) no-repeat;
	width: 716px;
	height: 515px;
	padding-top: 13px;
	padding-left: 20px;
}

#rotator {
	border: none;
}

/* @end */

/* @group Pages */

#page {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#portfolio-list {
	width: 960px;
	margin: 0 auto;
	height: auto;
}

.portfolio-item {
	width: 940px;
	padding: 10px;
	margin: 0 auto 40px;
}

.portfolio-item h2 {
	font-size: 33px;
	text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	font-weight: bold;
}

.portfolio-item h2 a:hover {
	text-decoration: none;
	color: #2a2a2a;
	text-shadow: #ccc 1px 1px 3px;
	-webkit-text-shadow: #ccc 1px 1px 3px;
	-moz-text-shadow: #ccc 1px 1px 3px;
}

.portfolio-image {
	float: left;
	background: url(images/portfolio-shadow.png) no-repeat center bottom;
	padding-bottom: 24px;
}

.portfolio-details {
	float: right;
	width: 480px;
	color: #fff;
}

.portfolio-item h2 a, .portfolio-item h2 a:visited {
	margin-bottom: 0;
	margin-top: 8px;
	color: #fff;
}

.portfolio-item a, .portfolio-item a:visited {
	color: #111;
}

.large {
	background: url(images/single-portfolio-shadow.png) center bottom;
	padding-bottom: 27px;
	margin-left: 27px;
}

h1.portfolio-title {
	text-align: left;
	margin-bottom: 30px;
	text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	font-weight: bold;
}

/* @end */

/* @group Personal Bar */

#personal-bar {
	width: 960px;
	margin: 35px auto 0;
	height: 90px;
}

#me-box {
	float: right;
	width: 292px;
	padding-top: 15px;
}

#me-box h3 {
	font-size: 18px;
	color: #fff;
	font-family: "daniel-1","daniel-2",serif;
	text-shadow: #727272 1px 1px 4px;
}

.twitter {
	float: left;
	margin-right: -22px;
	z-index: 25;
	position: relative;
	margin-top: 17px;
}

#twitter-box {
	float: left;
	width: 285px;
	color: #fff;
	font-size: 14px;
	background: #5e5e5e;
	padding: 5px 5px 5px 23px;
	border: 1px solid #aaa;
	z-index: 1;
	height: 70px;
}

#twitter-box p {
	color: #fff;
	margin-bottom: 0;
}

.follow {
	text-align: right;
	font-size: 12px;
}

/* @end */

/* @group Footer */

#footer {
	height: 46px;
	width: 960px;
	margin: 30px auto 100px;
}

#footer p {
	color: #000;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: #000;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}
/* @end */


/* @group Images */


.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

/* @end */

/* @group Comments */

#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
	}
	
.reply a:hover {
	background: #ff7008;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ccc;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

li.bypostauthor {
	background-color: #000;
}
						  
/* @end */											  

/* @group Other Items */



.textwidget {
	font: 16px Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

.wp-pagenavi {
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px; 
	margin: 2px 2px 10px;
	text-decoration: none;
	color: #7ebfd8;	
}

.wp-pagenavi a:hover, .wp-pagenavi a:active {
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000;
	background-color: #fff;
}

/* @end */
