/* 
Theme Name: Thomas Dunton Solicitors
Theme URL: http://thomasduntonsolicitors.co.uk/
Description: WP Theme for the Thomas Dunton Solicitors website.
Author: Carlos Castillo
Author URI: http://carloscastillo.co.uk
Version: 2.4
*/

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/*table {border-collapse:separate;border-spacing:0;}*/

body {
	font-family: "Lucida Sans Unicode","Lucida Grande", Garuda, sans-serif;
	font-size: 12px;
	color: #272727;
}
p {
	margin-bottom: 10px;
	line-height: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.alignleft {
	float: left;
}

/* SITE STRUCTURE */
#container{
	margin: 10px auto 5px;
	width: 980px;
	height: 600px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
#column_navigation {
	float: left;
	width: 200px;
	height: 600px;
	background: #dee6f6  url('images/column_navigation_bg.png') no-repeat bottom left;
}
#column_vertical_title {
	float: left;
	position: relative;
	width: 26px;
	height: 600px;
	background: #6699ff;
}
#column_vertical_title_img {
	position: absolute;
	bottom: 0px;
}
#column_content {
	float: left;
	width: 504px;
	height: 600px;
}
.the_content {
	width: 474px;
	height: 580px;
	overflow: auto;
	padding: 10px 15px 10px 15px;
	margin: 0px;
}
#column_image {
	float: left;
	width: 250px;
	height: 600px;
}
/* END SITE STRUCTURE */


/* HOME PAGE */
#column_content_home {
	float: left;
	width: 780px;
	height: 600px;
	background: #002fc6 url('images/home_bg.jpg') no-repeat;
	color: #ffffff;
}
#content_home {
	width: 360px;
	height: 350px;
	margin: 220px 0 0 50px;
}
#news-ticker-title {
	float: left;
	width: 88px;
	height: 18px;
	border-right: 1px solid #808080;
	padding: 2px 0 0 50px;
	margin: 5px 10px 0 0;
	font-weight: bold;
}
#news-ticker {
	margin: 7px 0 0 0;
}
#news-ticker a {
	color: #2a6aea;
}
#news-ticker a:hover {
	color: #95b1ea;
}
/* END HOME PAGE */


/* PAGE STYLES */
.the_content h1 {
	font-size: 28px;
	color: #ffcc00;
	margin-bottom: 15px;
	font-weight: 100;
	width: 450px;
}
.the_content h2{
	font-size: 18px;
	color: #6699ff;
	margin-bottom: 5px;
	font-weight: 100;
	width: 450px;
}
.the_content h3 {
	font-size: 15px;
	color: #000000;
	font-weight: 100;
	margin-bottom: 2px;
	width: 450px;
}
.the_content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	width: 450px;
}
.the_content a {
	color: #2a6aea;
	text-decoration: none;
}
.the_content a:hover {
	text-decoration: underline;
}
.the_content ul, .the_content ol {
	line-height: 20px;
	margin: 0 0 10px 40px;
}
.the_content blockquote {
	font-size: 16px;
	padding: 0 40px 0 60px;
	background: url("images/quotes.png") no-repeat 0 0;
	font-style: italic;
}
.the_content hr {
	margin: 2px 0 15px 0;
}
.team {
	margin: 0 8px 8px 0;
}
/* EN PAGE STYLES */


/* SIDEBAR */
#column_navigation a {
	color: #2a6aea;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
}
#column_navigation a:hover {
	color: #6699ff;
	background: #ffffff;
}
#main_logo a {
	border: 0;
	margin: 0;
	padding: 0;
}
#column_navigation ul {
	margin: 0;
	padding: 0;
}
#column_navigation li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
#nav_services {
	width: 200px;
	margin: 25px 0 25px 0;
	padding: 0;
}
#nav_services a {
	color: #151d70;
}
/* END SIDEBAR */


/* SEARCH_PANEL */
#search_panel {
	margin: 35px 0 25px 10px;
}
#search_panel input {
	vertical-align: top;
	background: transparent url(images/search_bg.png) no-repeat scroll 0 0;
	width: 142px;
	height: 16px;
	margin: 0px;
	padding: 5px 4px 3px 4px;
	color: #777575;
	border: 0;
}
#search_panel #searchsubmit {
	vertical-align: top;
	width: 26px;
	height: 24px;
	margin: 0 0 0 -4px;
	padding: 0;
	border: 0;
	background: transparent url(images/but_search.png) no-repeat scroll 0 0;
	text-indent: -1000em;
	cursor: pointer;
}

#search_panel #searchsubmit:hover {
	vertical-align: top;
	width: 26px;
	height: 24px;
	margin: 0 0 0 -4px;
	padding: 0;
	border: 0;
	background: transparent url(images/but_search.png) no-repeat scroll 0 -24px;
	text-indent: -1000em;
	cursor: pointer;
}

/* END SEARCH PANEL */


/* FOOTER */
#footer {
	width: 970px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	color: #838381;
	padding: 0 5px 0 5px;
}
#chgfontsizeoptions {
	width: 250px;
	float: left;
	font-size: 10px;
}
#footer_content {
	width: 700px;
	float: right;
	margin-top: 2px;
	font-size: 10px;
	text-align: right;
}
#footer_content a {
	color: #222222;
	text-decoration: none;
}
#footer_content a:hover {
	text-decoration: underline;
}
/* END FOOTER */

/* PAGINATION */
.wp-paginate {padding:0; margin-top: 20px;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#6792e7; color:#ffffff; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#2a6aea; color:#ffffff;}
.wp-paginate .title {margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#130d5f; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}
/* END PAGINATION */

/*
Here is a list of all the <DIV>s in Whiteboard.
*/
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}



/* FONT REPLACEMENT */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 18px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
/* END FONT REPLACEMENT */
