/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> 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; }	<--- 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/
*/

.custom #page {
background:none;
background-image:url(http://hegeeks.com/wp-content/themes/thesis/custom/images/hegeeksbackground.png);
background-repeat:repeat-x;
padding:0 2.2em 0;
}

.custom #container {
background-image:url(http://hegeeks.com/wp-content/themes/thesis/custom/images/hegeeksbackground2.png);
background-repeat:repeat-y;
border-color:#111111;
border-width:0 1em;
}

.custom #header {
border-width:0;
padding-bottom:1em;
padding-top:1em;
}

.custom #header #logo {
text-shadow:2px 2px #101010;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:2.5em;
letter-spacing:10px;
line-height:1em;
}

.custom .post_box {
padding-top:1em;
}

.custom .sidebar h3 {
letter-spacing:0px;
font-weight:bold;
}

.custom #header #tagline {
font-size:2em;
text-shadow:2px 2px #101010;
}

.custom #logo a:hover {
color:#ffffff;
}

.custom h2 a:hover {
color:#960101; text-decoration:underline;
}

.custom .headline_meta a {
color:#264CB5;
text-decoration:underline;
border-bottom:0;
}

.custom .headline_meta a:hover {
color:#264CB5;
text-decoration:none;
border-bottom:0;
}

.custom #dsq-content {
margin-top:2em;
padding-right:2em;
padding-left:1em;
}

.custom #dsq-combo-widget #dsq-combo-content .dsq-combo-box {
padding:10px 0 0;
}

.custom #dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
background:#EEEDDF;
}

.custom #s {
color:#111111;
background:#ffffff;
border-color:#111111;
width:18.25em;
height:12px;
text-transform:uppercase;
letter-spacing:1px;
border-width:1px;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:1.1em;
line-height:1.273em;
padding:0.636em 0.818em;
margin-left:46em;
}

.custom #multimedia_box {
width:408px;
padding:1.2em 2.2em 1em 1.2em;
margin-bottom:1.2em;
background:#C0E4FC;
}

.custom #multimedia_box a {
text-decoration:underline;
}

.custom #multimedia_box a:hover {
text-decoration:none;
}

#custom_box h3 {
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.3em;
font-variant:small-caps;
font-weight:bold;
letter-spacing:2px;
line-height:1.3em;
margin-bottom:0.6em;
text-shadow:2px 2px #ADC8D4;
}

.custom #footer {
background:#000000;
margin-left:-22px;
width:934px;
border-width:0;
padding-left:2.2em;
padding-right:2.2em;
}

.custom li.widget {
line-height:1.3em;
margin-bottom:1.5em;
}

.custom .menu, .menu a, .menu li ul {
padding-bottom:0.26em;
}

.custom #archive_info {
margin-right:2.2em;
}

.custom .prev_next {
margin-left:1.3em;
margin-right:2.4em;
}

.custom #sidebar_2 ul.sidebar_list {
margin-left:1em;
}

.custom #content {
margin-left:-0.7em;
}

.custom #dsq-content h3 {
font-weight:bold;
}

.custom .dsq-brlink {
padding-left:1.3em;
}

.custom #header_ad {  
float:right;  
position:absolute;  
width:468px;  
height:60px;  
top:35px;  
margin-left: 45.5em;  
}

.custom .postrank-widget h2 {
color:#111111;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.7em;
font-variant:small-caps;
font-weight:bold;
letter-spacing:0;
margin:0;
padding:0;
position:relative;
}

.custom input, textarea {
background:#FFFFFF none repeat scroll 0 0;
}

.custom .postrank-widget .postrank-search.defaultText {
color:#111111;
}

.custom .postrank-widget .postrank-posts li a:hover {
background-color:#eeeddf;
}

.custom .postrank-widget .postrank-posts {
margin:0px;
}

.custom #sidebar_3 {
display:block;
clear:left;
background:#C0E4FC;
}

.custom #sidebar_3.sidebar ul.sidebar_list {
width:420px;
padding-top:1.1em;
background:#C0E4FC;
}