/*
Theme Name: Mulvaney
Theme URI: http://www.mulvaneyforcongress.com/
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
Version: 1.0
Description: A custom theme for the Mick Mulvaney Campaign
*/

@import url(reset.css);



/* This is where you set many of the universal defaults */
/* Styles declared here will cascade to all document elements, unless overridden */
body { 
	background: url(images/body-bg.jpg) top center no-repeat fixed; 
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #1F3C7B;
	text-decoration: none;
}
a:hover {
	color: #1F3C7B;
	text-decoration: underline;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
br.clear {
	clear: both;
	margin: 0; padding: 0;
	border: none; height: 0;
}
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	color: #1F3C7D;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-size: 20px;

}
h3 a {

}
h3 a:hover {

}

/* Sub-Headings in Posts */
h2 {

}

/* Comment/Respond Titles */
h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #80979E;
	margin: 5px 0; padding: 3px 0;
}

/* Widget Titles */
h5 {
	background: url(images/lt-blue-grad.gif) repeat-x;
	color: #1F3C7D;
	margin: 0; padding: 10px;
	font-size: 18px;
}

/* Archive/Search Title */
h6 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	width: 875px; 
	margin: 0; padding: 0;
	background: url(images/header2.jpg) top no-repeat;
	overflow: auto;
}

#header #title {
	width: 600px; height: 160px;
	float: left;
	margin: 0; padding: 0;
}
#header #title a {
	display: block; float: left;
	width: 550px; height: 160px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header form {
	padding: 110px 0 0 0;
}
#header form label {
	color: #fff;
}
#header #s {
	background: #fff url(images/search.gif) top right no-repeat;
	border: none;
	font-size: 12px; line-height: 1;
	height: 12px;
	padding: 2px 16px 2px 5px;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	width: 100%; clear: both;
	margin: 0; padding: 0;
	overflow: auto;
	text-align: left;
	z-index: 99999;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
	z-index: 99999;
}
#menu li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin: 0; padding: 8px 20px;
	text-decoration: none;
}
#menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
	border-top: 1px solid #FFF;
}
#menu li li {
	padding: 0;
}
#menu li li a {
	background: #1C508C;
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #FFF;
	border-top: none;
}
#menu li li a:hover {
	background: #073B76;
	padding: 5px 10px;
	text-decoration: none;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -30px 0 0 189px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}

/*********************************************
		Container Styles
*********************************************/
#container {
	width: 875px;
	background: #E6EAED;
	margin: 0 auto; padding: 0;
	border: 1px solid #968761;
	border-top: none;
	overflow: auto;
	/***background-image:url('images/home-bg.jpg');
	background-repeat: no repeat;
	background-position: 200 200; THIS WILL NOT WORK B/C INTERIOR PAGES WILL HAVE SAME BACKGROUND IMAGE, AND WE DONT WANT THAT***/
}

/*********************************************
		Content Styles
*********************************************/
#content {
	width: 540px; float: left;
	margin: 0; padding: 10px;
}

#content #feature,
#content #welcome {
	background: #FFF;
	margin: 0 0 10px 0; padding: 9px;
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
}

/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	background: #FFF;
	margin: 0 0 10px 0; padding: 9px;
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
}

.byline {

}

.commentlink {

}
.commentlink a {

}
.commentlink a:hover {

}

.postcontent {
	clear: both; /* important */
}

/* Subheadings within posts */
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-weight: bold;
	margin: 0; padding: 10px 0;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 150%;
}
.postcontent h2 {
	font-size: 140%;
}
.postcontent h3 {
	font-size: 130%;
}
.postcontent h4 {
	font-size: 120%;
}
.postcontent h5 {
	font-size: 110%;
}
.postcontent h6 {
	font-size: 110%;
}

/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	clear: both;
	background: #FFF;
	margin: 0; padding: 10px;
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 295px; float: right;
	margin: 0; padding: 10px;
	/***background-image:url('images/sidebar-bg.jpg');
	background-repeat:x;***/
}

#sidebar .widget {
	clear: both;
	background: #FFF;
	margin: 0 0 10px 0; padding: 9px;
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
}

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

}

#sidebar object,
#sidebar embed {
	width: 275px; height: 200px;
	margin: 0; padding: 0;
}

/*********************************************
		Custom Widget Styles
*********************************************/

/* Search Widget */
#sidebar #s {

}

#sidebar .graphlinks {
	background: none;
	border: none;
	padding: 0;
}
#sidebar .graphlinks ul,
#sidebar .graphlinks ul li {
	list-style-type: none;
	margin: 0; padding: 0;
}
#sidebar .graphlinks ul li {
	background: url(images/graphlinks-bg.jpg) repeat-x;
	margin-bottom: 1px;
}
#sidebar .graphlinks ul li a {
	display: block;
	color: #FFF;
	font-size: 16px;
	padding: 8px 8px 8px 70px;
}
#sidebar .graphlinks ul li.donate a {
	background: url(images/dollar.jpg) no-repeat;
}
#sidebar .graphlinks ul li.volunteer a {
	background: url(images/volunteer.jpg) no-repeat;
}
#sidebar .graphlinks ul li.news a {
	background: url(images/news.jpg) no-repeat;
}
#sidebar .graphlinks ul li a:hover {
}

#sidebar p.title {
	padding-bottom: 0;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	background: #FFF;
	margin: 0 0 10px 0; padding: 10px;
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
/* Each Comment */
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 2px solid #ebebeb;
	overflow: hidden;
}

/* Gravatar */
#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
/* Author and Comment deets */
#comments li.comment .vcard {
	line-height: 1.1;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments .comment-reply-link {
	background: #006C99;
	color: #fff;
	margin: 0; padding: 3px 5px;
}

/* Threaded Comments UL */
#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}

#respond {
	clear: both;
	background: #FFF;
	margin: 0; padding: 10px;
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	cursor: pointer;
}

/*********************************************
		Connect Section Styles
*********************************************/
#connect {
	clear: both;
	height: 32px; padding: 9px;
	background: url(images/blue-grad.gif) repeat-x;
	border-top: 1px solid #c0c0c0;
}
#connect .title {
	float: left;
	color: #1F3C7D;
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
}
#connect form {
	float: left;
	padding-right: 15px;
	background: none;
}
#connect input {
	display: inline;
	padding: 3px;
}
#connect input[type="hidden"] {
	display: none;
}
#connect input.submit {
	background: url(images/button.gif) repeat-x;
	border: none;
	color: #FFF;
	padding: 4px;
}

/*********************************************
		Bottom Section Styles
*********************************************/
#bottom {
	clear: both;
	color: #fff;
	background: url(images/bottom2.jpg) top center no-repeat;
	font-size: 12px;
	margin: 0; padding: 10px 0;
	overflow: auto;
}
#bottom h5 {
	background: none;
	color: #FFF;
	margin: 0 0 5px 0; padding: 0;
}
#bottom ul {
	margin: 15px;
}
#bottom a {
	color: #fff;
}
#bottom a:hover {
	color: #fff;
}

#bottom .left,
#bottom .middle,
#bottom .right {
	width: 251px; float: left;
	margin: 0; padding: 0 10px;
	overflow: auto;
}
#bottom .middle {
	border-left: 1px solid #627A9F;
	border-right: 1px solid #627A9F;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	margin: 0 auto; padding: 5px 0;
	font-size: 11px;
	text-align: center;
}

#footer p {
	margin: 0; padding: 0;
}
#footer a {
}
#footer a:hover {
}

#footer #credits {

}

/*********************************************
		David Bisset 8/17
*********************************************/

#buttons li { float: right; margin-left: 10px; }
#buttons { width: 100%; padding: 10px 0px 10px 0; background-color: transparent; }
#buttons ul { list-style: none; padding: 0 10px 0 0; margin: 0; float: right; }
#sliderbox { background:none;  margin:0 0 10px; width: 100%; height: 305px; }
.slideshow { padding: 20px 10px 10px; }
#sliderbox .thumbNav { position: absolute; top: 230px; left: 120px; }
#sliderbox { background: url('images/slider-bg.png') bottom no-repeat; height:282px; width:850px; padding: 10px 0 7px 10px; }
.playing { display: none; }
#toparea { background: url('/wp-content/themes/Mulvaney/images/home-bg.jpg') bottom no-repeat; padding: 0 0 10px 0; }
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 730px; height: 225px; position: relative; margin: 0; z-index: 100; }
.anythingSlider .wrapper                { width: 730px; overflow: auto; height: 225px; margin: 0px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 281px; width: 730px; margin: 0; position: relative; }
.anythingSlider .arrow                  { display: block; width: 25px;  text-indent: -9999px; position: absolute; top: 2px; cursor: pointer; height: 19px;}
.anythingSlider .forward                { background: url(/wp-content/themes/Mulvaney/images/right_arrow.gif) no-repeat; left: 140px; }
.anythingSlider .back                   { background: url(/wp-content/themes/Mulvaney/images/left_arrow.gif) no-repeat; left: 0px; }
.anythingSlider .forward:hover          {  }
.anythingSlider .back:hover             { }

.thumbNav li                            { display: inline; margin-right: 5px; text-indent: -10000px; }
.thumbNav a                             { background: url("/wp-content/themes/Mulvaney/images/circle.gif") no-repeat; text-indent: -9999px;  padding: 5px 6px; font-size: 6px; color: #fff; }
.thumbNav a:hover                       { background: url("/wp-content/themes/Mulvaney/images/circle.gif") no-repeat; }
.thumbNav a.cur                         { background: url("/wp-content/themes/Mulvaney/images/circle_dot.gif") no-repeat; }

.start-stop                             { z-index: 10; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingSlider .caption { position: absolute; left: 430px; top: 0; display: block; width: 270px; z-index: 9999; }
.anythingSlider .caption p { font-family: arial; font-weight: normal; color: #032e62; line-height: 30px; font-size: 16px; text-align: left; }

.clear { clear: both; }


.box { background: url("/wp-content/themes/Mulvaney/images/sidebar-box.png") no-repeat; width: 260px; height: 190px; text-align: center; padding: 30px; margin: 0 0 5px -10px; }
.box h3 { color: #003f86; font-size: 40px; font-family: Arial; text-transform: uppercase; font-weight: bold; }
.box p { line-height: 20px; }



/*********************************************
		flickr Badge
*********************************************/

#flickr .badge {
	width:500px;
	height:100px;
	padding:0 0 0 50px;
	clear: both;
	background: #FFF;
	margin: 0 0 10px 0; 
	border-left: 1px solid #C0C1C6;
	border-right: 1px solid #C0C1C6;
	border-bottom: 1px solid #909196;
}

#flickr a img {
	float:left;
	margin:0 0px 8px 8px;
	background:#cdcdcd;
	padding:4px;
	width:75px;
	height:75px;
}
