/*   
Theme Name: BobBerrigan1
Theme URI: www.savvywebdesign.net
Description: Custom theme for Bob Berrigan, by www.savvywebdesign.net.
Author: Savvy Web Design
Author URI: http://www.savvywebdesign.net
Template: BobBerrigan1
Version: 01
.
Custom theme for Bob Berrigan. Includes several custom pages.
.
*/



* {padding:0; margin:0;}

body {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	text-align:center;
	background:#000000 url(images/bg-body.png);
	margin:0 auto 20px auto;}

img {border:0;margin:0;padding:0;}
img.title {margin:30px 0 10px 0;}
p {margin:10px 0;line-height:150%;font-size:1.2em;color:#121213;}
.caption {color:#333333;font-size:95%;font-weight:normal;margin:15px 0;width:300px;}
.indent {padding:0 30px;margin-left:15px;border-left:1px solid #c8b028;font-size:1.2em;line-height:150%;color:#121213;}
.post-edit-link {font-size:.8em;text-transform:uppercase;}
.wp-caption-text{color:#333333;font-size:1em;font-weight:normal;margin:0 0 15px 0;}
hr {display:block;margin:15px auto;clear:both;}

a {color:#000000;text-decoration:underline;}
a:hover {text-decoration:underline;}

a.dashed {color:#ffcc33;text-decoration:none;border-bottom:1px dashed #ffcc33;}
a.arrowed {padding-right:7px;background:url(images/arrow-link.gif) no-repeat right top;}
a.youarehere {background: url(images/youarehere.gif) no-repeat center top;}

h1 {
	color: #ffffff;
	text-align:left;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 4em;
	font-weight: bold;
	margin:0;}
h1.logo {margin:20px 0 0 40px;color:#c7eafb;}
	
h2 {
	color: #0037a4;
	text-align:left;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin:0 0 15px 0;clear:both;
}
h2 a {color:#0037a4;text-decoration:none;}
h2.logo {margin:5px 0 0 40px;color:#c7eafb;font-size:2.2em;}

h3 {color: #0037a4;
	text-align:left;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin:20px 0 15px 0;clear:both;}
	
.topmenu {padding:0px 30px;}
ul {list-style-position:outside;list-style-type:square;margin-left:25px;line-height:160%;font-size:1.2em;}
ol {list-style-position:outside;margin-left:25px;line-height:170%;font-size:1.2em;}

#wrapper {
	margin:0 auto;
	width:970px;
	text-align:left;
	position:relative;
	background: #ffffff;}
/* Position:relative is necessary to allow inner elements to use position:absolute if required later */


/* HEADER SECTION */

#header {
	padding:0px;
	margin: 0 auto;
	text-align:left;
	height:173px;overflow:hidden;
	background: url(images/bg-header.jpg) no-repeat right top;}


/* MAIN SECTION */

#main {margin:0 auto;position:relative;
	background:#ffffff url(images/bg-main.gif) repeat-y;
	width:970px;overflow:auto;padding-bottom:30px;}
/* Overflow auto is for the Firefox empty container problem */


#leftcolumn {width:585px;margin:40px 0 0 40px;float:left;display:inline;color:#333333;text-align:justify;overflow:auto;}

#content {/*font-size:1.2em;padding:5px 20px;*/}
 .post {margin-bottom:35px;}


#sidebar {float:right;width:255px;display:inline;margin:40px 30px 0 0; color:#000000;text-align:left;font-size: 1.1em;list-style-type:none;line-height:130%;}

#sidebar p {margin: 5px auto 10px auto;color:#000000;}
#sidebar h2 {margin:15px 0;font-size:2em;}
#sidebar ul {list-style-position:outside;list-style-type:none;list-style-image:none;margin:0;line-height:150%;padding-top:5px;border-top:1px solid #eee9cd;}
#sidebar ul li {padding:3px 0 5px 0;border-bottom:1px solid #eee9cd;}
#sidebar a {font-weight:bold;text-decoration:none;color:#000000;}
#sidebar a:hover {text-decoration:underline;}

#sidebar-player {float:right;width:300px;display:inline;margin:40px 20px 0 0; color:#000000;text-align:left;font-size: 1em;list-style-type:none;}
#sidebar-player h3 {padding-left:40px;margin-right:10px;}
#sidebar-player p {padding-left:40px;margin-right:10px;font-size:1.1em;}

#sidebar-player ul {list-style-position:outside;list-style-type:none;list-style-image:none;line-height:150%;padding-top:5px;border-top:1px solid #eee9cd;padding-left:40px;margin-right:10px;}
#sidebar-player ul li {padding:3px 0 5px 0;border-bottom:1px solid #eee9cd;margin:0;}
#sidebar-player a {font-weight:normal;text-decoration:none;color:#000000;}
#sidebar-player a:hover {text-decoration:underline;}



/* FOOTER */

#footer {clear:both;
	width:970px;
	color:#ffffff;
	background:#012761 url(images/bg-footer.gif) repeat-y;
	margin:0 auto;padding:20px 0;border-bottom:5px solid #c8b028;}
#footer p {font-size:.9em;color:#ffffff;}
#footer a {font-weight:bold;text-decoration:none;border-bottom:none;color:#ffffff;}
#footer a:hover {text-decoration:none;border-bottom:1px solid #ffffff;}
#footer ul {list-style-type:none;margin:0;padding:0 60px;list-style-image:none;}
#footer ul li {padding:0;display:inline;margin:0 4px;}
#footer ul li.current_page_item a {text-decoration:none;border-bottom:1px solid #ffffff;}

/*  The following code is excerpted from the WP Default stylesheet */

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments styling */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 15px 5px 5px 10px;
	list-style: none;border-bottom:1px dashed #cccccc;}

.commentlist li.odd {background:#eeeeee;}

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

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

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* 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 */

/*-------------*/

#navbar-holder {font-size:1em;position:absolute;left:40px;top:142px;z-index:50;}



/* The following CSS relates to the Wordpress plugin "wordpress-css-drop-down-menu" and is based on the work of Stu Nicholls */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:610px; height:32px; position:relative; z-index:100;font-size:.85em;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/*.menu ul ul {width:100px;}*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none;text-transform:uppercase;height:30px; padding-left:12px;line-height:29px; font-weight:bold;color:#ffffff}

.menu ul li {background:url(images/diagonal-stripe.gif);color:#ffffff;border-top:1px solid #0b3178;margin-right:2px;}
.menu ul li ul {background:none;}
.menu ul li ul li {border-top:1px solid #c8b028;width:120px;}

/* a hack so that IE5.5 faulty box model is corrected */
/* * html .menu a, * html .menu a:visited {width:111px; w\idth:100px;}*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0;width:100px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {text-transform:none;background:#ddd39c;color:#000000;height:auto;line-height:1em; padding:10px; border:none; margin:0;}
/* yet another hack for IE5.5 */
/* * html .menu ul ul a, * html .menu ul ul a:visited {width:122px;w\idth:100px;}*/

/* style the top level hover */
.menu a:hover {color:#0b3178; background:url(images/bg-menu.gif) repeat-y top right;}
.menu :hover > a/*, .menu ul ul :hover > a*/ {color:#000000; background:url(images/bg-menu.gif) repeat-y top right;}

/* style the second level hover */
.menu ul ul a:hover{background:#c8b028 !important;color:#012761;text-decoration:none;}
.menu ul ul :hover > a {background:#c8b028 !important;color:#012761;}
/* Marked important so that subpages still have gold hover bg when ON a subpage */

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu a:hover ul {visibility:visible !important;}

.current_page {background:#ffffff !important;border:none;} /* Makes tab white when current */
.current_page_link {color:#012761 !important;}

/* .current_parent {background:#ffffff !important;color:#012761 !important;} */
