/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

/*
Theme Name: Cutline-3C
Theme URI:http://www.gpsgazette.com
Description: A 3 Column version of the Cutline theme originally designed and coded by <a href="http://pearsonified.com">Chris Pearson</a> and modified by <a href="http://www.gpsgazette.com">GPS Gazette</a>.
Version: 1.0
Author: Chris Pearson - GPS Gazette (3 colum modification)
*/

body {
    background: #c2c2c2;
    color: #333; font: 65%  'Trebuchet MS', 'Droid Sans', arial, serif;
    text-align: center;
}

* { padding: 0; margin: 0; }



/*---:[ global elements ]:---*/

a { color: #333; text-decoration: none; }

a img { border: none; }


abbr, acronym { border-bottom: 1px dotted #333; text-transform: uppercase; cursor: help; }

code { color: #090; font-family: Monaco, "Courier New", Courier, monospace; }

pre { width: 500px; margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; float: left; clear: both; }

* html pre { font-size: 1.0em; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

#serachheader { width: 100%; border-top: 1px solid #ccc; }

/*---:[ headlines ]:---*/

h1 { font-size: 3.6em; letter-spacing: -0.03em; }

* html h1 { letter-spacing: -0.1em; }

	#masthead h1 { text-align: center; clear: both;  }

	h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }

	.entry h3 { margin: 2.5em 0 0.5em 0; }

	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }

/*---:[ core layout elements ]:---*/

#container {
    width: 1024px;
    margin: auto;
}

	* html #content { overflow: hidden; }


/*---:[ header styles ]:---*/

#masthead { width: 1000px;  height: 110px; background: url('images/hr_dot_black.gif') 0 100% repeat-x;  /* background: url('images/logo.gif') repeat-x;
*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

	/* #masthead a { display: block; width: 1000px; height: 100px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

#nav2 {
	list-style-type:none;
	width:980px;
    margin:0;
	padding:10px 10px 30px 10px;
	border-left:none;
	border-top:3px solid #000;
	border-right:none;
	border-bottom:1px dotted black;
	background-color:#ffdc80;}

#nav2 li {
	list-style-type:none;
	font: 1.4em Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    display:inline;
	background-color:#ffdc80;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-right:none;
	border-left:none;}

#nav2 a {
	margin:0 0 0 0;
	padding:0.2em 1.2em 0.2em 0.2em;
	text-align:left;
    background-color:#ffdc80;
    float:left;}


#nav2 a:link {
	color:#000;
	text-decoration:none;}

#nav2 a:visited {
    color:#000;
    text-decoration:none;}

#nav2 a:hover,
#nav2 a:focus {
	color:green;
	background-color:transparent;
	border-right:none;
   border-bottom:3px solid gray;
   border-left:0px;
	margin:0 0 0px 0px;}

#nav2 a:active {
	color:green;
	background-color:#ffffcc;
	border-bottom:3px solid gray;
	margin:0 0 0 0px;}


#nav2 li.rss a {
    padding: 12px 0 0 0;
    background: url('images/icon_rss.gif') 100% 50% no-repeat;
    text-align:right;
    float:right }


ul#nav2 li a.current {color: green;}

#header_img img {
    display: block;
} /* this is really just an IE 6 and 7 hack in disguise */



/*---:[ content styles ]:---*/

.sticky {
    width: 500px;
    background: #fffce6;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px dotted #000;
}

.entry a:link { color: #333; text-decoration: underline; }
	.entry blockquote { font-size: 1.0em; }




		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }

		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }

			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.5em !important; }

	.entry h1 { font-size: 3.6em; line-height: 3.6em; letter-spacing: -0.03em; }


        .entry ul, .entry ol { margin: 0 0 1.5em 40px; }

	.entry ul { list-style-type: square; }

		.entry li { margin: 0 0 0.5em 0; }

			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }

	.entry dl { margin: 0 0 1.5em 0; }

		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }

		.entry dd { margin: 0 0 1.5em 20px; }

	.entry .ad { margin: 0 0 0.5em 15px; float: right; clear: right; }

		.entry .ad_left { margin: 0 15px 0.5em 0; float: left; clear: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
                .entry img.bingo { padding: 0px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }

                .entry img.left2 { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }

		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }

		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }

		.entry img.off { padding: 0 !important; border: none !important;}

		.entry img.stack { clear: none !important; }

.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
.aligncentered, .aligncenter {
text-align:center;
margin:0 auto;
}

	.tagged a, .tagged a:visited { padding: 3px; color: #333; text-decoration: none; }

	.tagged a:hover { color: #fff; background: #333; text-decoration: none; }

.clear { clear: both; }

/*---:[ caption styles ]:---*/

.wp-caption {
    text-align: center;
    background-color: #f3f3f3;
    /* optional rounded corners for browsers that support it */
}

.wp-caption img {
    padding: 0;
}

td, th

{

padding:10px 10px;
font-size: 1.0em;
font-family: helvetica, arial, sans-serif,Verdana, "Trebuchet ms";
background: #F9F9F7 url() repeat-x;

}


table#striche{

          border:1px dotted;
          border-collapse:collapse;
          margin: 0px 0px 15px 0px;
          width: 100%;
          font-size:0.9em;
          font-family: Verdana, Arial, sans-serif;
}


.strichliste {
          float: left;
          width: 34px;
          border: 0px solid red;
          margin: 0 5px 5px 0;
}


#striche td{
          background-color: #fffce6;
          border:1px dotted;
          width: 30%;
}

.sidebartable.td

{
	background: #F9F9F7 url() repeat-x;
	font-size: 1.2em;
	font-family: Verdana, "Trebuchet ms", helvetica, arial, sans-serif;
	color: #3a3a3a;
	width: 215px;
	padding:10px;
}


ul.sidebar_list { list-style: none; }

li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }

li.widget3 ul { font-weight: bold; list-style: none; margin: 0 0 0.5em 0px; padding: 0 10px; background-color: #fbffe6}

li.widget1 ul { font-style: italic; list-style: none; margin: 0 0 0.5em 0px; padding: 0 10px; background-color: #fbffe6}

li.widget ol { margin: 0 0 0.5em 20px; }

				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }

.exctext {font-family: "Verdana", "Times New Roman", serif; font-size: 0.75em; font-weight: normal; font-size: 1em; line-height: 1.25em; padding: 0px 2px 20px 2px;}

ul.sidebar_list li.widget2 { width: 215px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

li.widget2 h2 { font-weight: bold; font-size: 1.1em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; background-color: #F5FFBF; }

li.widget2 p { margin: 0 0 1.5em 0; padding: 0 0px; }

li.widget2 ul { list-style: none; font-size: 0.95em; line-height: 1.1em; margin: 0 0em 0.5em 0px; padding: 0 5px 0px 10px; background-color: #fbffe6}


li.widget2 ol { margin: 0 0 0.5em 10px; }

li.widget2 li { margin: 0 0 0 0em;}

li.widget2 li a {font-weight: bold; font-family: sans-serif; display: block; margin: 0; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

li.widget2 li a:visited { text-decoration: none; }



li.widget2 li a:hover {text-decoration: none; display: block}

				li.widget2 li .recent_date { padding: 0 0 0 0px; font-weight: bold; color: #888; }




		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }

			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }

				li.widget ul.flickr_stream li a img { padding: 3px; }

				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }

			/*---< FlickrRSS styles for the widget only >---*/

			li.widget_flickrrss { }

				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }

				li.widget_flickrrss a:hover img { background: #ff2a96; }

		/*---< Calendar widget styles >---*/

		#calendar_wrap { font-size: 1.3em; }

	/*---< This collection of lines is only here to make widget link categories work. I realize that it's ridiculous, and believe me when I say that I hate it more than you do. >---*/

	ul.sidebar_list li#linkcat-1, ul.sidebar_list li#linkcat-2, ul.sidebar_list li#linkcat-3, ul.sidebar_list li#linkcat-4, ul.sidebar_list li#linkcat-5, ul.sidebar_list li#linkcat-6, ul.sidebar_list li#linkcat-7, ul.sidebar_list li#linkcat-8, ul.sidebar_list li#linkcat-9 { width: 215px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

		ul.sidebar_list li#linkcat-1 h2, ul.sidebar_list li#linkcat-2 h2, ul.sidebar_list li#linkcat-3 h2, ul.sidebar_list li#linkcat-4 h2, ul.sidebar_list li#linkcat-5 h2, ul.sidebar_list li#linkcat-6 h2, ul.sidebar_list li#linkcat-7 h2, ul.sidebar_list li#linkcat-8 h2, ul.sidebar_list li#linkcat-9 h2 { font-weight: bold; font-size: 1.1em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

		ul.sidebar_list li#linkcat-1 ul, ul.sidebar_list li#linkcat-2 ul, ul.sidebar_list li#linkcat-3 ul, ul.sidebar_list li#linkcat-4 ul, ul.sidebar_list li#linkcat-5 ul, ul.sidebar_list li#linkcat-6 ul, ul.sidebar_list li#linkcat-7 ul, ul.sidebar_list li#linkcat-8 ul, ul.sidebar_list li#linkcat-9 ul { list-style: square; margin: 0 0 0.5em 20px; }

			ul.sidebar_list li#linkcat-1 li, ul.sidebar_list li#linkcat-2 li, ul.sidebar_list li#linkcat-3 li, ul.sidebar_list li#linkcat-4 li, ul.sidebar_list li#linkcat-5 li, ul.sidebar_list li#linkcat-6 li, ul.sidebar_list li#linkcat-7 li, ul.sidebar_list li#linkcat-8 li, ul.sidebar_list li#linkcat-9 li	{ margin: 0 0 0.7em 0; }

				ul.sidebar_list li#linkcat-1 li a, ul.sidebar_list li#linkcat-2 li a, ul.sidebar_list li#linkcat-3 li a, ul.sidebar_list li#linkcat-4 li a, ul.sidebar_list li#linkcat-5 li a, ul.sidebar_list li#linkcat-6 li a, ul.sidebar_list li#linkcat-7 li a, ul.sidebar_list li#linkcat-8 li a, ul.sidebar_list li#linkcat-9 li a { text-decoration: none; }

				ul.sidebar_list li#linkcat-1 li a:hover, ul.sidebar_list li#linkcat-2 li a:hover, ul.sidebar_list li#linkcat-3 li a:hover, ul.sidebar_list li#linkcat-4 li a:hover, ul.sidebar_list li#linkcat-5 li a:hover, ul.sidebar_list li#linkcat-6 li a:hover, ul.sidebar_list li#linkcat-7 li a:hover, ul.sidebar_list li#linkcat-8 li a:hover, ul.sidebar_list li#linkcat-9 li a:hover { text-decoration: underline; }



/*---:[ footer styles ]:---*/

#footer a, #footer a:visited, #footer a:hover { color: #333; text-decoration: none; }



/*---:[ comment styles ]:---*/

	ul#comment_list li.trackback { width: 470px; padding: 2.1em 15px 0 15px; background: url('images/trackback_bg.gif'); }

				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }

					.comment_time a, .comment_time a:visited, .comment_time a:hover { color: #888; text-decoration: none; }

			.comment .entry { padding: 0 15px; }



/*---:[ comment form styles ]:---*/

	#comment_form p { padding: 0.6em 0; }

			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #666; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }

		#comment_form p.subscribe-to-comments { font-size: 1.4em; }

			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }



/*---:[ search form styles ]:---*/

#search_form {}

	#search_form .search_input { width: 206px; padding: 3px; color: #090; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }

	li.widget .search_input { font-size: 1.1em !important; }

		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

#sidebar3 ul.sidebar_list li.widget {width: 460px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left;}

#header_img {
    float: left;
}

#navEntryBlog, #navEntryRedaktion, #navEntryWerbung, #navEntryKontakt {
    width: 102px;
    height: 100px;
    background-image: url('images/nav_blank.png');
    float: right;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 102px;
    height: 35px;
    padding-top: 65px;
    text-transform: uppercase;
}

#navEntryBlogActiv, #navEntryRedaktionActiv, #navEntryWerbungActiv, #navEntryKontaktActiv {
    width: 102px;
    height: 100px;
    float: right;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 102px;
    height: 100px;
    height: 35px;
    padding-top: 65px;
    background-image: url('images/nav_activ.png');
    text-transform: uppercase;
}

#linkEnd {
    width: 44px;
    height: 100px;
    background-image: url('images/nav_end.png');
    float: right;
}

#content_box {
    background-color: #eaeaea;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 10px;
    width: 960px;
    margin: auto;
}

#contentHeader {
    background-color: #eaeaea;
    padding-left: 32px;
    padding-right: 32px;
    width: 960px;
    text-align: center;
}

#contentHeader img {
    border-bottom: 7px solid #0b1f44
}

#spacerHeader {
    background-color: #eaeaea;
    padding-left: 32px;
    padding-right: 32px;
    width: 960px;
    height: 8px;
    clear: both;
}

#postHeader {
    width: 640px;
    height: 10px;
    background-color: #BECDE0;
    /*background-image: url('images/artikel_rundoben.png');*/
}

#postFooter {
    width: 640px;
    height: 25px;
    background-color: #BECDE0;
    /*background-image: url('images/artikel_rundunten.png');*/
}

#postContent {
    background-color: #becde0;
}

#postContent h2 {
    padding-bottom: 10px;
}

.tagged {
    background-image: url('images/hr_tag_sep.gif') no-repeat;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #888;
    clear: both;
}

h2, .pages h2, h2.page_header, h2.archive_head {
    font-size: 22px;
    text-align: left;
    padding-left: 8px;
    color: #870d13;
    font-family: Georgia, Arial, sans-serif;
}

h2 a {
    color: #0B1F44;
    text-decoration: none;
    font-family: Georgia, Arial, sans-serif;
    font-weight: normal;
}

h2 a:hover {
    color: #082e75;
    text-decoration: underline;
}

.entry {
    text-align: left;
    padding-left: 8px;
    color: #0b1f44;
}

.add_comment {
    background-color: #becde0;
    display: block;
    font-weight: bold;
}

.add_comment a {
    padding: 0;
    color: #0b1f44;
    text-decoration: none;
}

.add_comment a:hover {
    color: #082e75;
    text-decoration: underline;
}

.posts h4, .pages h4 {
    color: #0b1f44;
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
}

.date {
    font-size: 12px;
    font-weight: normal;
}

.entry p {
    padding-top: 10px;
    margin: 0
}

#sidebar {
    width: 300px;
    float: left;
    padding-left: 20px;
}

#content {
    width: 640px;
    float: left;
}

li.widget ul {
    padding-top: 5px;
    padding-left: 12px;
    color: #0b1f44;
    font-size: 12px;
    list-style: none;
    text-align: left;
    font-size: 12px;
}

li.widget li a, li.widget li a:visited {
    text-decoration: none;
    color: #0b1f44;
}

li.widget li a:hover {
    text-decoration: underline;
    color: #082e75;
}

#get-recent-highlights {
    padding-bottom: 20px;
}

#get-recent-search {
    padding-bottom: 40px;
}

li.widget li {
    margin-bottom: 4px;
}

.commentAuthor {
    font-weight: bold;
}

#get-recent-comments {
    padding-bottom: 20px;
}

#footer {
    background-color: #0b1f44;
    width: 1024px;
    min-height: 380px;
    clear: both;
    margin: auto;
}

.footerHeadline, #recent-posts-4 .widgettitle, #archives-3 .widgettitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 15px;
    text-align: left;
    background-image: none;
    text-transform: none
}

.footerHeadline {
    margin-bottom: 15px;
}

#recent-posts-4, #archives-3, .cat-item {
    list-style-type: none;
}

.cat-item, #archives-3 {
    padding-bottom: 4px;
    text-align: left;
}

#archives-3 select {
    margin-left: 10px;
}

#footerArticle {
    float: left;
    width: 336px;
    padding-right: 20px;
}

#footerCategories {
    float: left;
    width: 206px;
}

#footerLocal {
    float: left;
    width: 206px;
}

#footerOther {
    float: left;
    width: 256px;
}

#footer a, #footer a:visited {
    color: #c2c2c2;
    text-decoration: none;
    font-size: 12px;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footerArticleContainer, #footerCategoriesContainer, #footerLocalContainer, #footerOtherContainer {
    padding-left: 10px;
}

#footerOtherContainer {
    text-align: left;
}

#slogan {
    position: absolute;
    margin-left: 50px;
    margin-top: 30px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
    background-color: #0b1f44;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

#searchButton {
    width: 32px;
    height: 22px;
}

.searchForm {
    background-color: #becde0;
    border: 0px solid #cecece;
    height: 22px;
    padding-top: -50px;
}

#searchFormContainer {
    float: left;
    padding-right: 3px;
}

#searchButtonContainer {
    float: left;
}

#wp_page_numbers {
    background-color: #eaeaea !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    background-color: #eaeaea !important;
}

#footerText, #footerText a, #footerText a:visited, #footerLinks, #footerLinks a, #footerLinks a:visited {
    text-align: left;
    margin-top: 30px;
    color: #c2c2c2;
    font-size: 11px;
}

#footerLinks, #footerLinks a, #footerLinks a:visited {
    font-size: 12px;
}

#footerText, #footerLinks {
    margin-left: 10px;
}

#comments_headers {
    text-align: left;
    border-top: 1px solid;
    padding-top: 5px;
    margin-top: 15px;
    color: #0b1f44;
    font-size: 16px;
}

#commentsOrder {
    text-align: left;
    font-size: 11px;
    color: #0b1f44;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 20px;
}

#commentsOrder a {
    color: #0b1f44;
}

#commentsOrder a:hover {
    color: #082e75;
    text-decoration: underline;
}

ul#comment_list {
    list-style: none;
    text-align: left;
}

#commentHeader {
    width: 640px;
    height: 30px;
    background-color: #d7c8c5;
    /*background-image: url('images/kommentar_rundoben.png');*/
}

#commentFooter {
    width: 640px;
    height: 30px;
    background-color: #d7c8c5;
   /*background-image: url('images/kommentar_rundunten.png');*/
}

#commentContent {
    text-align: left;
    background-color: #d7c8c5;
    width: 630px;
    padding-left: 10px;
}

#commentContent .entry {
    padding-left: 0px;
}

.comment_meta, .comment_meta a, .comment_meta a:hover, .comment_meta a:visited {
    font-size: 14px;
    color: #8c210f;
}

ul#comment_list li.comment {
    border-bottom: 0px
}

#comments {
    width: 640px;
}

#commentSpacer {
    height: 20px;
    width: 640px;
}

#respond {
    padding-top: 30px;
    text-align: left;
    color: #870d13;
    font-size: 16px;
}

#comment_form {
    text-align: left;
}

input.text_input {
    background-color: #becde0;
    border: 0px;
    height: 20px;
    width: 510px;
}

textarea.text_input {
    background-color: #becde0;
    border: 0px;
    height: 220px;
    width: 510px;
}

#comment_form label {
    color: #082e75;
    font-size: 12px;
}

.darkblue {
    color: #0b1f44;
}

.footerIcons {
    padding-left: 8px;
    padding-top: 5px;
    float: left;
}

.recent-thumbs {
    float: left;
    padding-right: 10px;
    padding-top: 15px;
}

.entry {
    font-size: 1.25em;
    line-height: 1.55em;
    padding-right: 10px;
}

blockquote {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
    margin: 0px 0px 0px 30px;
    border-left: 1px solid #aaa;
}

#recent-posts-4 h2, #archives-3 h2 {
    font-family: Helvetica, Arial, sans-serif;
}

li.widget h2 {
    /*background-image: url('images/widget_head.png');*/
    background-color: #0B1F44;
    /*width: 280px;*/
    height: 23px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 7px;
    margin-bottom: 7px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.wp-caption p.wp-caption-text{
    padding: 0 4px 5px;
    margin: 0;
    font-size: 11px;
}

.commentTd {
    padding: 5px;
    background-color: #EAEAEA;
    color: #082E75;
}

#get_recent_comments_wrap ul li strong a, #get_recent_highlights_wrap ul li strong a {
    color: #870d13;
}

#get_recent_comments_wrap ul li strong a:hover {
    color: #69010f;
    text-decoration: underline;
}

div .add_comment {
    text-align: left;
    padding-left: 10px;
}
