﻿/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <;body&gt; tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	&lt;--- This makes links green

	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/



.imgtxt{

        display:block;

        background-repeat:no-repeat;

        background-position: top left;

        text-indent: -99999em;

        margin:0;

}

.sales_dude body {

	background-color: black;

}



.newwpage #content_box {

	background: none; 

}

body.newwpage {

    background: #44443f;

}



.newwpage #container {

    margin-top: 2em;

    margin-bottom: 2em;

    padding: 0.3em;

    background: #33332f;

    border: 0.4em solid #3e3e3a;

}



.newwpage #page {

    background: #44443f;

}



#header #logo {  width: 293px; height: 167px; top: 3px; left: 63px;  }

	#header #logo a { display: block; width: 293px; height: 167px; background: url('http://www.markdeldegan.com/images/lg_logo.png') no-repeat; text-indent: -9999px; outline: none; }

	.custom.ie6 #header #logo a { background: url('http://www.markdeldegan.com/images/lg_logo.png') no-repeat; }

	

#header { height: 167px; padding: 0 1em ; background: url('http://www.markdeldegan.com/images/header_bg.gif') repeat-x; border: none; }

.menu {border: 0; font-size: 14px; font-weight: bold; background: #000000; height: 39px; font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;}

.menu a { border:  0; color: #BFBFBF; background: #000000 ; text-transform: none; letter-spacing: normal; text-transform: uppercase; }

	.menu a:hover, .menu .current a, .menu .current a:hover { border: 0; text-decoration: underline; background: #004573; color: #FFFFFF; text-transform: uppercase; }



.sidebarheadlineright {

	color: #00365A; width: 256px; font-family: 'Segoe UI', Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; border-bottom: 1px solid #CCCCCC; font-weight: bold; padding-bottom: 8px;

} 

.sidebarborderright {

	border: 1px solid #CCCCCC; padding: 12px;

}

.sidebarlowdiv {

	margin-top: 15px;

}

.sidebarheadlineleft {

	color: #00365A; font-family: 'Segoe UI', Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; border-bottom: 1px solid #CCCCCC; font-weight: bold; padding-bottom: 8px;

} 

.sidebarborderleft {

	

}

.sidebarlowdiv {

	margin-top: 15px;

}





.sidebarheadlinerightblue {

	background-color: #004573; color: #FFFFFF; width: 256px; font-family: 'Segoe UI', Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; border-bottom: 1px solid #FFFFFF; font-weight: bold; padding-bottom: 8px;

} 

.sidebarborderrightblue {

	background-color: #004573; border: 1px solid #FFFFFF; padding: 12px;

}



.widget_twitter {

color: #00365A; width: 100px; font-family: 'Segoe UI', Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; border: 1px solid #CCCCCC;

} 



.widget_twitter ul {

	padding: 12px;

}



.sidebar {

	font-family: 'Segoe UI', Trebuchet MS, Arial, Helvetica, sans-serif;}

.sidebar h3 a {

	font-size: 18px; font-family: 'Segoe UI', Trebuchet MS, Arial, Helvetica, sans-serif; padding-left: 12px; padding-right: 12px; padding-top: 12px; padding-bottom: 8px; border-bottom: 1px solid #CCCCCC;

}



/*---:[ footer ]:---*/

#footer {

	background: url('http://www.markdeldegan.com/images/footer_bg.gif') #004573 repeat-x; border: none; color: #FFFFFF ;

}



#footer a {

	color: #FFFFFF; text-decoration: none; border-bottom: none;

}



#footer a:hover {

	color: #FFFFFF; text-decoration: underline;

}



#footer_area {

	background: #004573;

}

#tagline {

	text-indent: -9999px;}

/*---:[ Page: Work With Mark  ]:---*/



.work-with-mark li#web-design{

        width:217px;

        float:left;

        margin-right:10px;

list-style-type: none ;



}

.work-with-mark li#social-media{

        width:217px;

        float:left;

        margin-right:10px;

list-style-type: none ;



}

.work-with-mark li#personal-branding{

        width:217px;

        float:left;

        margin-right:10px;

list-style-type: none ;



}

.work-with-mark li#search-engine-optimization{

        width:217px;

        float:left;

        margin-right:10px;

list-style-type: none ;



}



.work-with-mark li#web-design h4{

        width:217px;

        height:30px;

        background: url(http://markdeldegan.com/images/workwithmark/webdesign.png) no-repeat top left;

}



.work-with-mark li#social-media h4{

        width:217px;

        height:30px;

        background: url(http://markdeldegan.com/images/workwithmark/socialmedia.png) no-repeat top left;

}

.work-with-mark li#personal-branding h4{

        width:217px;

        height:30px;

        background: url(http://markdeldegan.com/images/workwithmark/personalbranding.png) no-repeat top left;

}

.work-with-mark li#search-engine-optimization h4{

        width:217px;

        height:30px;

        background: url(http://markdeldegan.com/images/workwithmark/searchengineoptimization.png) no-repeat top left;

}



.work-with-mark h2#what-we-do{

        width:868px;

        height:61px;

        border-bottom:1px solid #004573;

        border-top:1px solid #004573;

        background:url(http://markdeldegan.com/images/workwithmark/whatido.png) no-repeat center center;

margin-right: auto;

margin-left: auto;

        margin-top:40px;

        margin-bottom:30px;

}



.work-with-mark h1 {

	display:block;

        background-repeat:no-repeat;

        background-position: top left;

        text-indent: -99999em;

        margin:0px;

padding: 0px;

height: 0px;

font-size: 8px;

}

.work-with-mark h2#main-page-heading {

	

width:399px;

        height: 69px;

        background:url(http://markdeldegan.com/images/workwithmark/workwithmark.png) ;

        margin-top:0px;

        margin-bottom:20px;}

.si_contact_message {

	font-size: 24px;;

}



.custom #header_area {

	background-color: #67727B;

}



.custom #footer_area {

	background: #67727B;

}



<!-- Recent Articles Footer -->



.custom #footer_1 {

	text-align: left;

list-style-type: none;

}



.custom li#recent-posts-2 {

	float: left;

width: 217px;

list-style-type: none;

text-align: left;

border-right: 1px solid #000000;

padding-right: 10px;

}



.custom li#text-12 {

	float: left;

width: 217px;

list-style-type: none;

text-align: left;

}



.custom li#text-13 {

	float: left;

width: 217px;

list-style-type: none;

text-align: left;

}



.custom li#text-16 {

	float: left;

width: 217px;

list-style-type: none;

}



.custom #footer_1 li {

list-style-type: none;

	

}

#flickr a img {

float:left;

margin:0 0px 8px 8px;

background:#3f4e4e;

padding:4px;

width:64px;

height:64px;

display: block;

}



#flickr {

   background:url(http://markdeldegan.com/images/flickr_background.png) no-repeat;

   width:344px;

   height:245px;

   padding:0 0 0 0px;

}



#flickr-images {

	width: 214px;

height: 245px;

padding-left: 30px;

padding-top: 46px;



}



.custom .entry-title a {color:#000000; font-family: Tahoma, Geneva, sans-serif;font-size: 28px; letter-spacing: -1px; font-style:normal;font-variant:normal;font-weight:bold;line-height:1.1em;text-decoration:none;}

.custom .entry-title a:hover {color:#000000; text-decoration: underline; background:none;}

.custom .entry-title a:visited {color:#000000; font-family: Tahoma, Geneva, sans-serif; letter-spacing: -1px;  font-size: 28px; font-style:normal;font-variant:normal;font-weight:bold;line-height:1.1em; }

.custom .headline_area h1, .headline_area h2, {color:#000000;}
.custom .entry-title {color:#000000; font-family: Tahoma, Geneva, sans-serif;font-size: 28px; letter-spacing: -1px; font-style:normal;font-variant:normal;font-weight:bold;line-height:1.1em;text-decoration:none;}

.custom #sidebar_1 {background:#EEEEEE;}
.custom li.rss{
	margin-right: 10px;
}

.bookmark .headline_area {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

body.bookmark {
	font-family: Georgia, 'Times New Roman', Times, serif ;
}

