/*  
Theme Name: LeeDominic
Theme URI: http://www.leedominic.com/
Description: Custom Designed Theme
Version: 2.0
Author: Erum Munir
Author URI: http://www.dotsndashes.com/
*/

body , div#container, div#logo, div#header, p, ul#nav, ul#nav li,h2, h1, h3, div.entry, div#right ul
{ padding:0px; margin:0px;
}

body {
background-color: #000000;
font-family: Arial, Verdana,  Helvetica, sans-serif;
line-height: 150%;
font-size: 80%;
}

/*------------- Header, Logo and Container---------------- */
div#container
{
width:900px;
margin-left:auto;
margin-right:auto;
background: url(images/main/back.gif) repeat-y;
padding-bottom:50px;
}
div#container:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden; 
    }  

/* Hides from IE-mac \*/
* html div#container {height: 1%;
display: block;}
/* End hide from IE-mac */
div#container {height: 100%;}

div#logo
{
width:900px;
background: url(images/main/logo.gif) no-repeat top left;
height: 87px;
}

div#header
{
width: 900px;
background:url(images/main/bluegrad.jpg) repeat-x;
height:230px;
}

div#header div.headertext
{
margin-left: 551px;
color:#FFFFFF;
padding: 20px;
}

div#header div.headertext a:link, div#header div.headertext a:visited
{
color: #5197ed;}

/*------------- nav ---------------- */





ul#nav
{
width: 900px;
background-color:#000000;
list-style:none;
margin:0px; 
background:url(images/main/ulnavback.gif) no-repeat top;
height:40px;
padding:0px;
border: none;
}
ul#nav li
{
float:left;
padding: 0px;
margin:0px;
}

ul#nav li.normal a
{
background-color: #000000;
text-align:center;
display:block;
}

ul#nav li.normal a:hover
{
background-color: #000000;
text-align:center;
background:url(images/main/menubackgrey.gif) repeat-x center top;
display:block;
}
ul#nav li.normal a, ul#nav li.normal a:hover, ul#nav li.divide
{
padding: 8px 12px 8px 13px;
height: 18px;
margin:0px;
}

ul#nav li.current 
{
background:url(images/main/menuback.gif) repeat-x center;
height: 24px;
padding: 8px 12px 8px 13px;
}



ul#nav li, ul#nav a:link, ul#nav a:visited
{ color:#ffffff;
text-decoration:none;}


ul#nav li.divide
{
color: #5C5C5C;
font-size: 14px;
margin:0px;
border-right: 1px solid #666666;
height: 13px;
padding: 0px;
margin-top:11px;
vertical-align:middle;}


/*------------- Margin and Content---------------- */



div#left
{
position:relative;
float:left;
display:block;
width: 490px;
margin:30px;
margin-bottom:0px;
}


div#right
{
position:relative;
display:block;
margin: 30px 30px 0px 570px;
font-size:85%;
}


/*------------- Footer---------------- */

div#footer
{
clear:both;
width:900px;
margin-left:auto;
margin-right:auto; 
padding-top: 10px;
color: #CCCCCC;
}
div#footer a:link, div#footer a:visited
{
color: #999999;
}


/*------------- Formatting---------------- */

p
{padding-bottom:20px;}

p.date
{padding-bottom: 0px;
font-variant:small-caps;
}

p.comments, p.commentsa:visited, p.comments a:link
{
padding-top:4px; 
padding-bottom:10px;
font-size:110%;
color:#000000;
text-decoration:none;
}
p.comments a:hover
{
color:#999999;
}

p.author
{
float:left;
padding-bottom:4px;}

img
{border:0px;
}

div.post
{padding-bottom:40px;}

div.entry 
{padding-top:4px;
border-top:1px solid #CCCCCC;}

.box
{
background-color:#dae2f9;
border:1px solid #CCCCCC;
padding:6px;
}



/*------------- Headers ---------------- */
h2, h2 a:link, h2 a:visited, h1, h1 a:link, h1 a:visited
{color: #2e67af;
text-decoration:none;
font-stretch: -3em;
line-height:120%;
font-weight:bold;
}
h2 {font-size:160%;}
h2 a:hover, h1 a:hover { color: #91b1e1;}

h1, h1 a:link, h1 a:visited
{font-size: 220%;}
h1.pagetitle
{
border-bottom:1px solid #CCCCCC;
}
h1.pagetitle
{margin-bottom: 20px;}

/*------------- Right---------------- */
div#right ul{
list-style:none;
padding-left: 3px; margin-left: 3px;}

div#right h2
{
color:#000000;
font-size:110%;
}
ul.main li
{padding-bottom:20px;}
ul.main li ul li
{padding-bottom:2px;}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/*Form*/
textarea
{width: 300px;}
input#s
{width: 200px;}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/


/*Comments*/
ol.commentlist
{
padding-left:0px;
margin-left:0px;

}

ol.commentlist li:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden; 
    }  
ol.commentlist li {display:inline-table;}
/* Hides from IE-mac \*/
* html ol.commentlist li {height: 1%;
display: block;}
/* End hide from IE-mac */
ol.commentlist li {height: 100%;}


ol.commentlist li
{
list-style:none;
padding: 10px 10px 0px 10px;

}
.commentmetadata
{font-size:86%;
color:#999999;
line-height:140%;
}
ol.commentlist  li.alt
{background-color: #EEEEEE;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
.commentright
{
position:relative;
display:block;
margin-left:130px;
}


.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}
	
	
	
