/*
Theme Name: nicklally
Theme URI: http://nicklally.com
Description: custom theme
Author: nick lally
Author URI: http://nicklally.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #ffffff;
	font-family: georgia, helvetica, arial, sans-serif;
        font-size: 16px;
        color:#333333;
        margin-top:20px;
	}
	


/* images and misc. */

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#084B82;
        text-decoration:none;
  }

a:hover{background-color:#D2EEFF; text-decoration:none;}



/* container */


#container {
	width: 775px;
	margin: 0 auto;
	background:#ffffff;
	overflow: hidden;
        padding:0;
	}
	
/* header */

#header {
        width: 540px; 
        height: 180px;
	float: left; 
	}




/* main menu */


#menu {
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
        font-weight:bold;
        text-transform: uppercase;
	width:215px; 
	height:65px;
        margin-top:55px;
        float:right;
        border-left:1px #b3b3b3 dotted; 
        background-color:#ffffff;
}


#menu ul {
	margin: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: block;
        line-height:23px;
	margin-left: 15px;
	
}

#menu ul li a {
	margin: 0;
	text-decoration: none;
	color: #BC0606;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}



/* content */


#content {
	float: left;
	width: 480px;
        margin:30px 0 20px 40px;
	overflow: hidden;
        display: inline;
	}

#content_wide {
	float: left;
	width: 735px;
        margin:30px 0 20px 40px;
	overflow: hidden;
        display: inline;
	}	

.archivetitle {
       margin-bottom:30px;
        border-bottom: 1px #b3b3b3 dotted;
       }

.post {
	line-height: 19px;
        margin-bottom: 30px;
        
        font-family: georgia, helvetica, arial, sans-serif;
        font-size: 16px;
        color:#333333;
	}
	

.post p {
        margin-bottom:19px;
        }

.post ul {}

.post li {}

.postmetadata {
        font-family: helvetica, arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
	clear: both;
	margin-top: 30px;
	}

.date {
        float: left;
        font-family: helvetica, arial, sans-serif;
        font-size: 13px;
        line-height: 14px;
        font-weight: bold;
        color: #BC0606;
        background-color: #D2EEFF;
        padding: 3px 8px 7px 8px;
        text-align: center;
        margin-right:10px;
      }

.date div {
        font-family: helvetica, arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #084B82;
      }

.entry {
       clear:both;
       }


.title {
        float:left;
        line-height:22px;
        margin-bottom:10px;
        width:400px;
        }

.title h2 {
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
        font-style: italic;
	color: #084B82;
        line-height: 26px;
	}
	
.title h2 a{
	color: #084B82;
	text-decoration: none;
	}
	
.title h2 a:hover{
	background-color:#ffffff;
	text-decoration: underline;
	}

.title h3 {
        font-family: helvetica, arial, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color:#666666;
        line-height:13px;
}

.title h3 a{
        color:#666666;
}

.title h3 a:hover{
        color:#666666;
        text-decoration:none;
        background-color:#ffffff;
}		

.navigation {
	float:left;
	width:100%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: georgia, helvetica, arial, sans-serif;
	width: 200px;
	float:right;
	margin: 30px 15px 20px 30px;
	padding: 0;
        background-color:#ffffff;
        display: inline;
	}

#sidebar h2{
        text-transform: uppercase;
	font-size: 16px; 
	text-align: left;
	color: #333333;	
	margin: 0;
	padding: 0;
        border-bottom: 1px #666666 dotted;
}

#sidebar p {margin:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;
        margin-bottom:30px;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
        font-size: 13px;
	line-height: 15px;
        border-bottom: 1px #b3b3b3 dotted;
        display:block;
        width:200px;
	list-style-type: none;
	}

#sidebar ul li a:link {
	background-color: #ffffff;
	}

#sidebar ul li a:hover {
	background-color: #D2EEFF;
	}

#sidebar ul ul {
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	clear: both;
	width: 735px;
	margin-top:15px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
        text-align:right;
        padding-top:10px;
        margin-left:40px;
        border-top: 1px #b3b3b3 dotted;
	}
	
#footer p{padding:6px;margin: 0; color: #666666;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

.thumb {
 border:1px #b3b3b3 dotted;
 padding:4px;
 float:left;
 margin-right:13px;
 margin-top:13px;
 font-size:11px;
 font-style:italic;
 color:#666666;
 width:160px;
}

.thumb:hover{background-color:#D2EEFF;}