/*
Theme Name: Paris Assoc
Theme URI: http://tinkerpriestmedia.com/
Description: The default WordPress theme for the Paris Associates site.
Version: 1.0
Author: Chris Bavota
Author URI: http://tinkerpriestmedia.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #111;
	width: 900px;
	margin: auto;
	}

a {
	color: #ec1c24;
	outline: none;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}

h1 {
	text-transform: uppercase;
	}

h2 a {
	color: #000;
	}

#wrap {
	background-color: white;
	margin: auto;
	width: 900px;
	}

#header {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 176px;
	background-color: #111;
	}
	
	#header img {
		clear: left;
		float: left;
		}
	
	#header a {
		color: #fff;
		}

#container {
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	width: 900px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 560px;
	}

.post {
	clear: left;
	margin: 0 0 20px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	}

.post hr {
	display: block;
	}

.archives h2 {
	margin-bottom: 2px;
	}

img.header {
	margin: 25px 0 10px;
	}

.clear {
	clear: both;
}

#footer {
	padding: 10px 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	border: none;
	color: #fff;
	text-align: center;
	background: #111;
	}
	
	#footer a {
		color: #fff;
		}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #888;
	}
	
#sidebar li a {
	background-image: url(images/arrowgrey.gif);
	background-repeat: no-repeat;
	padding: 0px 25px 5px; 
	color: #666;
	text-decoration: none;
	}
	
#sidebar li a:hover {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	}
	
/* End Entry Lists */

/* Begin Sidebar */
#sidebar {
	padding: 180px 0 10px 0;
	margin-left: 620px;
	width: 260px;
	}
	
#sidebar form {
	margin: 0;
	}
	
	#sidebar table {
		width: 440px;
		}
	
	#sidebar td {
		vertical-align: top;
		}
	
	.rightbuttons {
		margin-left: 25px;
		width: 180px;
		background-color: #eee;
		
		}
		
	.rightbuttonslower {
		margin-top: 10px;
		margin-left: 25px;
		width: 180px;
		background-color: #eee;
		}	

#news {
	font-size: 11px;
	}

#books, #articles {
	clear: right;
	text-align: center;
	}
	
	#books img, #articles img, #news img {
		width: 141px;
		margin-bottom: 2px;
		}
	
	#books h1, #articles h1 {
		text-align: left;
		}
	
/* End Sidebar */

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Bavota Edits Begin */


/* Navigation Menu Elements */

.navmenu {
	position: absolute;
	margin: 25px 0 0;
	padding-bottom: 10px;
	}

	.navmenu ul {
		padding: 0;
		margin: 0;
		}

	.navmenu li {
		display: inline;
		}

	.navmenu a {
		padding: 5px 12px 5px 12px;
		margin-left: 9px;
		border-top: 1px solid #666;
		text-decoration: none;
		color: #000;
		Font-size: 12px;
		}
		
	.navmenu a:hover {
		border-top: 3px solid #666;
		color: #666;
		}

/* Mains Images Elements */
		
.mainimages {
	margin-top: 23px;
	}		
		
	.mainimagetop {
		width: 550px;
		height: 269px;
		border: 1px solid #eee;
		}
		
	.mainimageleft {
		clear: left;
		float: left;
		margin-top: 15px;
		width: 265px;
		height: 200px;
		border: 1px solid #eee;
		}
		
	.mainimageright {
		float: left;
		margin-left: 15px;
		margin-top: 15px;
		width: 265px;
		height: 200px;
		border: 1px solid #eee;
		margin-bottom: 15px;
		}
		
	.textbox {
		background-color: #000;
		height: 40px;
		padding: 10px;
		top: -60px;
		position: relative;
		z-index: 50;
		opacity:0.7;
		filter:alpha(opacity=70);
		}
		
	.oneliner {
		height: 40px;
		padding: 10px;
		top: -125px;
		position: relative;
		z-index: 100;
		}
		
		.oneliner a {
			font-family: 'Trebuchet', Verdana, Arial, Sans-Serif;
			font-size: 10px;
			color: #ffb400;
			text-decoration: none;
			}

		.oneliner h3 {
			padding: 0px;
			margin: 0px;
			}

			.oneliner h3 a {
				color: #fff;
				font-size: 11px;
				}
				
/* Side Advertisement Elements */

.sideadvert {
	margin: 25px 0 0 10px;
	}


/*  */
.highslide-active-anchor img {
	visibility: hidden;
	}
	
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(http://www.shaderupe.com/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(http://www.shaderupe.com/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body img {
	float: left;
	margin: 0 10px 10px 0;

}
.highslide-move {
    cursor: move;
}

.articles {
	width: 140px;
	height: 220px;
	float: left;
	margin: 20px;
	text-align: center;
	font-size: 14px;
	}
	
	.articles a:hover {
		text-decoration: none;
		}

.articles img {
	width: 140px;
	height: 200px;
	}
	
#lower-art {
	clear: left;
	padding-top: 20px;
	}
	
	#lower-art a {
		text-decoration: underline;
		color: #0000FF;
		}

/* WordPress Required Elements */

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

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

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

#today {
	color: #b11f24;
	}

#wp-calendar {
	margin: auto;
	}
	
.page-id-126 table td strong {
	margin: 5px 0;
	float: left;
	width: 100%;
	}
	
.post h2 {
	font-size: 20px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.single .post h2 {
	font-size: 28px;
	line-height: 34px;
	}
	
.post {
	font-size: 13px;
	line-height: 20px;
	}
